pulumi-kubernetes 4.22.1__py3-none-any.whl → 4.22.2__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.22.1.dist-info → pulumi_kubernetes-4.22.2.dist-info}/METADATA +2 -2
- pulumi_kubernetes-4.22.2.dist-info/RECORD +679 -0
- {pulumi_kubernetes-4.22.1.dist-info → pulumi_kubernetes-4.22.2.dist-info}/WHEEL +1 -1
- pulumi_kubernetes-4.22.1.dist-info/RECORD +0 -679
- {pulumi_kubernetes-4.22.1.dist-info → pulumi_kubernetes-4.22.2.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
|
|
@@ -92,11 +93,11 @@ if not MYPY:
|
|
|
92
93
|
"""
|
|
93
94
|
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.
|
|
94
95
|
"""
|
|
95
|
-
revision: pulumi.Input[int]
|
|
96
|
+
revision: pulumi.Input[builtins.int]
|
|
96
97
|
"""
|
|
97
98
|
Revision indicates the revision of the state represented by Data.
|
|
98
99
|
"""
|
|
99
|
-
api_version: NotRequired[pulumi.Input[str]]
|
|
100
|
+
api_version: NotRequired[pulumi.Input[builtins.str]]
|
|
100
101
|
"""
|
|
101
102
|
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
|
|
102
103
|
"""
|
|
@@ -104,7 +105,7 @@ if not MYPY:
|
|
|
104
105
|
"""
|
|
105
106
|
Data is the serialized representation of the state.
|
|
106
107
|
"""
|
|
107
|
-
kind: NotRequired[pulumi.Input[str]]
|
|
108
|
+
kind: NotRequired[pulumi.Input[builtins.str]]
|
|
108
109
|
"""
|
|
109
110
|
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
|
|
110
111
|
"""
|
|
@@ -118,17 +119,17 @@ elif False:
|
|
|
118
119
|
@pulumi.input_type
|
|
119
120
|
class ControllerRevisionArgs:
|
|
120
121
|
def __init__(__self__, *,
|
|
121
|
-
revision: pulumi.Input[int],
|
|
122
|
-
api_version: Optional[pulumi.Input[str]] = None,
|
|
122
|
+
revision: pulumi.Input[builtins.int],
|
|
123
|
+
api_version: Optional[pulumi.Input[builtins.str]] = None,
|
|
123
124
|
data: Optional[Any] = None,
|
|
124
|
-
kind: Optional[pulumi.Input[str]] = None,
|
|
125
|
+
kind: Optional[pulumi.Input[builtins.str]] = None,
|
|
125
126
|
metadata: Optional[pulumi.Input['_meta.v1.ObjectMetaArgs']] = None):
|
|
126
127
|
"""
|
|
127
128
|
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.
|
|
128
|
-
:param pulumi.Input[int] revision: Revision indicates the revision of the state represented by Data.
|
|
129
|
-
: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
|
|
129
|
+
:param pulumi.Input[builtins.int] revision: Revision indicates the revision of the state represented by Data.
|
|
130
|
+
: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
|
|
130
131
|
:param Any data: Data is the serialized representation of the state.
|
|
131
|
-
: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
|
|
132
|
+
: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
|
|
132
133
|
: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
|
|
133
134
|
"""
|
|
134
135
|
pulumi.set(__self__, "revision", revision)
|
|
@@ -143,26 +144,26 @@ class ControllerRevisionArgs:
|
|
|
143
144
|
|
|
144
145
|
@property
|
|
145
146
|
@pulumi.getter
|
|
146
|
-
def revision(self) -> pulumi.Input[int]:
|
|
147
|
+
def revision(self) -> pulumi.Input[builtins.int]:
|
|
147
148
|
"""
|
|
148
149
|
Revision indicates the revision of the state represented by Data.
|
|
149
150
|
"""
|
|
150
151
|
return pulumi.get(self, "revision")
|
|
151
152
|
|
|
152
153
|
@revision.setter
|
|
153
|
-
def revision(self, value: pulumi.Input[int]):
|
|
154
|
+
def revision(self, value: pulumi.Input[builtins.int]):
|
|
154
155
|
pulumi.set(self, "revision", value)
|
|
155
156
|
|
|
156
157
|
@property
|
|
157
158
|
@pulumi.getter(name="apiVersion")
|
|
158
|
-
def api_version(self) -> Optional[pulumi.Input[str]]:
|
|
159
|
+
def api_version(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
159
160
|
"""
|
|
160
161
|
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
|
|
161
162
|
"""
|
|
162
163
|
return pulumi.get(self, "api_version")
|
|
163
164
|
|
|
164
165
|
@api_version.setter
|
|
165
|
-
def api_version(self, value: Optional[pulumi.Input[str]]):
|
|
166
|
+
def api_version(self, value: Optional[pulumi.Input[builtins.str]]):
|
|
166
167
|
pulumi.set(self, "api_version", value)
|
|
167
168
|
|
|
168
169
|
@property
|
|
@@ -179,14 +180,14 @@ class ControllerRevisionArgs:
|
|
|
179
180
|
|
|
180
181
|
@property
|
|
181
182
|
@pulumi.getter
|
|
182
|
-
def kind(self) -> Optional[pulumi.Input[str]]:
|
|
183
|
+
def kind(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
183
184
|
"""
|
|
184
185
|
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
|
|
185
186
|
"""
|
|
186
187
|
return pulumi.get(self, "kind")
|
|
187
188
|
|
|
188
189
|
@kind.setter
|
|
189
|
-
def kind(self, value: Optional[pulumi.Input[str]]):
|
|
190
|
+
def kind(self, value: Optional[pulumi.Input[builtins.str]]):
|
|
190
191
|
pulumi.set(self, "kind", value)
|
|
191
192
|
|
|
192
193
|
@property
|
|
@@ -207,23 +208,23 @@ if not MYPY:
|
|
|
207
208
|
"""
|
|
208
209
|
DaemonSetCondition describes the state of a DaemonSet at a certain point.
|
|
209
210
|
"""
|
|
210
|
-
status: pulumi.Input[str]
|
|
211
|
+
status: pulumi.Input[builtins.str]
|
|
211
212
|
"""
|
|
212
213
|
Status of the condition, one of True, False, Unknown.
|
|
213
214
|
"""
|
|
214
|
-
type: pulumi.Input[str]
|
|
215
|
+
type: pulumi.Input[builtins.str]
|
|
215
216
|
"""
|
|
216
217
|
Type of DaemonSet condition.
|
|
217
218
|
"""
|
|
218
|
-
last_transition_time: NotRequired[pulumi.Input[str]]
|
|
219
|
+
last_transition_time: NotRequired[pulumi.Input[builtins.str]]
|
|
219
220
|
"""
|
|
220
221
|
Last time the condition transitioned from one status to another.
|
|
221
222
|
"""
|
|
222
|
-
message: NotRequired[pulumi.Input[str]]
|
|
223
|
+
message: NotRequired[pulumi.Input[builtins.str]]
|
|
223
224
|
"""
|
|
224
225
|
A human readable message indicating details about the transition.
|
|
225
226
|
"""
|
|
226
|
-
reason: NotRequired[pulumi.Input[str]]
|
|
227
|
+
reason: NotRequired[pulumi.Input[builtins.str]]
|
|
227
228
|
"""
|
|
228
229
|
The reason for the condition's last transition.
|
|
229
230
|
"""
|
|
@@ -233,18 +234,18 @@ elif False:
|
|
|
233
234
|
@pulumi.input_type
|
|
234
235
|
class DaemonSetConditionArgs:
|
|
235
236
|
def __init__(__self__, *,
|
|
236
|
-
status: pulumi.Input[str],
|
|
237
|
-
type: pulumi.Input[str],
|
|
238
|
-
last_transition_time: Optional[pulumi.Input[str]] = None,
|
|
239
|
-
message: Optional[pulumi.Input[str]] = None,
|
|
240
|
-
reason: Optional[pulumi.Input[str]] = None):
|
|
237
|
+
status: pulumi.Input[builtins.str],
|
|
238
|
+
type: pulumi.Input[builtins.str],
|
|
239
|
+
last_transition_time: Optional[pulumi.Input[builtins.str]] = None,
|
|
240
|
+
message: Optional[pulumi.Input[builtins.str]] = None,
|
|
241
|
+
reason: Optional[pulumi.Input[builtins.str]] = None):
|
|
241
242
|
"""
|
|
242
243
|
DaemonSetCondition describes the state of a DaemonSet at a certain point.
|
|
243
|
-
:param pulumi.Input[str] status: Status of the condition, one of True, False, Unknown.
|
|
244
|
-
:param pulumi.Input[str] type: Type of DaemonSet condition.
|
|
245
|
-
:param pulumi.Input[str] last_transition_time: Last time the condition transitioned from one status to another.
|
|
246
|
-
:param pulumi.Input[str] message: A human readable message indicating details about the transition.
|
|
247
|
-
:param pulumi.Input[str] reason: The reason for the condition's last transition.
|
|
244
|
+
:param pulumi.Input[builtins.str] status: Status of the condition, one of True, False, Unknown.
|
|
245
|
+
:param pulumi.Input[builtins.str] type: Type of DaemonSet condition.
|
|
246
|
+
:param pulumi.Input[builtins.str] last_transition_time: Last time the condition transitioned from one status to another.
|
|
247
|
+
:param pulumi.Input[builtins.str] message: A human readable message indicating details about the transition.
|
|
248
|
+
:param pulumi.Input[builtins.str] reason: The reason for the condition's last transition.
|
|
248
249
|
"""
|
|
249
250
|
pulumi.set(__self__, "status", status)
|
|
250
251
|
pulumi.set(__self__, "type", type)
|
|
@@ -257,62 +258,62 @@ class DaemonSetConditionArgs:
|
|
|
257
258
|
|
|
258
259
|
@property
|
|
259
260
|
@pulumi.getter
|
|
260
|
-
def status(self) -> pulumi.Input[str]:
|
|
261
|
+
def status(self) -> pulumi.Input[builtins.str]:
|
|
261
262
|
"""
|
|
262
263
|
Status of the condition, one of True, False, Unknown.
|
|
263
264
|
"""
|
|
264
265
|
return pulumi.get(self, "status")
|
|
265
266
|
|
|
266
267
|
@status.setter
|
|
267
|
-
def status(self, value: pulumi.Input[str]):
|
|
268
|
+
def status(self, value: pulumi.Input[builtins.str]):
|
|
268
269
|
pulumi.set(self, "status", value)
|
|
269
270
|
|
|
270
271
|
@property
|
|
271
272
|
@pulumi.getter
|
|
272
|
-
def type(self) -> pulumi.Input[str]:
|
|
273
|
+
def type(self) -> pulumi.Input[builtins.str]:
|
|
273
274
|
"""
|
|
274
275
|
Type of DaemonSet condition.
|
|
275
276
|
"""
|
|
276
277
|
return pulumi.get(self, "type")
|
|
277
278
|
|
|
278
279
|
@type.setter
|
|
279
|
-
def type(self, value: pulumi.Input[str]):
|
|
280
|
+
def type(self, value: pulumi.Input[builtins.str]):
|
|
280
281
|
pulumi.set(self, "type", value)
|
|
281
282
|
|
|
282
283
|
@property
|
|
283
284
|
@pulumi.getter(name="lastTransitionTime")
|
|
284
|
-
def last_transition_time(self) -> Optional[pulumi.Input[str]]:
|
|
285
|
+
def last_transition_time(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
285
286
|
"""
|
|
286
287
|
Last time the condition transitioned from one status to another.
|
|
287
288
|
"""
|
|
288
289
|
return pulumi.get(self, "last_transition_time")
|
|
289
290
|
|
|
290
291
|
@last_transition_time.setter
|
|
291
|
-
def last_transition_time(self, value: Optional[pulumi.Input[str]]):
|
|
292
|
+
def last_transition_time(self, value: Optional[pulumi.Input[builtins.str]]):
|
|
292
293
|
pulumi.set(self, "last_transition_time", value)
|
|
293
294
|
|
|
294
295
|
@property
|
|
295
296
|
@pulumi.getter
|
|
296
|
-
def message(self) -> Optional[pulumi.Input[str]]:
|
|
297
|
+
def message(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
297
298
|
"""
|
|
298
299
|
A human readable message indicating details about the transition.
|
|
299
300
|
"""
|
|
300
301
|
return pulumi.get(self, "message")
|
|
301
302
|
|
|
302
303
|
@message.setter
|
|
303
|
-
def message(self, value: Optional[pulumi.Input[str]]):
|
|
304
|
+
def message(self, value: Optional[pulumi.Input[builtins.str]]):
|
|
304
305
|
pulumi.set(self, "message", value)
|
|
305
306
|
|
|
306
307
|
@property
|
|
307
308
|
@pulumi.getter
|
|
308
|
-
def reason(self) -> Optional[pulumi.Input[str]]:
|
|
309
|
+
def reason(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
309
310
|
"""
|
|
310
311
|
The reason for the condition's last transition.
|
|
311
312
|
"""
|
|
312
313
|
return pulumi.get(self, "reason")
|
|
313
314
|
|
|
314
315
|
@reason.setter
|
|
315
|
-
def reason(self, value: Optional[pulumi.Input[str]]):
|
|
316
|
+
def reason(self, value: Optional[pulumi.Input[builtins.str]]):
|
|
316
317
|
pulumi.set(self, "reason", value)
|
|
317
318
|
|
|
318
319
|
|
|
@@ -321,11 +322,11 @@ if not MYPY:
|
|
|
321
322
|
"""
|
|
322
323
|
DaemonSetSpec is the specification of a daemon set.
|
|
323
324
|
"""
|
|
324
|
-
min_ready_seconds: NotRequired[pulumi.Input[int]]
|
|
325
|
+
min_ready_seconds: NotRequired[pulumi.Input[builtins.int]]
|
|
325
326
|
"""
|
|
326
327
|
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).
|
|
327
328
|
"""
|
|
328
|
-
revision_history_limit: NotRequired[pulumi.Input[int]]
|
|
329
|
+
revision_history_limit: NotRequired[pulumi.Input[builtins.int]]
|
|
329
330
|
"""
|
|
330
331
|
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.
|
|
331
332
|
"""
|
|
@@ -347,15 +348,15 @@ elif False:
|
|
|
347
348
|
@pulumi.input_type
|
|
348
349
|
class DaemonSetSpecPatchArgs:
|
|
349
350
|
def __init__(__self__, *,
|
|
350
|
-
min_ready_seconds: Optional[pulumi.Input[int]] = None,
|
|
351
|
-
revision_history_limit: Optional[pulumi.Input[int]] = None,
|
|
351
|
+
min_ready_seconds: Optional[pulumi.Input[builtins.int]] = None,
|
|
352
|
+
revision_history_limit: Optional[pulumi.Input[builtins.int]] = None,
|
|
352
353
|
selector: Optional[pulumi.Input['_meta.v1.LabelSelectorPatchArgs']] = None,
|
|
353
354
|
template: Optional[pulumi.Input['_core.v1.PodTemplateSpecPatchArgs']] = None,
|
|
354
355
|
update_strategy: Optional[pulumi.Input['DaemonSetUpdateStrategyPatchArgs']] = None):
|
|
355
356
|
"""
|
|
356
357
|
DaemonSetSpec is the specification of a daemon set.
|
|
357
|
-
: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).
|
|
358
|
-
: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.
|
|
358
|
+
: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).
|
|
359
|
+
: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.
|
|
359
360
|
: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
|
|
360
361
|
: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). More info: https://kubernetes.io/docs/concepts/workloads/controllers/replicationcontroller#pod-template
|
|
361
362
|
:param pulumi.Input['DaemonSetUpdateStrategyPatchArgs'] update_strategy: An update strategy to replace existing DaemonSet pods with new pods.
|
|
@@ -373,26 +374,26 @@ class DaemonSetSpecPatchArgs:
|
|
|
373
374
|
|
|
374
375
|
@property
|
|
375
376
|
@pulumi.getter(name="minReadySeconds")
|
|
376
|
-
def min_ready_seconds(self) -> Optional[pulumi.Input[int]]:
|
|
377
|
+
def min_ready_seconds(self) -> Optional[pulumi.Input[builtins.int]]:
|
|
377
378
|
"""
|
|
378
379
|
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).
|
|
379
380
|
"""
|
|
380
381
|
return pulumi.get(self, "min_ready_seconds")
|
|
381
382
|
|
|
382
383
|
@min_ready_seconds.setter
|
|
383
|
-
def min_ready_seconds(self, value: Optional[pulumi.Input[int]]):
|
|
384
|
+
def min_ready_seconds(self, value: Optional[pulumi.Input[builtins.int]]):
|
|
384
385
|
pulumi.set(self, "min_ready_seconds", value)
|
|
385
386
|
|
|
386
387
|
@property
|
|
387
388
|
@pulumi.getter(name="revisionHistoryLimit")
|
|
388
|
-
def revision_history_limit(self) -> Optional[pulumi.Input[int]]:
|
|
389
|
+
def revision_history_limit(self) -> Optional[pulumi.Input[builtins.int]]:
|
|
389
390
|
"""
|
|
390
391
|
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.
|
|
391
392
|
"""
|
|
392
393
|
return pulumi.get(self, "revision_history_limit")
|
|
393
394
|
|
|
394
395
|
@revision_history_limit.setter
|
|
395
|
-
def revision_history_limit(self, value: Optional[pulumi.Input[int]]):
|
|
396
|
+
def revision_history_limit(self, value: Optional[pulumi.Input[builtins.int]]):
|
|
396
397
|
pulumi.set(self, "revision_history_limit", value)
|
|
397
398
|
|
|
398
399
|
@property
|
|
@@ -445,11 +446,11 @@ if not MYPY:
|
|
|
445
446
|
"""
|
|
446
447
|
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). More info: https://kubernetes.io/docs/concepts/workloads/controllers/replicationcontroller#pod-template
|
|
447
448
|
"""
|
|
448
|
-
min_ready_seconds: NotRequired[pulumi.Input[int]]
|
|
449
|
+
min_ready_seconds: NotRequired[pulumi.Input[builtins.int]]
|
|
449
450
|
"""
|
|
450
451
|
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).
|
|
451
452
|
"""
|
|
452
|
-
revision_history_limit: NotRequired[pulumi.Input[int]]
|
|
453
|
+
revision_history_limit: NotRequired[pulumi.Input[builtins.int]]
|
|
453
454
|
"""
|
|
454
455
|
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.
|
|
455
456
|
"""
|
|
@@ -465,15 +466,15 @@ class DaemonSetSpecArgs:
|
|
|
465
466
|
def __init__(__self__, *,
|
|
466
467
|
selector: pulumi.Input['_meta.v1.LabelSelectorArgs'],
|
|
467
468
|
template: pulumi.Input['_core.v1.PodTemplateSpecArgs'],
|
|
468
|
-
min_ready_seconds: Optional[pulumi.Input[int]] = None,
|
|
469
|
-
revision_history_limit: Optional[pulumi.Input[int]] = None,
|
|
469
|
+
min_ready_seconds: Optional[pulumi.Input[builtins.int]] = None,
|
|
470
|
+
revision_history_limit: Optional[pulumi.Input[builtins.int]] = None,
|
|
470
471
|
update_strategy: Optional[pulumi.Input['DaemonSetUpdateStrategyArgs']] = None):
|
|
471
472
|
"""
|
|
472
473
|
DaemonSetSpec is the specification of a daemon set.
|
|
473
474
|
: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
|
|
474
475
|
: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). More info: https://kubernetes.io/docs/concepts/workloads/controllers/replicationcontroller#pod-template
|
|
475
|
-
: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).
|
|
476
|
-
: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.
|
|
476
|
+
: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).
|
|
477
|
+
: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.
|
|
477
478
|
:param pulumi.Input['DaemonSetUpdateStrategyArgs'] update_strategy: An update strategy to replace existing DaemonSet pods with new pods.
|
|
478
479
|
"""
|
|
479
480
|
pulumi.set(__self__, "selector", selector)
|
|
@@ -511,26 +512,26 @@ class DaemonSetSpecArgs:
|
|
|
511
512
|
|
|
512
513
|
@property
|
|
513
514
|
@pulumi.getter(name="minReadySeconds")
|
|
514
|
-
def min_ready_seconds(self) -> Optional[pulumi.Input[int]]:
|
|
515
|
+
def min_ready_seconds(self) -> Optional[pulumi.Input[builtins.int]]:
|
|
515
516
|
"""
|
|
516
517
|
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).
|
|
517
518
|
"""
|
|
518
519
|
return pulumi.get(self, "min_ready_seconds")
|
|
519
520
|
|
|
520
521
|
@min_ready_seconds.setter
|
|
521
|
-
def min_ready_seconds(self, value: Optional[pulumi.Input[int]]):
|
|
522
|
+
def min_ready_seconds(self, value: Optional[pulumi.Input[builtins.int]]):
|
|
522
523
|
pulumi.set(self, "min_ready_seconds", value)
|
|
523
524
|
|
|
524
525
|
@property
|
|
525
526
|
@pulumi.getter(name="revisionHistoryLimit")
|
|
526
|
-
def revision_history_limit(self) -> Optional[pulumi.Input[int]]:
|
|
527
|
+
def revision_history_limit(self) -> Optional[pulumi.Input[builtins.int]]:
|
|
527
528
|
"""
|
|
528
529
|
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.
|
|
529
530
|
"""
|
|
530
531
|
return pulumi.get(self, "revision_history_limit")
|
|
531
532
|
|
|
532
533
|
@revision_history_limit.setter
|
|
533
|
-
def revision_history_limit(self, value: Optional[pulumi.Input[int]]):
|
|
534
|
+
def revision_history_limit(self, value: Optional[pulumi.Input[builtins.int]]):
|
|
534
535
|
pulumi.set(self, "revision_history_limit", value)
|
|
535
536
|
|
|
536
537
|
@property
|
|
@@ -551,23 +552,23 @@ if not MYPY:
|
|
|
551
552
|
"""
|
|
552
553
|
DaemonSetStatus represents the current status of a daemon set.
|
|
553
554
|
"""
|
|
554
|
-
current_number_scheduled: pulumi.Input[int]
|
|
555
|
+
current_number_scheduled: pulumi.Input[builtins.int]
|
|
555
556
|
"""
|
|
556
557
|
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/
|
|
557
558
|
"""
|
|
558
|
-
desired_number_scheduled: pulumi.Input[int]
|
|
559
|
+
desired_number_scheduled: pulumi.Input[builtins.int]
|
|
559
560
|
"""
|
|
560
561
|
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/
|
|
561
562
|
"""
|
|
562
|
-
number_misscheduled: pulumi.Input[int]
|
|
563
|
+
number_misscheduled: pulumi.Input[builtins.int]
|
|
563
564
|
"""
|
|
564
565
|
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/
|
|
565
566
|
"""
|
|
566
|
-
number_ready: pulumi.Input[int]
|
|
567
|
+
number_ready: pulumi.Input[builtins.int]
|
|
567
568
|
"""
|
|
568
569
|
The number of nodes that should be running the daemon pod and have one or more of the daemon pod running and ready.
|
|
569
570
|
"""
|
|
570
|
-
collision_count: NotRequired[pulumi.Input[int]]
|
|
571
|
+
collision_count: NotRequired[pulumi.Input[builtins.int]]
|
|
571
572
|
"""
|
|
572
573
|
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.
|
|
573
574
|
"""
|
|
@@ -575,19 +576,19 @@ if not MYPY:
|
|
|
575
576
|
"""
|
|
576
577
|
Represents the latest available observations of a DaemonSet's current state.
|
|
577
578
|
"""
|
|
578
|
-
number_available: NotRequired[pulumi.Input[int]]
|
|
579
|
+
number_available: NotRequired[pulumi.Input[builtins.int]]
|
|
579
580
|
"""
|
|
580
581
|
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)
|
|
581
582
|
"""
|
|
582
|
-
number_unavailable: NotRequired[pulumi.Input[int]]
|
|
583
|
+
number_unavailable: NotRequired[pulumi.Input[builtins.int]]
|
|
583
584
|
"""
|
|
584
585
|
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)
|
|
585
586
|
"""
|
|
586
|
-
observed_generation: NotRequired[pulumi.Input[int]]
|
|
587
|
+
observed_generation: NotRequired[pulumi.Input[builtins.int]]
|
|
587
588
|
"""
|
|
588
589
|
The most recent generation observed by the daemon set controller.
|
|
589
590
|
"""
|
|
590
|
-
updated_number_scheduled: NotRequired[pulumi.Input[int]]
|
|
591
|
+
updated_number_scheduled: NotRequired[pulumi.Input[builtins.int]]
|
|
591
592
|
"""
|
|
592
593
|
The total number of nodes that are running updated daemon pod
|
|
593
594
|
"""
|
|
@@ -597,28 +598,28 @@ elif False:
|
|
|
597
598
|
@pulumi.input_type
|
|
598
599
|
class DaemonSetStatusArgs:
|
|
599
600
|
def __init__(__self__, *,
|
|
600
|
-
current_number_scheduled: pulumi.Input[int],
|
|
601
|
-
desired_number_scheduled: pulumi.Input[int],
|
|
602
|
-
number_misscheduled: pulumi.Input[int],
|
|
603
|
-
number_ready: pulumi.Input[int],
|
|
604
|
-
collision_count: Optional[pulumi.Input[int]] = None,
|
|
601
|
+
current_number_scheduled: pulumi.Input[builtins.int],
|
|
602
|
+
desired_number_scheduled: pulumi.Input[builtins.int],
|
|
603
|
+
number_misscheduled: pulumi.Input[builtins.int],
|
|
604
|
+
number_ready: pulumi.Input[builtins.int],
|
|
605
|
+
collision_count: Optional[pulumi.Input[builtins.int]] = None,
|
|
605
606
|
conditions: Optional[pulumi.Input[Sequence[pulumi.Input['DaemonSetConditionArgs']]]] = None,
|
|
606
|
-
number_available: Optional[pulumi.Input[int]] = None,
|
|
607
|
-
number_unavailable: Optional[pulumi.Input[int]] = None,
|
|
608
|
-
observed_generation: Optional[pulumi.Input[int]] = None,
|
|
609
|
-
updated_number_scheduled: Optional[pulumi.Input[int]] = None):
|
|
607
|
+
number_available: Optional[pulumi.Input[builtins.int]] = None,
|
|
608
|
+
number_unavailable: Optional[pulumi.Input[builtins.int]] = None,
|
|
609
|
+
observed_generation: Optional[pulumi.Input[builtins.int]] = None,
|
|
610
|
+
updated_number_scheduled: Optional[pulumi.Input[builtins.int]] = None):
|
|
610
611
|
"""
|
|
611
612
|
DaemonSetStatus represents the current status of a daemon set.
|
|
612
|
-
: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/
|
|
613
|
-
: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/
|
|
614
|
-
: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/
|
|
615
|
-
:param pulumi.Input[int] number_ready: The number of nodes that should be running the daemon pod and have one or more of the daemon pod running and ready.
|
|
616
|
-
: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.
|
|
613
|
+
: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/
|
|
614
|
+
: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/
|
|
615
|
+
: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/
|
|
616
|
+
:param pulumi.Input[builtins.int] number_ready: The number of nodes that should be running the daemon pod and have one or more of the daemon pod running and ready.
|
|
617
|
+
: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.
|
|
617
618
|
:param pulumi.Input[Sequence[pulumi.Input['DaemonSetConditionArgs']]] conditions: Represents the latest available observations of a DaemonSet's current state.
|
|
618
|
-
: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)
|
|
619
|
-
: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)
|
|
620
|
-
:param pulumi.Input[int] observed_generation: The most recent generation observed by the daemon set controller.
|
|
621
|
-
:param pulumi.Input[int] updated_number_scheduled: The total number of nodes that are running updated daemon pod
|
|
619
|
+
: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)
|
|
620
|
+
: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)
|
|
621
|
+
:param pulumi.Input[builtins.int] observed_generation: The most recent generation observed by the daemon set controller.
|
|
622
|
+
:param pulumi.Input[builtins.int] updated_number_scheduled: The total number of nodes that are running updated daemon pod
|
|
622
623
|
"""
|
|
623
624
|
pulumi.set(__self__, "current_number_scheduled", current_number_scheduled)
|
|
624
625
|
pulumi.set(__self__, "desired_number_scheduled", desired_number_scheduled)
|
|
@@ -639,62 +640,62 @@ class DaemonSetStatusArgs:
|
|
|
639
640
|
|
|
640
641
|
@property
|
|
641
642
|
@pulumi.getter(name="currentNumberScheduled")
|
|
642
|
-
def current_number_scheduled(self) -> pulumi.Input[int]:
|
|
643
|
+
def current_number_scheduled(self) -> pulumi.Input[builtins.int]:
|
|
643
644
|
"""
|
|
644
645
|
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/
|
|
645
646
|
"""
|
|
646
647
|
return pulumi.get(self, "current_number_scheduled")
|
|
647
648
|
|
|
648
649
|
@current_number_scheduled.setter
|
|
649
|
-
def current_number_scheduled(self, value: pulumi.Input[int]):
|
|
650
|
+
def current_number_scheduled(self, value: pulumi.Input[builtins.int]):
|
|
650
651
|
pulumi.set(self, "current_number_scheduled", value)
|
|
651
652
|
|
|
652
653
|
@property
|
|
653
654
|
@pulumi.getter(name="desiredNumberScheduled")
|
|
654
|
-
def desired_number_scheduled(self) -> pulumi.Input[int]:
|
|
655
|
+
def desired_number_scheduled(self) -> pulumi.Input[builtins.int]:
|
|
655
656
|
"""
|
|
656
657
|
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/
|
|
657
658
|
"""
|
|
658
659
|
return pulumi.get(self, "desired_number_scheduled")
|
|
659
660
|
|
|
660
661
|
@desired_number_scheduled.setter
|
|
661
|
-
def desired_number_scheduled(self, value: pulumi.Input[int]):
|
|
662
|
+
def desired_number_scheduled(self, value: pulumi.Input[builtins.int]):
|
|
662
663
|
pulumi.set(self, "desired_number_scheduled", value)
|
|
663
664
|
|
|
664
665
|
@property
|
|
665
666
|
@pulumi.getter(name="numberMisscheduled")
|
|
666
|
-
def number_misscheduled(self) -> pulumi.Input[int]:
|
|
667
|
+
def number_misscheduled(self) -> pulumi.Input[builtins.int]:
|
|
667
668
|
"""
|
|
668
669
|
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/
|
|
669
670
|
"""
|
|
670
671
|
return pulumi.get(self, "number_misscheduled")
|
|
671
672
|
|
|
672
673
|
@number_misscheduled.setter
|
|
673
|
-
def number_misscheduled(self, value: pulumi.Input[int]):
|
|
674
|
+
def number_misscheduled(self, value: pulumi.Input[builtins.int]):
|
|
674
675
|
pulumi.set(self, "number_misscheduled", value)
|
|
675
676
|
|
|
676
677
|
@property
|
|
677
678
|
@pulumi.getter(name="numberReady")
|
|
678
|
-
def number_ready(self) -> pulumi.Input[int]:
|
|
679
|
+
def number_ready(self) -> pulumi.Input[builtins.int]:
|
|
679
680
|
"""
|
|
680
681
|
The number of nodes that should be running the daemon pod and have one or more of the daemon pod running and ready.
|
|
681
682
|
"""
|
|
682
683
|
return pulumi.get(self, "number_ready")
|
|
683
684
|
|
|
684
685
|
@number_ready.setter
|
|
685
|
-
def number_ready(self, value: pulumi.Input[int]):
|
|
686
|
+
def number_ready(self, value: pulumi.Input[builtins.int]):
|
|
686
687
|
pulumi.set(self, "number_ready", value)
|
|
687
688
|
|
|
688
689
|
@property
|
|
689
690
|
@pulumi.getter(name="collisionCount")
|
|
690
|
-
def collision_count(self) -> Optional[pulumi.Input[int]]:
|
|
691
|
+
def collision_count(self) -> Optional[pulumi.Input[builtins.int]]:
|
|
691
692
|
"""
|
|
692
693
|
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.
|
|
693
694
|
"""
|
|
694
695
|
return pulumi.get(self, "collision_count")
|
|
695
696
|
|
|
696
697
|
@collision_count.setter
|
|
697
|
-
def collision_count(self, value: Optional[pulumi.Input[int]]):
|
|
698
|
+
def collision_count(self, value: Optional[pulumi.Input[builtins.int]]):
|
|
698
699
|
pulumi.set(self, "collision_count", value)
|
|
699
700
|
|
|
700
701
|
@property
|
|
@@ -711,50 +712,50 @@ class DaemonSetStatusArgs:
|
|
|
711
712
|
|
|
712
713
|
@property
|
|
713
714
|
@pulumi.getter(name="numberAvailable")
|
|
714
|
-
def number_available(self) -> Optional[pulumi.Input[int]]:
|
|
715
|
+
def number_available(self) -> Optional[pulumi.Input[builtins.int]]:
|
|
715
716
|
"""
|
|
716
717
|
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)
|
|
717
718
|
"""
|
|
718
719
|
return pulumi.get(self, "number_available")
|
|
719
720
|
|
|
720
721
|
@number_available.setter
|
|
721
|
-
def number_available(self, value: Optional[pulumi.Input[int]]):
|
|
722
|
+
def number_available(self, value: Optional[pulumi.Input[builtins.int]]):
|
|
722
723
|
pulumi.set(self, "number_available", value)
|
|
723
724
|
|
|
724
725
|
@property
|
|
725
726
|
@pulumi.getter(name="numberUnavailable")
|
|
726
|
-
def number_unavailable(self) -> Optional[pulumi.Input[int]]:
|
|
727
|
+
def number_unavailable(self) -> Optional[pulumi.Input[builtins.int]]:
|
|
727
728
|
"""
|
|
728
729
|
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)
|
|
729
730
|
"""
|
|
730
731
|
return pulumi.get(self, "number_unavailable")
|
|
731
732
|
|
|
732
733
|
@number_unavailable.setter
|
|
733
|
-
def number_unavailable(self, value: Optional[pulumi.Input[int]]):
|
|
734
|
+
def number_unavailable(self, value: Optional[pulumi.Input[builtins.int]]):
|
|
734
735
|
pulumi.set(self, "number_unavailable", value)
|
|
735
736
|
|
|
736
737
|
@property
|
|
737
738
|
@pulumi.getter(name="observedGeneration")
|
|
738
|
-
def observed_generation(self) -> Optional[pulumi.Input[int]]:
|
|
739
|
+
def observed_generation(self) -> Optional[pulumi.Input[builtins.int]]:
|
|
739
740
|
"""
|
|
740
741
|
The most recent generation observed by the daemon set controller.
|
|
741
742
|
"""
|
|
742
743
|
return pulumi.get(self, "observed_generation")
|
|
743
744
|
|
|
744
745
|
@observed_generation.setter
|
|
745
|
-
def observed_generation(self, value: Optional[pulumi.Input[int]]):
|
|
746
|
+
def observed_generation(self, value: Optional[pulumi.Input[builtins.int]]):
|
|
746
747
|
pulumi.set(self, "observed_generation", value)
|
|
747
748
|
|
|
748
749
|
@property
|
|
749
750
|
@pulumi.getter(name="updatedNumberScheduled")
|
|
750
|
-
def updated_number_scheduled(self) -> Optional[pulumi.Input[int]]:
|
|
751
|
+
def updated_number_scheduled(self) -> Optional[pulumi.Input[builtins.int]]:
|
|
751
752
|
"""
|
|
752
753
|
The total number of nodes that are running updated daemon pod
|
|
753
754
|
"""
|
|
754
755
|
return pulumi.get(self, "updated_number_scheduled")
|
|
755
756
|
|
|
756
757
|
@updated_number_scheduled.setter
|
|
757
|
-
def updated_number_scheduled(self, value: Optional[pulumi.Input[int]]):
|
|
758
|
+
def updated_number_scheduled(self, value: Optional[pulumi.Input[builtins.int]]):
|
|
758
759
|
pulumi.set(self, "updated_number_scheduled", value)
|
|
759
760
|
|
|
760
761
|
|
|
@@ -767,7 +768,7 @@ if not MYPY:
|
|
|
767
768
|
"""
|
|
768
769
|
Rolling update config params. Present only if type = "RollingUpdate".
|
|
769
770
|
"""
|
|
770
|
-
type: NotRequired[pulumi.Input[str]]
|
|
771
|
+
type: NotRequired[pulumi.Input[builtins.str]]
|
|
771
772
|
"""
|
|
772
773
|
Type of daemon set update. Can be "RollingUpdate" or "OnDelete". Default is RollingUpdate.
|
|
773
774
|
"""
|
|
@@ -778,11 +779,11 @@ elif False:
|
|
|
778
779
|
class DaemonSetUpdateStrategyPatchArgs:
|
|
779
780
|
def __init__(__self__, *,
|
|
780
781
|
rolling_update: Optional[pulumi.Input['RollingUpdateDaemonSetPatchArgs']] = None,
|
|
781
|
-
type: Optional[pulumi.Input[str]] = None):
|
|
782
|
+
type: Optional[pulumi.Input[builtins.str]] = None):
|
|
782
783
|
"""
|
|
783
784
|
DaemonSetUpdateStrategy is a struct used to control the update strategy for a DaemonSet.
|
|
784
785
|
:param pulumi.Input['RollingUpdateDaemonSetPatchArgs'] rolling_update: Rolling update config params. Present only if type = "RollingUpdate".
|
|
785
|
-
:param pulumi.Input[str] type: Type of daemon set update. Can be "RollingUpdate" or "OnDelete". Default is RollingUpdate.
|
|
786
|
+
:param pulumi.Input[builtins.str] type: Type of daemon set update. Can be "RollingUpdate" or "OnDelete". Default is RollingUpdate.
|
|
786
787
|
"""
|
|
787
788
|
if rolling_update is not None:
|
|
788
789
|
pulumi.set(__self__, "rolling_update", rolling_update)
|
|
@@ -803,14 +804,14 @@ class DaemonSetUpdateStrategyPatchArgs:
|
|
|
803
804
|
|
|
804
805
|
@property
|
|
805
806
|
@pulumi.getter
|
|
806
|
-
def type(self) -> Optional[pulumi.Input[str]]:
|
|
807
|
+
def type(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
807
808
|
"""
|
|
808
809
|
Type of daemon set update. Can be "RollingUpdate" or "OnDelete". Default is RollingUpdate.
|
|
809
810
|
"""
|
|
810
811
|
return pulumi.get(self, "type")
|
|
811
812
|
|
|
812
813
|
@type.setter
|
|
813
|
-
def type(self, value: Optional[pulumi.Input[str]]):
|
|
814
|
+
def type(self, value: Optional[pulumi.Input[builtins.str]]):
|
|
814
815
|
pulumi.set(self, "type", value)
|
|
815
816
|
|
|
816
817
|
|
|
@@ -823,7 +824,7 @@ if not MYPY:
|
|
|
823
824
|
"""
|
|
824
825
|
Rolling update config params. Present only if type = "RollingUpdate".
|
|
825
826
|
"""
|
|
826
|
-
type: NotRequired[pulumi.Input[str]]
|
|
827
|
+
type: NotRequired[pulumi.Input[builtins.str]]
|
|
827
828
|
"""
|
|
828
829
|
Type of daemon set update. Can be "RollingUpdate" or "OnDelete". Default is RollingUpdate.
|
|
829
830
|
"""
|
|
@@ -834,11 +835,11 @@ elif False:
|
|
|
834
835
|
class DaemonSetUpdateStrategyArgs:
|
|
835
836
|
def __init__(__self__, *,
|
|
836
837
|
rolling_update: Optional[pulumi.Input['RollingUpdateDaemonSetArgs']] = None,
|
|
837
|
-
type: Optional[pulumi.Input[str]] = None):
|
|
838
|
+
type: Optional[pulumi.Input[builtins.str]] = None):
|
|
838
839
|
"""
|
|
839
840
|
DaemonSetUpdateStrategy is a struct used to control the update strategy for a DaemonSet.
|
|
840
841
|
:param pulumi.Input['RollingUpdateDaemonSetArgs'] rolling_update: Rolling update config params. Present only if type = "RollingUpdate".
|
|
841
|
-
:param pulumi.Input[str] type: Type of daemon set update. Can be "RollingUpdate" or "OnDelete". Default is RollingUpdate.
|
|
842
|
+
:param pulumi.Input[builtins.str] type: Type of daemon set update. Can be "RollingUpdate" or "OnDelete". Default is RollingUpdate.
|
|
842
843
|
"""
|
|
843
844
|
if rolling_update is not None:
|
|
844
845
|
pulumi.set(__self__, "rolling_update", rolling_update)
|
|
@@ -859,14 +860,14 @@ class DaemonSetUpdateStrategyArgs:
|
|
|
859
860
|
|
|
860
861
|
@property
|
|
861
862
|
@pulumi.getter
|
|
862
|
-
def type(self) -> Optional[pulumi.Input[str]]:
|
|
863
|
+
def type(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
863
864
|
"""
|
|
864
865
|
Type of daemon set update. Can be "RollingUpdate" or "OnDelete". Default is RollingUpdate.
|
|
865
866
|
"""
|
|
866
867
|
return pulumi.get(self, "type")
|
|
867
868
|
|
|
868
869
|
@type.setter
|
|
869
|
-
def type(self, value: Optional[pulumi.Input[str]]):
|
|
870
|
+
def type(self, value: Optional[pulumi.Input[builtins.str]]):
|
|
870
871
|
pulumi.set(self, "type", value)
|
|
871
872
|
|
|
872
873
|
|
|
@@ -875,11 +876,11 @@ if not MYPY:
|
|
|
875
876
|
"""
|
|
876
877
|
DaemonSet represents the configuration of a daemon set.
|
|
877
878
|
"""
|
|
878
|
-
api_version: NotRequired[pulumi.Input[str]]
|
|
879
|
+
api_version: NotRequired[pulumi.Input[builtins.str]]
|
|
879
880
|
"""
|
|
880
881
|
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
|
|
881
882
|
"""
|
|
882
|
-
kind: NotRequired[pulumi.Input[str]]
|
|
883
|
+
kind: NotRequired[pulumi.Input[builtins.str]]
|
|
883
884
|
"""
|
|
884
885
|
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
|
|
885
886
|
"""
|
|
@@ -901,15 +902,15 @@ elif False:
|
|
|
901
902
|
@pulumi.input_type
|
|
902
903
|
class DaemonSetArgs:
|
|
903
904
|
def __init__(__self__, *,
|
|
904
|
-
api_version: Optional[pulumi.Input[str]] = None,
|
|
905
|
-
kind: Optional[pulumi.Input[str]] = None,
|
|
905
|
+
api_version: Optional[pulumi.Input[builtins.str]] = None,
|
|
906
|
+
kind: Optional[pulumi.Input[builtins.str]] = None,
|
|
906
907
|
metadata: Optional[pulumi.Input['_meta.v1.ObjectMetaArgs']] = None,
|
|
907
908
|
spec: Optional[pulumi.Input['DaemonSetSpecArgs']] = None,
|
|
908
909
|
status: Optional[pulumi.Input['DaemonSetStatusArgs']] = None):
|
|
909
910
|
"""
|
|
910
911
|
DaemonSet represents the configuration of a daemon set.
|
|
911
|
-
: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
|
|
912
|
-
: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
|
|
912
|
+
: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
|
|
913
|
+
: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
|
|
913
914
|
: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
|
|
914
915
|
: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
|
|
915
916
|
: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
|
|
@@ -927,26 +928,26 @@ class DaemonSetArgs:
|
|
|
927
928
|
|
|
928
929
|
@property
|
|
929
930
|
@pulumi.getter(name="apiVersion")
|
|
930
|
-
def api_version(self) -> Optional[pulumi.Input[str]]:
|
|
931
|
+
def api_version(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
931
932
|
"""
|
|
932
933
|
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
|
|
933
934
|
"""
|
|
934
935
|
return pulumi.get(self, "api_version")
|
|
935
936
|
|
|
936
937
|
@api_version.setter
|
|
937
|
-
def api_version(self, value: Optional[pulumi.Input[str]]):
|
|
938
|
+
def api_version(self, value: Optional[pulumi.Input[builtins.str]]):
|
|
938
939
|
pulumi.set(self, "api_version", value)
|
|
939
940
|
|
|
940
941
|
@property
|
|
941
942
|
@pulumi.getter
|
|
942
|
-
def kind(self) -> Optional[pulumi.Input[str]]:
|
|
943
|
+
def kind(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
943
944
|
"""
|
|
944
945
|
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
|
|
945
946
|
"""
|
|
946
947
|
return pulumi.get(self, "kind")
|
|
947
948
|
|
|
948
949
|
@kind.setter
|
|
949
|
-
def kind(self, value: Optional[pulumi.Input[str]]):
|
|
950
|
+
def kind(self, value: Optional[pulumi.Input[builtins.str]]):
|
|
950
951
|
pulumi.set(self, "kind", value)
|
|
951
952
|
|
|
952
953
|
@property
|
|
@@ -991,27 +992,27 @@ if not MYPY:
|
|
|
991
992
|
"""
|
|
992
993
|
DeploymentCondition describes the state of a deployment at a certain point.
|
|
993
994
|
"""
|
|
994
|
-
status: pulumi.Input[str]
|
|
995
|
+
status: pulumi.Input[builtins.str]
|
|
995
996
|
"""
|
|
996
997
|
Status of the condition, one of True, False, Unknown.
|
|
997
998
|
"""
|
|
998
|
-
type: pulumi.Input[str]
|
|
999
|
+
type: pulumi.Input[builtins.str]
|
|
999
1000
|
"""
|
|
1000
1001
|
Type of deployment condition.
|
|
1001
1002
|
"""
|
|
1002
|
-
last_transition_time: NotRequired[pulumi.Input[str]]
|
|
1003
|
+
last_transition_time: NotRequired[pulumi.Input[builtins.str]]
|
|
1003
1004
|
"""
|
|
1004
1005
|
Last time the condition transitioned from one status to another.
|
|
1005
1006
|
"""
|
|
1006
|
-
last_update_time: NotRequired[pulumi.Input[str]]
|
|
1007
|
+
last_update_time: NotRequired[pulumi.Input[builtins.str]]
|
|
1007
1008
|
"""
|
|
1008
1009
|
The last time this condition was updated.
|
|
1009
1010
|
"""
|
|
1010
|
-
message: NotRequired[pulumi.Input[str]]
|
|
1011
|
+
message: NotRequired[pulumi.Input[builtins.str]]
|
|
1011
1012
|
"""
|
|
1012
1013
|
A human readable message indicating details about the transition.
|
|
1013
1014
|
"""
|
|
1014
|
-
reason: NotRequired[pulumi.Input[str]]
|
|
1015
|
+
reason: NotRequired[pulumi.Input[builtins.str]]
|
|
1015
1016
|
"""
|
|
1016
1017
|
The reason for the condition's last transition.
|
|
1017
1018
|
"""
|
|
@@ -1021,20 +1022,20 @@ elif False:
|
|
|
1021
1022
|
@pulumi.input_type
|
|
1022
1023
|
class DeploymentConditionArgs:
|
|
1023
1024
|
def __init__(__self__, *,
|
|
1024
|
-
status: pulumi.Input[str],
|
|
1025
|
-
type: pulumi.Input[str],
|
|
1026
|
-
last_transition_time: Optional[pulumi.Input[str]] = None,
|
|
1027
|
-
last_update_time: Optional[pulumi.Input[str]] = None,
|
|
1028
|
-
message: Optional[pulumi.Input[str]] = None,
|
|
1029
|
-
reason: Optional[pulumi.Input[str]] = None):
|
|
1025
|
+
status: pulumi.Input[builtins.str],
|
|
1026
|
+
type: pulumi.Input[builtins.str],
|
|
1027
|
+
last_transition_time: Optional[pulumi.Input[builtins.str]] = None,
|
|
1028
|
+
last_update_time: Optional[pulumi.Input[builtins.str]] = None,
|
|
1029
|
+
message: Optional[pulumi.Input[builtins.str]] = None,
|
|
1030
|
+
reason: Optional[pulumi.Input[builtins.str]] = None):
|
|
1030
1031
|
"""
|
|
1031
1032
|
DeploymentCondition describes the state of a deployment at a certain point.
|
|
1032
|
-
:param pulumi.Input[str] status: Status of the condition, one of True, False, Unknown.
|
|
1033
|
-
:param pulumi.Input[str] type: Type of deployment condition.
|
|
1034
|
-
:param pulumi.Input[str] last_transition_time: Last time the condition transitioned from one status to another.
|
|
1035
|
-
:param pulumi.Input[str] last_update_time: The last time this condition was updated.
|
|
1036
|
-
:param pulumi.Input[str] message: A human readable message indicating details about the transition.
|
|
1037
|
-
:param pulumi.Input[str] reason: The reason for the condition's last transition.
|
|
1033
|
+
:param pulumi.Input[builtins.str] status: Status of the condition, one of True, False, Unknown.
|
|
1034
|
+
:param pulumi.Input[builtins.str] type: Type of deployment condition.
|
|
1035
|
+
:param pulumi.Input[builtins.str] last_transition_time: Last time the condition transitioned from one status to another.
|
|
1036
|
+
:param pulumi.Input[builtins.str] last_update_time: The last time this condition was updated.
|
|
1037
|
+
:param pulumi.Input[builtins.str] message: A human readable message indicating details about the transition.
|
|
1038
|
+
:param pulumi.Input[builtins.str] reason: The reason for the condition's last transition.
|
|
1038
1039
|
"""
|
|
1039
1040
|
pulumi.set(__self__, "status", status)
|
|
1040
1041
|
pulumi.set(__self__, "type", type)
|
|
@@ -1049,74 +1050,74 @@ class DeploymentConditionArgs:
|
|
|
1049
1050
|
|
|
1050
1051
|
@property
|
|
1051
1052
|
@pulumi.getter
|
|
1052
|
-
def status(self) -> pulumi.Input[str]:
|
|
1053
|
+
def status(self) -> pulumi.Input[builtins.str]:
|
|
1053
1054
|
"""
|
|
1054
1055
|
Status of the condition, one of True, False, Unknown.
|
|
1055
1056
|
"""
|
|
1056
1057
|
return pulumi.get(self, "status")
|
|
1057
1058
|
|
|
1058
1059
|
@status.setter
|
|
1059
|
-
def status(self, value: pulumi.Input[str]):
|
|
1060
|
+
def status(self, value: pulumi.Input[builtins.str]):
|
|
1060
1061
|
pulumi.set(self, "status", value)
|
|
1061
1062
|
|
|
1062
1063
|
@property
|
|
1063
1064
|
@pulumi.getter
|
|
1064
|
-
def type(self) -> pulumi.Input[str]:
|
|
1065
|
+
def type(self) -> pulumi.Input[builtins.str]:
|
|
1065
1066
|
"""
|
|
1066
1067
|
Type of deployment condition.
|
|
1067
1068
|
"""
|
|
1068
1069
|
return pulumi.get(self, "type")
|
|
1069
1070
|
|
|
1070
1071
|
@type.setter
|
|
1071
|
-
def type(self, value: pulumi.Input[str]):
|
|
1072
|
+
def type(self, value: pulumi.Input[builtins.str]):
|
|
1072
1073
|
pulumi.set(self, "type", value)
|
|
1073
1074
|
|
|
1074
1075
|
@property
|
|
1075
1076
|
@pulumi.getter(name="lastTransitionTime")
|
|
1076
|
-
def last_transition_time(self) -> Optional[pulumi.Input[str]]:
|
|
1077
|
+
def last_transition_time(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
1077
1078
|
"""
|
|
1078
1079
|
Last time the condition transitioned from one status to another.
|
|
1079
1080
|
"""
|
|
1080
1081
|
return pulumi.get(self, "last_transition_time")
|
|
1081
1082
|
|
|
1082
1083
|
@last_transition_time.setter
|
|
1083
|
-
def last_transition_time(self, value: Optional[pulumi.Input[str]]):
|
|
1084
|
+
def last_transition_time(self, value: Optional[pulumi.Input[builtins.str]]):
|
|
1084
1085
|
pulumi.set(self, "last_transition_time", value)
|
|
1085
1086
|
|
|
1086
1087
|
@property
|
|
1087
1088
|
@pulumi.getter(name="lastUpdateTime")
|
|
1088
|
-
def last_update_time(self) -> Optional[pulumi.Input[str]]:
|
|
1089
|
+
def last_update_time(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
1089
1090
|
"""
|
|
1090
1091
|
The last time this condition was updated.
|
|
1091
1092
|
"""
|
|
1092
1093
|
return pulumi.get(self, "last_update_time")
|
|
1093
1094
|
|
|
1094
1095
|
@last_update_time.setter
|
|
1095
|
-
def last_update_time(self, value: Optional[pulumi.Input[str]]):
|
|
1096
|
+
def last_update_time(self, value: Optional[pulumi.Input[builtins.str]]):
|
|
1096
1097
|
pulumi.set(self, "last_update_time", value)
|
|
1097
1098
|
|
|
1098
1099
|
@property
|
|
1099
1100
|
@pulumi.getter
|
|
1100
|
-
def message(self) -> Optional[pulumi.Input[str]]:
|
|
1101
|
+
def message(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
1101
1102
|
"""
|
|
1102
1103
|
A human readable message indicating details about the transition.
|
|
1103
1104
|
"""
|
|
1104
1105
|
return pulumi.get(self, "message")
|
|
1105
1106
|
|
|
1106
1107
|
@message.setter
|
|
1107
|
-
def message(self, value: Optional[pulumi.Input[str]]):
|
|
1108
|
+
def message(self, value: Optional[pulumi.Input[builtins.str]]):
|
|
1108
1109
|
pulumi.set(self, "message", value)
|
|
1109
1110
|
|
|
1110
1111
|
@property
|
|
1111
1112
|
@pulumi.getter
|
|
1112
|
-
def reason(self) -> Optional[pulumi.Input[str]]:
|
|
1113
|
+
def reason(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
1113
1114
|
"""
|
|
1114
1115
|
The reason for the condition's last transition.
|
|
1115
1116
|
"""
|
|
1116
1117
|
return pulumi.get(self, "reason")
|
|
1117
1118
|
|
|
1118
1119
|
@reason.setter
|
|
1119
|
-
def reason(self, value: Optional[pulumi.Input[str]]):
|
|
1120
|
+
def reason(self, value: Optional[pulumi.Input[builtins.str]]):
|
|
1120
1121
|
pulumi.set(self, "reason", value)
|
|
1121
1122
|
|
|
1122
1123
|
|
|
@@ -1125,23 +1126,23 @@ if not MYPY:
|
|
|
1125
1126
|
"""
|
|
1126
1127
|
DeploymentSpec is the specification of the desired behavior of the Deployment.
|
|
1127
1128
|
"""
|
|
1128
|
-
min_ready_seconds: NotRequired[pulumi.Input[int]]
|
|
1129
|
+
min_ready_seconds: NotRequired[pulumi.Input[builtins.int]]
|
|
1129
1130
|
"""
|
|
1130
1131
|
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)
|
|
1131
1132
|
"""
|
|
1132
|
-
paused: NotRequired[pulumi.Input[bool]]
|
|
1133
|
+
paused: NotRequired[pulumi.Input[builtins.bool]]
|
|
1133
1134
|
"""
|
|
1134
1135
|
Indicates that the deployment is paused.
|
|
1135
1136
|
"""
|
|
1136
|
-
progress_deadline_seconds: NotRequired[pulumi.Input[int]]
|
|
1137
|
+
progress_deadline_seconds: NotRequired[pulumi.Input[builtins.int]]
|
|
1137
1138
|
"""
|
|
1138
1139
|
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.
|
|
1139
1140
|
"""
|
|
1140
|
-
replicas: NotRequired[pulumi.Input[int]]
|
|
1141
|
+
replicas: NotRequired[pulumi.Input[builtins.int]]
|
|
1141
1142
|
"""
|
|
1142
1143
|
Number of desired pods. This is a pointer to distinguish between explicit zero and not specified. Defaults to 1.
|
|
1143
1144
|
"""
|
|
1144
|
-
revision_history_limit: NotRequired[pulumi.Input[int]]
|
|
1145
|
+
revision_history_limit: NotRequired[pulumi.Input[builtins.int]]
|
|
1145
1146
|
"""
|
|
1146
1147
|
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.
|
|
1147
1148
|
"""
|
|
@@ -1163,21 +1164,21 @@ elif False:
|
|
|
1163
1164
|
@pulumi.input_type
|
|
1164
1165
|
class DeploymentSpecPatchArgs:
|
|
1165
1166
|
def __init__(__self__, *,
|
|
1166
|
-
min_ready_seconds: Optional[pulumi.Input[int]] = None,
|
|
1167
|
-
paused: Optional[pulumi.Input[bool]] = None,
|
|
1168
|
-
progress_deadline_seconds: Optional[pulumi.Input[int]] = None,
|
|
1169
|
-
replicas: Optional[pulumi.Input[int]] = None,
|
|
1170
|
-
revision_history_limit: Optional[pulumi.Input[int]] = None,
|
|
1167
|
+
min_ready_seconds: Optional[pulumi.Input[builtins.int]] = None,
|
|
1168
|
+
paused: Optional[pulumi.Input[builtins.bool]] = None,
|
|
1169
|
+
progress_deadline_seconds: Optional[pulumi.Input[builtins.int]] = None,
|
|
1170
|
+
replicas: Optional[pulumi.Input[builtins.int]] = None,
|
|
1171
|
+
revision_history_limit: Optional[pulumi.Input[builtins.int]] = None,
|
|
1171
1172
|
selector: Optional[pulumi.Input['_meta.v1.LabelSelectorPatchArgs']] = None,
|
|
1172
1173
|
strategy: Optional[pulumi.Input['DeploymentStrategyPatchArgs']] = None,
|
|
1173
1174
|
template: Optional[pulumi.Input['_core.v1.PodTemplateSpecPatchArgs']] = None):
|
|
1174
1175
|
"""
|
|
1175
1176
|
DeploymentSpec is the specification of the desired behavior of the Deployment.
|
|
1176
|
-
: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)
|
|
1177
|
-
:param pulumi.Input[bool] paused: Indicates that the deployment is paused.
|
|
1178
|
-
: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.
|
|
1179
|
-
:param pulumi.Input[int] replicas: Number of desired pods. This is a pointer to distinguish between explicit zero and not specified. Defaults to 1.
|
|
1180
|
-
: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.
|
|
1177
|
+
: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)
|
|
1178
|
+
:param pulumi.Input[builtins.bool] paused: Indicates that the deployment is paused.
|
|
1179
|
+
: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.
|
|
1180
|
+
: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.
|
|
1181
|
+
: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.
|
|
1181
1182
|
: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.
|
|
1182
1183
|
:param pulumi.Input['DeploymentStrategyPatchArgs'] strategy: The deployment strategy to use to replace existing pods with new ones.
|
|
1183
1184
|
:param pulumi.Input['_core.v1.PodTemplateSpecPatchArgs'] template: Template describes the pods that will be created.
|
|
@@ -1201,62 +1202,62 @@ class DeploymentSpecPatchArgs:
|
|
|
1201
1202
|
|
|
1202
1203
|
@property
|
|
1203
1204
|
@pulumi.getter(name="minReadySeconds")
|
|
1204
|
-
def min_ready_seconds(self) -> Optional[pulumi.Input[int]]:
|
|
1205
|
+
def min_ready_seconds(self) -> Optional[pulumi.Input[builtins.int]]:
|
|
1205
1206
|
"""
|
|
1206
1207
|
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)
|
|
1207
1208
|
"""
|
|
1208
1209
|
return pulumi.get(self, "min_ready_seconds")
|
|
1209
1210
|
|
|
1210
1211
|
@min_ready_seconds.setter
|
|
1211
|
-
def min_ready_seconds(self, value: Optional[pulumi.Input[int]]):
|
|
1212
|
+
def min_ready_seconds(self, value: Optional[pulumi.Input[builtins.int]]):
|
|
1212
1213
|
pulumi.set(self, "min_ready_seconds", value)
|
|
1213
1214
|
|
|
1214
1215
|
@property
|
|
1215
1216
|
@pulumi.getter
|
|
1216
|
-
def paused(self) -> Optional[pulumi.Input[bool]]:
|
|
1217
|
+
def paused(self) -> Optional[pulumi.Input[builtins.bool]]:
|
|
1217
1218
|
"""
|
|
1218
1219
|
Indicates that the deployment is paused.
|
|
1219
1220
|
"""
|
|
1220
1221
|
return pulumi.get(self, "paused")
|
|
1221
1222
|
|
|
1222
1223
|
@paused.setter
|
|
1223
|
-
def paused(self, value: Optional[pulumi.Input[bool]]):
|
|
1224
|
+
def paused(self, value: Optional[pulumi.Input[builtins.bool]]):
|
|
1224
1225
|
pulumi.set(self, "paused", value)
|
|
1225
1226
|
|
|
1226
1227
|
@property
|
|
1227
1228
|
@pulumi.getter(name="progressDeadlineSeconds")
|
|
1228
|
-
def progress_deadline_seconds(self) -> Optional[pulumi.Input[int]]:
|
|
1229
|
+
def progress_deadline_seconds(self) -> Optional[pulumi.Input[builtins.int]]:
|
|
1229
1230
|
"""
|
|
1230
1231
|
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.
|
|
1231
1232
|
"""
|
|
1232
1233
|
return pulumi.get(self, "progress_deadline_seconds")
|
|
1233
1234
|
|
|
1234
1235
|
@progress_deadline_seconds.setter
|
|
1235
|
-
def progress_deadline_seconds(self, value: Optional[pulumi.Input[int]]):
|
|
1236
|
+
def progress_deadline_seconds(self, value: Optional[pulumi.Input[builtins.int]]):
|
|
1236
1237
|
pulumi.set(self, "progress_deadline_seconds", value)
|
|
1237
1238
|
|
|
1238
1239
|
@property
|
|
1239
1240
|
@pulumi.getter
|
|
1240
|
-
def replicas(self) -> Optional[pulumi.Input[int]]:
|
|
1241
|
+
def replicas(self) -> Optional[pulumi.Input[builtins.int]]:
|
|
1241
1242
|
"""
|
|
1242
1243
|
Number of desired pods. This is a pointer to distinguish between explicit zero and not specified. Defaults to 1.
|
|
1243
1244
|
"""
|
|
1244
1245
|
return pulumi.get(self, "replicas")
|
|
1245
1246
|
|
|
1246
1247
|
@replicas.setter
|
|
1247
|
-
def replicas(self, value: Optional[pulumi.Input[int]]):
|
|
1248
|
+
def replicas(self, value: Optional[pulumi.Input[builtins.int]]):
|
|
1248
1249
|
pulumi.set(self, "replicas", value)
|
|
1249
1250
|
|
|
1250
1251
|
@property
|
|
1251
1252
|
@pulumi.getter(name="revisionHistoryLimit")
|
|
1252
|
-
def revision_history_limit(self) -> Optional[pulumi.Input[int]]:
|
|
1253
|
+
def revision_history_limit(self) -> Optional[pulumi.Input[builtins.int]]:
|
|
1253
1254
|
"""
|
|
1254
1255
|
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.
|
|
1255
1256
|
"""
|
|
1256
1257
|
return pulumi.get(self, "revision_history_limit")
|
|
1257
1258
|
|
|
1258
1259
|
@revision_history_limit.setter
|
|
1259
|
-
def revision_history_limit(self, value: Optional[pulumi.Input[int]]):
|
|
1260
|
+
def revision_history_limit(self, value: Optional[pulumi.Input[builtins.int]]):
|
|
1260
1261
|
pulumi.set(self, "revision_history_limit", value)
|
|
1261
1262
|
|
|
1262
1263
|
@property
|
|
@@ -1309,23 +1310,23 @@ if not MYPY:
|
|
|
1309
1310
|
"""
|
|
1310
1311
|
Template describes the pods that will be created.
|
|
1311
1312
|
"""
|
|
1312
|
-
min_ready_seconds: NotRequired[pulumi.Input[int]]
|
|
1313
|
+
min_ready_seconds: NotRequired[pulumi.Input[builtins.int]]
|
|
1313
1314
|
"""
|
|
1314
1315
|
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)
|
|
1315
1316
|
"""
|
|
1316
|
-
paused: NotRequired[pulumi.Input[bool]]
|
|
1317
|
+
paused: NotRequired[pulumi.Input[builtins.bool]]
|
|
1317
1318
|
"""
|
|
1318
1319
|
Indicates that the deployment is paused.
|
|
1319
1320
|
"""
|
|
1320
|
-
progress_deadline_seconds: NotRequired[pulumi.Input[int]]
|
|
1321
|
+
progress_deadline_seconds: NotRequired[pulumi.Input[builtins.int]]
|
|
1321
1322
|
"""
|
|
1322
1323
|
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.
|
|
1323
1324
|
"""
|
|
1324
|
-
replicas: NotRequired[pulumi.Input[int]]
|
|
1325
|
+
replicas: NotRequired[pulumi.Input[builtins.int]]
|
|
1325
1326
|
"""
|
|
1326
1327
|
Number of desired pods. This is a pointer to distinguish between explicit zero and not specified. Defaults to 1.
|
|
1327
1328
|
"""
|
|
1328
|
-
revision_history_limit: NotRequired[pulumi.Input[int]]
|
|
1329
|
+
revision_history_limit: NotRequired[pulumi.Input[builtins.int]]
|
|
1329
1330
|
"""
|
|
1330
1331
|
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.
|
|
1331
1332
|
"""
|
|
@@ -1341,21 +1342,21 @@ class DeploymentSpecArgs:
|
|
|
1341
1342
|
def __init__(__self__, *,
|
|
1342
1343
|
selector: pulumi.Input['_meta.v1.LabelSelectorArgs'],
|
|
1343
1344
|
template: pulumi.Input['_core.v1.PodTemplateSpecArgs'],
|
|
1344
|
-
min_ready_seconds: Optional[pulumi.Input[int]] = None,
|
|
1345
|
-
paused: Optional[pulumi.Input[bool]] = None,
|
|
1346
|
-
progress_deadline_seconds: Optional[pulumi.Input[int]] = None,
|
|
1347
|
-
replicas: Optional[pulumi.Input[int]] = None,
|
|
1348
|
-
revision_history_limit: Optional[pulumi.Input[int]] = None,
|
|
1345
|
+
min_ready_seconds: Optional[pulumi.Input[builtins.int]] = None,
|
|
1346
|
+
paused: Optional[pulumi.Input[builtins.bool]] = None,
|
|
1347
|
+
progress_deadline_seconds: Optional[pulumi.Input[builtins.int]] = None,
|
|
1348
|
+
replicas: Optional[pulumi.Input[builtins.int]] = None,
|
|
1349
|
+
revision_history_limit: Optional[pulumi.Input[builtins.int]] = None,
|
|
1349
1350
|
strategy: Optional[pulumi.Input['DeploymentStrategyArgs']] = None):
|
|
1350
1351
|
"""
|
|
1351
1352
|
DeploymentSpec is the specification of the desired behavior of the Deployment.
|
|
1352
1353
|
: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.
|
|
1353
1354
|
:param pulumi.Input['_core.v1.PodTemplateSpecArgs'] template: Template describes the pods that will be created.
|
|
1354
|
-
: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)
|
|
1355
|
-
:param pulumi.Input[bool] paused: Indicates that the deployment is paused.
|
|
1356
|
-
: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.
|
|
1357
|
-
:param pulumi.Input[int] replicas: Number of desired pods. This is a pointer to distinguish between explicit zero and not specified. Defaults to 1.
|
|
1358
|
-
: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.
|
|
1355
|
+
: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)
|
|
1356
|
+
:param pulumi.Input[builtins.bool] paused: Indicates that the deployment is paused.
|
|
1357
|
+
: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.
|
|
1358
|
+
: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.
|
|
1359
|
+
: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.
|
|
1359
1360
|
:param pulumi.Input['DeploymentStrategyArgs'] strategy: The deployment strategy to use to replace existing pods with new ones.
|
|
1360
1361
|
"""
|
|
1361
1362
|
pulumi.set(__self__, "selector", selector)
|
|
@@ -1399,62 +1400,62 @@ class DeploymentSpecArgs:
|
|
|
1399
1400
|
|
|
1400
1401
|
@property
|
|
1401
1402
|
@pulumi.getter(name="minReadySeconds")
|
|
1402
|
-
def min_ready_seconds(self) -> Optional[pulumi.Input[int]]:
|
|
1403
|
+
def min_ready_seconds(self) -> Optional[pulumi.Input[builtins.int]]:
|
|
1403
1404
|
"""
|
|
1404
1405
|
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)
|
|
1405
1406
|
"""
|
|
1406
1407
|
return pulumi.get(self, "min_ready_seconds")
|
|
1407
1408
|
|
|
1408
1409
|
@min_ready_seconds.setter
|
|
1409
|
-
def min_ready_seconds(self, value: Optional[pulumi.Input[int]]):
|
|
1410
|
+
def min_ready_seconds(self, value: Optional[pulumi.Input[builtins.int]]):
|
|
1410
1411
|
pulumi.set(self, "min_ready_seconds", value)
|
|
1411
1412
|
|
|
1412
1413
|
@property
|
|
1413
1414
|
@pulumi.getter
|
|
1414
|
-
def paused(self) -> Optional[pulumi.Input[bool]]:
|
|
1415
|
+
def paused(self) -> Optional[pulumi.Input[builtins.bool]]:
|
|
1415
1416
|
"""
|
|
1416
1417
|
Indicates that the deployment is paused.
|
|
1417
1418
|
"""
|
|
1418
1419
|
return pulumi.get(self, "paused")
|
|
1419
1420
|
|
|
1420
1421
|
@paused.setter
|
|
1421
|
-
def paused(self, value: Optional[pulumi.Input[bool]]):
|
|
1422
|
+
def paused(self, value: Optional[pulumi.Input[builtins.bool]]):
|
|
1422
1423
|
pulumi.set(self, "paused", value)
|
|
1423
1424
|
|
|
1424
1425
|
@property
|
|
1425
1426
|
@pulumi.getter(name="progressDeadlineSeconds")
|
|
1426
|
-
def progress_deadline_seconds(self) -> Optional[pulumi.Input[int]]:
|
|
1427
|
+
def progress_deadline_seconds(self) -> Optional[pulumi.Input[builtins.int]]:
|
|
1427
1428
|
"""
|
|
1428
1429
|
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.
|
|
1429
1430
|
"""
|
|
1430
1431
|
return pulumi.get(self, "progress_deadline_seconds")
|
|
1431
1432
|
|
|
1432
1433
|
@progress_deadline_seconds.setter
|
|
1433
|
-
def progress_deadline_seconds(self, value: Optional[pulumi.Input[int]]):
|
|
1434
|
+
def progress_deadline_seconds(self, value: Optional[pulumi.Input[builtins.int]]):
|
|
1434
1435
|
pulumi.set(self, "progress_deadline_seconds", value)
|
|
1435
1436
|
|
|
1436
1437
|
@property
|
|
1437
1438
|
@pulumi.getter
|
|
1438
|
-
def replicas(self) -> Optional[pulumi.Input[int]]:
|
|
1439
|
+
def replicas(self) -> Optional[pulumi.Input[builtins.int]]:
|
|
1439
1440
|
"""
|
|
1440
1441
|
Number of desired pods. This is a pointer to distinguish between explicit zero and not specified. Defaults to 1.
|
|
1441
1442
|
"""
|
|
1442
1443
|
return pulumi.get(self, "replicas")
|
|
1443
1444
|
|
|
1444
1445
|
@replicas.setter
|
|
1445
|
-
def replicas(self, value: Optional[pulumi.Input[int]]):
|
|
1446
|
+
def replicas(self, value: Optional[pulumi.Input[builtins.int]]):
|
|
1446
1447
|
pulumi.set(self, "replicas", value)
|
|
1447
1448
|
|
|
1448
1449
|
@property
|
|
1449
1450
|
@pulumi.getter(name="revisionHistoryLimit")
|
|
1450
|
-
def revision_history_limit(self) -> Optional[pulumi.Input[int]]:
|
|
1451
|
+
def revision_history_limit(self) -> Optional[pulumi.Input[builtins.int]]:
|
|
1451
1452
|
"""
|
|
1452
1453
|
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.
|
|
1453
1454
|
"""
|
|
1454
1455
|
return pulumi.get(self, "revision_history_limit")
|
|
1455
1456
|
|
|
1456
1457
|
@revision_history_limit.setter
|
|
1457
|
-
def revision_history_limit(self, value: Optional[pulumi.Input[int]]):
|
|
1458
|
+
def revision_history_limit(self, value: Optional[pulumi.Input[builtins.int]]):
|
|
1458
1459
|
pulumi.set(self, "revision_history_limit", value)
|
|
1459
1460
|
|
|
1460
1461
|
@property
|
|
@@ -1475,11 +1476,11 @@ if not MYPY:
|
|
|
1475
1476
|
"""
|
|
1476
1477
|
DeploymentStatus is the most recently observed status of the Deployment.
|
|
1477
1478
|
"""
|
|
1478
|
-
available_replicas: NotRequired[pulumi.Input[int]]
|
|
1479
|
+
available_replicas: NotRequired[pulumi.Input[builtins.int]]
|
|
1479
1480
|
"""
|
|
1480
1481
|
Total number of available pods (ready for at least minReadySeconds) targeted by this deployment.
|
|
1481
1482
|
"""
|
|
1482
|
-
collision_count: NotRequired[pulumi.Input[int]]
|
|
1483
|
+
collision_count: NotRequired[pulumi.Input[builtins.int]]
|
|
1483
1484
|
"""
|
|
1484
1485
|
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.
|
|
1485
1486
|
"""
|
|
@@ -1487,23 +1488,23 @@ if not MYPY:
|
|
|
1487
1488
|
"""
|
|
1488
1489
|
Represents the latest available observations of a deployment's current state.
|
|
1489
1490
|
"""
|
|
1490
|
-
observed_generation: NotRequired[pulumi.Input[int]]
|
|
1491
|
+
observed_generation: NotRequired[pulumi.Input[builtins.int]]
|
|
1491
1492
|
"""
|
|
1492
1493
|
The generation observed by the deployment controller.
|
|
1493
1494
|
"""
|
|
1494
|
-
ready_replicas: NotRequired[pulumi.Input[int]]
|
|
1495
|
+
ready_replicas: NotRequired[pulumi.Input[builtins.int]]
|
|
1495
1496
|
"""
|
|
1496
1497
|
Total number of ready pods targeted by this deployment.
|
|
1497
1498
|
"""
|
|
1498
|
-
replicas: NotRequired[pulumi.Input[int]]
|
|
1499
|
+
replicas: NotRequired[pulumi.Input[builtins.int]]
|
|
1499
1500
|
"""
|
|
1500
1501
|
Total number of non-terminated pods targeted by this deployment (their labels match the selector).
|
|
1501
1502
|
"""
|
|
1502
|
-
unavailable_replicas: NotRequired[pulumi.Input[int]]
|
|
1503
|
+
unavailable_replicas: NotRequired[pulumi.Input[builtins.int]]
|
|
1503
1504
|
"""
|
|
1504
1505
|
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.
|
|
1505
1506
|
"""
|
|
1506
|
-
updated_replicas: NotRequired[pulumi.Input[int]]
|
|
1507
|
+
updated_replicas: NotRequired[pulumi.Input[builtins.int]]
|
|
1507
1508
|
"""
|
|
1508
1509
|
Total number of non-terminated pods targeted by this deployment that have the desired template spec.
|
|
1509
1510
|
"""
|
|
@@ -1513,24 +1514,24 @@ elif False:
|
|
|
1513
1514
|
@pulumi.input_type
|
|
1514
1515
|
class DeploymentStatusArgs:
|
|
1515
1516
|
def __init__(__self__, *,
|
|
1516
|
-
available_replicas: Optional[pulumi.Input[int]] = None,
|
|
1517
|
-
collision_count: Optional[pulumi.Input[int]] = None,
|
|
1517
|
+
available_replicas: Optional[pulumi.Input[builtins.int]] = None,
|
|
1518
|
+
collision_count: Optional[pulumi.Input[builtins.int]] = None,
|
|
1518
1519
|
conditions: Optional[pulumi.Input[Sequence[pulumi.Input['DeploymentConditionArgs']]]] = None,
|
|
1519
|
-
observed_generation: Optional[pulumi.Input[int]] = None,
|
|
1520
|
-
ready_replicas: Optional[pulumi.Input[int]] = None,
|
|
1521
|
-
replicas: Optional[pulumi.Input[int]] = None,
|
|
1522
|
-
unavailable_replicas: Optional[pulumi.Input[int]] = None,
|
|
1523
|
-
updated_replicas: Optional[pulumi.Input[int]] = None):
|
|
1520
|
+
observed_generation: Optional[pulumi.Input[builtins.int]] = None,
|
|
1521
|
+
ready_replicas: Optional[pulumi.Input[builtins.int]] = None,
|
|
1522
|
+
replicas: Optional[pulumi.Input[builtins.int]] = None,
|
|
1523
|
+
unavailable_replicas: Optional[pulumi.Input[builtins.int]] = None,
|
|
1524
|
+
updated_replicas: Optional[pulumi.Input[builtins.int]] = None):
|
|
1524
1525
|
"""
|
|
1525
1526
|
DeploymentStatus is the most recently observed status of the Deployment.
|
|
1526
|
-
:param pulumi.Input[int] available_replicas: Total number of available pods (ready for at least minReadySeconds) targeted by this deployment.
|
|
1527
|
-
: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.
|
|
1527
|
+
:param pulumi.Input[builtins.int] available_replicas: Total number of available pods (ready for at least minReadySeconds) targeted by this deployment.
|
|
1528
|
+
: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.
|
|
1528
1529
|
:param pulumi.Input[Sequence[pulumi.Input['DeploymentConditionArgs']]] conditions: Represents the latest available observations of a deployment's current state.
|
|
1529
|
-
:param pulumi.Input[int] observed_generation: The generation observed by the deployment controller.
|
|
1530
|
-
:param pulumi.Input[int] ready_replicas: Total number of ready pods targeted by this deployment.
|
|
1531
|
-
:param pulumi.Input[int] replicas: Total number of non-terminated pods targeted by this deployment (their labels match the selector).
|
|
1532
|
-
: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.
|
|
1533
|
-
:param pulumi.Input[int] updated_replicas: Total number of non-terminated pods targeted by this deployment that have the desired template spec.
|
|
1530
|
+
:param pulumi.Input[builtins.int] observed_generation: The generation observed by the deployment controller.
|
|
1531
|
+
:param pulumi.Input[builtins.int] ready_replicas: Total number of ready pods targeted by this deployment.
|
|
1532
|
+
:param pulumi.Input[builtins.int] replicas: Total number of non-terminated pods targeted by this deployment (their labels match the selector).
|
|
1533
|
+
: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.
|
|
1534
|
+
:param pulumi.Input[builtins.int] updated_replicas: Total number of non-terminated pods targeted by this deployment that have the desired template spec.
|
|
1534
1535
|
"""
|
|
1535
1536
|
if available_replicas is not None:
|
|
1536
1537
|
pulumi.set(__self__, "available_replicas", available_replicas)
|
|
@@ -1551,26 +1552,26 @@ class DeploymentStatusArgs:
|
|
|
1551
1552
|
|
|
1552
1553
|
@property
|
|
1553
1554
|
@pulumi.getter(name="availableReplicas")
|
|
1554
|
-
def available_replicas(self) -> Optional[pulumi.Input[int]]:
|
|
1555
|
+
def available_replicas(self) -> Optional[pulumi.Input[builtins.int]]:
|
|
1555
1556
|
"""
|
|
1556
1557
|
Total number of available pods (ready for at least minReadySeconds) targeted by this deployment.
|
|
1557
1558
|
"""
|
|
1558
1559
|
return pulumi.get(self, "available_replicas")
|
|
1559
1560
|
|
|
1560
1561
|
@available_replicas.setter
|
|
1561
|
-
def available_replicas(self, value: Optional[pulumi.Input[int]]):
|
|
1562
|
+
def available_replicas(self, value: Optional[pulumi.Input[builtins.int]]):
|
|
1562
1563
|
pulumi.set(self, "available_replicas", value)
|
|
1563
1564
|
|
|
1564
1565
|
@property
|
|
1565
1566
|
@pulumi.getter(name="collisionCount")
|
|
1566
|
-
def collision_count(self) -> Optional[pulumi.Input[int]]:
|
|
1567
|
+
def collision_count(self) -> Optional[pulumi.Input[builtins.int]]:
|
|
1567
1568
|
"""
|
|
1568
1569
|
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.
|
|
1569
1570
|
"""
|
|
1570
1571
|
return pulumi.get(self, "collision_count")
|
|
1571
1572
|
|
|
1572
1573
|
@collision_count.setter
|
|
1573
|
-
def collision_count(self, value: Optional[pulumi.Input[int]]):
|
|
1574
|
+
def collision_count(self, value: Optional[pulumi.Input[builtins.int]]):
|
|
1574
1575
|
pulumi.set(self, "collision_count", value)
|
|
1575
1576
|
|
|
1576
1577
|
@property
|
|
@@ -1587,62 +1588,62 @@ class DeploymentStatusArgs:
|
|
|
1587
1588
|
|
|
1588
1589
|
@property
|
|
1589
1590
|
@pulumi.getter(name="observedGeneration")
|
|
1590
|
-
def observed_generation(self) -> Optional[pulumi.Input[int]]:
|
|
1591
|
+
def observed_generation(self) -> Optional[pulumi.Input[builtins.int]]:
|
|
1591
1592
|
"""
|
|
1592
1593
|
The generation observed by the deployment controller.
|
|
1593
1594
|
"""
|
|
1594
1595
|
return pulumi.get(self, "observed_generation")
|
|
1595
1596
|
|
|
1596
1597
|
@observed_generation.setter
|
|
1597
|
-
def observed_generation(self, value: Optional[pulumi.Input[int]]):
|
|
1598
|
+
def observed_generation(self, value: Optional[pulumi.Input[builtins.int]]):
|
|
1598
1599
|
pulumi.set(self, "observed_generation", value)
|
|
1599
1600
|
|
|
1600
1601
|
@property
|
|
1601
1602
|
@pulumi.getter(name="readyReplicas")
|
|
1602
|
-
def ready_replicas(self) -> Optional[pulumi.Input[int]]:
|
|
1603
|
+
def ready_replicas(self) -> Optional[pulumi.Input[builtins.int]]:
|
|
1603
1604
|
"""
|
|
1604
1605
|
Total number of ready pods targeted by this deployment.
|
|
1605
1606
|
"""
|
|
1606
1607
|
return pulumi.get(self, "ready_replicas")
|
|
1607
1608
|
|
|
1608
1609
|
@ready_replicas.setter
|
|
1609
|
-
def ready_replicas(self, value: Optional[pulumi.Input[int]]):
|
|
1610
|
+
def ready_replicas(self, value: Optional[pulumi.Input[builtins.int]]):
|
|
1610
1611
|
pulumi.set(self, "ready_replicas", value)
|
|
1611
1612
|
|
|
1612
1613
|
@property
|
|
1613
1614
|
@pulumi.getter
|
|
1614
|
-
def replicas(self) -> Optional[pulumi.Input[int]]:
|
|
1615
|
+
def replicas(self) -> Optional[pulumi.Input[builtins.int]]:
|
|
1615
1616
|
"""
|
|
1616
1617
|
Total number of non-terminated pods targeted by this deployment (their labels match the selector).
|
|
1617
1618
|
"""
|
|
1618
1619
|
return pulumi.get(self, "replicas")
|
|
1619
1620
|
|
|
1620
1621
|
@replicas.setter
|
|
1621
|
-
def replicas(self, value: Optional[pulumi.Input[int]]):
|
|
1622
|
+
def replicas(self, value: Optional[pulumi.Input[builtins.int]]):
|
|
1622
1623
|
pulumi.set(self, "replicas", value)
|
|
1623
1624
|
|
|
1624
1625
|
@property
|
|
1625
1626
|
@pulumi.getter(name="unavailableReplicas")
|
|
1626
|
-
def unavailable_replicas(self) -> Optional[pulumi.Input[int]]:
|
|
1627
|
+
def unavailable_replicas(self) -> Optional[pulumi.Input[builtins.int]]:
|
|
1627
1628
|
"""
|
|
1628
1629
|
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.
|
|
1629
1630
|
"""
|
|
1630
1631
|
return pulumi.get(self, "unavailable_replicas")
|
|
1631
1632
|
|
|
1632
1633
|
@unavailable_replicas.setter
|
|
1633
|
-
def unavailable_replicas(self, value: Optional[pulumi.Input[int]]):
|
|
1634
|
+
def unavailable_replicas(self, value: Optional[pulumi.Input[builtins.int]]):
|
|
1634
1635
|
pulumi.set(self, "unavailable_replicas", value)
|
|
1635
1636
|
|
|
1636
1637
|
@property
|
|
1637
1638
|
@pulumi.getter(name="updatedReplicas")
|
|
1638
|
-
def updated_replicas(self) -> Optional[pulumi.Input[int]]:
|
|
1639
|
+
def updated_replicas(self) -> Optional[pulumi.Input[builtins.int]]:
|
|
1639
1640
|
"""
|
|
1640
1641
|
Total number of non-terminated pods targeted by this deployment that have the desired template spec.
|
|
1641
1642
|
"""
|
|
1642
1643
|
return pulumi.get(self, "updated_replicas")
|
|
1643
1644
|
|
|
1644
1645
|
@updated_replicas.setter
|
|
1645
|
-
def updated_replicas(self, value: Optional[pulumi.Input[int]]):
|
|
1646
|
+
def updated_replicas(self, value: Optional[pulumi.Input[builtins.int]]):
|
|
1646
1647
|
pulumi.set(self, "updated_replicas", value)
|
|
1647
1648
|
|
|
1648
1649
|
|
|
@@ -1655,7 +1656,7 @@ if not MYPY:
|
|
|
1655
1656
|
"""
|
|
1656
1657
|
Rolling update config params. Present only if DeploymentStrategyType = RollingUpdate.
|
|
1657
1658
|
"""
|
|
1658
|
-
type: NotRequired[pulumi.Input[str]]
|
|
1659
|
+
type: NotRequired[pulumi.Input[builtins.str]]
|
|
1659
1660
|
"""
|
|
1660
1661
|
Type of deployment. Can be "Recreate" or "RollingUpdate". Default is RollingUpdate.
|
|
1661
1662
|
"""
|
|
@@ -1666,11 +1667,11 @@ elif False:
|
|
|
1666
1667
|
class DeploymentStrategyPatchArgs:
|
|
1667
1668
|
def __init__(__self__, *,
|
|
1668
1669
|
rolling_update: Optional[pulumi.Input['RollingUpdateDeploymentPatchArgs']] = None,
|
|
1669
|
-
type: Optional[pulumi.Input[str]] = None):
|
|
1670
|
+
type: Optional[pulumi.Input[builtins.str]] = None):
|
|
1670
1671
|
"""
|
|
1671
1672
|
DeploymentStrategy describes how to replace existing pods with new ones.
|
|
1672
1673
|
:param pulumi.Input['RollingUpdateDeploymentPatchArgs'] rolling_update: Rolling update config params. Present only if DeploymentStrategyType = RollingUpdate.
|
|
1673
|
-
:param pulumi.Input[str] type: Type of deployment. Can be "Recreate" or "RollingUpdate". Default is RollingUpdate.
|
|
1674
|
+
:param pulumi.Input[builtins.str] type: Type of deployment. Can be "Recreate" or "RollingUpdate". Default is RollingUpdate.
|
|
1674
1675
|
"""
|
|
1675
1676
|
if rolling_update is not None:
|
|
1676
1677
|
pulumi.set(__self__, "rolling_update", rolling_update)
|
|
@@ -1691,14 +1692,14 @@ class DeploymentStrategyPatchArgs:
|
|
|
1691
1692
|
|
|
1692
1693
|
@property
|
|
1693
1694
|
@pulumi.getter
|
|
1694
|
-
def type(self) -> Optional[pulumi.Input[str]]:
|
|
1695
|
+
def type(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
1695
1696
|
"""
|
|
1696
1697
|
Type of deployment. Can be "Recreate" or "RollingUpdate". Default is RollingUpdate.
|
|
1697
1698
|
"""
|
|
1698
1699
|
return pulumi.get(self, "type")
|
|
1699
1700
|
|
|
1700
1701
|
@type.setter
|
|
1701
|
-
def type(self, value: Optional[pulumi.Input[str]]):
|
|
1702
|
+
def type(self, value: Optional[pulumi.Input[builtins.str]]):
|
|
1702
1703
|
pulumi.set(self, "type", value)
|
|
1703
1704
|
|
|
1704
1705
|
|
|
@@ -1711,7 +1712,7 @@ if not MYPY:
|
|
|
1711
1712
|
"""
|
|
1712
1713
|
Rolling update config params. Present only if DeploymentStrategyType = RollingUpdate.
|
|
1713
1714
|
"""
|
|
1714
|
-
type: NotRequired[pulumi.Input[str]]
|
|
1715
|
+
type: NotRequired[pulumi.Input[builtins.str]]
|
|
1715
1716
|
"""
|
|
1716
1717
|
Type of deployment. Can be "Recreate" or "RollingUpdate". Default is RollingUpdate.
|
|
1717
1718
|
"""
|
|
@@ -1722,11 +1723,11 @@ elif False:
|
|
|
1722
1723
|
class DeploymentStrategyArgs:
|
|
1723
1724
|
def __init__(__self__, *,
|
|
1724
1725
|
rolling_update: Optional[pulumi.Input['RollingUpdateDeploymentArgs']] = None,
|
|
1725
|
-
type: Optional[pulumi.Input[str]] = None):
|
|
1726
|
+
type: Optional[pulumi.Input[builtins.str]] = None):
|
|
1726
1727
|
"""
|
|
1727
1728
|
DeploymentStrategy describes how to replace existing pods with new ones.
|
|
1728
1729
|
:param pulumi.Input['RollingUpdateDeploymentArgs'] rolling_update: Rolling update config params. Present only if DeploymentStrategyType = RollingUpdate.
|
|
1729
|
-
:param pulumi.Input[str] type: Type of deployment. Can be "Recreate" or "RollingUpdate". Default is RollingUpdate.
|
|
1730
|
+
:param pulumi.Input[builtins.str] type: Type of deployment. Can be "Recreate" or "RollingUpdate". Default is RollingUpdate.
|
|
1730
1731
|
"""
|
|
1731
1732
|
if rolling_update is not None:
|
|
1732
1733
|
pulumi.set(__self__, "rolling_update", rolling_update)
|
|
@@ -1747,14 +1748,14 @@ class DeploymentStrategyArgs:
|
|
|
1747
1748
|
|
|
1748
1749
|
@property
|
|
1749
1750
|
@pulumi.getter
|
|
1750
|
-
def type(self) -> Optional[pulumi.Input[str]]:
|
|
1751
|
+
def type(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
1751
1752
|
"""
|
|
1752
1753
|
Type of deployment. Can be "Recreate" or "RollingUpdate". Default is RollingUpdate.
|
|
1753
1754
|
"""
|
|
1754
1755
|
return pulumi.get(self, "type")
|
|
1755
1756
|
|
|
1756
1757
|
@type.setter
|
|
1757
|
-
def type(self, value: Optional[pulumi.Input[str]]):
|
|
1758
|
+
def type(self, value: Optional[pulumi.Input[builtins.str]]):
|
|
1758
1759
|
pulumi.set(self, "type", value)
|
|
1759
1760
|
|
|
1760
1761
|
|
|
@@ -1785,11 +1786,11 @@ if not MYPY:
|
|
|
1785
1786
|
time out and mark the resource update as Failed. You can override the default timeout value
|
|
1786
1787
|
by setting the 'customTimeouts' option on the resource.
|
|
1787
1788
|
"""
|
|
1788
|
-
api_version: NotRequired[pulumi.Input[str]]
|
|
1789
|
+
api_version: NotRequired[pulumi.Input[builtins.str]]
|
|
1789
1790
|
"""
|
|
1790
1791
|
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
|
|
1791
1792
|
"""
|
|
1792
|
-
kind: NotRequired[pulumi.Input[str]]
|
|
1793
|
+
kind: NotRequired[pulumi.Input[builtins.str]]
|
|
1793
1794
|
"""
|
|
1794
1795
|
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
|
|
1795
1796
|
"""
|
|
@@ -1811,8 +1812,8 @@ elif False:
|
|
|
1811
1812
|
@pulumi.input_type
|
|
1812
1813
|
class DeploymentArgs:
|
|
1813
1814
|
def __init__(__self__, *,
|
|
1814
|
-
api_version: Optional[pulumi.Input[str]] = None,
|
|
1815
|
-
kind: Optional[pulumi.Input[str]] = None,
|
|
1815
|
+
api_version: Optional[pulumi.Input[builtins.str]] = None,
|
|
1816
|
+
kind: Optional[pulumi.Input[builtins.str]] = None,
|
|
1816
1817
|
metadata: Optional[pulumi.Input['_meta.v1.ObjectMetaArgs']] = None,
|
|
1817
1818
|
spec: Optional[pulumi.Input['DeploymentSpecArgs']] = None,
|
|
1818
1819
|
status: Optional[pulumi.Input['DeploymentStatusArgs']] = None):
|
|
@@ -1840,8 +1841,8 @@ class DeploymentArgs:
|
|
|
1840
1841
|
If the Deployment has not reached a Ready state after 10 minutes, it will
|
|
1841
1842
|
time out and mark the resource update as Failed. You can override the default timeout value
|
|
1842
1843
|
by setting the 'customTimeouts' option on the resource.
|
|
1843
|
-
: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
|
|
1844
|
-
: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
|
|
1844
|
+
: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
|
|
1845
|
+
: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
|
|
1845
1846
|
:param pulumi.Input['_meta.v1.ObjectMetaArgs'] metadata: Standard object metadata.
|
|
1846
1847
|
:param pulumi.Input['DeploymentSpecArgs'] spec: Specification of the desired behavior of the Deployment.
|
|
1847
1848
|
:param pulumi.Input['DeploymentStatusArgs'] status: Most recently observed status of the Deployment.
|
|
@@ -1859,26 +1860,26 @@ class DeploymentArgs:
|
|
|
1859
1860
|
|
|
1860
1861
|
@property
|
|
1861
1862
|
@pulumi.getter(name="apiVersion")
|
|
1862
|
-
def api_version(self) -> Optional[pulumi.Input[str]]:
|
|
1863
|
+
def api_version(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
1863
1864
|
"""
|
|
1864
1865
|
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
|
|
1865
1866
|
"""
|
|
1866
1867
|
return pulumi.get(self, "api_version")
|
|
1867
1868
|
|
|
1868
1869
|
@api_version.setter
|
|
1869
|
-
def api_version(self, value: Optional[pulumi.Input[str]]):
|
|
1870
|
+
def api_version(self, value: Optional[pulumi.Input[builtins.str]]):
|
|
1870
1871
|
pulumi.set(self, "api_version", value)
|
|
1871
1872
|
|
|
1872
1873
|
@property
|
|
1873
1874
|
@pulumi.getter
|
|
1874
|
-
def kind(self) -> Optional[pulumi.Input[str]]:
|
|
1875
|
+
def kind(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
1875
1876
|
"""
|
|
1876
1877
|
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
|
|
1877
1878
|
"""
|
|
1878
1879
|
return pulumi.get(self, "kind")
|
|
1879
1880
|
|
|
1880
1881
|
@kind.setter
|
|
1881
|
-
def kind(self, value: Optional[pulumi.Input[str]]):
|
|
1882
|
+
def kind(self, value: Optional[pulumi.Input[builtins.str]]):
|
|
1882
1883
|
pulumi.set(self, "kind", value)
|
|
1883
1884
|
|
|
1884
1885
|
@property
|
|
@@ -1923,23 +1924,23 @@ if not MYPY:
|
|
|
1923
1924
|
"""
|
|
1924
1925
|
ReplicaSetCondition describes the state of a replica set at a certain point.
|
|
1925
1926
|
"""
|
|
1926
|
-
status: pulumi.Input[str]
|
|
1927
|
+
status: pulumi.Input[builtins.str]
|
|
1927
1928
|
"""
|
|
1928
1929
|
Status of the condition, one of True, False, Unknown.
|
|
1929
1930
|
"""
|
|
1930
|
-
type: pulumi.Input[str]
|
|
1931
|
+
type: pulumi.Input[builtins.str]
|
|
1931
1932
|
"""
|
|
1932
1933
|
Type of replica set condition.
|
|
1933
1934
|
"""
|
|
1934
|
-
last_transition_time: NotRequired[pulumi.Input[str]]
|
|
1935
|
+
last_transition_time: NotRequired[pulumi.Input[builtins.str]]
|
|
1935
1936
|
"""
|
|
1936
1937
|
The last time the condition transitioned from one status to another.
|
|
1937
1938
|
"""
|
|
1938
|
-
message: NotRequired[pulumi.Input[str]]
|
|
1939
|
+
message: NotRequired[pulumi.Input[builtins.str]]
|
|
1939
1940
|
"""
|
|
1940
1941
|
A human readable message indicating details about the transition.
|
|
1941
1942
|
"""
|
|
1942
|
-
reason: NotRequired[pulumi.Input[str]]
|
|
1943
|
+
reason: NotRequired[pulumi.Input[builtins.str]]
|
|
1943
1944
|
"""
|
|
1944
1945
|
The reason for the condition's last transition.
|
|
1945
1946
|
"""
|
|
@@ -1949,18 +1950,18 @@ elif False:
|
|
|
1949
1950
|
@pulumi.input_type
|
|
1950
1951
|
class ReplicaSetConditionArgs:
|
|
1951
1952
|
def __init__(__self__, *,
|
|
1952
|
-
status: pulumi.Input[str],
|
|
1953
|
-
type: pulumi.Input[str],
|
|
1954
|
-
last_transition_time: Optional[pulumi.Input[str]] = None,
|
|
1955
|
-
message: Optional[pulumi.Input[str]] = None,
|
|
1956
|
-
reason: Optional[pulumi.Input[str]] = None):
|
|
1953
|
+
status: pulumi.Input[builtins.str],
|
|
1954
|
+
type: pulumi.Input[builtins.str],
|
|
1955
|
+
last_transition_time: Optional[pulumi.Input[builtins.str]] = None,
|
|
1956
|
+
message: Optional[pulumi.Input[builtins.str]] = None,
|
|
1957
|
+
reason: Optional[pulumi.Input[builtins.str]] = None):
|
|
1957
1958
|
"""
|
|
1958
1959
|
ReplicaSetCondition describes the state of a replica set at a certain point.
|
|
1959
|
-
:param pulumi.Input[str] status: Status of the condition, one of True, False, Unknown.
|
|
1960
|
-
:param pulumi.Input[str] type: Type of replica set condition.
|
|
1961
|
-
:param pulumi.Input[str] last_transition_time: The last time the condition transitioned from one status to another.
|
|
1962
|
-
:param pulumi.Input[str] message: A human readable message indicating details about the transition.
|
|
1963
|
-
:param pulumi.Input[str] reason: The reason for the condition's last transition.
|
|
1960
|
+
:param pulumi.Input[builtins.str] status: Status of the condition, one of True, False, Unknown.
|
|
1961
|
+
:param pulumi.Input[builtins.str] type: Type of replica set condition.
|
|
1962
|
+
:param pulumi.Input[builtins.str] last_transition_time: The last time the condition transitioned from one status to another.
|
|
1963
|
+
:param pulumi.Input[builtins.str] message: A human readable message indicating details about the transition.
|
|
1964
|
+
:param pulumi.Input[builtins.str] reason: The reason for the condition's last transition.
|
|
1964
1965
|
"""
|
|
1965
1966
|
pulumi.set(__self__, "status", status)
|
|
1966
1967
|
pulumi.set(__self__, "type", type)
|
|
@@ -1973,62 +1974,62 @@ class ReplicaSetConditionArgs:
|
|
|
1973
1974
|
|
|
1974
1975
|
@property
|
|
1975
1976
|
@pulumi.getter
|
|
1976
|
-
def status(self) -> pulumi.Input[str]:
|
|
1977
|
+
def status(self) -> pulumi.Input[builtins.str]:
|
|
1977
1978
|
"""
|
|
1978
1979
|
Status of the condition, one of True, False, Unknown.
|
|
1979
1980
|
"""
|
|
1980
1981
|
return pulumi.get(self, "status")
|
|
1981
1982
|
|
|
1982
1983
|
@status.setter
|
|
1983
|
-
def status(self, value: pulumi.Input[str]):
|
|
1984
|
+
def status(self, value: pulumi.Input[builtins.str]):
|
|
1984
1985
|
pulumi.set(self, "status", value)
|
|
1985
1986
|
|
|
1986
1987
|
@property
|
|
1987
1988
|
@pulumi.getter
|
|
1988
|
-
def type(self) -> pulumi.Input[str]:
|
|
1989
|
+
def type(self) -> pulumi.Input[builtins.str]:
|
|
1989
1990
|
"""
|
|
1990
1991
|
Type of replica set condition.
|
|
1991
1992
|
"""
|
|
1992
1993
|
return pulumi.get(self, "type")
|
|
1993
1994
|
|
|
1994
1995
|
@type.setter
|
|
1995
|
-
def type(self, value: pulumi.Input[str]):
|
|
1996
|
+
def type(self, value: pulumi.Input[builtins.str]):
|
|
1996
1997
|
pulumi.set(self, "type", value)
|
|
1997
1998
|
|
|
1998
1999
|
@property
|
|
1999
2000
|
@pulumi.getter(name="lastTransitionTime")
|
|
2000
|
-
def last_transition_time(self) -> Optional[pulumi.Input[str]]:
|
|
2001
|
+
def last_transition_time(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
2001
2002
|
"""
|
|
2002
2003
|
The last time the condition transitioned from one status to another.
|
|
2003
2004
|
"""
|
|
2004
2005
|
return pulumi.get(self, "last_transition_time")
|
|
2005
2006
|
|
|
2006
2007
|
@last_transition_time.setter
|
|
2007
|
-
def last_transition_time(self, value: Optional[pulumi.Input[str]]):
|
|
2008
|
+
def last_transition_time(self, value: Optional[pulumi.Input[builtins.str]]):
|
|
2008
2009
|
pulumi.set(self, "last_transition_time", value)
|
|
2009
2010
|
|
|
2010
2011
|
@property
|
|
2011
2012
|
@pulumi.getter
|
|
2012
|
-
def message(self) -> Optional[pulumi.Input[str]]:
|
|
2013
|
+
def message(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
2013
2014
|
"""
|
|
2014
2015
|
A human readable message indicating details about the transition.
|
|
2015
2016
|
"""
|
|
2016
2017
|
return pulumi.get(self, "message")
|
|
2017
2018
|
|
|
2018
2019
|
@message.setter
|
|
2019
|
-
def message(self, value: Optional[pulumi.Input[str]]):
|
|
2020
|
+
def message(self, value: Optional[pulumi.Input[builtins.str]]):
|
|
2020
2021
|
pulumi.set(self, "message", value)
|
|
2021
2022
|
|
|
2022
2023
|
@property
|
|
2023
2024
|
@pulumi.getter
|
|
2024
|
-
def reason(self) -> Optional[pulumi.Input[str]]:
|
|
2025
|
+
def reason(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
2025
2026
|
"""
|
|
2026
2027
|
The reason for the condition's last transition.
|
|
2027
2028
|
"""
|
|
2028
2029
|
return pulumi.get(self, "reason")
|
|
2029
2030
|
|
|
2030
2031
|
@reason.setter
|
|
2031
|
-
def reason(self, value: Optional[pulumi.Input[str]]):
|
|
2032
|
+
def reason(self, value: Optional[pulumi.Input[builtins.str]]):
|
|
2032
2033
|
pulumi.set(self, "reason", value)
|
|
2033
2034
|
|
|
2034
2035
|
|
|
@@ -2037,11 +2038,11 @@ if not MYPY:
|
|
|
2037
2038
|
"""
|
|
2038
2039
|
ReplicaSetSpec is the specification of a ReplicaSet.
|
|
2039
2040
|
"""
|
|
2040
|
-
min_ready_seconds: NotRequired[pulumi.Input[int]]
|
|
2041
|
+
min_ready_seconds: NotRequired[pulumi.Input[builtins.int]]
|
|
2041
2042
|
"""
|
|
2042
2043
|
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)
|
|
2043
2044
|
"""
|
|
2044
|
-
replicas: NotRequired[pulumi.Input[int]]
|
|
2045
|
+
replicas: NotRequired[pulumi.Input[builtins.int]]
|
|
2045
2046
|
"""
|
|
2046
2047
|
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
|
|
2047
2048
|
"""
|
|
@@ -2059,14 +2060,14 @@ elif False:
|
|
|
2059
2060
|
@pulumi.input_type
|
|
2060
2061
|
class ReplicaSetSpecPatchArgs:
|
|
2061
2062
|
def __init__(__self__, *,
|
|
2062
|
-
min_ready_seconds: Optional[pulumi.Input[int]] = None,
|
|
2063
|
-
replicas: Optional[pulumi.Input[int]] = None,
|
|
2063
|
+
min_ready_seconds: Optional[pulumi.Input[builtins.int]] = None,
|
|
2064
|
+
replicas: Optional[pulumi.Input[builtins.int]] = None,
|
|
2064
2065
|
selector: Optional[pulumi.Input['_meta.v1.LabelSelectorPatchArgs']] = None,
|
|
2065
2066
|
template: Optional[pulumi.Input['_core.v1.PodTemplateSpecPatchArgs']] = None):
|
|
2066
2067
|
"""
|
|
2067
2068
|
ReplicaSetSpec is the specification of a ReplicaSet.
|
|
2068
|
-
: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)
|
|
2069
|
-
: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
|
|
2069
|
+
: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)
|
|
2070
|
+
: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
|
|
2070
2071
|
: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
|
|
2071
2072
|
: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
|
|
2072
2073
|
"""
|
|
@@ -2081,26 +2082,26 @@ class ReplicaSetSpecPatchArgs:
|
|
|
2081
2082
|
|
|
2082
2083
|
@property
|
|
2083
2084
|
@pulumi.getter(name="minReadySeconds")
|
|
2084
|
-
def min_ready_seconds(self) -> Optional[pulumi.Input[int]]:
|
|
2085
|
+
def min_ready_seconds(self) -> Optional[pulumi.Input[builtins.int]]:
|
|
2085
2086
|
"""
|
|
2086
2087
|
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)
|
|
2087
2088
|
"""
|
|
2088
2089
|
return pulumi.get(self, "min_ready_seconds")
|
|
2089
2090
|
|
|
2090
2091
|
@min_ready_seconds.setter
|
|
2091
|
-
def min_ready_seconds(self, value: Optional[pulumi.Input[int]]):
|
|
2092
|
+
def min_ready_seconds(self, value: Optional[pulumi.Input[builtins.int]]):
|
|
2092
2093
|
pulumi.set(self, "min_ready_seconds", value)
|
|
2093
2094
|
|
|
2094
2095
|
@property
|
|
2095
2096
|
@pulumi.getter
|
|
2096
|
-
def replicas(self) -> Optional[pulumi.Input[int]]:
|
|
2097
|
+
def replicas(self) -> Optional[pulumi.Input[builtins.int]]:
|
|
2097
2098
|
"""
|
|
2098
2099
|
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
|
|
2099
2100
|
"""
|
|
2100
2101
|
return pulumi.get(self, "replicas")
|
|
2101
2102
|
|
|
2102
2103
|
@replicas.setter
|
|
2103
|
-
def replicas(self, value: Optional[pulumi.Input[int]]):
|
|
2104
|
+
def replicas(self, value: Optional[pulumi.Input[builtins.int]]):
|
|
2104
2105
|
pulumi.set(self, "replicas", value)
|
|
2105
2106
|
|
|
2106
2107
|
@property
|
|
@@ -2137,11 +2138,11 @@ if not MYPY:
|
|
|
2137
2138
|
"""
|
|
2138
2139
|
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
|
|
2139
2140
|
"""
|
|
2140
|
-
min_ready_seconds: NotRequired[pulumi.Input[int]]
|
|
2141
|
+
min_ready_seconds: NotRequired[pulumi.Input[builtins.int]]
|
|
2141
2142
|
"""
|
|
2142
2143
|
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)
|
|
2143
2144
|
"""
|
|
2144
|
-
replicas: NotRequired[pulumi.Input[int]]
|
|
2145
|
+
replicas: NotRequired[pulumi.Input[builtins.int]]
|
|
2145
2146
|
"""
|
|
2146
2147
|
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
|
|
2147
2148
|
"""
|
|
@@ -2156,14 +2157,14 @@ elif False:
|
|
|
2156
2157
|
class ReplicaSetSpecArgs:
|
|
2157
2158
|
def __init__(__self__, *,
|
|
2158
2159
|
selector: pulumi.Input['_meta.v1.LabelSelectorArgs'],
|
|
2159
|
-
min_ready_seconds: Optional[pulumi.Input[int]] = None,
|
|
2160
|
-
replicas: Optional[pulumi.Input[int]] = None,
|
|
2160
|
+
min_ready_seconds: Optional[pulumi.Input[builtins.int]] = None,
|
|
2161
|
+
replicas: Optional[pulumi.Input[builtins.int]] = None,
|
|
2161
2162
|
template: Optional[pulumi.Input['_core.v1.PodTemplateSpecArgs']] = None):
|
|
2162
2163
|
"""
|
|
2163
2164
|
ReplicaSetSpec is the specification of a ReplicaSet.
|
|
2164
2165
|
: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
|
|
2165
|
-
: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)
|
|
2166
|
-
: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
|
|
2166
|
+
: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)
|
|
2167
|
+
: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
|
|
2167
2168
|
: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
|
|
2168
2169
|
"""
|
|
2169
2170
|
pulumi.set(__self__, "selector", selector)
|
|
@@ -2188,26 +2189,26 @@ class ReplicaSetSpecArgs:
|
|
|
2188
2189
|
|
|
2189
2190
|
@property
|
|
2190
2191
|
@pulumi.getter(name="minReadySeconds")
|
|
2191
|
-
def min_ready_seconds(self) -> Optional[pulumi.Input[int]]:
|
|
2192
|
+
def min_ready_seconds(self) -> Optional[pulumi.Input[builtins.int]]:
|
|
2192
2193
|
"""
|
|
2193
2194
|
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)
|
|
2194
2195
|
"""
|
|
2195
2196
|
return pulumi.get(self, "min_ready_seconds")
|
|
2196
2197
|
|
|
2197
2198
|
@min_ready_seconds.setter
|
|
2198
|
-
def min_ready_seconds(self, value: Optional[pulumi.Input[int]]):
|
|
2199
|
+
def min_ready_seconds(self, value: Optional[pulumi.Input[builtins.int]]):
|
|
2199
2200
|
pulumi.set(self, "min_ready_seconds", value)
|
|
2200
2201
|
|
|
2201
2202
|
@property
|
|
2202
2203
|
@pulumi.getter
|
|
2203
|
-
def replicas(self) -> Optional[pulumi.Input[int]]:
|
|
2204
|
+
def replicas(self) -> Optional[pulumi.Input[builtins.int]]:
|
|
2204
2205
|
"""
|
|
2205
2206
|
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
|
|
2206
2207
|
"""
|
|
2207
2208
|
return pulumi.get(self, "replicas")
|
|
2208
2209
|
|
|
2209
2210
|
@replicas.setter
|
|
2210
|
-
def replicas(self, value: Optional[pulumi.Input[int]]):
|
|
2211
|
+
def replicas(self, value: Optional[pulumi.Input[builtins.int]]):
|
|
2211
2212
|
pulumi.set(self, "replicas", value)
|
|
2212
2213
|
|
|
2213
2214
|
@property
|
|
@@ -2228,11 +2229,11 @@ if not MYPY:
|
|
|
2228
2229
|
"""
|
|
2229
2230
|
ReplicaSetStatus represents the current status of a ReplicaSet.
|
|
2230
2231
|
"""
|
|
2231
|
-
replicas: pulumi.Input[int]
|
|
2232
|
+
replicas: pulumi.Input[builtins.int]
|
|
2232
2233
|
"""
|
|
2233
2234
|
Replicas is the most recently oberved number of replicas. More info: https://kubernetes.io/docs/concepts/workloads/controllers/replicationcontroller/#what-is-a-replicationcontroller
|
|
2234
2235
|
"""
|
|
2235
|
-
available_replicas: NotRequired[pulumi.Input[int]]
|
|
2236
|
+
available_replicas: NotRequired[pulumi.Input[builtins.int]]
|
|
2236
2237
|
"""
|
|
2237
2238
|
The number of available replicas (ready for at least minReadySeconds) for this replica set.
|
|
2238
2239
|
"""
|
|
@@ -2240,15 +2241,15 @@ if not MYPY:
|
|
|
2240
2241
|
"""
|
|
2241
2242
|
Represents the latest available observations of a replica set's current state.
|
|
2242
2243
|
"""
|
|
2243
|
-
fully_labeled_replicas: NotRequired[pulumi.Input[int]]
|
|
2244
|
+
fully_labeled_replicas: NotRequired[pulumi.Input[builtins.int]]
|
|
2244
2245
|
"""
|
|
2245
2246
|
The number of pods that have labels matching the labels of the pod template of the replicaset.
|
|
2246
2247
|
"""
|
|
2247
|
-
observed_generation: NotRequired[pulumi.Input[int]]
|
|
2248
|
+
observed_generation: NotRequired[pulumi.Input[builtins.int]]
|
|
2248
2249
|
"""
|
|
2249
2250
|
ObservedGeneration reflects the generation of the most recently observed ReplicaSet.
|
|
2250
2251
|
"""
|
|
2251
|
-
ready_replicas: NotRequired[pulumi.Input[int]]
|
|
2252
|
+
ready_replicas: NotRequired[pulumi.Input[builtins.int]]
|
|
2252
2253
|
"""
|
|
2253
2254
|
The number of ready replicas for this replica set.
|
|
2254
2255
|
"""
|
|
@@ -2258,20 +2259,20 @@ elif False:
|
|
|
2258
2259
|
@pulumi.input_type
|
|
2259
2260
|
class ReplicaSetStatusArgs:
|
|
2260
2261
|
def __init__(__self__, *,
|
|
2261
|
-
replicas: pulumi.Input[int],
|
|
2262
|
-
available_replicas: Optional[pulumi.Input[int]] = None,
|
|
2262
|
+
replicas: pulumi.Input[builtins.int],
|
|
2263
|
+
available_replicas: Optional[pulumi.Input[builtins.int]] = None,
|
|
2263
2264
|
conditions: Optional[pulumi.Input[Sequence[pulumi.Input['ReplicaSetConditionArgs']]]] = None,
|
|
2264
|
-
fully_labeled_replicas: Optional[pulumi.Input[int]] = None,
|
|
2265
|
-
observed_generation: Optional[pulumi.Input[int]] = None,
|
|
2266
|
-
ready_replicas: Optional[pulumi.Input[int]] = None):
|
|
2265
|
+
fully_labeled_replicas: Optional[pulumi.Input[builtins.int]] = None,
|
|
2266
|
+
observed_generation: Optional[pulumi.Input[builtins.int]] = None,
|
|
2267
|
+
ready_replicas: Optional[pulumi.Input[builtins.int]] = None):
|
|
2267
2268
|
"""
|
|
2268
2269
|
ReplicaSetStatus represents the current status of a ReplicaSet.
|
|
2269
|
-
:param pulumi.Input[int] replicas: Replicas is the most recently oberved number of replicas. More info: https://kubernetes.io/docs/concepts/workloads/controllers/replicationcontroller/#what-is-a-replicationcontroller
|
|
2270
|
-
:param pulumi.Input[int] available_replicas: The number of available replicas (ready for at least minReadySeconds) for this replica set.
|
|
2270
|
+
:param pulumi.Input[builtins.int] replicas: Replicas is the most recently oberved number of replicas. More info: https://kubernetes.io/docs/concepts/workloads/controllers/replicationcontroller/#what-is-a-replicationcontroller
|
|
2271
|
+
:param pulumi.Input[builtins.int] available_replicas: The number of available replicas (ready for at least minReadySeconds) for this replica set.
|
|
2271
2272
|
:param pulumi.Input[Sequence[pulumi.Input['ReplicaSetConditionArgs']]] conditions: Represents the latest available observations of a replica set's current state.
|
|
2272
|
-
:param pulumi.Input[int] fully_labeled_replicas: The number of pods that have labels matching the labels of the pod template of the replicaset.
|
|
2273
|
-
:param pulumi.Input[int] observed_generation: ObservedGeneration reflects the generation of the most recently observed ReplicaSet.
|
|
2274
|
-
:param pulumi.Input[int] ready_replicas: The number of ready replicas for this replica set.
|
|
2273
|
+
: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.
|
|
2274
|
+
:param pulumi.Input[builtins.int] observed_generation: ObservedGeneration reflects the generation of the most recently observed ReplicaSet.
|
|
2275
|
+
:param pulumi.Input[builtins.int] ready_replicas: The number of ready replicas for this replica set.
|
|
2275
2276
|
"""
|
|
2276
2277
|
pulumi.set(__self__, "replicas", replicas)
|
|
2277
2278
|
if available_replicas is not None:
|
|
@@ -2287,26 +2288,26 @@ class ReplicaSetStatusArgs:
|
|
|
2287
2288
|
|
|
2288
2289
|
@property
|
|
2289
2290
|
@pulumi.getter
|
|
2290
|
-
def replicas(self) -> pulumi.Input[int]:
|
|
2291
|
+
def replicas(self) -> pulumi.Input[builtins.int]:
|
|
2291
2292
|
"""
|
|
2292
2293
|
Replicas is the most recently oberved number of replicas. More info: https://kubernetes.io/docs/concepts/workloads/controllers/replicationcontroller/#what-is-a-replicationcontroller
|
|
2293
2294
|
"""
|
|
2294
2295
|
return pulumi.get(self, "replicas")
|
|
2295
2296
|
|
|
2296
2297
|
@replicas.setter
|
|
2297
|
-
def replicas(self, value: pulumi.Input[int]):
|
|
2298
|
+
def replicas(self, value: pulumi.Input[builtins.int]):
|
|
2298
2299
|
pulumi.set(self, "replicas", value)
|
|
2299
2300
|
|
|
2300
2301
|
@property
|
|
2301
2302
|
@pulumi.getter(name="availableReplicas")
|
|
2302
|
-
def available_replicas(self) -> Optional[pulumi.Input[int]]:
|
|
2303
|
+
def available_replicas(self) -> Optional[pulumi.Input[builtins.int]]:
|
|
2303
2304
|
"""
|
|
2304
2305
|
The number of available replicas (ready for at least minReadySeconds) for this replica set.
|
|
2305
2306
|
"""
|
|
2306
2307
|
return pulumi.get(self, "available_replicas")
|
|
2307
2308
|
|
|
2308
2309
|
@available_replicas.setter
|
|
2309
|
-
def available_replicas(self, value: Optional[pulumi.Input[int]]):
|
|
2310
|
+
def available_replicas(self, value: Optional[pulumi.Input[builtins.int]]):
|
|
2310
2311
|
pulumi.set(self, "available_replicas", value)
|
|
2311
2312
|
|
|
2312
2313
|
@property
|
|
@@ -2323,38 +2324,38 @@ class ReplicaSetStatusArgs:
|
|
|
2323
2324
|
|
|
2324
2325
|
@property
|
|
2325
2326
|
@pulumi.getter(name="fullyLabeledReplicas")
|
|
2326
|
-
def fully_labeled_replicas(self) -> Optional[pulumi.Input[int]]:
|
|
2327
|
+
def fully_labeled_replicas(self) -> Optional[pulumi.Input[builtins.int]]:
|
|
2327
2328
|
"""
|
|
2328
2329
|
The number of pods that have labels matching the labels of the pod template of the replicaset.
|
|
2329
2330
|
"""
|
|
2330
2331
|
return pulumi.get(self, "fully_labeled_replicas")
|
|
2331
2332
|
|
|
2332
2333
|
@fully_labeled_replicas.setter
|
|
2333
|
-
def fully_labeled_replicas(self, value: Optional[pulumi.Input[int]]):
|
|
2334
|
+
def fully_labeled_replicas(self, value: Optional[pulumi.Input[builtins.int]]):
|
|
2334
2335
|
pulumi.set(self, "fully_labeled_replicas", value)
|
|
2335
2336
|
|
|
2336
2337
|
@property
|
|
2337
2338
|
@pulumi.getter(name="observedGeneration")
|
|
2338
|
-
def observed_generation(self) -> Optional[pulumi.Input[int]]:
|
|
2339
|
+
def observed_generation(self) -> Optional[pulumi.Input[builtins.int]]:
|
|
2339
2340
|
"""
|
|
2340
2341
|
ObservedGeneration reflects the generation of the most recently observed ReplicaSet.
|
|
2341
2342
|
"""
|
|
2342
2343
|
return pulumi.get(self, "observed_generation")
|
|
2343
2344
|
|
|
2344
2345
|
@observed_generation.setter
|
|
2345
|
-
def observed_generation(self, value: Optional[pulumi.Input[int]]):
|
|
2346
|
+
def observed_generation(self, value: Optional[pulumi.Input[builtins.int]]):
|
|
2346
2347
|
pulumi.set(self, "observed_generation", value)
|
|
2347
2348
|
|
|
2348
2349
|
@property
|
|
2349
2350
|
@pulumi.getter(name="readyReplicas")
|
|
2350
|
-
def ready_replicas(self) -> Optional[pulumi.Input[int]]:
|
|
2351
|
+
def ready_replicas(self) -> Optional[pulumi.Input[builtins.int]]:
|
|
2351
2352
|
"""
|
|
2352
2353
|
The number of ready replicas for this replica set.
|
|
2353
2354
|
"""
|
|
2354
2355
|
return pulumi.get(self, "ready_replicas")
|
|
2355
2356
|
|
|
2356
2357
|
@ready_replicas.setter
|
|
2357
|
-
def ready_replicas(self, value: Optional[pulumi.Input[int]]):
|
|
2358
|
+
def ready_replicas(self, value: Optional[pulumi.Input[builtins.int]]):
|
|
2358
2359
|
pulumi.set(self, "ready_replicas", value)
|
|
2359
2360
|
|
|
2360
2361
|
|
|
@@ -2363,11 +2364,11 @@ if not MYPY:
|
|
|
2363
2364
|
"""
|
|
2364
2365
|
ReplicaSet ensures that a specified number of pod replicas are running at any given time.
|
|
2365
2366
|
"""
|
|
2366
|
-
api_version: NotRequired[pulumi.Input[str]]
|
|
2367
|
+
api_version: NotRequired[pulumi.Input[builtins.str]]
|
|
2367
2368
|
"""
|
|
2368
2369
|
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
|
|
2369
2370
|
"""
|
|
2370
|
-
kind: NotRequired[pulumi.Input[str]]
|
|
2371
|
+
kind: NotRequired[pulumi.Input[builtins.str]]
|
|
2371
2372
|
"""
|
|
2372
2373
|
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
|
|
2373
2374
|
"""
|
|
@@ -2389,15 +2390,15 @@ elif False:
|
|
|
2389
2390
|
@pulumi.input_type
|
|
2390
2391
|
class ReplicaSetArgs:
|
|
2391
2392
|
def __init__(__self__, *,
|
|
2392
|
-
api_version: Optional[pulumi.Input[str]] = None,
|
|
2393
|
-
kind: Optional[pulumi.Input[str]] = None,
|
|
2393
|
+
api_version: Optional[pulumi.Input[builtins.str]] = None,
|
|
2394
|
+
kind: Optional[pulumi.Input[builtins.str]] = None,
|
|
2394
2395
|
metadata: Optional[pulumi.Input['_meta.v1.ObjectMetaArgs']] = None,
|
|
2395
2396
|
spec: Optional[pulumi.Input['ReplicaSetSpecArgs']] = None,
|
|
2396
2397
|
status: Optional[pulumi.Input['ReplicaSetStatusArgs']] = None):
|
|
2397
2398
|
"""
|
|
2398
2399
|
ReplicaSet ensures that a specified number of pod replicas are running at any given time.
|
|
2399
|
-
: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
|
|
2400
|
-
: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
|
|
2400
|
+
: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
|
|
2401
|
+
: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
|
|
2401
2402
|
: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
|
|
2402
2403
|
: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
|
|
2403
2404
|
: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
|
|
@@ -2415,26 +2416,26 @@ class ReplicaSetArgs:
|
|
|
2415
2416
|
|
|
2416
2417
|
@property
|
|
2417
2418
|
@pulumi.getter(name="apiVersion")
|
|
2418
|
-
def api_version(self) -> Optional[pulumi.Input[str]]:
|
|
2419
|
+
def api_version(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
2419
2420
|
"""
|
|
2420
2421
|
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
|
|
2421
2422
|
"""
|
|
2422
2423
|
return pulumi.get(self, "api_version")
|
|
2423
2424
|
|
|
2424
2425
|
@api_version.setter
|
|
2425
|
-
def api_version(self, value: Optional[pulumi.Input[str]]):
|
|
2426
|
+
def api_version(self, value: Optional[pulumi.Input[builtins.str]]):
|
|
2426
2427
|
pulumi.set(self, "api_version", value)
|
|
2427
2428
|
|
|
2428
2429
|
@property
|
|
2429
2430
|
@pulumi.getter
|
|
2430
|
-
def kind(self) -> Optional[pulumi.Input[str]]:
|
|
2431
|
+
def kind(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
2431
2432
|
"""
|
|
2432
2433
|
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
|
|
2433
2434
|
"""
|
|
2434
2435
|
return pulumi.get(self, "kind")
|
|
2435
2436
|
|
|
2436
2437
|
@kind.setter
|
|
2437
|
-
def kind(self, value: Optional[pulumi.Input[str]]):
|
|
2438
|
+
def kind(self, value: Optional[pulumi.Input[builtins.str]]):
|
|
2438
2439
|
pulumi.set(self, "kind", value)
|
|
2439
2440
|
|
|
2440
2441
|
@property
|
|
@@ -2479,7 +2480,7 @@ if not MYPY:
|
|
|
2479
2480
|
"""
|
|
2480
2481
|
Spec to control the desired behavior of daemon set rolling update.
|
|
2481
2482
|
"""
|
|
2482
|
-
max_unavailable: NotRequired[pulumi.Input[Union[int, str]]]
|
|
2483
|
+
max_unavailable: NotRequired[pulumi.Input[Union[builtins.int, builtins.str]]]
|
|
2483
2484
|
"""
|
|
2484
2485
|
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. 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.
|
|
2485
2486
|
"""
|
|
@@ -2489,24 +2490,24 @@ elif False:
|
|
|
2489
2490
|
@pulumi.input_type
|
|
2490
2491
|
class RollingUpdateDaemonSetPatchArgs:
|
|
2491
2492
|
def __init__(__self__, *,
|
|
2492
|
-
max_unavailable: Optional[pulumi.Input[Union[int, str]]] = None):
|
|
2493
|
+
max_unavailable: Optional[pulumi.Input[Union[builtins.int, builtins.str]]] = None):
|
|
2493
2494
|
"""
|
|
2494
2495
|
Spec to control the desired behavior of daemon set rolling update.
|
|
2495
|
-
: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. 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.
|
|
2496
|
+
: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. 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.
|
|
2496
2497
|
"""
|
|
2497
2498
|
if max_unavailable is not None:
|
|
2498
2499
|
pulumi.set(__self__, "max_unavailable", max_unavailable)
|
|
2499
2500
|
|
|
2500
2501
|
@property
|
|
2501
2502
|
@pulumi.getter(name="maxUnavailable")
|
|
2502
|
-
def max_unavailable(self) -> Optional[pulumi.Input[Union[int, str]]]:
|
|
2503
|
+
def max_unavailable(self) -> Optional[pulumi.Input[Union[builtins.int, builtins.str]]]:
|
|
2503
2504
|
"""
|
|
2504
2505
|
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. 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.
|
|
2505
2506
|
"""
|
|
2506
2507
|
return pulumi.get(self, "max_unavailable")
|
|
2507
2508
|
|
|
2508
2509
|
@max_unavailable.setter
|
|
2509
|
-
def max_unavailable(self, value: Optional[pulumi.Input[Union[int, str]]]):
|
|
2510
|
+
def max_unavailable(self, value: Optional[pulumi.Input[Union[builtins.int, builtins.str]]]):
|
|
2510
2511
|
pulumi.set(self, "max_unavailable", value)
|
|
2511
2512
|
|
|
2512
2513
|
|
|
@@ -2515,7 +2516,7 @@ if not MYPY:
|
|
|
2515
2516
|
"""
|
|
2516
2517
|
Spec to control the desired behavior of daemon set rolling update.
|
|
2517
2518
|
"""
|
|
2518
|
-
max_unavailable: NotRequired[pulumi.Input[Union[int, str]]]
|
|
2519
|
+
max_unavailable: NotRequired[pulumi.Input[Union[builtins.int, builtins.str]]]
|
|
2519
2520
|
"""
|
|
2520
2521
|
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. 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.
|
|
2521
2522
|
"""
|
|
@@ -2525,24 +2526,24 @@ elif False:
|
|
|
2525
2526
|
@pulumi.input_type
|
|
2526
2527
|
class RollingUpdateDaemonSetArgs:
|
|
2527
2528
|
def __init__(__self__, *,
|
|
2528
|
-
max_unavailable: Optional[pulumi.Input[Union[int, str]]] = None):
|
|
2529
|
+
max_unavailable: Optional[pulumi.Input[Union[builtins.int, builtins.str]]] = None):
|
|
2529
2530
|
"""
|
|
2530
2531
|
Spec to control the desired behavior of daemon set rolling update.
|
|
2531
|
-
: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. 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.
|
|
2532
|
+
: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. 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.
|
|
2532
2533
|
"""
|
|
2533
2534
|
if max_unavailable is not None:
|
|
2534
2535
|
pulumi.set(__self__, "max_unavailable", max_unavailable)
|
|
2535
2536
|
|
|
2536
2537
|
@property
|
|
2537
2538
|
@pulumi.getter(name="maxUnavailable")
|
|
2538
|
-
def max_unavailable(self) -> Optional[pulumi.Input[Union[int, str]]]:
|
|
2539
|
+
def max_unavailable(self) -> Optional[pulumi.Input[Union[builtins.int, builtins.str]]]:
|
|
2539
2540
|
"""
|
|
2540
2541
|
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. 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.
|
|
2541
2542
|
"""
|
|
2542
2543
|
return pulumi.get(self, "max_unavailable")
|
|
2543
2544
|
|
|
2544
2545
|
@max_unavailable.setter
|
|
2545
|
-
def max_unavailable(self, value: Optional[pulumi.Input[Union[int, str]]]):
|
|
2546
|
+
def max_unavailable(self, value: Optional[pulumi.Input[Union[builtins.int, builtins.str]]]):
|
|
2546
2547
|
pulumi.set(self, "max_unavailable", value)
|
|
2547
2548
|
|
|
2548
2549
|
|
|
@@ -2551,11 +2552,11 @@ if not MYPY:
|
|
|
2551
2552
|
"""
|
|
2552
2553
|
Spec to control the desired behavior of rolling update.
|
|
2553
2554
|
"""
|
|
2554
|
-
max_surge: NotRequired[pulumi.Input[Union[int, str]]]
|
|
2555
|
+
max_surge: NotRequired[pulumi.Input[Union[builtins.int, builtins.str]]]
|
|
2555
2556
|
"""
|
|
2556
2557
|
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.
|
|
2557
2558
|
"""
|
|
2558
|
-
max_unavailable: NotRequired[pulumi.Input[Union[int, str]]]
|
|
2559
|
+
max_unavailable: NotRequired[pulumi.Input[Union[builtins.int, builtins.str]]]
|
|
2559
2560
|
"""
|
|
2560
2561
|
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.
|
|
2561
2562
|
"""
|
|
@@ -2565,12 +2566,12 @@ elif False:
|
|
|
2565
2566
|
@pulumi.input_type
|
|
2566
2567
|
class RollingUpdateDeploymentPatchArgs:
|
|
2567
2568
|
def __init__(__self__, *,
|
|
2568
|
-
max_surge: Optional[pulumi.Input[Union[int, str]]] = None,
|
|
2569
|
-
max_unavailable: Optional[pulumi.Input[Union[int, str]]] = None):
|
|
2569
|
+
max_surge: Optional[pulumi.Input[Union[builtins.int, builtins.str]]] = None,
|
|
2570
|
+
max_unavailable: Optional[pulumi.Input[Union[builtins.int, builtins.str]]] = None):
|
|
2570
2571
|
"""
|
|
2571
2572
|
Spec to control the desired behavior of rolling update.
|
|
2572
|
-
: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.
|
|
2573
|
-
: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.
|
|
2573
|
+
: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.
|
|
2574
|
+
: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.
|
|
2574
2575
|
"""
|
|
2575
2576
|
if max_surge is not None:
|
|
2576
2577
|
pulumi.set(__self__, "max_surge", max_surge)
|
|
@@ -2579,26 +2580,26 @@ class RollingUpdateDeploymentPatchArgs:
|
|
|
2579
2580
|
|
|
2580
2581
|
@property
|
|
2581
2582
|
@pulumi.getter(name="maxSurge")
|
|
2582
|
-
def max_surge(self) -> Optional[pulumi.Input[Union[int, str]]]:
|
|
2583
|
+
def max_surge(self) -> Optional[pulumi.Input[Union[builtins.int, builtins.str]]]:
|
|
2583
2584
|
"""
|
|
2584
2585
|
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.
|
|
2585
2586
|
"""
|
|
2586
2587
|
return pulumi.get(self, "max_surge")
|
|
2587
2588
|
|
|
2588
2589
|
@max_surge.setter
|
|
2589
|
-
def max_surge(self, value: Optional[pulumi.Input[Union[int, str]]]):
|
|
2590
|
+
def max_surge(self, value: Optional[pulumi.Input[Union[builtins.int, builtins.str]]]):
|
|
2590
2591
|
pulumi.set(self, "max_surge", value)
|
|
2591
2592
|
|
|
2592
2593
|
@property
|
|
2593
2594
|
@pulumi.getter(name="maxUnavailable")
|
|
2594
|
-
def max_unavailable(self) -> Optional[pulumi.Input[Union[int, str]]]:
|
|
2595
|
+
def max_unavailable(self) -> Optional[pulumi.Input[Union[builtins.int, builtins.str]]]:
|
|
2595
2596
|
"""
|
|
2596
2597
|
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.
|
|
2597
2598
|
"""
|
|
2598
2599
|
return pulumi.get(self, "max_unavailable")
|
|
2599
2600
|
|
|
2600
2601
|
@max_unavailable.setter
|
|
2601
|
-
def max_unavailable(self, value: Optional[pulumi.Input[Union[int, str]]]):
|
|
2602
|
+
def max_unavailable(self, value: Optional[pulumi.Input[Union[builtins.int, builtins.str]]]):
|
|
2602
2603
|
pulumi.set(self, "max_unavailable", value)
|
|
2603
2604
|
|
|
2604
2605
|
|
|
@@ -2607,11 +2608,11 @@ if not MYPY:
|
|
|
2607
2608
|
"""
|
|
2608
2609
|
Spec to control the desired behavior of rolling update.
|
|
2609
2610
|
"""
|
|
2610
|
-
max_surge: NotRequired[pulumi.Input[Union[int, str]]]
|
|
2611
|
+
max_surge: NotRequired[pulumi.Input[Union[builtins.int, builtins.str]]]
|
|
2611
2612
|
"""
|
|
2612
2613
|
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.
|
|
2613
2614
|
"""
|
|
2614
|
-
max_unavailable: NotRequired[pulumi.Input[Union[int, str]]]
|
|
2615
|
+
max_unavailable: NotRequired[pulumi.Input[Union[builtins.int, builtins.str]]]
|
|
2615
2616
|
"""
|
|
2616
2617
|
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.
|
|
2617
2618
|
"""
|
|
@@ -2621,12 +2622,12 @@ elif False:
|
|
|
2621
2622
|
@pulumi.input_type
|
|
2622
2623
|
class RollingUpdateDeploymentArgs:
|
|
2623
2624
|
def __init__(__self__, *,
|
|
2624
|
-
max_surge: Optional[pulumi.Input[Union[int, str]]] = None,
|
|
2625
|
-
max_unavailable: Optional[pulumi.Input[Union[int, str]]] = None):
|
|
2625
|
+
max_surge: Optional[pulumi.Input[Union[builtins.int, builtins.str]]] = None,
|
|
2626
|
+
max_unavailable: Optional[pulumi.Input[Union[builtins.int, builtins.str]]] = None):
|
|
2626
2627
|
"""
|
|
2627
2628
|
Spec to control the desired behavior of rolling update.
|
|
2628
|
-
: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.
|
|
2629
|
-
: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.
|
|
2629
|
+
: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.
|
|
2630
|
+
: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.
|
|
2630
2631
|
"""
|
|
2631
2632
|
if max_surge is not None:
|
|
2632
2633
|
pulumi.set(__self__, "max_surge", max_surge)
|
|
@@ -2635,26 +2636,26 @@ class RollingUpdateDeploymentArgs:
|
|
|
2635
2636
|
|
|
2636
2637
|
@property
|
|
2637
2638
|
@pulumi.getter(name="maxSurge")
|
|
2638
|
-
def max_surge(self) -> Optional[pulumi.Input[Union[int, str]]]:
|
|
2639
|
+
def max_surge(self) -> Optional[pulumi.Input[Union[builtins.int, builtins.str]]]:
|
|
2639
2640
|
"""
|
|
2640
2641
|
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.
|
|
2641
2642
|
"""
|
|
2642
2643
|
return pulumi.get(self, "max_surge")
|
|
2643
2644
|
|
|
2644
2645
|
@max_surge.setter
|
|
2645
|
-
def max_surge(self, value: Optional[pulumi.Input[Union[int, str]]]):
|
|
2646
|
+
def max_surge(self, value: Optional[pulumi.Input[Union[builtins.int, builtins.str]]]):
|
|
2646
2647
|
pulumi.set(self, "max_surge", value)
|
|
2647
2648
|
|
|
2648
2649
|
@property
|
|
2649
2650
|
@pulumi.getter(name="maxUnavailable")
|
|
2650
|
-
def max_unavailable(self) -> Optional[pulumi.Input[Union[int, str]]]:
|
|
2651
|
+
def max_unavailable(self) -> Optional[pulumi.Input[Union[builtins.int, builtins.str]]]:
|
|
2651
2652
|
"""
|
|
2652
2653
|
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.
|
|
2653
2654
|
"""
|
|
2654
2655
|
return pulumi.get(self, "max_unavailable")
|
|
2655
2656
|
|
|
2656
2657
|
@max_unavailable.setter
|
|
2657
|
-
def max_unavailable(self, value: Optional[pulumi.Input[Union[int, str]]]):
|
|
2658
|
+
def max_unavailable(self, value: Optional[pulumi.Input[Union[builtins.int, builtins.str]]]):
|
|
2658
2659
|
pulumi.set(self, "max_unavailable", value)
|
|
2659
2660
|
|
|
2660
2661
|
|
|
@@ -2663,7 +2664,7 @@ if not MYPY:
|
|
|
2663
2664
|
"""
|
|
2664
2665
|
RollingUpdateStatefulSetStrategy is used to communicate parameter for RollingUpdateStatefulSetStrategyType.
|
|
2665
2666
|
"""
|
|
2666
|
-
partition: NotRequired[pulumi.Input[int]]
|
|
2667
|
+
partition: NotRequired[pulumi.Input[builtins.int]]
|
|
2667
2668
|
"""
|
|
2668
2669
|
Partition indicates the ordinal at which the StatefulSet should be partitioned. Default value is 0.
|
|
2669
2670
|
"""
|
|
@@ -2673,24 +2674,24 @@ elif False:
|
|
|
2673
2674
|
@pulumi.input_type
|
|
2674
2675
|
class RollingUpdateStatefulSetStrategyPatchArgs:
|
|
2675
2676
|
def __init__(__self__, *,
|
|
2676
|
-
partition: Optional[pulumi.Input[int]] = None):
|
|
2677
|
+
partition: Optional[pulumi.Input[builtins.int]] = None):
|
|
2677
2678
|
"""
|
|
2678
2679
|
RollingUpdateStatefulSetStrategy is used to communicate parameter for RollingUpdateStatefulSetStrategyType.
|
|
2679
|
-
:param pulumi.Input[int] partition: Partition indicates the ordinal at which the StatefulSet should be partitioned. Default value is 0.
|
|
2680
|
+
:param pulumi.Input[builtins.int] partition: Partition indicates the ordinal at which the StatefulSet should be partitioned. Default value is 0.
|
|
2680
2681
|
"""
|
|
2681
2682
|
if partition is not None:
|
|
2682
2683
|
pulumi.set(__self__, "partition", partition)
|
|
2683
2684
|
|
|
2684
2685
|
@property
|
|
2685
2686
|
@pulumi.getter
|
|
2686
|
-
def partition(self) -> Optional[pulumi.Input[int]]:
|
|
2687
|
+
def partition(self) -> Optional[pulumi.Input[builtins.int]]:
|
|
2687
2688
|
"""
|
|
2688
2689
|
Partition indicates the ordinal at which the StatefulSet should be partitioned. Default value is 0.
|
|
2689
2690
|
"""
|
|
2690
2691
|
return pulumi.get(self, "partition")
|
|
2691
2692
|
|
|
2692
2693
|
@partition.setter
|
|
2693
|
-
def partition(self, value: Optional[pulumi.Input[int]]):
|
|
2694
|
+
def partition(self, value: Optional[pulumi.Input[builtins.int]]):
|
|
2694
2695
|
pulumi.set(self, "partition", value)
|
|
2695
2696
|
|
|
2696
2697
|
|
|
@@ -2699,7 +2700,7 @@ if not MYPY:
|
|
|
2699
2700
|
"""
|
|
2700
2701
|
RollingUpdateStatefulSetStrategy is used to communicate parameter for RollingUpdateStatefulSetStrategyType.
|
|
2701
2702
|
"""
|
|
2702
|
-
partition: NotRequired[pulumi.Input[int]]
|
|
2703
|
+
partition: NotRequired[pulumi.Input[builtins.int]]
|
|
2703
2704
|
"""
|
|
2704
2705
|
Partition indicates the ordinal at which the StatefulSet should be partitioned. Default value is 0.
|
|
2705
2706
|
"""
|
|
@@ -2709,24 +2710,24 @@ elif False:
|
|
|
2709
2710
|
@pulumi.input_type
|
|
2710
2711
|
class RollingUpdateStatefulSetStrategyArgs:
|
|
2711
2712
|
def __init__(__self__, *,
|
|
2712
|
-
partition: Optional[pulumi.Input[int]] = None):
|
|
2713
|
+
partition: Optional[pulumi.Input[builtins.int]] = None):
|
|
2713
2714
|
"""
|
|
2714
2715
|
RollingUpdateStatefulSetStrategy is used to communicate parameter for RollingUpdateStatefulSetStrategyType.
|
|
2715
|
-
:param pulumi.Input[int] partition: Partition indicates the ordinal at which the StatefulSet should be partitioned. Default value is 0.
|
|
2716
|
+
:param pulumi.Input[builtins.int] partition: Partition indicates the ordinal at which the StatefulSet should be partitioned. Default value is 0.
|
|
2716
2717
|
"""
|
|
2717
2718
|
if partition is not None:
|
|
2718
2719
|
pulumi.set(__self__, "partition", partition)
|
|
2719
2720
|
|
|
2720
2721
|
@property
|
|
2721
2722
|
@pulumi.getter
|
|
2722
|
-
def partition(self) -> Optional[pulumi.Input[int]]:
|
|
2723
|
+
def partition(self) -> Optional[pulumi.Input[builtins.int]]:
|
|
2723
2724
|
"""
|
|
2724
2725
|
Partition indicates the ordinal at which the StatefulSet should be partitioned. Default value is 0.
|
|
2725
2726
|
"""
|
|
2726
2727
|
return pulumi.get(self, "partition")
|
|
2727
2728
|
|
|
2728
2729
|
@partition.setter
|
|
2729
|
-
def partition(self, value: Optional[pulumi.Input[int]]):
|
|
2730
|
+
def partition(self, value: Optional[pulumi.Input[builtins.int]]):
|
|
2730
2731
|
pulumi.set(self, "partition", value)
|
|
2731
2732
|
|
|
2732
2733
|
|
|
@@ -2735,23 +2736,23 @@ if not MYPY:
|
|
|
2735
2736
|
"""
|
|
2736
2737
|
StatefulSetCondition describes the state of a statefulset at a certain point.
|
|
2737
2738
|
"""
|
|
2738
|
-
status: pulumi.Input[str]
|
|
2739
|
+
status: pulumi.Input[builtins.str]
|
|
2739
2740
|
"""
|
|
2740
2741
|
Status of the condition, one of True, False, Unknown.
|
|
2741
2742
|
"""
|
|
2742
|
-
type: pulumi.Input[str]
|
|
2743
|
+
type: pulumi.Input[builtins.str]
|
|
2743
2744
|
"""
|
|
2744
2745
|
Type of statefulset condition.
|
|
2745
2746
|
"""
|
|
2746
|
-
last_transition_time: NotRequired[pulumi.Input[str]]
|
|
2747
|
+
last_transition_time: NotRequired[pulumi.Input[builtins.str]]
|
|
2747
2748
|
"""
|
|
2748
2749
|
Last time the condition transitioned from one status to another.
|
|
2749
2750
|
"""
|
|
2750
|
-
message: NotRequired[pulumi.Input[str]]
|
|
2751
|
+
message: NotRequired[pulumi.Input[builtins.str]]
|
|
2751
2752
|
"""
|
|
2752
2753
|
A human readable message indicating details about the transition.
|
|
2753
2754
|
"""
|
|
2754
|
-
reason: NotRequired[pulumi.Input[str]]
|
|
2755
|
+
reason: NotRequired[pulumi.Input[builtins.str]]
|
|
2755
2756
|
"""
|
|
2756
2757
|
The reason for the condition's last transition.
|
|
2757
2758
|
"""
|
|
@@ -2761,18 +2762,18 @@ elif False:
|
|
|
2761
2762
|
@pulumi.input_type
|
|
2762
2763
|
class StatefulSetConditionArgs:
|
|
2763
2764
|
def __init__(__self__, *,
|
|
2764
|
-
status: pulumi.Input[str],
|
|
2765
|
-
type: pulumi.Input[str],
|
|
2766
|
-
last_transition_time: Optional[pulumi.Input[str]] = None,
|
|
2767
|
-
message: Optional[pulumi.Input[str]] = None,
|
|
2768
|
-
reason: Optional[pulumi.Input[str]] = None):
|
|
2765
|
+
status: pulumi.Input[builtins.str],
|
|
2766
|
+
type: pulumi.Input[builtins.str],
|
|
2767
|
+
last_transition_time: Optional[pulumi.Input[builtins.str]] = None,
|
|
2768
|
+
message: Optional[pulumi.Input[builtins.str]] = None,
|
|
2769
|
+
reason: Optional[pulumi.Input[builtins.str]] = None):
|
|
2769
2770
|
"""
|
|
2770
2771
|
StatefulSetCondition describes the state of a statefulset at a certain point.
|
|
2771
|
-
:param pulumi.Input[str] status: Status of the condition, one of True, False, Unknown.
|
|
2772
|
-
:param pulumi.Input[str] type: Type of statefulset condition.
|
|
2773
|
-
:param pulumi.Input[str] last_transition_time: Last time the condition transitioned from one status to another.
|
|
2774
|
-
:param pulumi.Input[str] message: A human readable message indicating details about the transition.
|
|
2775
|
-
:param pulumi.Input[str] reason: The reason for the condition's last transition.
|
|
2772
|
+
:param pulumi.Input[builtins.str] status: Status of the condition, one of True, False, Unknown.
|
|
2773
|
+
:param pulumi.Input[builtins.str] type: Type of statefulset condition.
|
|
2774
|
+
:param pulumi.Input[builtins.str] last_transition_time: Last time the condition transitioned from one status to another.
|
|
2775
|
+
:param pulumi.Input[builtins.str] message: A human readable message indicating details about the transition.
|
|
2776
|
+
:param pulumi.Input[builtins.str] reason: The reason for the condition's last transition.
|
|
2776
2777
|
"""
|
|
2777
2778
|
pulumi.set(__self__, "status", status)
|
|
2778
2779
|
pulumi.set(__self__, "type", type)
|
|
@@ -2785,62 +2786,62 @@ class StatefulSetConditionArgs:
|
|
|
2785
2786
|
|
|
2786
2787
|
@property
|
|
2787
2788
|
@pulumi.getter
|
|
2788
|
-
def status(self) -> pulumi.Input[str]:
|
|
2789
|
+
def status(self) -> pulumi.Input[builtins.str]:
|
|
2789
2790
|
"""
|
|
2790
2791
|
Status of the condition, one of True, False, Unknown.
|
|
2791
2792
|
"""
|
|
2792
2793
|
return pulumi.get(self, "status")
|
|
2793
2794
|
|
|
2794
2795
|
@status.setter
|
|
2795
|
-
def status(self, value: pulumi.Input[str]):
|
|
2796
|
+
def status(self, value: pulumi.Input[builtins.str]):
|
|
2796
2797
|
pulumi.set(self, "status", value)
|
|
2797
2798
|
|
|
2798
2799
|
@property
|
|
2799
2800
|
@pulumi.getter
|
|
2800
|
-
def type(self) -> pulumi.Input[str]:
|
|
2801
|
+
def type(self) -> pulumi.Input[builtins.str]:
|
|
2801
2802
|
"""
|
|
2802
2803
|
Type of statefulset condition.
|
|
2803
2804
|
"""
|
|
2804
2805
|
return pulumi.get(self, "type")
|
|
2805
2806
|
|
|
2806
2807
|
@type.setter
|
|
2807
|
-
def type(self, value: pulumi.Input[str]):
|
|
2808
|
+
def type(self, value: pulumi.Input[builtins.str]):
|
|
2808
2809
|
pulumi.set(self, "type", value)
|
|
2809
2810
|
|
|
2810
2811
|
@property
|
|
2811
2812
|
@pulumi.getter(name="lastTransitionTime")
|
|
2812
|
-
def last_transition_time(self) -> Optional[pulumi.Input[str]]:
|
|
2813
|
+
def last_transition_time(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
2813
2814
|
"""
|
|
2814
2815
|
Last time the condition transitioned from one status to another.
|
|
2815
2816
|
"""
|
|
2816
2817
|
return pulumi.get(self, "last_transition_time")
|
|
2817
2818
|
|
|
2818
2819
|
@last_transition_time.setter
|
|
2819
|
-
def last_transition_time(self, value: Optional[pulumi.Input[str]]):
|
|
2820
|
+
def last_transition_time(self, value: Optional[pulumi.Input[builtins.str]]):
|
|
2820
2821
|
pulumi.set(self, "last_transition_time", value)
|
|
2821
2822
|
|
|
2822
2823
|
@property
|
|
2823
2824
|
@pulumi.getter
|
|
2824
|
-
def message(self) -> Optional[pulumi.Input[str]]:
|
|
2825
|
+
def message(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
2825
2826
|
"""
|
|
2826
2827
|
A human readable message indicating details about the transition.
|
|
2827
2828
|
"""
|
|
2828
2829
|
return pulumi.get(self, "message")
|
|
2829
2830
|
|
|
2830
2831
|
@message.setter
|
|
2831
|
-
def message(self, value: Optional[pulumi.Input[str]]):
|
|
2832
|
+
def message(self, value: Optional[pulumi.Input[builtins.str]]):
|
|
2832
2833
|
pulumi.set(self, "message", value)
|
|
2833
2834
|
|
|
2834
2835
|
@property
|
|
2835
2836
|
@pulumi.getter
|
|
2836
|
-
def reason(self) -> Optional[pulumi.Input[str]]:
|
|
2837
|
+
def reason(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
2837
2838
|
"""
|
|
2838
2839
|
The reason for the condition's last transition.
|
|
2839
2840
|
"""
|
|
2840
2841
|
return pulumi.get(self, "reason")
|
|
2841
2842
|
|
|
2842
2843
|
@reason.setter
|
|
2843
|
-
def reason(self, value: Optional[pulumi.Input[str]]):
|
|
2844
|
+
def reason(self, value: Optional[pulumi.Input[builtins.str]]):
|
|
2844
2845
|
pulumi.set(self, "reason", value)
|
|
2845
2846
|
|
|
2846
2847
|
|
|
@@ -2849,15 +2850,15 @@ if not MYPY:
|
|
|
2849
2850
|
"""
|
|
2850
2851
|
A StatefulSetSpec is the specification of a StatefulSet.
|
|
2851
2852
|
"""
|
|
2852
|
-
pod_management_policy: NotRequired[pulumi.Input[str]]
|
|
2853
|
+
pod_management_policy: NotRequired[pulumi.Input[builtins.str]]
|
|
2853
2854
|
"""
|
|
2854
2855
|
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.
|
|
2855
2856
|
"""
|
|
2856
|
-
replicas: NotRequired[pulumi.Input[int]]
|
|
2857
|
+
replicas: NotRequired[pulumi.Input[builtins.int]]
|
|
2857
2858
|
"""
|
|
2858
2859
|
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.
|
|
2859
2860
|
"""
|
|
2860
|
-
revision_history_limit: NotRequired[pulumi.Input[int]]
|
|
2861
|
+
revision_history_limit: NotRequired[pulumi.Input[builtins.int]]
|
|
2861
2862
|
"""
|
|
2862
2863
|
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.
|
|
2863
2864
|
"""
|
|
@@ -2865,7 +2866,7 @@ if not MYPY:
|
|
|
2865
2866
|
"""
|
|
2866
2867
|
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
|
|
2867
2868
|
"""
|
|
2868
|
-
service_name: NotRequired[pulumi.Input[str]]
|
|
2869
|
+
service_name: NotRequired[pulumi.Input[builtins.str]]
|
|
2869
2870
|
"""
|
|
2870
2871
|
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.
|
|
2871
2872
|
"""
|
|
@@ -2887,21 +2888,21 @@ elif False:
|
|
|
2887
2888
|
@pulumi.input_type
|
|
2888
2889
|
class StatefulSetSpecPatchArgs:
|
|
2889
2890
|
def __init__(__self__, *,
|
|
2890
|
-
pod_management_policy: Optional[pulumi.Input[str]] = None,
|
|
2891
|
-
replicas: Optional[pulumi.Input[int]] = None,
|
|
2892
|
-
revision_history_limit: Optional[pulumi.Input[int]] = None,
|
|
2891
|
+
pod_management_policy: Optional[pulumi.Input[builtins.str]] = None,
|
|
2892
|
+
replicas: Optional[pulumi.Input[builtins.int]] = None,
|
|
2893
|
+
revision_history_limit: Optional[pulumi.Input[builtins.int]] = None,
|
|
2893
2894
|
selector: Optional[pulumi.Input['_meta.v1.LabelSelectorPatchArgs']] = None,
|
|
2894
|
-
service_name: Optional[pulumi.Input[str]] = None,
|
|
2895
|
+
service_name: Optional[pulumi.Input[builtins.str]] = None,
|
|
2895
2896
|
template: Optional[pulumi.Input['_core.v1.PodTemplateSpecPatchArgs']] = None,
|
|
2896
2897
|
update_strategy: Optional[pulumi.Input['StatefulSetUpdateStrategyPatchArgs']] = None,
|
|
2897
2898
|
volume_claim_templates: Optional[pulumi.Input[Sequence[pulumi.Input['_core.v1.PersistentVolumeClaimPatchArgs']]]] = None):
|
|
2898
2899
|
"""
|
|
2899
2900
|
A StatefulSetSpec is the specification of a StatefulSet.
|
|
2900
|
-
: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.
|
|
2901
|
-
: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.
|
|
2902
|
-
: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.
|
|
2901
|
+
: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.
|
|
2902
|
+
: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.
|
|
2903
|
+
: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.
|
|
2903
2904
|
: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
|
|
2904
|
-
: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.
|
|
2905
|
+
: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.
|
|
2905
2906
|
: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.
|
|
2906
2907
|
: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.
|
|
2907
2908
|
: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.
|
|
@@ -2925,38 +2926,38 @@ class StatefulSetSpecPatchArgs:
|
|
|
2925
2926
|
|
|
2926
2927
|
@property
|
|
2927
2928
|
@pulumi.getter(name="podManagementPolicy")
|
|
2928
|
-
def pod_management_policy(self) -> Optional[pulumi.Input[str]]:
|
|
2929
|
+
def pod_management_policy(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
2929
2930
|
"""
|
|
2930
2931
|
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.
|
|
2931
2932
|
"""
|
|
2932
2933
|
return pulumi.get(self, "pod_management_policy")
|
|
2933
2934
|
|
|
2934
2935
|
@pod_management_policy.setter
|
|
2935
|
-
def pod_management_policy(self, value: Optional[pulumi.Input[str]]):
|
|
2936
|
+
def pod_management_policy(self, value: Optional[pulumi.Input[builtins.str]]):
|
|
2936
2937
|
pulumi.set(self, "pod_management_policy", value)
|
|
2937
2938
|
|
|
2938
2939
|
@property
|
|
2939
2940
|
@pulumi.getter
|
|
2940
|
-
def replicas(self) -> Optional[pulumi.Input[int]]:
|
|
2941
|
+
def replicas(self) -> Optional[pulumi.Input[builtins.int]]:
|
|
2941
2942
|
"""
|
|
2942
2943
|
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.
|
|
2943
2944
|
"""
|
|
2944
2945
|
return pulumi.get(self, "replicas")
|
|
2945
2946
|
|
|
2946
2947
|
@replicas.setter
|
|
2947
|
-
def replicas(self, value: Optional[pulumi.Input[int]]):
|
|
2948
|
+
def replicas(self, value: Optional[pulumi.Input[builtins.int]]):
|
|
2948
2949
|
pulumi.set(self, "replicas", value)
|
|
2949
2950
|
|
|
2950
2951
|
@property
|
|
2951
2952
|
@pulumi.getter(name="revisionHistoryLimit")
|
|
2952
|
-
def revision_history_limit(self) -> Optional[pulumi.Input[int]]:
|
|
2953
|
+
def revision_history_limit(self) -> Optional[pulumi.Input[builtins.int]]:
|
|
2953
2954
|
"""
|
|
2954
2955
|
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.
|
|
2955
2956
|
"""
|
|
2956
2957
|
return pulumi.get(self, "revision_history_limit")
|
|
2957
2958
|
|
|
2958
2959
|
@revision_history_limit.setter
|
|
2959
|
-
def revision_history_limit(self, value: Optional[pulumi.Input[int]]):
|
|
2960
|
+
def revision_history_limit(self, value: Optional[pulumi.Input[builtins.int]]):
|
|
2960
2961
|
pulumi.set(self, "revision_history_limit", value)
|
|
2961
2962
|
|
|
2962
2963
|
@property
|
|
@@ -2973,14 +2974,14 @@ class StatefulSetSpecPatchArgs:
|
|
|
2973
2974
|
|
|
2974
2975
|
@property
|
|
2975
2976
|
@pulumi.getter(name="serviceName")
|
|
2976
|
-
def service_name(self) -> Optional[pulumi.Input[str]]:
|
|
2977
|
+
def service_name(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
2977
2978
|
"""
|
|
2978
2979
|
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.
|
|
2979
2980
|
"""
|
|
2980
2981
|
return pulumi.get(self, "service_name")
|
|
2981
2982
|
|
|
2982
2983
|
@service_name.setter
|
|
2983
|
-
def service_name(self, value: Optional[pulumi.Input[str]]):
|
|
2984
|
+
def service_name(self, value: Optional[pulumi.Input[builtins.str]]):
|
|
2984
2985
|
pulumi.set(self, "service_name", value)
|
|
2985
2986
|
|
|
2986
2987
|
@property
|
|
@@ -3029,7 +3030,7 @@ if not MYPY:
|
|
|
3029
3030
|
"""
|
|
3030
3031
|
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
|
|
3031
3032
|
"""
|
|
3032
|
-
service_name: pulumi.Input[str]
|
|
3033
|
+
service_name: pulumi.Input[builtins.str]
|
|
3033
3034
|
"""
|
|
3034
3035
|
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.
|
|
3035
3036
|
"""
|
|
@@ -3037,15 +3038,15 @@ if not MYPY:
|
|
|
3037
3038
|
"""
|
|
3038
3039
|
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.
|
|
3039
3040
|
"""
|
|
3040
|
-
pod_management_policy: NotRequired[pulumi.Input[str]]
|
|
3041
|
+
pod_management_policy: NotRequired[pulumi.Input[builtins.str]]
|
|
3041
3042
|
"""
|
|
3042
3043
|
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.
|
|
3043
3044
|
"""
|
|
3044
|
-
replicas: NotRequired[pulumi.Input[int]]
|
|
3045
|
+
replicas: NotRequired[pulumi.Input[builtins.int]]
|
|
3045
3046
|
"""
|
|
3046
3047
|
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.
|
|
3047
3048
|
"""
|
|
3048
|
-
revision_history_limit: NotRequired[pulumi.Input[int]]
|
|
3049
|
+
revision_history_limit: NotRequired[pulumi.Input[builtins.int]]
|
|
3049
3050
|
"""
|
|
3050
3051
|
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.
|
|
3051
3052
|
"""
|
|
@@ -3064,21 +3065,21 @@ elif False:
|
|
|
3064
3065
|
class StatefulSetSpecArgs:
|
|
3065
3066
|
def __init__(__self__, *,
|
|
3066
3067
|
selector: pulumi.Input['_meta.v1.LabelSelectorArgs'],
|
|
3067
|
-
service_name: pulumi.Input[str],
|
|
3068
|
+
service_name: pulumi.Input[builtins.str],
|
|
3068
3069
|
template: pulumi.Input['_core.v1.PodTemplateSpecArgs'],
|
|
3069
|
-
pod_management_policy: Optional[pulumi.Input[str]] = None,
|
|
3070
|
-
replicas: Optional[pulumi.Input[int]] = None,
|
|
3071
|
-
revision_history_limit: Optional[pulumi.Input[int]] = None,
|
|
3070
|
+
pod_management_policy: Optional[pulumi.Input[builtins.str]] = None,
|
|
3071
|
+
replicas: Optional[pulumi.Input[builtins.int]] = None,
|
|
3072
|
+
revision_history_limit: Optional[pulumi.Input[builtins.int]] = None,
|
|
3072
3073
|
update_strategy: Optional[pulumi.Input['StatefulSetUpdateStrategyArgs']] = None,
|
|
3073
3074
|
volume_claim_templates: Optional[pulumi.Input[Sequence[pulumi.Input['_core.v1.PersistentVolumeClaimArgs']]]] = None):
|
|
3074
3075
|
"""
|
|
3075
3076
|
A StatefulSetSpec is the specification of a StatefulSet.
|
|
3076
3077
|
: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
|
|
3077
|
-
: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.
|
|
3078
|
+
: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.
|
|
3078
3079
|
: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.
|
|
3079
|
-
: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.
|
|
3080
|
-
: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.
|
|
3081
|
-
: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.
|
|
3080
|
+
: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.
|
|
3081
|
+
: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.
|
|
3082
|
+
: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.
|
|
3082
3083
|
: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.
|
|
3083
3084
|
: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.
|
|
3084
3085
|
"""
|
|
@@ -3110,14 +3111,14 @@ class StatefulSetSpecArgs:
|
|
|
3110
3111
|
|
|
3111
3112
|
@property
|
|
3112
3113
|
@pulumi.getter(name="serviceName")
|
|
3113
|
-
def service_name(self) -> pulumi.Input[str]:
|
|
3114
|
+
def service_name(self) -> pulumi.Input[builtins.str]:
|
|
3114
3115
|
"""
|
|
3115
3116
|
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.
|
|
3116
3117
|
"""
|
|
3117
3118
|
return pulumi.get(self, "service_name")
|
|
3118
3119
|
|
|
3119
3120
|
@service_name.setter
|
|
3120
|
-
def service_name(self, value: pulumi.Input[str]):
|
|
3121
|
+
def service_name(self, value: pulumi.Input[builtins.str]):
|
|
3121
3122
|
pulumi.set(self, "service_name", value)
|
|
3122
3123
|
|
|
3123
3124
|
@property
|
|
@@ -3134,38 +3135,38 @@ class StatefulSetSpecArgs:
|
|
|
3134
3135
|
|
|
3135
3136
|
@property
|
|
3136
3137
|
@pulumi.getter(name="podManagementPolicy")
|
|
3137
|
-
def pod_management_policy(self) -> Optional[pulumi.Input[str]]:
|
|
3138
|
+
def pod_management_policy(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
3138
3139
|
"""
|
|
3139
3140
|
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.
|
|
3140
3141
|
"""
|
|
3141
3142
|
return pulumi.get(self, "pod_management_policy")
|
|
3142
3143
|
|
|
3143
3144
|
@pod_management_policy.setter
|
|
3144
|
-
def pod_management_policy(self, value: Optional[pulumi.Input[str]]):
|
|
3145
|
+
def pod_management_policy(self, value: Optional[pulumi.Input[builtins.str]]):
|
|
3145
3146
|
pulumi.set(self, "pod_management_policy", value)
|
|
3146
3147
|
|
|
3147
3148
|
@property
|
|
3148
3149
|
@pulumi.getter
|
|
3149
|
-
def replicas(self) -> Optional[pulumi.Input[int]]:
|
|
3150
|
+
def replicas(self) -> Optional[pulumi.Input[builtins.int]]:
|
|
3150
3151
|
"""
|
|
3151
3152
|
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.
|
|
3152
3153
|
"""
|
|
3153
3154
|
return pulumi.get(self, "replicas")
|
|
3154
3155
|
|
|
3155
3156
|
@replicas.setter
|
|
3156
|
-
def replicas(self, value: Optional[pulumi.Input[int]]):
|
|
3157
|
+
def replicas(self, value: Optional[pulumi.Input[builtins.int]]):
|
|
3157
3158
|
pulumi.set(self, "replicas", value)
|
|
3158
3159
|
|
|
3159
3160
|
@property
|
|
3160
3161
|
@pulumi.getter(name="revisionHistoryLimit")
|
|
3161
|
-
def revision_history_limit(self) -> Optional[pulumi.Input[int]]:
|
|
3162
|
+
def revision_history_limit(self) -> Optional[pulumi.Input[builtins.int]]:
|
|
3162
3163
|
"""
|
|
3163
3164
|
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.
|
|
3164
3165
|
"""
|
|
3165
3166
|
return pulumi.get(self, "revision_history_limit")
|
|
3166
3167
|
|
|
3167
3168
|
@revision_history_limit.setter
|
|
3168
|
-
def revision_history_limit(self, value: Optional[pulumi.Input[int]]):
|
|
3169
|
+
def revision_history_limit(self, value: Optional[pulumi.Input[builtins.int]]):
|
|
3169
3170
|
pulumi.set(self, "revision_history_limit", value)
|
|
3170
3171
|
|
|
3171
3172
|
@property
|
|
@@ -3198,11 +3199,11 @@ if not MYPY:
|
|
|
3198
3199
|
"""
|
|
3199
3200
|
StatefulSetStatus represents the current state of a StatefulSet.
|
|
3200
3201
|
"""
|
|
3201
|
-
replicas: pulumi.Input[int]
|
|
3202
|
+
replicas: pulumi.Input[builtins.int]
|
|
3202
3203
|
"""
|
|
3203
3204
|
replicas is the number of Pods created by the StatefulSet controller.
|
|
3204
3205
|
"""
|
|
3205
|
-
collision_count: NotRequired[pulumi.Input[int]]
|
|
3206
|
+
collision_count: NotRequired[pulumi.Input[builtins.int]]
|
|
3206
3207
|
"""
|
|
3207
3208
|
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.
|
|
3208
3209
|
"""
|
|
@@ -3210,27 +3211,27 @@ if not MYPY:
|
|
|
3210
3211
|
"""
|
|
3211
3212
|
Represents the latest available observations of a statefulset's current state.
|
|
3212
3213
|
"""
|
|
3213
|
-
current_replicas: NotRequired[pulumi.Input[int]]
|
|
3214
|
+
current_replicas: NotRequired[pulumi.Input[builtins.int]]
|
|
3214
3215
|
"""
|
|
3215
3216
|
currentReplicas is the number of Pods created by the StatefulSet controller from the StatefulSet version indicated by currentRevision.
|
|
3216
3217
|
"""
|
|
3217
|
-
current_revision: NotRequired[pulumi.Input[str]]
|
|
3218
|
+
current_revision: NotRequired[pulumi.Input[builtins.str]]
|
|
3218
3219
|
"""
|
|
3219
3220
|
currentRevision, if not empty, indicates the version of the StatefulSet used to generate Pods in the sequence [0,currentReplicas).
|
|
3220
3221
|
"""
|
|
3221
|
-
observed_generation: NotRequired[pulumi.Input[int]]
|
|
3222
|
+
observed_generation: NotRequired[pulumi.Input[builtins.int]]
|
|
3222
3223
|
"""
|
|
3223
3224
|
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.
|
|
3224
3225
|
"""
|
|
3225
|
-
ready_replicas: NotRequired[pulumi.Input[int]]
|
|
3226
|
+
ready_replicas: NotRequired[pulumi.Input[builtins.int]]
|
|
3226
3227
|
"""
|
|
3227
3228
|
readyReplicas is the number of Pods created by the StatefulSet controller that have a Ready Condition.
|
|
3228
3229
|
"""
|
|
3229
|
-
update_revision: NotRequired[pulumi.Input[str]]
|
|
3230
|
+
update_revision: NotRequired[pulumi.Input[builtins.str]]
|
|
3230
3231
|
"""
|
|
3231
3232
|
updateRevision, if not empty, indicates the version of the StatefulSet used to generate Pods in the sequence [replicas-updatedReplicas,replicas)
|
|
3232
3233
|
"""
|
|
3233
|
-
updated_replicas: NotRequired[pulumi.Input[int]]
|
|
3234
|
+
updated_replicas: NotRequired[pulumi.Input[builtins.int]]
|
|
3234
3235
|
"""
|
|
3235
3236
|
updatedReplicas is the number of Pods created by the StatefulSet controller from the StatefulSet version indicated by updateRevision.
|
|
3236
3237
|
"""
|
|
@@ -3240,26 +3241,26 @@ elif False:
|
|
|
3240
3241
|
@pulumi.input_type
|
|
3241
3242
|
class StatefulSetStatusArgs:
|
|
3242
3243
|
def __init__(__self__, *,
|
|
3243
|
-
replicas: pulumi.Input[int],
|
|
3244
|
-
collision_count: Optional[pulumi.Input[int]] = None,
|
|
3244
|
+
replicas: pulumi.Input[builtins.int],
|
|
3245
|
+
collision_count: Optional[pulumi.Input[builtins.int]] = None,
|
|
3245
3246
|
conditions: Optional[pulumi.Input[Sequence[pulumi.Input['StatefulSetConditionArgs']]]] = None,
|
|
3246
|
-
current_replicas: Optional[pulumi.Input[int]] = None,
|
|
3247
|
-
current_revision: Optional[pulumi.Input[str]] = None,
|
|
3248
|
-
observed_generation: Optional[pulumi.Input[int]] = None,
|
|
3249
|
-
ready_replicas: Optional[pulumi.Input[int]] = None,
|
|
3250
|
-
update_revision: Optional[pulumi.Input[str]] = None,
|
|
3251
|
-
updated_replicas: Optional[pulumi.Input[int]] = None):
|
|
3247
|
+
current_replicas: Optional[pulumi.Input[builtins.int]] = None,
|
|
3248
|
+
current_revision: Optional[pulumi.Input[builtins.str]] = None,
|
|
3249
|
+
observed_generation: Optional[pulumi.Input[builtins.int]] = None,
|
|
3250
|
+
ready_replicas: Optional[pulumi.Input[builtins.int]] = None,
|
|
3251
|
+
update_revision: Optional[pulumi.Input[builtins.str]] = None,
|
|
3252
|
+
updated_replicas: Optional[pulumi.Input[builtins.int]] = None):
|
|
3252
3253
|
"""
|
|
3253
3254
|
StatefulSetStatus represents the current state of a StatefulSet.
|
|
3254
|
-
:param pulumi.Input[int] replicas: replicas is the number of Pods created by the StatefulSet controller.
|
|
3255
|
-
: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.
|
|
3255
|
+
:param pulumi.Input[builtins.int] replicas: replicas is the number of Pods created by the StatefulSet controller.
|
|
3256
|
+
: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.
|
|
3256
3257
|
:param pulumi.Input[Sequence[pulumi.Input['StatefulSetConditionArgs']]] conditions: Represents the latest available observations of a statefulset's current state.
|
|
3257
|
-
:param pulumi.Input[int] current_replicas: currentReplicas is the number of Pods created by the StatefulSet controller from the StatefulSet version indicated by currentRevision.
|
|
3258
|
-
: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).
|
|
3259
|
-
: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.
|
|
3260
|
-
:param pulumi.Input[int] ready_replicas: readyReplicas is the number of Pods created by the StatefulSet controller that have a Ready Condition.
|
|
3261
|
-
: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)
|
|
3262
|
-
:param pulumi.Input[int] updated_replicas: updatedReplicas is the number of Pods created by the StatefulSet controller from the StatefulSet version indicated by updateRevision.
|
|
3258
|
+
: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.
|
|
3259
|
+
: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).
|
|
3260
|
+
: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.
|
|
3261
|
+
:param pulumi.Input[builtins.int] ready_replicas: readyReplicas is the number of Pods created by the StatefulSet controller that have a Ready Condition.
|
|
3262
|
+
: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)
|
|
3263
|
+
: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.
|
|
3263
3264
|
"""
|
|
3264
3265
|
pulumi.set(__self__, "replicas", replicas)
|
|
3265
3266
|
if collision_count is not None:
|
|
@@ -3281,26 +3282,26 @@ class StatefulSetStatusArgs:
|
|
|
3281
3282
|
|
|
3282
3283
|
@property
|
|
3283
3284
|
@pulumi.getter
|
|
3284
|
-
def replicas(self) -> pulumi.Input[int]:
|
|
3285
|
+
def replicas(self) -> pulumi.Input[builtins.int]:
|
|
3285
3286
|
"""
|
|
3286
3287
|
replicas is the number of Pods created by the StatefulSet controller.
|
|
3287
3288
|
"""
|
|
3288
3289
|
return pulumi.get(self, "replicas")
|
|
3289
3290
|
|
|
3290
3291
|
@replicas.setter
|
|
3291
|
-
def replicas(self, value: pulumi.Input[int]):
|
|
3292
|
+
def replicas(self, value: pulumi.Input[builtins.int]):
|
|
3292
3293
|
pulumi.set(self, "replicas", value)
|
|
3293
3294
|
|
|
3294
3295
|
@property
|
|
3295
3296
|
@pulumi.getter(name="collisionCount")
|
|
3296
|
-
def collision_count(self) -> Optional[pulumi.Input[int]]:
|
|
3297
|
+
def collision_count(self) -> Optional[pulumi.Input[builtins.int]]:
|
|
3297
3298
|
"""
|
|
3298
3299
|
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.
|
|
3299
3300
|
"""
|
|
3300
3301
|
return pulumi.get(self, "collision_count")
|
|
3301
3302
|
|
|
3302
3303
|
@collision_count.setter
|
|
3303
|
-
def collision_count(self, value: Optional[pulumi.Input[int]]):
|
|
3304
|
+
def collision_count(self, value: Optional[pulumi.Input[builtins.int]]):
|
|
3304
3305
|
pulumi.set(self, "collision_count", value)
|
|
3305
3306
|
|
|
3306
3307
|
@property
|
|
@@ -3317,74 +3318,74 @@ class StatefulSetStatusArgs:
|
|
|
3317
3318
|
|
|
3318
3319
|
@property
|
|
3319
3320
|
@pulumi.getter(name="currentReplicas")
|
|
3320
|
-
def current_replicas(self) -> Optional[pulumi.Input[int]]:
|
|
3321
|
+
def current_replicas(self) -> Optional[pulumi.Input[builtins.int]]:
|
|
3321
3322
|
"""
|
|
3322
3323
|
currentReplicas is the number of Pods created by the StatefulSet controller from the StatefulSet version indicated by currentRevision.
|
|
3323
3324
|
"""
|
|
3324
3325
|
return pulumi.get(self, "current_replicas")
|
|
3325
3326
|
|
|
3326
3327
|
@current_replicas.setter
|
|
3327
|
-
def current_replicas(self, value: Optional[pulumi.Input[int]]):
|
|
3328
|
+
def current_replicas(self, value: Optional[pulumi.Input[builtins.int]]):
|
|
3328
3329
|
pulumi.set(self, "current_replicas", value)
|
|
3329
3330
|
|
|
3330
3331
|
@property
|
|
3331
3332
|
@pulumi.getter(name="currentRevision")
|
|
3332
|
-
def current_revision(self) -> Optional[pulumi.Input[str]]:
|
|
3333
|
+
def current_revision(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
3333
3334
|
"""
|
|
3334
3335
|
currentRevision, if not empty, indicates the version of the StatefulSet used to generate Pods in the sequence [0,currentReplicas).
|
|
3335
3336
|
"""
|
|
3336
3337
|
return pulumi.get(self, "current_revision")
|
|
3337
3338
|
|
|
3338
3339
|
@current_revision.setter
|
|
3339
|
-
def current_revision(self, value: Optional[pulumi.Input[str]]):
|
|
3340
|
+
def current_revision(self, value: Optional[pulumi.Input[builtins.str]]):
|
|
3340
3341
|
pulumi.set(self, "current_revision", value)
|
|
3341
3342
|
|
|
3342
3343
|
@property
|
|
3343
3344
|
@pulumi.getter(name="observedGeneration")
|
|
3344
|
-
def observed_generation(self) -> Optional[pulumi.Input[int]]:
|
|
3345
|
+
def observed_generation(self) -> Optional[pulumi.Input[builtins.int]]:
|
|
3345
3346
|
"""
|
|
3346
3347
|
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.
|
|
3347
3348
|
"""
|
|
3348
3349
|
return pulumi.get(self, "observed_generation")
|
|
3349
3350
|
|
|
3350
3351
|
@observed_generation.setter
|
|
3351
|
-
def observed_generation(self, value: Optional[pulumi.Input[int]]):
|
|
3352
|
+
def observed_generation(self, value: Optional[pulumi.Input[builtins.int]]):
|
|
3352
3353
|
pulumi.set(self, "observed_generation", value)
|
|
3353
3354
|
|
|
3354
3355
|
@property
|
|
3355
3356
|
@pulumi.getter(name="readyReplicas")
|
|
3356
|
-
def ready_replicas(self) -> Optional[pulumi.Input[int]]:
|
|
3357
|
+
def ready_replicas(self) -> Optional[pulumi.Input[builtins.int]]:
|
|
3357
3358
|
"""
|
|
3358
3359
|
readyReplicas is the number of Pods created by the StatefulSet controller that have a Ready Condition.
|
|
3359
3360
|
"""
|
|
3360
3361
|
return pulumi.get(self, "ready_replicas")
|
|
3361
3362
|
|
|
3362
3363
|
@ready_replicas.setter
|
|
3363
|
-
def ready_replicas(self, value: Optional[pulumi.Input[int]]):
|
|
3364
|
+
def ready_replicas(self, value: Optional[pulumi.Input[builtins.int]]):
|
|
3364
3365
|
pulumi.set(self, "ready_replicas", value)
|
|
3365
3366
|
|
|
3366
3367
|
@property
|
|
3367
3368
|
@pulumi.getter(name="updateRevision")
|
|
3368
|
-
def update_revision(self) -> Optional[pulumi.Input[str]]:
|
|
3369
|
+
def update_revision(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
3369
3370
|
"""
|
|
3370
3371
|
updateRevision, if not empty, indicates the version of the StatefulSet used to generate Pods in the sequence [replicas-updatedReplicas,replicas)
|
|
3371
3372
|
"""
|
|
3372
3373
|
return pulumi.get(self, "update_revision")
|
|
3373
3374
|
|
|
3374
3375
|
@update_revision.setter
|
|
3375
|
-
def update_revision(self, value: Optional[pulumi.Input[str]]):
|
|
3376
|
+
def update_revision(self, value: Optional[pulumi.Input[builtins.str]]):
|
|
3376
3377
|
pulumi.set(self, "update_revision", value)
|
|
3377
3378
|
|
|
3378
3379
|
@property
|
|
3379
3380
|
@pulumi.getter(name="updatedReplicas")
|
|
3380
|
-
def updated_replicas(self) -> Optional[pulumi.Input[int]]:
|
|
3381
|
+
def updated_replicas(self) -> Optional[pulumi.Input[builtins.int]]:
|
|
3381
3382
|
"""
|
|
3382
3383
|
updatedReplicas is the number of Pods created by the StatefulSet controller from the StatefulSet version indicated by updateRevision.
|
|
3383
3384
|
"""
|
|
3384
3385
|
return pulumi.get(self, "updated_replicas")
|
|
3385
3386
|
|
|
3386
3387
|
@updated_replicas.setter
|
|
3387
|
-
def updated_replicas(self, value: Optional[pulumi.Input[int]]):
|
|
3388
|
+
def updated_replicas(self, value: Optional[pulumi.Input[builtins.int]]):
|
|
3388
3389
|
pulumi.set(self, "updated_replicas", value)
|
|
3389
3390
|
|
|
3390
3391
|
|
|
@@ -3397,7 +3398,7 @@ if not MYPY:
|
|
|
3397
3398
|
"""
|
|
3398
3399
|
RollingUpdate is used to communicate parameters when Type is RollingUpdateStatefulSetStrategyType.
|
|
3399
3400
|
"""
|
|
3400
|
-
type: NotRequired[pulumi.Input[str]]
|
|
3401
|
+
type: NotRequired[pulumi.Input[builtins.str]]
|
|
3401
3402
|
"""
|
|
3402
3403
|
Type indicates the type of the StatefulSetUpdateStrategy. Default is RollingUpdate.
|
|
3403
3404
|
"""
|
|
@@ -3408,11 +3409,11 @@ elif False:
|
|
|
3408
3409
|
class StatefulSetUpdateStrategyPatchArgs:
|
|
3409
3410
|
def __init__(__self__, *,
|
|
3410
3411
|
rolling_update: Optional[pulumi.Input['RollingUpdateStatefulSetStrategyPatchArgs']] = None,
|
|
3411
|
-
type: Optional[pulumi.Input[str]] = None):
|
|
3412
|
+
type: Optional[pulumi.Input[builtins.str]] = None):
|
|
3412
3413
|
"""
|
|
3413
3414
|
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.
|
|
3414
3415
|
:param pulumi.Input['RollingUpdateStatefulSetStrategyPatchArgs'] rolling_update: RollingUpdate is used to communicate parameters when Type is RollingUpdateStatefulSetStrategyType.
|
|
3415
|
-
:param pulumi.Input[str] type: Type indicates the type of the StatefulSetUpdateStrategy. Default is RollingUpdate.
|
|
3416
|
+
:param pulumi.Input[builtins.str] type: Type indicates the type of the StatefulSetUpdateStrategy. Default is RollingUpdate.
|
|
3416
3417
|
"""
|
|
3417
3418
|
if rolling_update is not None:
|
|
3418
3419
|
pulumi.set(__self__, "rolling_update", rolling_update)
|
|
@@ -3433,14 +3434,14 @@ class StatefulSetUpdateStrategyPatchArgs:
|
|
|
3433
3434
|
|
|
3434
3435
|
@property
|
|
3435
3436
|
@pulumi.getter
|
|
3436
|
-
def type(self) -> Optional[pulumi.Input[str]]:
|
|
3437
|
+
def type(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
3437
3438
|
"""
|
|
3438
3439
|
Type indicates the type of the StatefulSetUpdateStrategy. Default is RollingUpdate.
|
|
3439
3440
|
"""
|
|
3440
3441
|
return pulumi.get(self, "type")
|
|
3441
3442
|
|
|
3442
3443
|
@type.setter
|
|
3443
|
-
def type(self, value: Optional[pulumi.Input[str]]):
|
|
3444
|
+
def type(self, value: Optional[pulumi.Input[builtins.str]]):
|
|
3444
3445
|
pulumi.set(self, "type", value)
|
|
3445
3446
|
|
|
3446
3447
|
|
|
@@ -3453,7 +3454,7 @@ if not MYPY:
|
|
|
3453
3454
|
"""
|
|
3454
3455
|
RollingUpdate is used to communicate parameters when Type is RollingUpdateStatefulSetStrategyType.
|
|
3455
3456
|
"""
|
|
3456
|
-
type: NotRequired[pulumi.Input[str]]
|
|
3457
|
+
type: NotRequired[pulumi.Input[builtins.str]]
|
|
3457
3458
|
"""
|
|
3458
3459
|
Type indicates the type of the StatefulSetUpdateStrategy. Default is RollingUpdate.
|
|
3459
3460
|
"""
|
|
@@ -3464,11 +3465,11 @@ elif False:
|
|
|
3464
3465
|
class StatefulSetUpdateStrategyArgs:
|
|
3465
3466
|
def __init__(__self__, *,
|
|
3466
3467
|
rolling_update: Optional[pulumi.Input['RollingUpdateStatefulSetStrategyArgs']] = None,
|
|
3467
|
-
type: Optional[pulumi.Input[str]] = None):
|
|
3468
|
+
type: Optional[pulumi.Input[builtins.str]] = None):
|
|
3468
3469
|
"""
|
|
3469
3470
|
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.
|
|
3470
3471
|
:param pulumi.Input['RollingUpdateStatefulSetStrategyArgs'] rolling_update: RollingUpdate is used to communicate parameters when Type is RollingUpdateStatefulSetStrategyType.
|
|
3471
|
-
:param pulumi.Input[str] type: Type indicates the type of the StatefulSetUpdateStrategy. Default is RollingUpdate.
|
|
3472
|
+
:param pulumi.Input[builtins.str] type: Type indicates the type of the StatefulSetUpdateStrategy. Default is RollingUpdate.
|
|
3472
3473
|
"""
|
|
3473
3474
|
if rolling_update is not None:
|
|
3474
3475
|
pulumi.set(__self__, "rolling_update", rolling_update)
|
|
@@ -3489,14 +3490,14 @@ class StatefulSetUpdateStrategyArgs:
|
|
|
3489
3490
|
|
|
3490
3491
|
@property
|
|
3491
3492
|
@pulumi.getter
|
|
3492
|
-
def type(self) -> Optional[pulumi.Input[str]]:
|
|
3493
|
+
def type(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
3493
3494
|
"""
|
|
3494
3495
|
Type indicates the type of the StatefulSetUpdateStrategy. Default is RollingUpdate.
|
|
3495
3496
|
"""
|
|
3496
3497
|
return pulumi.get(self, "type")
|
|
3497
3498
|
|
|
3498
3499
|
@type.setter
|
|
3499
|
-
def type(self, value: Optional[pulumi.Input[str]]):
|
|
3500
|
+
def type(self, value: Optional[pulumi.Input[builtins.str]]):
|
|
3500
3501
|
pulumi.set(self, "type", value)
|
|
3501
3502
|
|
|
3502
3503
|
|
|
@@ -3521,11 +3522,11 @@ if not MYPY:
|
|
|
3521
3522
|
time out and mark the resource update as Failed. You can override the default timeout value
|
|
3522
3523
|
by setting the 'customTimeouts' option on the resource.
|
|
3523
3524
|
"""
|
|
3524
|
-
api_version: NotRequired[pulumi.Input[str]]
|
|
3525
|
+
api_version: NotRequired[pulumi.Input[builtins.str]]
|
|
3525
3526
|
"""
|
|
3526
3527
|
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
|
|
3527
3528
|
"""
|
|
3528
|
-
kind: NotRequired[pulumi.Input[str]]
|
|
3529
|
+
kind: NotRequired[pulumi.Input[builtins.str]]
|
|
3529
3530
|
"""
|
|
3530
3531
|
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
|
|
3531
3532
|
"""
|
|
@@ -3544,8 +3545,8 @@ elif False:
|
|
|
3544
3545
|
@pulumi.input_type
|
|
3545
3546
|
class StatefulSetArgs:
|
|
3546
3547
|
def __init__(__self__, *,
|
|
3547
|
-
api_version: Optional[pulumi.Input[str]] = None,
|
|
3548
|
-
kind: Optional[pulumi.Input[str]] = None,
|
|
3548
|
+
api_version: Optional[pulumi.Input[builtins.str]] = None,
|
|
3549
|
+
kind: Optional[pulumi.Input[builtins.str]] = None,
|
|
3549
3550
|
metadata: Optional[pulumi.Input['_meta.v1.ObjectMetaArgs']] = None,
|
|
3550
3551
|
spec: Optional[pulumi.Input['StatefulSetSpecArgs']] = None,
|
|
3551
3552
|
status: Optional[pulumi.Input['StatefulSetStatusArgs']] = None):
|
|
@@ -3567,8 +3568,8 @@ class StatefulSetArgs:
|
|
|
3567
3568
|
If the StatefulSet has not reached a Ready state after 10 minutes, it will
|
|
3568
3569
|
time out and mark the resource update as Failed. You can override the default timeout value
|
|
3569
3570
|
by setting the 'customTimeouts' option on the resource.
|
|
3570
|
-
: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
|
|
3571
|
-
: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
|
|
3571
|
+
: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
|
|
3572
|
+
: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
|
|
3572
3573
|
:param pulumi.Input['StatefulSetSpecArgs'] spec: Spec defines the desired identities of pods in this set.
|
|
3573
3574
|
: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.
|
|
3574
3575
|
"""
|
|
@@ -3585,26 +3586,26 @@ class StatefulSetArgs:
|
|
|
3585
3586
|
|
|
3586
3587
|
@property
|
|
3587
3588
|
@pulumi.getter(name="apiVersion")
|
|
3588
|
-
def api_version(self) -> Optional[pulumi.Input[str]]:
|
|
3589
|
+
def api_version(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
3589
3590
|
"""
|
|
3590
3591
|
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
|
|
3591
3592
|
"""
|
|
3592
3593
|
return pulumi.get(self, "api_version")
|
|
3593
3594
|
|
|
3594
3595
|
@api_version.setter
|
|
3595
|
-
def api_version(self, value: Optional[pulumi.Input[str]]):
|
|
3596
|
+
def api_version(self, value: Optional[pulumi.Input[builtins.str]]):
|
|
3596
3597
|
pulumi.set(self, "api_version", value)
|
|
3597
3598
|
|
|
3598
3599
|
@property
|
|
3599
3600
|
@pulumi.getter
|
|
3600
|
-
def kind(self) -> Optional[pulumi.Input[str]]:
|
|
3601
|
+
def kind(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
3601
3602
|
"""
|
|
3602
3603
|
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
|
|
3603
3604
|
"""
|
|
3604
3605
|
return pulumi.get(self, "kind")
|
|
3605
3606
|
|
|
3606
3607
|
@kind.setter
|
|
3607
|
-
def kind(self, value: Optional[pulumi.Input[str]]):
|
|
3608
|
+
def kind(self, value: Optional[pulumi.Input[builtins.str]]):
|
|
3608
3609
|
pulumi.set(self, "kind", value)
|
|
3609
3610
|
|
|
3610
3611
|
@property
|