pulumi-kubernetes 4.23.0a1743519894__py3-none-any.whl → 4.23.0a1743595894__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of pulumi-kubernetes might be problematic. Click here for more details.
- pulumi_kubernetes/__init__.py +1 -0
- pulumi_kubernetes/_inputs.py +41 -40
- pulumi_kubernetes/admissionregistration/__init__.py +1 -0
- pulumi_kubernetes/admissionregistration/v1/MutatingWebhookConfiguration.py +17 -16
- pulumi_kubernetes/admissionregistration/v1/MutatingWebhookConfigurationList.py +17 -16
- pulumi_kubernetes/admissionregistration/v1/MutatingWebhookConfigurationPatch.py +17 -16
- pulumi_kubernetes/admissionregistration/v1/ValidatingAdmissionPolicy.py +17 -16
- pulumi_kubernetes/admissionregistration/v1/ValidatingAdmissionPolicyBinding.py +17 -16
- pulumi_kubernetes/admissionregistration/v1/ValidatingAdmissionPolicyBindingList.py +17 -16
- pulumi_kubernetes/admissionregistration/v1/ValidatingAdmissionPolicyBindingPatch.py +17 -16
- pulumi_kubernetes/admissionregistration/v1/ValidatingAdmissionPolicyList.py +17 -16
- pulumi_kubernetes/admissionregistration/v1/ValidatingAdmissionPolicyPatch.py +17 -16
- pulumi_kubernetes/admissionregistration/v1/ValidatingWebhookConfiguration.py +17 -16
- pulumi_kubernetes/admissionregistration/v1/ValidatingWebhookConfigurationList.py +17 -16
- pulumi_kubernetes/admissionregistration/v1/ValidatingWebhookConfigurationPatch.py +17 -16
- pulumi_kubernetes/admissionregistration/v1/__init__.py +1 -0
- pulumi_kubernetes/admissionregistration/v1/_inputs.py +546 -545
- pulumi_kubernetes/admissionregistration/v1/outputs.py +337 -336
- pulumi_kubernetes/admissionregistration/v1alpha1/MutatingAdmissionPolicy.py +17 -16
- pulumi_kubernetes/admissionregistration/v1alpha1/MutatingAdmissionPolicyBinding.py +17 -16
- pulumi_kubernetes/admissionregistration/v1alpha1/MutatingAdmissionPolicyBindingList.py +17 -16
- pulumi_kubernetes/admissionregistration/v1alpha1/MutatingAdmissionPolicyBindingPatch.py +17 -16
- pulumi_kubernetes/admissionregistration/v1alpha1/MutatingAdmissionPolicyList.py +17 -16
- pulumi_kubernetes/admissionregistration/v1alpha1/MutatingAdmissionPolicyPatch.py +17 -16
- pulumi_kubernetes/admissionregistration/v1alpha1/ValidatingAdmissionPolicy.py +17 -16
- pulumi_kubernetes/admissionregistration/v1alpha1/ValidatingAdmissionPolicyBinding.py +17 -16
- pulumi_kubernetes/admissionregistration/v1alpha1/ValidatingAdmissionPolicyBindingList.py +17 -16
- pulumi_kubernetes/admissionregistration/v1alpha1/ValidatingAdmissionPolicyBindingPatch.py +17 -16
- pulumi_kubernetes/admissionregistration/v1alpha1/ValidatingAdmissionPolicyList.py +17 -16
- pulumi_kubernetes/admissionregistration/v1alpha1/ValidatingAdmissionPolicyPatch.py +17 -16
- pulumi_kubernetes/admissionregistration/v1alpha1/__init__.py +1 -0
- pulumi_kubernetes/admissionregistration/v1alpha1/_inputs.py +366 -365
- pulumi_kubernetes/admissionregistration/v1alpha1/outputs.py +229 -228
- pulumi_kubernetes/admissionregistration/v1beta1/MutatingWebhookConfiguration.py +17 -16
- pulumi_kubernetes/admissionregistration/v1beta1/MutatingWebhookConfigurationList.py +17 -16
- pulumi_kubernetes/admissionregistration/v1beta1/MutatingWebhookConfigurationPatch.py +17 -16
- pulumi_kubernetes/admissionregistration/v1beta1/ValidatingAdmissionPolicy.py +17 -16
- pulumi_kubernetes/admissionregistration/v1beta1/ValidatingAdmissionPolicyBinding.py +17 -16
- pulumi_kubernetes/admissionregistration/v1beta1/ValidatingAdmissionPolicyBindingList.py +17 -16
- pulumi_kubernetes/admissionregistration/v1beta1/ValidatingAdmissionPolicyBindingPatch.py +17 -16
- pulumi_kubernetes/admissionregistration/v1beta1/ValidatingAdmissionPolicyList.py +17 -16
- pulumi_kubernetes/admissionregistration/v1beta1/ValidatingAdmissionPolicyPatch.py +17 -16
- pulumi_kubernetes/admissionregistration/v1beta1/ValidatingWebhookConfiguration.py +17 -16
- pulumi_kubernetes/admissionregistration/v1beta1/ValidatingWebhookConfigurationList.py +17 -16
- pulumi_kubernetes/admissionregistration/v1beta1/ValidatingWebhookConfigurationPatch.py +17 -16
- pulumi_kubernetes/admissionregistration/v1beta1/__init__.py +1 -0
- pulumi_kubernetes/admissionregistration/v1beta1/_inputs.py +546 -545
- pulumi_kubernetes/admissionregistration/v1beta1/outputs.py +337 -336
- pulumi_kubernetes/apiextensions/__init__.py +1 -0
- pulumi_kubernetes/apiextensions/v1/CustomResourceDefinition.py +17 -16
- pulumi_kubernetes/apiextensions/v1/CustomResourceDefinitionList.py +17 -16
- pulumi_kubernetes/apiextensions/v1/CustomResourceDefinitionPatch.py +17 -16
- pulumi_kubernetes/apiextensions/v1/__init__.py +1 -0
- pulumi_kubernetes/apiextensions/v1/_inputs.py +699 -698
- pulumi_kubernetes/apiextensions/v1/outputs.py +405 -404
- pulumi_kubernetes/apiextensions/v1beta1/CustomResourceDefinition.py +17 -16
- pulumi_kubernetes/apiextensions/v1beta1/CustomResourceDefinitionList.py +17 -16
- pulumi_kubernetes/apiextensions/v1beta1/CustomResourceDefinitionPatch.py +17 -16
- pulumi_kubernetes/apiextensions/v1beta1/__init__.py +1 -0
- pulumi_kubernetes/apiextensions/v1beta1/_inputs.py +639 -638
- pulumi_kubernetes/apiextensions/v1beta1/outputs.py +369 -368
- pulumi_kubernetes/apiregistration/__init__.py +1 -0
- pulumi_kubernetes/apiregistration/v1/APIService.py +17 -16
- pulumi_kubernetes/apiregistration/v1/APIServiceList.py +17 -16
- pulumi_kubernetes/apiregistration/v1/APIServicePatch.py +17 -16
- pulumi_kubernetes/apiregistration/v1/__init__.py +1 -0
- pulumi_kubernetes/apiregistration/v1/_inputs.py +126 -125
- pulumi_kubernetes/apiregistration/v1/outputs.py +91 -90
- pulumi_kubernetes/apiregistration/v1beta1/APIService.py +17 -16
- pulumi_kubernetes/apiregistration/v1beta1/APIServiceList.py +17 -16
- pulumi_kubernetes/apiregistration/v1beta1/APIServicePatch.py +17 -16
- pulumi_kubernetes/apiregistration/v1beta1/__init__.py +1 -0
- pulumi_kubernetes/apiregistration/v1beta1/_inputs.py +126 -125
- pulumi_kubernetes/apiregistration/v1beta1/outputs.py +91 -90
- pulumi_kubernetes/apps/__init__.py +1 -0
- pulumi_kubernetes/apps/v1/ControllerRevision.py +25 -24
- pulumi_kubernetes/apps/v1/ControllerRevisionList.py +17 -16
- pulumi_kubernetes/apps/v1/ControllerRevisionPatch.py +25 -24
- pulumi_kubernetes/apps/v1/DaemonSet.py +17 -16
- pulumi_kubernetes/apps/v1/DaemonSetList.py +17 -16
- pulumi_kubernetes/apps/v1/DaemonSetPatch.py +17 -16
- pulumi_kubernetes/apps/v1/Deployment.py +17 -16
- pulumi_kubernetes/apps/v1/DeploymentList.py +17 -16
- pulumi_kubernetes/apps/v1/DeploymentPatch.py +17 -16
- pulumi_kubernetes/apps/v1/ReplicaSet.py +17 -16
- pulumi_kubernetes/apps/v1/ReplicaSetList.py +17 -16
- pulumi_kubernetes/apps/v1/ReplicaSetPatch.py +17 -16
- pulumi_kubernetes/apps/v1/StatefulSet.py +17 -16
- pulumi_kubernetes/apps/v1/StatefulSetList.py +17 -16
- pulumi_kubernetes/apps/v1/StatefulSetPatch.py +17 -16
- pulumi_kubernetes/apps/v1/__init__.py +1 -0
- pulumi_kubernetes/apps/v1/_inputs.py +571 -570
- pulumi_kubernetes/apps/v1/outputs.py +476 -475
- pulumi_kubernetes/apps/v1beta1/ControllerRevision.py +25 -24
- pulumi_kubernetes/apps/v1beta1/ControllerRevisionList.py +17 -16
- pulumi_kubernetes/apps/v1beta1/ControllerRevisionPatch.py +25 -24
- pulumi_kubernetes/apps/v1beta1/Deployment.py +17 -16
- pulumi_kubernetes/apps/v1beta1/DeploymentList.py +17 -16
- pulumi_kubernetes/apps/v1beta1/DeploymentPatch.py +17 -16
- pulumi_kubernetes/apps/v1beta1/StatefulSet.py +17 -16
- pulumi_kubernetes/apps/v1beta1/StatefulSetList.py +17 -16
- pulumi_kubernetes/apps/v1beta1/StatefulSetPatch.py +17 -16
- pulumi_kubernetes/apps/v1beta1/__init__.py +1 -0
- pulumi_kubernetes/apps/v1beta1/_inputs.py +316 -315
- pulumi_kubernetes/apps/v1beta1/outputs.py +260 -259
- pulumi_kubernetes/apps/v1beta2/ControllerRevision.py +25 -24
- pulumi_kubernetes/apps/v1beta2/ControllerRevisionList.py +17 -16
- pulumi_kubernetes/apps/v1beta2/ControllerRevisionPatch.py +25 -24
- pulumi_kubernetes/apps/v1beta2/DaemonSet.py +17 -16
- pulumi_kubernetes/apps/v1beta2/DaemonSetList.py +17 -16
- pulumi_kubernetes/apps/v1beta2/DaemonSetPatch.py +17 -16
- pulumi_kubernetes/apps/v1beta2/Deployment.py +17 -16
- pulumi_kubernetes/apps/v1beta2/DeploymentList.py +17 -16
- pulumi_kubernetes/apps/v1beta2/DeploymentPatch.py +17 -16
- pulumi_kubernetes/apps/v1beta2/ReplicaSet.py +17 -16
- pulumi_kubernetes/apps/v1beta2/ReplicaSetList.py +17 -16
- pulumi_kubernetes/apps/v1beta2/ReplicaSetPatch.py +17 -16
- pulumi_kubernetes/apps/v1beta2/StatefulSet.py +17 -16
- pulumi_kubernetes/apps/v1beta2/StatefulSetList.py +17 -16
- pulumi_kubernetes/apps/v1beta2/StatefulSetPatch.py +17 -16
- pulumi_kubernetes/apps/v1beta2/__init__.py +1 -0
- pulumi_kubernetes/apps/v1beta2/_inputs.py +506 -505
- pulumi_kubernetes/apps/v1beta2/outputs.py +442 -441
- pulumi_kubernetes/auditregistration/__init__.py +1 -0
- pulumi_kubernetes/auditregistration/v1alpha1/AuditSink.py +17 -16
- pulumi_kubernetes/auditregistration/v1alpha1/AuditSinkList.py +17 -16
- pulumi_kubernetes/auditregistration/v1alpha1/AuditSinkPatch.py +17 -16
- pulumi_kubernetes/auditregistration/v1alpha1/__init__.py +1 -0
- pulumi_kubernetes/auditregistration/v1alpha1/_inputs.py +111 -110
- pulumi_kubernetes/auditregistration/v1alpha1/outputs.py +67 -66
- pulumi_kubernetes/autoscaling/__init__.py +1 -0
- pulumi_kubernetes/autoscaling/v1/HorizontalPodAutoscaler.py +17 -16
- pulumi_kubernetes/autoscaling/v1/HorizontalPodAutoscalerList.py +17 -16
- pulumi_kubernetes/autoscaling/v1/HorizontalPodAutoscalerPatch.py +17 -16
- pulumi_kubernetes/autoscaling/v1/__init__.py +1 -0
- pulumi_kubernetes/autoscaling/v1/_inputs.py +96 -95
- pulumi_kubernetes/autoscaling/v1/outputs.py +73 -72
- pulumi_kubernetes/autoscaling/v2/HorizontalPodAutoscaler.py +17 -16
- pulumi_kubernetes/autoscaling/v2/HorizontalPodAutoscalerList.py +17 -16
- pulumi_kubernetes/autoscaling/v2/HorizontalPodAutoscalerPatch.py +17 -16
- pulumi_kubernetes/autoscaling/v2/__init__.py +1 -0
- pulumi_kubernetes/autoscaling/v2/_inputs.py +281 -280
- pulumi_kubernetes/autoscaling/v2/outputs.py +217 -216
- pulumi_kubernetes/autoscaling/v2beta1/HorizontalPodAutoscaler.py +17 -16
- pulumi_kubernetes/autoscaling/v2beta1/HorizontalPodAutoscalerList.py +17 -16
- pulumi_kubernetes/autoscaling/v2beta1/HorizontalPodAutoscalerPatch.py +17 -16
- pulumi_kubernetes/autoscaling/v2beta1/__init__.py +1 -0
- pulumi_kubernetes/autoscaling/v2beta1/_inputs.py +346 -345
- pulumi_kubernetes/autoscaling/v2beta1/outputs.py +283 -282
- pulumi_kubernetes/autoscaling/v2beta2/HorizontalPodAutoscaler.py +17 -16
- pulumi_kubernetes/autoscaling/v2beta2/HorizontalPodAutoscalerList.py +17 -16
- pulumi_kubernetes/autoscaling/v2beta2/HorizontalPodAutoscalerPatch.py +17 -16
- pulumi_kubernetes/autoscaling/v2beta2/__init__.py +1 -0
- pulumi_kubernetes/autoscaling/v2beta2/_inputs.py +281 -280
- pulumi_kubernetes/autoscaling/v2beta2/outputs.py +217 -216
- pulumi_kubernetes/batch/__init__.py +1 -0
- pulumi_kubernetes/batch/v1/CronJob.py +17 -16
- pulumi_kubernetes/batch/v1/CronJobList.py +17 -16
- pulumi_kubernetes/batch/v1/CronJobPatch.py +17 -16
- pulumi_kubernetes/batch/v1/Job.py +17 -16
- pulumi_kubernetes/batch/v1/JobList.py +17 -16
- pulumi_kubernetes/batch/v1/JobPatch.py +17 -16
- pulumi_kubernetes/batch/v1/__init__.py +1 -0
- pulumi_kubernetes/batch/v1/_inputs.py +386 -385
- pulumi_kubernetes/batch/v1/outputs.py +289 -288
- pulumi_kubernetes/batch/v1beta1/CronJob.py +17 -16
- pulumi_kubernetes/batch/v1beta1/CronJobList.py +17 -16
- pulumi_kubernetes/batch/v1beta1/CronJobPatch.py +17 -16
- pulumi_kubernetes/batch/v1beta1/__init__.py +1 -0
- pulumi_kubernetes/batch/v1beta1/_inputs.py +76 -75
- pulumi_kubernetes/batch/v1beta1/outputs.py +49 -48
- pulumi_kubernetes/batch/v2alpha1/CronJob.py +17 -16
- pulumi_kubernetes/batch/v2alpha1/CronJobList.py +17 -16
- pulumi_kubernetes/batch/v2alpha1/CronJobPatch.py +17 -16
- pulumi_kubernetes/batch/v2alpha1/__init__.py +1 -0
- pulumi_kubernetes/batch/v2alpha1/_inputs.py +76 -75
- pulumi_kubernetes/batch/v2alpha1/outputs.py +49 -48
- pulumi_kubernetes/certificates/__init__.py +1 -0
- pulumi_kubernetes/certificates/v1/CertificateSigningRequest.py +17 -16
- pulumi_kubernetes/certificates/v1/CertificateSigningRequestList.py +17 -16
- pulumi_kubernetes/certificates/v1/CertificateSigningRequestPatch.py +17 -16
- pulumi_kubernetes/certificates/v1/__init__.py +1 -0
- pulumi_kubernetes/certificates/v1/_inputs.py +126 -125
- pulumi_kubernetes/certificates/v1/outputs.py +97 -96
- pulumi_kubernetes/certificates/v1alpha1/ClusterTrustBundle.py +17 -16
- pulumi_kubernetes/certificates/v1alpha1/ClusterTrustBundleList.py +17 -16
- pulumi_kubernetes/certificates/v1alpha1/ClusterTrustBundlePatch.py +17 -16
- pulumi_kubernetes/certificates/v1alpha1/__init__.py +1 -0
- pulumi_kubernetes/certificates/v1alpha1/_inputs.py +31 -30
- pulumi_kubernetes/certificates/v1alpha1/outputs.py +19 -18
- pulumi_kubernetes/certificates/v1beta1/CertificateSigningRequest.py +17 -16
- pulumi_kubernetes/certificates/v1beta1/CertificateSigningRequestList.py +17 -16
- pulumi_kubernetes/certificates/v1beta1/CertificateSigningRequestPatch.py +17 -16
- pulumi_kubernetes/certificates/v1beta1/__init__.py +1 -0
- pulumi_kubernetes/certificates/v1beta1/_inputs.py +117 -116
- pulumi_kubernetes/certificates/v1beta1/outputs.py +93 -92
- pulumi_kubernetes/coordination/__init__.py +1 -0
- pulumi_kubernetes/coordination/v1/Lease.py +17 -16
- pulumi_kubernetes/coordination/v1/LeaseList.py +17 -16
- pulumi_kubernetes/coordination/v1/LeasePatch.py +17 -16
- pulumi_kubernetes/coordination/v1/__init__.py +1 -0
- pulumi_kubernetes/coordination/v1/_inputs.py +81 -80
- pulumi_kubernetes/coordination/v1/outputs.py +49 -48
- pulumi_kubernetes/coordination/v1alpha1/LeaseCandidate.py +17 -16
- pulumi_kubernetes/coordination/v1alpha1/LeaseCandidateList.py +17 -16
- pulumi_kubernetes/coordination/v1alpha1/LeaseCandidatePatch.py +17 -16
- pulumi_kubernetes/coordination/v1alpha1/__init__.py +1 -0
- pulumi_kubernetes/coordination/v1alpha1/_inputs.py +71 -70
- pulumi_kubernetes/coordination/v1alpha1/outputs.py +43 -42
- pulumi_kubernetes/coordination/v1alpha2/LeaseCandidate.py +17 -16
- pulumi_kubernetes/coordination/v1alpha2/LeaseCandidateList.py +17 -16
- pulumi_kubernetes/coordination/v1alpha2/LeaseCandidatePatch.py +17 -16
- pulumi_kubernetes/coordination/v1alpha2/__init__.py +1 -0
- pulumi_kubernetes/coordination/v1alpha2/_inputs.py +71 -70
- pulumi_kubernetes/coordination/v1alpha2/outputs.py +43 -42
- pulumi_kubernetes/coordination/v1beta1/Lease.py +17 -16
- pulumi_kubernetes/coordination/v1beta1/LeaseList.py +17 -16
- pulumi_kubernetes/coordination/v1beta1/LeasePatch.py +17 -16
- pulumi_kubernetes/coordination/v1beta1/__init__.py +1 -0
- pulumi_kubernetes/coordination/v1beta1/_inputs.py +61 -60
- pulumi_kubernetes/coordination/v1beta1/outputs.py +37 -36
- pulumi_kubernetes/core/__init__.py +1 -0
- pulumi_kubernetes/core/v1/Binding.py +17 -16
- pulumi_kubernetes/core/v1/BindingPatch.py +17 -16
- pulumi_kubernetes/core/v1/ConfigMap.py +41 -40
- pulumi_kubernetes/core/v1/ConfigMapList.py +17 -16
- pulumi_kubernetes/core/v1/ConfigMapPatch.py +41 -40
- pulumi_kubernetes/core/v1/Endpoints.py +17 -16
- pulumi_kubernetes/core/v1/EndpointsList.py +17 -16
- pulumi_kubernetes/core/v1/EndpointsPatch.py +17 -16
- pulumi_kubernetes/core/v1/Event.py +97 -96
- pulumi_kubernetes/core/v1/EventList.py +17 -16
- pulumi_kubernetes/core/v1/EventPatch.py +97 -96
- pulumi_kubernetes/core/v1/LimitRange.py +17 -16
- pulumi_kubernetes/core/v1/LimitRangeList.py +17 -16
- pulumi_kubernetes/core/v1/LimitRangePatch.py +17 -16
- pulumi_kubernetes/core/v1/Namespace.py +17 -16
- pulumi_kubernetes/core/v1/NamespaceList.py +17 -16
- pulumi_kubernetes/core/v1/NamespacePatch.py +17 -16
- pulumi_kubernetes/core/v1/Node.py +17 -16
- pulumi_kubernetes/core/v1/NodeList.py +17 -16
- pulumi_kubernetes/core/v1/NodePatch.py +17 -16
- pulumi_kubernetes/core/v1/PersistentVolume.py +17 -16
- pulumi_kubernetes/core/v1/PersistentVolumeClaim.py +17 -16
- pulumi_kubernetes/core/v1/PersistentVolumeClaimList.py +17 -16
- pulumi_kubernetes/core/v1/PersistentVolumeClaimPatch.py +17 -16
- pulumi_kubernetes/core/v1/PersistentVolumeList.py +17 -16
- pulumi_kubernetes/core/v1/PersistentVolumePatch.py +17 -16
- pulumi_kubernetes/core/v1/Pod.py +17 -16
- pulumi_kubernetes/core/v1/PodList.py +17 -16
- pulumi_kubernetes/core/v1/PodPatch.py +17 -16
- pulumi_kubernetes/core/v1/PodTemplate.py +17 -16
- pulumi_kubernetes/core/v1/PodTemplateList.py +17 -16
- pulumi_kubernetes/core/v1/PodTemplatePatch.py +17 -16
- pulumi_kubernetes/core/v1/ReplicationController.py +17 -16
- pulumi_kubernetes/core/v1/ReplicationControllerList.py +17 -16
- pulumi_kubernetes/core/v1/ReplicationControllerPatch.py +17 -16
- pulumi_kubernetes/core/v1/ResourceQuota.py +17 -16
- pulumi_kubernetes/core/v1/ResourceQuotaList.py +17 -16
- pulumi_kubernetes/core/v1/ResourceQuotaPatch.py +17 -16
- pulumi_kubernetes/core/v1/Secret.py +49 -48
- pulumi_kubernetes/core/v1/SecretList.py +17 -16
- pulumi_kubernetes/core/v1/SecretPatch.py +49 -48
- pulumi_kubernetes/core/v1/Service.py +17 -16
- pulumi_kubernetes/core/v1/ServiceAccount.py +25 -24
- pulumi_kubernetes/core/v1/ServiceAccountList.py +17 -16
- pulumi_kubernetes/core/v1/ServiceAccountPatch.py +25 -24
- pulumi_kubernetes/core/v1/ServiceList.py +17 -16
- pulumi_kubernetes/core/v1/ServicePatch.py +17 -16
- pulumi_kubernetes/core/v1/__init__.py +1 -0
- pulumi_kubernetes/core/v1/_enums.py +3 -1
- pulumi_kubernetes/core/v1/_inputs.py +5506 -5505
- pulumi_kubernetes/core/v1/outputs.py +3613 -3612
- pulumi_kubernetes/discovery/__init__.py +1 -0
- pulumi_kubernetes/discovery/v1/EndpointSlice.py +25 -24
- pulumi_kubernetes/discovery/v1/EndpointSliceList.py +17 -16
- pulumi_kubernetes/discovery/v1/EndpointSlicePatch.py +25 -24
- pulumi_kubernetes/discovery/v1/__init__.py +1 -0
- pulumi_kubernetes/discovery/v1/_inputs.py +146 -145
- pulumi_kubernetes/discovery/v1/outputs.py +88 -87
- pulumi_kubernetes/discovery/v1beta1/EndpointSlice.py +25 -24
- pulumi_kubernetes/discovery/v1beta1/EndpointSliceList.py +17 -16
- pulumi_kubernetes/discovery/v1beta1/EndpointSlicePatch.py +25 -24
- pulumi_kubernetes/discovery/v1beta1/__init__.py +1 -0
- pulumi_kubernetes/discovery/v1beta1/_inputs.py +126 -125
- pulumi_kubernetes/discovery/v1beta1/outputs.py +76 -75
- pulumi_kubernetes/events/__init__.py +1 -0
- pulumi_kubernetes/events/v1/Event.py +97 -96
- pulumi_kubernetes/events/v1/EventList.py +17 -16
- pulumi_kubernetes/events/v1/EventPatch.py +97 -96
- pulumi_kubernetes/events/v1/__init__.py +1 -0
- pulumi_kubernetes/events/v1/_inputs.py +81 -80
- pulumi_kubernetes/events/v1/outputs.py +49 -48
- pulumi_kubernetes/events/v1beta1/Event.py +97 -96
- pulumi_kubernetes/events/v1beta1/EventList.py +17 -16
- pulumi_kubernetes/events/v1beta1/EventPatch.py +97 -96
- pulumi_kubernetes/events/v1beta1/__init__.py +1 -0
- pulumi_kubernetes/events/v1beta1/_inputs.py +91 -90
- pulumi_kubernetes/events/v1beta1/outputs.py +55 -54
- pulumi_kubernetes/extensions/__init__.py +1 -0
- pulumi_kubernetes/extensions/v1beta1/DaemonSet.py +17 -16
- pulumi_kubernetes/extensions/v1beta1/DaemonSetList.py +17 -16
- pulumi_kubernetes/extensions/v1beta1/DaemonSetPatch.py +17 -16
- pulumi_kubernetes/extensions/v1beta1/Deployment.py +17 -16
- pulumi_kubernetes/extensions/v1beta1/DeploymentList.py +17 -16
- pulumi_kubernetes/extensions/v1beta1/DeploymentPatch.py +17 -16
- pulumi_kubernetes/extensions/v1beta1/Ingress.py +17 -16
- pulumi_kubernetes/extensions/v1beta1/IngressList.py +17 -16
- pulumi_kubernetes/extensions/v1beta1/IngressPatch.py +17 -16
- pulumi_kubernetes/extensions/v1beta1/NetworkPolicy.py +17 -16
- pulumi_kubernetes/extensions/v1beta1/NetworkPolicyList.py +17 -16
- pulumi_kubernetes/extensions/v1beta1/NetworkPolicyPatch.py +17 -16
- pulumi_kubernetes/extensions/v1beta1/PodSecurityPolicy.py +17 -16
- pulumi_kubernetes/extensions/v1beta1/PodSecurityPolicyList.py +17 -16
- pulumi_kubernetes/extensions/v1beta1/PodSecurityPolicyPatch.py +17 -16
- pulumi_kubernetes/extensions/v1beta1/ReplicaSet.py +17 -16
- pulumi_kubernetes/extensions/v1beta1/ReplicaSetList.py +17 -16
- pulumi_kubernetes/extensions/v1beta1/ReplicaSetPatch.py +17 -16
- pulumi_kubernetes/extensions/v1beta1/__init__.py +1 -0
- pulumi_kubernetes/extensions/v1beta1/_inputs.py +826 -825
- pulumi_kubernetes/extensions/v1beta1/outputs.py +587 -586
- pulumi_kubernetes/flowcontrol/__init__.py +1 -0
- pulumi_kubernetes/flowcontrol/v1/FlowSchema.py +17 -16
- pulumi_kubernetes/flowcontrol/v1/FlowSchemaList.py +17 -16
- pulumi_kubernetes/flowcontrol/v1/FlowSchemaPatch.py +17 -16
- pulumi_kubernetes/flowcontrol/v1/PriorityLevelConfiguration.py +17 -16
- pulumi_kubernetes/flowcontrol/v1/PriorityLevelConfigurationList.py +17 -16
- pulumi_kubernetes/flowcontrol/v1/PriorityLevelConfigurationPatch.py +17 -16
- pulumi_kubernetes/flowcontrol/v1/__init__.py +1 -0
- pulumi_kubernetes/flowcontrol/v1/_inputs.py +321 -320
- pulumi_kubernetes/flowcontrol/v1/outputs.py +223 -222
- pulumi_kubernetes/flowcontrol/v1alpha1/FlowSchema.py +17 -16
- pulumi_kubernetes/flowcontrol/v1alpha1/FlowSchemaList.py +17 -16
- pulumi_kubernetes/flowcontrol/v1alpha1/FlowSchemaPatch.py +17 -16
- pulumi_kubernetes/flowcontrol/v1alpha1/PriorityLevelConfiguration.py +17 -16
- pulumi_kubernetes/flowcontrol/v1alpha1/PriorityLevelConfigurationList.py +17 -16
- pulumi_kubernetes/flowcontrol/v1alpha1/PriorityLevelConfigurationPatch.py +17 -16
- pulumi_kubernetes/flowcontrol/v1alpha1/__init__.py +1 -0
- pulumi_kubernetes/flowcontrol/v1alpha1/_inputs.py +281 -280
- pulumi_kubernetes/flowcontrol/v1alpha1/outputs.py +199 -198
- pulumi_kubernetes/flowcontrol/v1beta1/FlowSchema.py +17 -16
- pulumi_kubernetes/flowcontrol/v1beta1/FlowSchemaList.py +17 -16
- pulumi_kubernetes/flowcontrol/v1beta1/FlowSchemaPatch.py +17 -16
- pulumi_kubernetes/flowcontrol/v1beta1/PriorityLevelConfiguration.py +17 -16
- pulumi_kubernetes/flowcontrol/v1beta1/PriorityLevelConfigurationList.py +17 -16
- pulumi_kubernetes/flowcontrol/v1beta1/PriorityLevelConfigurationPatch.py +17 -16
- pulumi_kubernetes/flowcontrol/v1beta1/__init__.py +1 -0
- pulumi_kubernetes/flowcontrol/v1beta1/_inputs.py +281 -280
- pulumi_kubernetes/flowcontrol/v1beta1/outputs.py +199 -198
- pulumi_kubernetes/flowcontrol/v1beta2/FlowSchema.py +17 -16
- pulumi_kubernetes/flowcontrol/v1beta2/FlowSchemaList.py +17 -16
- pulumi_kubernetes/flowcontrol/v1beta2/FlowSchemaPatch.py +17 -16
- pulumi_kubernetes/flowcontrol/v1beta2/PriorityLevelConfiguration.py +17 -16
- pulumi_kubernetes/flowcontrol/v1beta2/PriorityLevelConfigurationList.py +17 -16
- pulumi_kubernetes/flowcontrol/v1beta2/PriorityLevelConfigurationPatch.py +17 -16
- pulumi_kubernetes/flowcontrol/v1beta2/__init__.py +1 -0
- pulumi_kubernetes/flowcontrol/v1beta2/_inputs.py +321 -320
- pulumi_kubernetes/flowcontrol/v1beta2/outputs.py +223 -222
- pulumi_kubernetes/flowcontrol/v1beta3/FlowSchema.py +17 -16
- pulumi_kubernetes/flowcontrol/v1beta3/FlowSchemaList.py +17 -16
- pulumi_kubernetes/flowcontrol/v1beta3/FlowSchemaPatch.py +17 -16
- pulumi_kubernetes/flowcontrol/v1beta3/PriorityLevelConfiguration.py +17 -16
- pulumi_kubernetes/flowcontrol/v1beta3/PriorityLevelConfigurationList.py +17 -16
- pulumi_kubernetes/flowcontrol/v1beta3/PriorityLevelConfigurationPatch.py +17 -16
- pulumi_kubernetes/flowcontrol/v1beta3/__init__.py +1 -0
- pulumi_kubernetes/flowcontrol/v1beta3/_inputs.py +321 -320
- pulumi_kubernetes/flowcontrol/v1beta3/outputs.py +223 -222
- pulumi_kubernetes/helm/__init__.py +1 -0
- pulumi_kubernetes/helm/v3/Release.py +246 -245
- pulumi_kubernetes/helm/v3/__init__.py +1 -0
- pulumi_kubernetes/helm/v3/_inputs.py +31 -30
- pulumi_kubernetes/helm/v3/outputs.py +41 -40
- pulumi_kubernetes/helm/v4/Chart.py +71 -70
- pulumi_kubernetes/helm/v4/__init__.py +1 -0
- pulumi_kubernetes/helm/v4/_inputs.py +26 -25
- pulumi_kubernetes/kustomize/__init__.py +1 -0
- pulumi_kubernetes/kustomize/v2/Directory.py +30 -29
- pulumi_kubernetes/kustomize/v2/__init__.py +1 -0
- pulumi_kubernetes/meta/__init__.py +1 -0
- pulumi_kubernetes/meta/v1/Status.py +42 -41
- pulumi_kubernetes/meta/v1/StatusPatch.py +42 -41
- pulumi_kubernetes/meta/v1/__init__.py +1 -0
- pulumi_kubernetes/meta/v1/_inputs.py +451 -450
- pulumi_kubernetes/meta/v1/outputs.py +289 -288
- pulumi_kubernetes/networking/__init__.py +1 -0
- pulumi_kubernetes/networking/v1/Ingress.py +17 -16
- pulumi_kubernetes/networking/v1/IngressClass.py +17 -16
- pulumi_kubernetes/networking/v1/IngressClassList.py +17 -16
- pulumi_kubernetes/networking/v1/IngressClassPatch.py +17 -16
- pulumi_kubernetes/networking/v1/IngressList.py +17 -16
- pulumi_kubernetes/networking/v1/IngressPatch.py +17 -16
- pulumi_kubernetes/networking/v1/NetworkPolicy.py +17 -16
- pulumi_kubernetes/networking/v1/NetworkPolicyList.py +17 -16
- pulumi_kubernetes/networking/v1/NetworkPolicyPatch.py +17 -16
- pulumi_kubernetes/networking/v1/__init__.py +1 -0
- pulumi_kubernetes/networking/v1/_inputs.py +266 -265
- pulumi_kubernetes/networking/v1/outputs.py +171 -170
- pulumi_kubernetes/networking/v1alpha1/ClusterCIDR.py +17 -16
- pulumi_kubernetes/networking/v1alpha1/ClusterCIDRList.py +17 -16
- pulumi_kubernetes/networking/v1alpha1/ClusterCIDRPatch.py +17 -16
- pulumi_kubernetes/networking/v1alpha1/IPAddress.py +17 -16
- pulumi_kubernetes/networking/v1alpha1/IPAddressList.py +17 -16
- pulumi_kubernetes/networking/v1alpha1/IPAddressPatch.py +17 -16
- pulumi_kubernetes/networking/v1alpha1/ServiceCIDR.py +17 -16
- pulumi_kubernetes/networking/v1alpha1/ServiceCIDRList.py +17 -16
- pulumi_kubernetes/networking/v1alpha1/ServiceCIDRPatch.py +17 -16
- pulumi_kubernetes/networking/v1alpha1/__init__.py +1 -0
- pulumi_kubernetes/networking/v1alpha1/_inputs.py +121 -120
- pulumi_kubernetes/networking/v1alpha1/outputs.py +73 -72
- pulumi_kubernetes/networking/v1beta1/IPAddress.py +17 -16
- pulumi_kubernetes/networking/v1beta1/IPAddressList.py +17 -16
- pulumi_kubernetes/networking/v1beta1/IPAddressPatch.py +17 -16
- pulumi_kubernetes/networking/v1beta1/Ingress.py +17 -16
- pulumi_kubernetes/networking/v1beta1/IngressClass.py +17 -16
- pulumi_kubernetes/networking/v1beta1/IngressClassList.py +17 -16
- pulumi_kubernetes/networking/v1beta1/IngressClassPatch.py +17 -16
- pulumi_kubernetes/networking/v1beta1/IngressList.py +17 -16
- pulumi_kubernetes/networking/v1beta1/IngressPatch.py +17 -16
- pulumi_kubernetes/networking/v1beta1/ServiceCIDR.py +17 -16
- pulumi_kubernetes/networking/v1beta1/ServiceCIDRList.py +17 -16
- pulumi_kubernetes/networking/v1beta1/ServiceCIDRPatch.py +17 -16
- pulumi_kubernetes/networking/v1beta1/__init__.py +1 -0
- pulumi_kubernetes/networking/v1beta1/_inputs.py +181 -180
- pulumi_kubernetes/networking/v1beta1/outputs.py +105 -104
- pulumi_kubernetes/node/__init__.py +1 -0
- pulumi_kubernetes/node/v1/RuntimeClass.py +25 -24
- pulumi_kubernetes/node/v1/RuntimeClassList.py +17 -16
- pulumi_kubernetes/node/v1/RuntimeClassPatch.py +25 -24
- pulumi_kubernetes/node/v1/__init__.py +1 -0
- pulumi_kubernetes/node/v1/_inputs.py +36 -35
- pulumi_kubernetes/node/v1/outputs.py +22 -21
- pulumi_kubernetes/node/v1alpha1/RuntimeClass.py +17 -16
- pulumi_kubernetes/node/v1alpha1/RuntimeClassList.py +17 -16
- pulumi_kubernetes/node/v1alpha1/RuntimeClassPatch.py +17 -16
- pulumi_kubernetes/node/v1alpha1/__init__.py +1 -0
- pulumi_kubernetes/node/v1alpha1/_inputs.py +41 -40
- pulumi_kubernetes/node/v1alpha1/outputs.py +25 -24
- pulumi_kubernetes/node/v1beta1/RuntimeClass.py +25 -24
- pulumi_kubernetes/node/v1beta1/RuntimeClassList.py +17 -16
- pulumi_kubernetes/node/v1beta1/RuntimeClassPatch.py +25 -24
- pulumi_kubernetes/node/v1beta1/__init__.py +1 -0
- pulumi_kubernetes/node/v1beta1/_inputs.py +36 -35
- pulumi_kubernetes/node/v1beta1/outputs.py +22 -21
- pulumi_kubernetes/policy/__init__.py +1 -0
- pulumi_kubernetes/policy/v1/PodDisruptionBudget.py +17 -16
- pulumi_kubernetes/policy/v1/PodDisruptionBudgetList.py +17 -16
- pulumi_kubernetes/policy/v1/PodDisruptionBudgetPatch.py +17 -16
- pulumi_kubernetes/policy/v1/__init__.py +1 -0
- pulumi_kubernetes/policy/v1/_inputs.py +71 -70
- pulumi_kubernetes/policy/v1/outputs.py +53 -52
- pulumi_kubernetes/policy/v1beta1/PodDisruptionBudget.py +17 -16
- pulumi_kubernetes/policy/v1beta1/PodDisruptionBudgetList.py +17 -16
- pulumi_kubernetes/policy/v1beta1/PodDisruptionBudgetPatch.py +17 -16
- pulumi_kubernetes/policy/v1beta1/PodSecurityPolicy.py +17 -16
- pulumi_kubernetes/policy/v1beta1/PodSecurityPolicyList.py +17 -16
- pulumi_kubernetes/policy/v1beta1/PodSecurityPolicyPatch.py +17 -16
- pulumi_kubernetes/policy/v1beta1/__init__.py +1 -0
- pulumi_kubernetes/policy/v1beta1/_inputs.py +361 -360
- pulumi_kubernetes/policy/v1beta1/outputs.py +227 -226
- pulumi_kubernetes/provider.py +92 -91
- pulumi_kubernetes/pulumi-plugin.json +1 -1
- pulumi_kubernetes/rbac/__init__.py +1 -0
- pulumi_kubernetes/rbac/v1/ClusterRole.py +17 -16
- pulumi_kubernetes/rbac/v1/ClusterRoleBinding.py +17 -16
- pulumi_kubernetes/rbac/v1/ClusterRoleBindingList.py +17 -16
- pulumi_kubernetes/rbac/v1/ClusterRoleBindingPatch.py +17 -16
- pulumi_kubernetes/rbac/v1/ClusterRoleList.py +17 -16
- pulumi_kubernetes/rbac/v1/ClusterRolePatch.py +17 -16
- pulumi_kubernetes/rbac/v1/Role.py +17 -16
- pulumi_kubernetes/rbac/v1/RoleBinding.py +17 -16
- pulumi_kubernetes/rbac/v1/RoleBindingList.py +17 -16
- pulumi_kubernetes/rbac/v1/RoleBindingPatch.py +17 -16
- pulumi_kubernetes/rbac/v1/RoleList.py +17 -16
- pulumi_kubernetes/rbac/v1/RolePatch.py +17 -16
- pulumi_kubernetes/rbac/v1/__init__.py +1 -0
- pulumi_kubernetes/rbac/v1/_inputs.py +161 -160
- pulumi_kubernetes/rbac/v1/outputs.py +97 -96
- pulumi_kubernetes/rbac/v1alpha1/ClusterRole.py +17 -16
- pulumi_kubernetes/rbac/v1alpha1/ClusterRoleBinding.py +17 -16
- pulumi_kubernetes/rbac/v1alpha1/ClusterRoleBindingList.py +17 -16
- pulumi_kubernetes/rbac/v1alpha1/ClusterRoleBindingPatch.py +17 -16
- pulumi_kubernetes/rbac/v1alpha1/ClusterRoleList.py +17 -16
- pulumi_kubernetes/rbac/v1alpha1/ClusterRolePatch.py +17 -16
- pulumi_kubernetes/rbac/v1alpha1/Role.py +17 -16
- pulumi_kubernetes/rbac/v1alpha1/RoleBinding.py +17 -16
- pulumi_kubernetes/rbac/v1alpha1/RoleBindingList.py +17 -16
- pulumi_kubernetes/rbac/v1alpha1/RoleBindingPatch.py +17 -16
- pulumi_kubernetes/rbac/v1alpha1/RoleList.py +17 -16
- pulumi_kubernetes/rbac/v1alpha1/RolePatch.py +17 -16
- pulumi_kubernetes/rbac/v1alpha1/__init__.py +1 -0
- pulumi_kubernetes/rbac/v1alpha1/_inputs.py +161 -160
- pulumi_kubernetes/rbac/v1alpha1/outputs.py +97 -96
- pulumi_kubernetes/rbac/v1beta1/ClusterRole.py +17 -16
- pulumi_kubernetes/rbac/v1beta1/ClusterRoleBinding.py +17 -16
- pulumi_kubernetes/rbac/v1beta1/ClusterRoleBindingList.py +17 -16
- pulumi_kubernetes/rbac/v1beta1/ClusterRoleBindingPatch.py +17 -16
- pulumi_kubernetes/rbac/v1beta1/ClusterRoleList.py +17 -16
- pulumi_kubernetes/rbac/v1beta1/ClusterRolePatch.py +17 -16
- pulumi_kubernetes/rbac/v1beta1/Role.py +17 -16
- pulumi_kubernetes/rbac/v1beta1/RoleBinding.py +17 -16
- pulumi_kubernetes/rbac/v1beta1/RoleBindingList.py +17 -16
- pulumi_kubernetes/rbac/v1beta1/RoleBindingPatch.py +17 -16
- pulumi_kubernetes/rbac/v1beta1/RoleList.py +17 -16
- pulumi_kubernetes/rbac/v1beta1/RolePatch.py +17 -16
- pulumi_kubernetes/rbac/v1beta1/__init__.py +1 -0
- pulumi_kubernetes/rbac/v1beta1/_inputs.py +161 -160
- pulumi_kubernetes/rbac/v1beta1/outputs.py +97 -96
- pulumi_kubernetes/resource/__init__.py +1 -0
- pulumi_kubernetes/resource/v1alpha1/PodScheduling.py +17 -16
- pulumi_kubernetes/resource/v1alpha1/PodSchedulingList.py +17 -16
- pulumi_kubernetes/resource/v1alpha1/PodSchedulingPatch.py +17 -16
- pulumi_kubernetes/resource/v1alpha1/ResourceClaim.py +17 -16
- pulumi_kubernetes/resource/v1alpha1/ResourceClaimList.py +17 -16
- pulumi_kubernetes/resource/v1alpha1/ResourceClaimPatch.py +17 -16
- pulumi_kubernetes/resource/v1alpha1/ResourceClaimTemplate.py +17 -16
- pulumi_kubernetes/resource/v1alpha1/ResourceClaimTemplateList.py +17 -16
- pulumi_kubernetes/resource/v1alpha1/ResourceClaimTemplatePatch.py +17 -16
- pulumi_kubernetes/resource/v1alpha1/ResourceClass.py +25 -24
- pulumi_kubernetes/resource/v1alpha1/ResourceClassList.py +17 -16
- pulumi_kubernetes/resource/v1alpha1/ResourceClassPatch.py +25 -24
- pulumi_kubernetes/resource/v1alpha1/__init__.py +1 -0
- pulumi_kubernetes/resource/v1alpha1/_inputs.py +206 -205
- pulumi_kubernetes/resource/v1alpha1/outputs.py +154 -153
- pulumi_kubernetes/resource/v1alpha2/PodSchedulingContext.py +17 -16
- pulumi_kubernetes/resource/v1alpha2/PodSchedulingContextList.py +17 -16
- pulumi_kubernetes/resource/v1alpha2/PodSchedulingContextPatch.py +17 -16
- pulumi_kubernetes/resource/v1alpha2/ResourceClaim.py +17 -16
- pulumi_kubernetes/resource/v1alpha2/ResourceClaimList.py +17 -16
- pulumi_kubernetes/resource/v1alpha2/ResourceClaimParameters.py +25 -24
- pulumi_kubernetes/resource/v1alpha2/ResourceClaimParametersList.py +17 -16
- pulumi_kubernetes/resource/v1alpha2/ResourceClaimParametersPatch.py +25 -24
- pulumi_kubernetes/resource/v1alpha2/ResourceClaimPatch.py +17 -16
- pulumi_kubernetes/resource/v1alpha2/ResourceClaimTemplate.py +17 -16
- pulumi_kubernetes/resource/v1alpha2/ResourceClaimTemplateList.py +17 -16
- pulumi_kubernetes/resource/v1alpha2/ResourceClaimTemplatePatch.py +17 -16
- pulumi_kubernetes/resource/v1alpha2/ResourceClass.py +33 -32
- pulumi_kubernetes/resource/v1alpha2/ResourceClassList.py +17 -16
- pulumi_kubernetes/resource/v1alpha2/ResourceClassParameters.py +17 -16
- pulumi_kubernetes/resource/v1alpha2/ResourceClassParametersList.py +17 -16
- pulumi_kubernetes/resource/v1alpha2/ResourceClassParametersPatch.py +17 -16
- pulumi_kubernetes/resource/v1alpha2/ResourceClassPatch.py +33 -32
- pulumi_kubernetes/resource/v1alpha2/ResourceSlice.py +33 -32
- pulumi_kubernetes/resource/v1alpha2/ResourceSliceList.py +17 -16
- pulumi_kubernetes/resource/v1alpha2/ResourceSlicePatch.py +33 -32
- pulumi_kubernetes/resource/v1alpha2/__init__.py +1 -0
- pulumi_kubernetes/resource/v1alpha2/_inputs.py +411 -410
- pulumi_kubernetes/resource/v1alpha2/outputs.py +286 -285
- pulumi_kubernetes/resource/v1alpha3/DeviceClass.py +17 -16
- pulumi_kubernetes/resource/v1alpha3/DeviceClassList.py +17 -16
- pulumi_kubernetes/resource/v1alpha3/DeviceClassPatch.py +17 -16
- pulumi_kubernetes/resource/v1alpha3/PodSchedulingContext.py +17 -16
- pulumi_kubernetes/resource/v1alpha3/PodSchedulingContextList.py +17 -16
- pulumi_kubernetes/resource/v1alpha3/PodSchedulingContextPatch.py +17 -16
- pulumi_kubernetes/resource/v1alpha3/ResourceClaim.py +17 -16
- pulumi_kubernetes/resource/v1alpha3/ResourceClaimList.py +17 -16
- pulumi_kubernetes/resource/v1alpha3/ResourceClaimPatch.py +17 -16
- pulumi_kubernetes/resource/v1alpha3/ResourceClaimTemplate.py +17 -16
- pulumi_kubernetes/resource/v1alpha3/ResourceClaimTemplateList.py +17 -16
- pulumi_kubernetes/resource/v1alpha3/ResourceClaimTemplatePatch.py +17 -16
- pulumi_kubernetes/resource/v1alpha3/ResourceSlice.py +17 -16
- pulumi_kubernetes/resource/v1alpha3/ResourceSliceList.py +17 -16
- pulumi_kubernetes/resource/v1alpha3/ResourceSlicePatch.py +17 -16
- pulumi_kubernetes/resource/v1alpha3/__init__.py +1 -0
- pulumi_kubernetes/resource/v1alpha3/_inputs.py +386 -385
- pulumi_kubernetes/resource/v1alpha3/outputs.py +295 -294
- pulumi_kubernetes/resource/v1beta1/DeviceClass.py +17 -16
- pulumi_kubernetes/resource/v1beta1/DeviceClassList.py +17 -16
- pulumi_kubernetes/resource/v1beta1/DeviceClassPatch.py +17 -16
- pulumi_kubernetes/resource/v1beta1/ResourceClaim.py +17 -16
- pulumi_kubernetes/resource/v1beta1/ResourceClaimList.py +17 -16
- pulumi_kubernetes/resource/v1beta1/ResourceClaimPatch.py +17 -16
- pulumi_kubernetes/resource/v1beta1/ResourceClaimTemplate.py +17 -16
- pulumi_kubernetes/resource/v1beta1/ResourceClaimTemplateList.py +17 -16
- pulumi_kubernetes/resource/v1beta1/ResourceClaimTemplatePatch.py +17 -16
- pulumi_kubernetes/resource/v1beta1/ResourceSlice.py +17 -16
- pulumi_kubernetes/resource/v1beta1/ResourceSliceList.py +17 -16
- pulumi_kubernetes/resource/v1beta1/ResourceSlicePatch.py +17 -16
- pulumi_kubernetes/resource/v1beta1/__init__.py +1 -0
- pulumi_kubernetes/resource/v1beta1/_inputs.py +321 -320
- pulumi_kubernetes/resource/v1beta1/outputs.py +244 -243
- pulumi_kubernetes/scheduling/__init__.py +1 -0
- pulumi_kubernetes/scheduling/v1/PriorityClass.py +49 -48
- pulumi_kubernetes/scheduling/v1/PriorityClassList.py +17 -16
- pulumi_kubernetes/scheduling/v1/PriorityClassPatch.py +49 -48
- pulumi_kubernetes/scheduling/v1/__init__.py +1 -0
- pulumi_kubernetes/scheduling/v1/_inputs.py +31 -30
- pulumi_kubernetes/scheduling/v1/outputs.py +19 -18
- pulumi_kubernetes/scheduling/v1alpha1/PriorityClass.py +49 -48
- pulumi_kubernetes/scheduling/v1alpha1/PriorityClassList.py +17 -16
- pulumi_kubernetes/scheduling/v1alpha1/PriorityClassPatch.py +49 -48
- pulumi_kubernetes/scheduling/v1alpha1/__init__.py +1 -0
- pulumi_kubernetes/scheduling/v1alpha1/_inputs.py +31 -30
- pulumi_kubernetes/scheduling/v1alpha1/outputs.py +19 -18
- pulumi_kubernetes/scheduling/v1beta1/PriorityClass.py +49 -48
- pulumi_kubernetes/scheduling/v1beta1/PriorityClassList.py +17 -16
- pulumi_kubernetes/scheduling/v1beta1/PriorityClassPatch.py +49 -48
- pulumi_kubernetes/scheduling/v1beta1/__init__.py +1 -0
- pulumi_kubernetes/scheduling/v1beta1/_inputs.py +31 -30
- pulumi_kubernetes/scheduling/v1beta1/outputs.py +19 -18
- pulumi_kubernetes/settings/__init__.py +1 -0
- pulumi_kubernetes/settings/v1alpha1/PodPreset.py +17 -16
- pulumi_kubernetes/settings/v1alpha1/PodPresetList.py +17 -16
- pulumi_kubernetes/settings/v1alpha1/PodPresetPatch.py +17 -16
- pulumi_kubernetes/settings/v1alpha1/__init__.py +1 -0
- pulumi_kubernetes/settings/v1alpha1/_inputs.py +11 -10
- pulumi_kubernetes/settings/v1alpha1/outputs.py +7 -6
- pulumi_kubernetes/storage/__init__.py +1 -0
- pulumi_kubernetes/storage/v1/CSIDriver.py +17 -16
- pulumi_kubernetes/storage/v1/CSIDriverList.py +17 -16
- pulumi_kubernetes/storage/v1/CSIDriverPatch.py +17 -16
- pulumi_kubernetes/storage/v1/CSINode.py +17 -16
- pulumi_kubernetes/storage/v1/CSINodeList.py +17 -16
- pulumi_kubernetes/storage/v1/CSINodePatch.py +17 -16
- pulumi_kubernetes/storage/v1/CSIStorageCapacity.py +41 -40
- pulumi_kubernetes/storage/v1/CSIStorageCapacityList.py +17 -16
- pulumi_kubernetes/storage/v1/CSIStorageCapacityPatch.py +41 -40
- pulumi_kubernetes/storage/v1/StorageClass.py +65 -64
- pulumi_kubernetes/storage/v1/StorageClassList.py +17 -16
- pulumi_kubernetes/storage/v1/StorageClassPatch.py +65 -64
- pulumi_kubernetes/storage/v1/VolumeAttachment.py +17 -16
- pulumi_kubernetes/storage/v1/VolumeAttachmentList.py +17 -16
- pulumi_kubernetes/storage/v1/VolumeAttachmentPatch.py +17 -16
- pulumi_kubernetes/storage/v1/__init__.py +1 -0
- pulumi_kubernetes/storage/v1/_inputs.py +276 -275
- pulumi_kubernetes/storage/v1/outputs.py +178 -177
- pulumi_kubernetes/storage/v1alpha1/VolumeAttachment.py +17 -16
- pulumi_kubernetes/storage/v1alpha1/VolumeAttachmentList.py +17 -16
- pulumi_kubernetes/storage/v1alpha1/VolumeAttachmentPatch.py +17 -16
- pulumi_kubernetes/storage/v1alpha1/VolumeAttributesClass.py +33 -32
- pulumi_kubernetes/storage/v1alpha1/VolumeAttributesClassList.py +17 -16
- pulumi_kubernetes/storage/v1alpha1/VolumeAttributesClassPatch.py +33 -32
- pulumi_kubernetes/storage/v1alpha1/__init__.py +1 -0
- pulumi_kubernetes/storage/v1alpha1/_inputs.py +81 -80
- pulumi_kubernetes/storage/v1alpha1/outputs.py +61 -60
- pulumi_kubernetes/storage/v1beta1/CSIDriver.py +17 -16
- pulumi_kubernetes/storage/v1beta1/CSIDriverList.py +17 -16
- pulumi_kubernetes/storage/v1beta1/CSIDriverPatch.py +17 -16
- pulumi_kubernetes/storage/v1beta1/CSINode.py +17 -16
- pulumi_kubernetes/storage/v1beta1/CSINodeList.py +17 -16
- pulumi_kubernetes/storage/v1beta1/CSINodePatch.py +17 -16
- pulumi_kubernetes/storage/v1beta1/CSIStorageCapacity.py +41 -40
- pulumi_kubernetes/storage/v1beta1/CSIStorageCapacityList.py +17 -16
- pulumi_kubernetes/storage/v1beta1/CSIStorageCapacityPatch.py +41 -40
- pulumi_kubernetes/storage/v1beta1/StorageClass.py +65 -64
- pulumi_kubernetes/storage/v1beta1/StorageClassList.py +17 -16
- pulumi_kubernetes/storage/v1beta1/StorageClassPatch.py +65 -64
- pulumi_kubernetes/storage/v1beta1/VolumeAttachment.py +17 -16
- pulumi_kubernetes/storage/v1beta1/VolumeAttachmentList.py +17 -16
- pulumi_kubernetes/storage/v1beta1/VolumeAttachmentPatch.py +17 -16
- pulumi_kubernetes/storage/v1beta1/VolumeAttributesClass.py +33 -32
- pulumi_kubernetes/storage/v1beta1/VolumeAttributesClassList.py +17 -16
- pulumi_kubernetes/storage/v1beta1/VolumeAttributesClassPatch.py +33 -32
- pulumi_kubernetes/storage/v1beta1/__init__.py +1 -0
- pulumi_kubernetes/storage/v1beta1/_inputs.py +286 -285
- pulumi_kubernetes/storage/v1beta1/outputs.py +184 -183
- pulumi_kubernetes/storagemigration/__init__.py +1 -0
- pulumi_kubernetes/storagemigration/v1alpha1/StorageVersionMigration.py +17 -16
- pulumi_kubernetes/storagemigration/v1alpha1/StorageVersionMigrationList.py +17 -16
- pulumi_kubernetes/storagemigration/v1alpha1/StorageVersionMigrationPatch.py +17 -16
- pulumi_kubernetes/storagemigration/v1alpha1/__init__.py +1 -0
- pulumi_kubernetes/storagemigration/v1alpha1/_inputs.py +81 -80
- pulumi_kubernetes/storagemigration/v1alpha1/outputs.py +67 -66
- pulumi_kubernetes/yaml/__init__.py +1 -0
- pulumi_kubernetes/yaml/v2/ConfigFile.py +22 -21
- pulumi_kubernetes/yaml/v2/ConfigGroup.py +29 -28
- pulumi_kubernetes/yaml/v2/__init__.py +1 -0
- {pulumi_kubernetes-4.23.0a1743519894.dist-info → pulumi_kubernetes-4.23.0a1743595894.dist-info}/METADATA +1 -1
- pulumi_kubernetes-4.23.0a1743595894.dist-info/RECORD +679 -0
- pulumi_kubernetes-4.23.0a1743519894.dist-info/RECORD +0 -679
- {pulumi_kubernetes-4.23.0a1743519894.dist-info → pulumi_kubernetes-4.23.0a1743595894.dist-info}/WHEEL +0 -0
- {pulumi_kubernetes-4.23.0a1743519894.dist-info → pulumi_kubernetes-4.23.0a1743595894.dist-info}/top_level.txt +0 -0
|
@@ -2,6 +2,7 @@
|
|
|
2
2
|
# *** WARNING: this file was generated by pulumigen. ***
|
|
3
3
|
# *** Do not edit by hand unless you're certain you know what you are doing! ***
|
|
4
4
|
|
|
5
|
+
import builtins
|
|
5
6
|
import copy
|
|
6
7
|
import warnings
|
|
7
8
|
import sys
|
|
@@ -88,17 +89,17 @@ class ControllerRevision(dict):
|
|
|
88
89
|
return super().get(key, default)
|
|
89
90
|
|
|
90
91
|
def __init__(__self__, *,
|
|
91
|
-
revision: int,
|
|
92
|
-
api_version: Optional[str] = None,
|
|
92
|
+
revision: builtins.int,
|
|
93
|
+
api_version: Optional[builtins.str] = None,
|
|
93
94
|
data: Optional[Any] = None,
|
|
94
|
-
kind: Optional[str] = None,
|
|
95
|
+
kind: Optional[builtins.str] = None,
|
|
95
96
|
metadata: Optional['_meta.v1.outputs.ObjectMeta'] = None):
|
|
96
97
|
"""
|
|
97
98
|
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.
|
|
98
|
-
:param int revision: Revision indicates the revision of the state represented by Data.
|
|
99
|
-
:param 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
|
|
99
|
+
:param builtins.int revision: Revision indicates the revision of the state represented by Data.
|
|
100
|
+
:param 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
|
|
100
101
|
:param Any data: Data is the serialized representation of the state.
|
|
101
|
-
:param 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
|
|
102
|
+
:param 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
|
|
102
103
|
:param '_meta.v1.ObjectMetaArgs' metadata: Standard object's metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata
|
|
103
104
|
"""
|
|
104
105
|
pulumi.set(__self__, "revision", revision)
|
|
@@ -113,7 +114,7 @@ class ControllerRevision(dict):
|
|
|
113
114
|
|
|
114
115
|
@property
|
|
115
116
|
@pulumi.getter
|
|
116
|
-
def revision(self) -> int:
|
|
117
|
+
def revision(self) -> builtins.int:
|
|
117
118
|
"""
|
|
118
119
|
Revision indicates the revision of the state represented by Data.
|
|
119
120
|
"""
|
|
@@ -121,7 +122,7 @@ class ControllerRevision(dict):
|
|
|
121
122
|
|
|
122
123
|
@property
|
|
123
124
|
@pulumi.getter(name="apiVersion")
|
|
124
|
-
def api_version(self) -> Optional[str]:
|
|
125
|
+
def api_version(self) -> Optional[builtins.str]:
|
|
125
126
|
"""
|
|
126
127
|
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
|
|
127
128
|
"""
|
|
@@ -137,7 +138,7 @@ class ControllerRevision(dict):
|
|
|
137
138
|
|
|
138
139
|
@property
|
|
139
140
|
@pulumi.getter
|
|
140
|
-
def kind(self) -> Optional[str]:
|
|
141
|
+
def kind(self) -> Optional[builtins.str]:
|
|
141
142
|
"""
|
|
142
143
|
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
|
|
143
144
|
"""
|
|
@@ -175,15 +176,15 @@ class DaemonSet(dict):
|
|
|
175
176
|
return super().get(key, default)
|
|
176
177
|
|
|
177
178
|
def __init__(__self__, *,
|
|
178
|
-
api_version: Optional[str] = None,
|
|
179
|
-
kind: Optional[str] = None,
|
|
179
|
+
api_version: Optional[builtins.str] = None,
|
|
180
|
+
kind: Optional[builtins.str] = None,
|
|
180
181
|
metadata: Optional['_meta.v1.outputs.ObjectMeta'] = None,
|
|
181
182
|
spec: Optional['outputs.DaemonSetSpec'] = None,
|
|
182
183
|
status: Optional['outputs.DaemonSetStatus'] = None):
|
|
183
184
|
"""
|
|
184
185
|
DaemonSet represents the configuration of a daemon set.
|
|
185
|
-
:param 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
|
|
186
|
-
:param 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
|
|
186
|
+
:param 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
|
|
187
|
+
:param 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
|
|
187
188
|
:param '_meta.v1.ObjectMetaArgs' metadata: Standard object's metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata
|
|
188
189
|
:param '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
|
|
189
190
|
:param '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
|
|
@@ -201,7 +202,7 @@ class DaemonSet(dict):
|
|
|
201
202
|
|
|
202
203
|
@property
|
|
203
204
|
@pulumi.getter(name="apiVersion")
|
|
204
|
-
def api_version(self) -> Optional[str]:
|
|
205
|
+
def api_version(self) -> Optional[builtins.str]:
|
|
205
206
|
"""
|
|
206
207
|
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
|
|
207
208
|
"""
|
|
@@ -209,7 +210,7 @@ class DaemonSet(dict):
|
|
|
209
210
|
|
|
210
211
|
@property
|
|
211
212
|
@pulumi.getter
|
|
212
|
-
def kind(self) -> Optional[str]:
|
|
213
|
+
def kind(self) -> Optional[builtins.str]:
|
|
213
214
|
"""
|
|
214
215
|
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
|
|
215
216
|
"""
|
|
@@ -263,18 +264,18 @@ class DaemonSetCondition(dict):
|
|
|
263
264
|
return super().get(key, default)
|
|
264
265
|
|
|
265
266
|
def __init__(__self__, *,
|
|
266
|
-
status: str,
|
|
267
|
-
type: str,
|
|
268
|
-
last_transition_time: Optional[str] = None,
|
|
269
|
-
message: Optional[str] = None,
|
|
270
|
-
reason: Optional[str] = None):
|
|
267
|
+
status: builtins.str,
|
|
268
|
+
type: builtins.str,
|
|
269
|
+
last_transition_time: Optional[builtins.str] = None,
|
|
270
|
+
message: Optional[builtins.str] = None,
|
|
271
|
+
reason: Optional[builtins.str] = None):
|
|
271
272
|
"""
|
|
272
273
|
DaemonSetCondition describes the state of a DaemonSet at a certain point.
|
|
273
|
-
:param str status: Status of the condition, one of True, False, Unknown.
|
|
274
|
-
:param str type: Type of DaemonSet condition.
|
|
275
|
-
:param str last_transition_time: Last time the condition transitioned from one status to another.
|
|
276
|
-
:param str message: A human readable message indicating details about the transition.
|
|
277
|
-
:param str reason: The reason for the condition's last transition.
|
|
274
|
+
:param builtins.str status: Status of the condition, one of True, False, Unknown.
|
|
275
|
+
:param builtins.str type: Type of DaemonSet condition.
|
|
276
|
+
:param builtins.str last_transition_time: Last time the condition transitioned from one status to another.
|
|
277
|
+
:param builtins.str message: A human readable message indicating details about the transition.
|
|
278
|
+
:param builtins.str reason: The reason for the condition's last transition.
|
|
278
279
|
"""
|
|
279
280
|
pulumi.set(__self__, "status", status)
|
|
280
281
|
pulumi.set(__self__, "type", type)
|
|
@@ -287,7 +288,7 @@ class DaemonSetCondition(dict):
|
|
|
287
288
|
|
|
288
289
|
@property
|
|
289
290
|
@pulumi.getter
|
|
290
|
-
def status(self) -> str:
|
|
291
|
+
def status(self) -> builtins.str:
|
|
291
292
|
"""
|
|
292
293
|
Status of the condition, one of True, False, Unknown.
|
|
293
294
|
"""
|
|
@@ -295,7 +296,7 @@ class DaemonSetCondition(dict):
|
|
|
295
296
|
|
|
296
297
|
@property
|
|
297
298
|
@pulumi.getter
|
|
298
|
-
def type(self) -> str:
|
|
299
|
+
def type(self) -> builtins.str:
|
|
299
300
|
"""
|
|
300
301
|
Type of DaemonSet condition.
|
|
301
302
|
"""
|
|
@@ -303,7 +304,7 @@ class DaemonSetCondition(dict):
|
|
|
303
304
|
|
|
304
305
|
@property
|
|
305
306
|
@pulumi.getter(name="lastTransitionTime")
|
|
306
|
-
def last_transition_time(self) -> Optional[str]:
|
|
307
|
+
def last_transition_time(self) -> Optional[builtins.str]:
|
|
307
308
|
"""
|
|
308
309
|
Last time the condition transitioned from one status to another.
|
|
309
310
|
"""
|
|
@@ -311,7 +312,7 @@ class DaemonSetCondition(dict):
|
|
|
311
312
|
|
|
312
313
|
@property
|
|
313
314
|
@pulumi.getter
|
|
314
|
-
def message(self) -> Optional[str]:
|
|
315
|
+
def message(self) -> Optional[builtins.str]:
|
|
315
316
|
"""
|
|
316
317
|
A human readable message indicating details about the transition.
|
|
317
318
|
"""
|
|
@@ -319,7 +320,7 @@ class DaemonSetCondition(dict):
|
|
|
319
320
|
|
|
320
321
|
@property
|
|
321
322
|
@pulumi.getter
|
|
322
|
-
def reason(self) -> Optional[str]:
|
|
323
|
+
def reason(self) -> Optional[builtins.str]:
|
|
323
324
|
"""
|
|
324
325
|
The reason for the condition's last transition.
|
|
325
326
|
"""
|
|
@@ -349,18 +350,18 @@ class DaemonSetConditionPatch(dict):
|
|
|
349
350
|
return super().get(key, default)
|
|
350
351
|
|
|
351
352
|
def __init__(__self__, *,
|
|
352
|
-
last_transition_time: Optional[str] = None,
|
|
353
|
-
message: Optional[str] = None,
|
|
354
|
-
reason: Optional[str] = None,
|
|
355
|
-
status: Optional[str] = None,
|
|
356
|
-
type: Optional[str] = None):
|
|
353
|
+
last_transition_time: Optional[builtins.str] = None,
|
|
354
|
+
message: Optional[builtins.str] = None,
|
|
355
|
+
reason: Optional[builtins.str] = None,
|
|
356
|
+
status: Optional[builtins.str] = None,
|
|
357
|
+
type: Optional[builtins.str] = None):
|
|
357
358
|
"""
|
|
358
359
|
DaemonSetCondition describes the state of a DaemonSet at a certain point.
|
|
359
|
-
:param str last_transition_time: Last time the condition transitioned from one status to another.
|
|
360
|
-
:param str message: A human readable message indicating details about the transition.
|
|
361
|
-
:param str reason: The reason for the condition's last transition.
|
|
362
|
-
:param str status: Status of the condition, one of True, False, Unknown.
|
|
363
|
-
:param str type: Type of DaemonSet condition.
|
|
360
|
+
:param builtins.str last_transition_time: Last time the condition transitioned from one status to another.
|
|
361
|
+
:param builtins.str message: A human readable message indicating details about the transition.
|
|
362
|
+
:param builtins.str reason: The reason for the condition's last transition.
|
|
363
|
+
:param builtins.str status: Status of the condition, one of True, False, Unknown.
|
|
364
|
+
:param builtins.str type: Type of DaemonSet condition.
|
|
364
365
|
"""
|
|
365
366
|
if last_transition_time is not None:
|
|
366
367
|
pulumi.set(__self__, "last_transition_time", last_transition_time)
|
|
@@ -375,7 +376,7 @@ class DaemonSetConditionPatch(dict):
|
|
|
375
376
|
|
|
376
377
|
@property
|
|
377
378
|
@pulumi.getter(name="lastTransitionTime")
|
|
378
|
-
def last_transition_time(self) -> Optional[str]:
|
|
379
|
+
def last_transition_time(self) -> Optional[builtins.str]:
|
|
379
380
|
"""
|
|
380
381
|
Last time the condition transitioned from one status to another.
|
|
381
382
|
"""
|
|
@@ -383,7 +384,7 @@ class DaemonSetConditionPatch(dict):
|
|
|
383
384
|
|
|
384
385
|
@property
|
|
385
386
|
@pulumi.getter
|
|
386
|
-
def message(self) -> Optional[str]:
|
|
387
|
+
def message(self) -> Optional[builtins.str]:
|
|
387
388
|
"""
|
|
388
389
|
A human readable message indicating details about the transition.
|
|
389
390
|
"""
|
|
@@ -391,7 +392,7 @@ class DaemonSetConditionPatch(dict):
|
|
|
391
392
|
|
|
392
393
|
@property
|
|
393
394
|
@pulumi.getter
|
|
394
|
-
def reason(self) -> Optional[str]:
|
|
395
|
+
def reason(self) -> Optional[builtins.str]:
|
|
395
396
|
"""
|
|
396
397
|
The reason for the condition's last transition.
|
|
397
398
|
"""
|
|
@@ -399,7 +400,7 @@ class DaemonSetConditionPatch(dict):
|
|
|
399
400
|
|
|
400
401
|
@property
|
|
401
402
|
@pulumi.getter
|
|
402
|
-
def status(self) -> Optional[str]:
|
|
403
|
+
def status(self) -> Optional[builtins.str]:
|
|
403
404
|
"""
|
|
404
405
|
Status of the condition, one of True, False, Unknown.
|
|
405
406
|
"""
|
|
@@ -407,7 +408,7 @@ class DaemonSetConditionPatch(dict):
|
|
|
407
408
|
|
|
408
409
|
@property
|
|
409
410
|
@pulumi.getter
|
|
410
|
-
def type(self) -> Optional[str]:
|
|
411
|
+
def type(self) -> Optional[builtins.str]:
|
|
411
412
|
"""
|
|
412
413
|
Type of DaemonSet condition.
|
|
413
414
|
"""
|
|
@@ -443,15 +444,15 @@ class DaemonSetSpec(dict):
|
|
|
443
444
|
def __init__(__self__, *,
|
|
444
445
|
selector: '_meta.v1.outputs.LabelSelector',
|
|
445
446
|
template: '_core.v1.outputs.PodTemplateSpec',
|
|
446
|
-
min_ready_seconds: Optional[int] = None,
|
|
447
|
-
revision_history_limit: Optional[int] = None,
|
|
447
|
+
min_ready_seconds: Optional[builtins.int] = None,
|
|
448
|
+
revision_history_limit: Optional[builtins.int] = None,
|
|
448
449
|
update_strategy: Optional['outputs.DaemonSetUpdateStrategy'] = None):
|
|
449
450
|
"""
|
|
450
451
|
DaemonSetSpec is the specification of a daemon set.
|
|
451
452
|
:param '_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
|
|
452
453
|
:param '_core.v1.PodTemplateSpecArgs' template: An object that describes the pod that will be created. The DaemonSet will create exactly one copy of this pod on every node that matches the template's node selector (or on every node if no node selector is specified). The only allowed template.spec.restartPolicy value is "Always". More info: https://kubernetes.io/docs/concepts/workloads/controllers/replicationcontroller#pod-template
|
|
453
|
-
:param 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).
|
|
454
|
-
:param 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.
|
|
454
|
+
:param 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).
|
|
455
|
+
:param 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.
|
|
455
456
|
:param 'DaemonSetUpdateStrategyArgs' update_strategy: An update strategy to replace existing DaemonSet pods with new pods.
|
|
456
457
|
"""
|
|
457
458
|
pulumi.set(__self__, "selector", selector)
|
|
@@ -481,7 +482,7 @@ class DaemonSetSpec(dict):
|
|
|
481
482
|
|
|
482
483
|
@property
|
|
483
484
|
@pulumi.getter(name="minReadySeconds")
|
|
484
|
-
def min_ready_seconds(self) -> Optional[int]:
|
|
485
|
+
def min_ready_seconds(self) -> Optional[builtins.int]:
|
|
485
486
|
"""
|
|
486
487
|
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).
|
|
487
488
|
"""
|
|
@@ -489,7 +490,7 @@ class DaemonSetSpec(dict):
|
|
|
489
490
|
|
|
490
491
|
@property
|
|
491
492
|
@pulumi.getter(name="revisionHistoryLimit")
|
|
492
|
-
def revision_history_limit(self) -> Optional[int]:
|
|
493
|
+
def revision_history_limit(self) -> Optional[builtins.int]:
|
|
493
494
|
"""
|
|
494
495
|
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.
|
|
495
496
|
"""
|
|
@@ -531,15 +532,15 @@ class DaemonSetSpecPatch(dict):
|
|
|
531
532
|
return super().get(key, default)
|
|
532
533
|
|
|
533
534
|
def __init__(__self__, *,
|
|
534
|
-
min_ready_seconds: Optional[int] = None,
|
|
535
|
-
revision_history_limit: Optional[int] = None,
|
|
535
|
+
min_ready_seconds: Optional[builtins.int] = None,
|
|
536
|
+
revision_history_limit: Optional[builtins.int] = None,
|
|
536
537
|
selector: Optional['_meta.v1.outputs.LabelSelectorPatch'] = None,
|
|
537
538
|
template: Optional['_core.v1.outputs.PodTemplateSpecPatch'] = None,
|
|
538
539
|
update_strategy: Optional['outputs.DaemonSetUpdateStrategyPatch'] = None):
|
|
539
540
|
"""
|
|
540
541
|
DaemonSetSpec is the specification of a daemon set.
|
|
541
|
-
:param 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).
|
|
542
|
-
:param 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.
|
|
542
|
+
:param 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).
|
|
543
|
+
:param 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.
|
|
543
544
|
:param '_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
|
|
544
545
|
:param '_core.v1.PodTemplateSpecPatchArgs' template: An object that describes the pod that will be created. The DaemonSet will create exactly one copy of this pod on every node that matches the template's node selector (or on every node if no node selector is specified). The only allowed template.spec.restartPolicy value is "Always". More info: https://kubernetes.io/docs/concepts/workloads/controllers/replicationcontroller#pod-template
|
|
545
546
|
:param 'DaemonSetUpdateStrategyPatchArgs' update_strategy: An update strategy to replace existing DaemonSet pods with new pods.
|
|
@@ -557,7 +558,7 @@ class DaemonSetSpecPatch(dict):
|
|
|
557
558
|
|
|
558
559
|
@property
|
|
559
560
|
@pulumi.getter(name="minReadySeconds")
|
|
560
|
-
def min_ready_seconds(self) -> Optional[int]:
|
|
561
|
+
def min_ready_seconds(self) -> Optional[builtins.int]:
|
|
561
562
|
"""
|
|
562
563
|
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).
|
|
563
564
|
"""
|
|
@@ -565,7 +566,7 @@ class DaemonSetSpecPatch(dict):
|
|
|
565
566
|
|
|
566
567
|
@property
|
|
567
568
|
@pulumi.getter(name="revisionHistoryLimit")
|
|
568
|
-
def revision_history_limit(self) -> Optional[int]:
|
|
569
|
+
def revision_history_limit(self) -> Optional[builtins.int]:
|
|
569
570
|
"""
|
|
570
571
|
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.
|
|
571
572
|
"""
|
|
@@ -635,28 +636,28 @@ class DaemonSetStatus(dict):
|
|
|
635
636
|
return super().get(key, default)
|
|
636
637
|
|
|
637
638
|
def __init__(__self__, *,
|
|
638
|
-
current_number_scheduled: int,
|
|
639
|
-
desired_number_scheduled: int,
|
|
640
|
-
number_misscheduled: int,
|
|
641
|
-
number_ready: int,
|
|
642
|
-
collision_count: Optional[int] = None,
|
|
639
|
+
current_number_scheduled: builtins.int,
|
|
640
|
+
desired_number_scheduled: builtins.int,
|
|
641
|
+
number_misscheduled: builtins.int,
|
|
642
|
+
number_ready: builtins.int,
|
|
643
|
+
collision_count: Optional[builtins.int] = None,
|
|
643
644
|
conditions: Optional[Sequence['outputs.DaemonSetCondition']] = None,
|
|
644
|
-
number_available: Optional[int] = None,
|
|
645
|
-
number_unavailable: Optional[int] = None,
|
|
646
|
-
observed_generation: Optional[int] = None,
|
|
647
|
-
updated_number_scheduled: Optional[int] = None):
|
|
645
|
+
number_available: Optional[builtins.int] = None,
|
|
646
|
+
number_unavailable: Optional[builtins.int] = None,
|
|
647
|
+
observed_generation: Optional[builtins.int] = None,
|
|
648
|
+
updated_number_scheduled: Optional[builtins.int] = None):
|
|
648
649
|
"""
|
|
649
650
|
DaemonSetStatus represents the current status of a daemon set.
|
|
650
|
-
:param 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/
|
|
651
|
-
:param 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/
|
|
652
|
-
:param 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/
|
|
653
|
-
:param int number_ready: numberReady is the number of nodes that should be running the daemon pod and have one or more of the daemon pod running with a Ready Condition.
|
|
654
|
-
:param 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.
|
|
651
|
+
:param 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/
|
|
652
|
+
:param 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/
|
|
653
|
+
:param 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/
|
|
654
|
+
:param builtins.int number_ready: numberReady is the number of nodes that should be running the daemon pod and have one or more of the daemon pod running with a Ready Condition.
|
|
655
|
+
:param 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.
|
|
655
656
|
:param Sequence['DaemonSetConditionArgs'] conditions: Represents the latest available observations of a DaemonSet's current state.
|
|
656
|
-
:param 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)
|
|
657
|
-
:param 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)
|
|
658
|
-
:param int observed_generation: The most recent generation observed by the daemon set controller.
|
|
659
|
-
:param int updated_number_scheduled: The total number of nodes that are running updated daemon pod
|
|
657
|
+
:param 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)
|
|
658
|
+
:param 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)
|
|
659
|
+
:param builtins.int observed_generation: The most recent generation observed by the daemon set controller.
|
|
660
|
+
:param builtins.int updated_number_scheduled: The total number of nodes that are running updated daemon pod
|
|
660
661
|
"""
|
|
661
662
|
pulumi.set(__self__, "current_number_scheduled", current_number_scheduled)
|
|
662
663
|
pulumi.set(__self__, "desired_number_scheduled", desired_number_scheduled)
|
|
@@ -677,7 +678,7 @@ class DaemonSetStatus(dict):
|
|
|
677
678
|
|
|
678
679
|
@property
|
|
679
680
|
@pulumi.getter(name="currentNumberScheduled")
|
|
680
|
-
def current_number_scheduled(self) -> int:
|
|
681
|
+
def current_number_scheduled(self) -> builtins.int:
|
|
681
682
|
"""
|
|
682
683
|
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/
|
|
683
684
|
"""
|
|
@@ -685,7 +686,7 @@ class DaemonSetStatus(dict):
|
|
|
685
686
|
|
|
686
687
|
@property
|
|
687
688
|
@pulumi.getter(name="desiredNumberScheduled")
|
|
688
|
-
def desired_number_scheduled(self) -> int:
|
|
689
|
+
def desired_number_scheduled(self) -> builtins.int:
|
|
689
690
|
"""
|
|
690
691
|
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/
|
|
691
692
|
"""
|
|
@@ -693,7 +694,7 @@ class DaemonSetStatus(dict):
|
|
|
693
694
|
|
|
694
695
|
@property
|
|
695
696
|
@pulumi.getter(name="numberMisscheduled")
|
|
696
|
-
def number_misscheduled(self) -> int:
|
|
697
|
+
def number_misscheduled(self) -> builtins.int:
|
|
697
698
|
"""
|
|
698
699
|
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/
|
|
699
700
|
"""
|
|
@@ -701,7 +702,7 @@ class DaemonSetStatus(dict):
|
|
|
701
702
|
|
|
702
703
|
@property
|
|
703
704
|
@pulumi.getter(name="numberReady")
|
|
704
|
-
def number_ready(self) -> int:
|
|
705
|
+
def number_ready(self) -> builtins.int:
|
|
705
706
|
"""
|
|
706
707
|
numberReady is the number of nodes that should be running the daemon pod and have one or more of the daemon pod running with a Ready Condition.
|
|
707
708
|
"""
|
|
@@ -709,7 +710,7 @@ class DaemonSetStatus(dict):
|
|
|
709
710
|
|
|
710
711
|
@property
|
|
711
712
|
@pulumi.getter(name="collisionCount")
|
|
712
|
-
def collision_count(self) -> Optional[int]:
|
|
713
|
+
def collision_count(self) -> Optional[builtins.int]:
|
|
713
714
|
"""
|
|
714
715
|
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.
|
|
715
716
|
"""
|
|
@@ -725,7 +726,7 @@ class DaemonSetStatus(dict):
|
|
|
725
726
|
|
|
726
727
|
@property
|
|
727
728
|
@pulumi.getter(name="numberAvailable")
|
|
728
|
-
def number_available(self) -> Optional[int]:
|
|
729
|
+
def number_available(self) -> Optional[builtins.int]:
|
|
729
730
|
"""
|
|
730
731
|
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)
|
|
731
732
|
"""
|
|
@@ -733,7 +734,7 @@ class DaemonSetStatus(dict):
|
|
|
733
734
|
|
|
734
735
|
@property
|
|
735
736
|
@pulumi.getter(name="numberUnavailable")
|
|
736
|
-
def number_unavailable(self) -> Optional[int]:
|
|
737
|
+
def number_unavailable(self) -> Optional[builtins.int]:
|
|
737
738
|
"""
|
|
738
739
|
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)
|
|
739
740
|
"""
|
|
@@ -741,7 +742,7 @@ class DaemonSetStatus(dict):
|
|
|
741
742
|
|
|
742
743
|
@property
|
|
743
744
|
@pulumi.getter(name="observedGeneration")
|
|
744
|
-
def observed_generation(self) -> Optional[int]:
|
|
745
|
+
def observed_generation(self) -> Optional[builtins.int]:
|
|
745
746
|
"""
|
|
746
747
|
The most recent generation observed by the daemon set controller.
|
|
747
748
|
"""
|
|
@@ -749,7 +750,7 @@ class DaemonSetStatus(dict):
|
|
|
749
750
|
|
|
750
751
|
@property
|
|
751
752
|
@pulumi.getter(name="updatedNumberScheduled")
|
|
752
|
-
def updated_number_scheduled(self) -> Optional[int]:
|
|
753
|
+
def updated_number_scheduled(self) -> Optional[builtins.int]:
|
|
753
754
|
"""
|
|
754
755
|
The total number of nodes that are running updated daemon pod
|
|
755
756
|
"""
|
|
@@ -795,28 +796,28 @@ class DaemonSetStatusPatch(dict):
|
|
|
795
796
|
return super().get(key, default)
|
|
796
797
|
|
|
797
798
|
def __init__(__self__, *,
|
|
798
|
-
collision_count: Optional[int] = None,
|
|
799
|
+
collision_count: Optional[builtins.int] = None,
|
|
799
800
|
conditions: Optional[Sequence['outputs.DaemonSetConditionPatch']] = None,
|
|
800
|
-
current_number_scheduled: Optional[int] = None,
|
|
801
|
-
desired_number_scheduled: Optional[int] = None,
|
|
802
|
-
number_available: Optional[int] = None,
|
|
803
|
-
number_misscheduled: Optional[int] = None,
|
|
804
|
-
number_ready: Optional[int] = None,
|
|
805
|
-
number_unavailable: Optional[int] = None,
|
|
806
|
-
observed_generation: Optional[int] = None,
|
|
807
|
-
updated_number_scheduled: Optional[int] = None):
|
|
801
|
+
current_number_scheduled: Optional[builtins.int] = None,
|
|
802
|
+
desired_number_scheduled: Optional[builtins.int] = None,
|
|
803
|
+
number_available: Optional[builtins.int] = None,
|
|
804
|
+
number_misscheduled: Optional[builtins.int] = None,
|
|
805
|
+
number_ready: Optional[builtins.int] = None,
|
|
806
|
+
number_unavailable: Optional[builtins.int] = None,
|
|
807
|
+
observed_generation: Optional[builtins.int] = None,
|
|
808
|
+
updated_number_scheduled: Optional[builtins.int] = None):
|
|
808
809
|
"""
|
|
809
810
|
DaemonSetStatus represents the current status of a daemon set.
|
|
810
|
-
:param 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.
|
|
811
|
+
:param 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.
|
|
811
812
|
:param Sequence['DaemonSetConditionPatchArgs'] conditions: Represents the latest available observations of a DaemonSet's current state.
|
|
812
|
-
:param 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/
|
|
813
|
-
:param 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/
|
|
814
|
-
:param 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)
|
|
815
|
-
:param 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/
|
|
816
|
-
:param int number_ready: numberReady is the number of nodes that should be running the daemon pod and have one or more of the daemon pod running with a Ready Condition.
|
|
817
|
-
:param 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)
|
|
818
|
-
:param int observed_generation: The most recent generation observed by the daemon set controller.
|
|
819
|
-
:param int updated_number_scheduled: The total number of nodes that are running updated daemon pod
|
|
813
|
+
:param 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/
|
|
814
|
+
:param 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/
|
|
815
|
+
:param 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)
|
|
816
|
+
:param 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/
|
|
817
|
+
:param builtins.int number_ready: numberReady is the number of nodes that should be running the daemon pod and have one or more of the daemon pod running with a Ready Condition.
|
|
818
|
+
:param 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)
|
|
819
|
+
:param builtins.int observed_generation: The most recent generation observed by the daemon set controller.
|
|
820
|
+
:param builtins.int updated_number_scheduled: The total number of nodes that are running updated daemon pod
|
|
820
821
|
"""
|
|
821
822
|
if collision_count is not None:
|
|
822
823
|
pulumi.set(__self__, "collision_count", collision_count)
|
|
@@ -841,7 +842,7 @@ class DaemonSetStatusPatch(dict):
|
|
|
841
842
|
|
|
842
843
|
@property
|
|
843
844
|
@pulumi.getter(name="collisionCount")
|
|
844
|
-
def collision_count(self) -> Optional[int]:
|
|
845
|
+
def collision_count(self) -> Optional[builtins.int]:
|
|
845
846
|
"""
|
|
846
847
|
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.
|
|
847
848
|
"""
|
|
@@ -857,7 +858,7 @@ class DaemonSetStatusPatch(dict):
|
|
|
857
858
|
|
|
858
859
|
@property
|
|
859
860
|
@pulumi.getter(name="currentNumberScheduled")
|
|
860
|
-
def current_number_scheduled(self) -> Optional[int]:
|
|
861
|
+
def current_number_scheduled(self) -> Optional[builtins.int]:
|
|
861
862
|
"""
|
|
862
863
|
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/
|
|
863
864
|
"""
|
|
@@ -865,7 +866,7 @@ class DaemonSetStatusPatch(dict):
|
|
|
865
866
|
|
|
866
867
|
@property
|
|
867
868
|
@pulumi.getter(name="desiredNumberScheduled")
|
|
868
|
-
def desired_number_scheduled(self) -> Optional[int]:
|
|
869
|
+
def desired_number_scheduled(self) -> Optional[builtins.int]:
|
|
869
870
|
"""
|
|
870
871
|
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/
|
|
871
872
|
"""
|
|
@@ -873,7 +874,7 @@ class DaemonSetStatusPatch(dict):
|
|
|
873
874
|
|
|
874
875
|
@property
|
|
875
876
|
@pulumi.getter(name="numberAvailable")
|
|
876
|
-
def number_available(self) -> Optional[int]:
|
|
877
|
+
def number_available(self) -> Optional[builtins.int]:
|
|
877
878
|
"""
|
|
878
879
|
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)
|
|
879
880
|
"""
|
|
@@ -881,7 +882,7 @@ class DaemonSetStatusPatch(dict):
|
|
|
881
882
|
|
|
882
883
|
@property
|
|
883
884
|
@pulumi.getter(name="numberMisscheduled")
|
|
884
|
-
def number_misscheduled(self) -> Optional[int]:
|
|
885
|
+
def number_misscheduled(self) -> Optional[builtins.int]:
|
|
885
886
|
"""
|
|
886
887
|
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/
|
|
887
888
|
"""
|
|
@@ -889,7 +890,7 @@ class DaemonSetStatusPatch(dict):
|
|
|
889
890
|
|
|
890
891
|
@property
|
|
891
892
|
@pulumi.getter(name="numberReady")
|
|
892
|
-
def number_ready(self) -> Optional[int]:
|
|
893
|
+
def number_ready(self) -> Optional[builtins.int]:
|
|
893
894
|
"""
|
|
894
895
|
numberReady is the number of nodes that should be running the daemon pod and have one or more of the daemon pod running with a Ready Condition.
|
|
895
896
|
"""
|
|
@@ -897,7 +898,7 @@ class DaemonSetStatusPatch(dict):
|
|
|
897
898
|
|
|
898
899
|
@property
|
|
899
900
|
@pulumi.getter(name="numberUnavailable")
|
|
900
|
-
def number_unavailable(self) -> Optional[int]:
|
|
901
|
+
def number_unavailable(self) -> Optional[builtins.int]:
|
|
901
902
|
"""
|
|
902
903
|
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)
|
|
903
904
|
"""
|
|
@@ -905,7 +906,7 @@ class DaemonSetStatusPatch(dict):
|
|
|
905
906
|
|
|
906
907
|
@property
|
|
907
908
|
@pulumi.getter(name="observedGeneration")
|
|
908
|
-
def observed_generation(self) -> Optional[int]:
|
|
909
|
+
def observed_generation(self) -> Optional[builtins.int]:
|
|
909
910
|
"""
|
|
910
911
|
The most recent generation observed by the daemon set controller.
|
|
911
912
|
"""
|
|
@@ -913,7 +914,7 @@ class DaemonSetStatusPatch(dict):
|
|
|
913
914
|
|
|
914
915
|
@property
|
|
915
916
|
@pulumi.getter(name="updatedNumberScheduled")
|
|
916
|
-
def updated_number_scheduled(self) -> Optional[int]:
|
|
917
|
+
def updated_number_scheduled(self) -> Optional[builtins.int]:
|
|
917
918
|
"""
|
|
918
919
|
The total number of nodes that are running updated daemon pod
|
|
919
920
|
"""
|
|
@@ -944,11 +945,11 @@ class DaemonSetUpdateStrategy(dict):
|
|
|
944
945
|
|
|
945
946
|
def __init__(__self__, *,
|
|
946
947
|
rolling_update: Optional['outputs.RollingUpdateDaemonSet'] = None,
|
|
947
|
-
type: Optional[str] = None):
|
|
948
|
+
type: Optional[builtins.str] = None):
|
|
948
949
|
"""
|
|
949
950
|
DaemonSetUpdateStrategy is a struct used to control the update strategy for a DaemonSet.
|
|
950
951
|
:param 'RollingUpdateDaemonSetArgs' rolling_update: Rolling update config params. Present only if type = "RollingUpdate".
|
|
951
|
-
:param str type: Type of daemon set update. Can be "RollingUpdate" or "OnDelete". Default is RollingUpdate.
|
|
952
|
+
:param builtins.str type: Type of daemon set update. Can be "RollingUpdate" or "OnDelete". Default is RollingUpdate.
|
|
952
953
|
"""
|
|
953
954
|
if rolling_update is not None:
|
|
954
955
|
pulumi.set(__self__, "rolling_update", rolling_update)
|
|
@@ -965,7 +966,7 @@ class DaemonSetUpdateStrategy(dict):
|
|
|
965
966
|
|
|
966
967
|
@property
|
|
967
968
|
@pulumi.getter
|
|
968
|
-
def type(self) -> Optional[str]:
|
|
969
|
+
def type(self) -> Optional[builtins.str]:
|
|
969
970
|
"""
|
|
970
971
|
Type of daemon set update. Can be "RollingUpdate" or "OnDelete". Default is RollingUpdate.
|
|
971
972
|
"""
|
|
@@ -996,11 +997,11 @@ class DaemonSetUpdateStrategyPatch(dict):
|
|
|
996
997
|
|
|
997
998
|
def __init__(__self__, *,
|
|
998
999
|
rolling_update: Optional['outputs.RollingUpdateDaemonSetPatch'] = None,
|
|
999
|
-
type: Optional[str] = None):
|
|
1000
|
+
type: Optional[builtins.str] = None):
|
|
1000
1001
|
"""
|
|
1001
1002
|
DaemonSetUpdateStrategy is a struct used to control the update strategy for a DaemonSet.
|
|
1002
1003
|
:param 'RollingUpdateDaemonSetPatchArgs' rolling_update: Rolling update config params. Present only if type = "RollingUpdate".
|
|
1003
|
-
:param str type: Type of daemon set update. Can be "RollingUpdate" or "OnDelete". Default is RollingUpdate.
|
|
1004
|
+
:param builtins.str type: Type of daemon set update. Can be "RollingUpdate" or "OnDelete". Default is RollingUpdate.
|
|
1004
1005
|
"""
|
|
1005
1006
|
if rolling_update is not None:
|
|
1006
1007
|
pulumi.set(__self__, "rolling_update", rolling_update)
|
|
@@ -1017,7 +1018,7 @@ class DaemonSetUpdateStrategyPatch(dict):
|
|
|
1017
1018
|
|
|
1018
1019
|
@property
|
|
1019
1020
|
@pulumi.getter
|
|
1020
|
-
def type(self) -> Optional[str]:
|
|
1021
|
+
def type(self) -> Optional[builtins.str]:
|
|
1021
1022
|
"""
|
|
1022
1023
|
Type of daemon set update. Can be "RollingUpdate" or "OnDelete". Default is RollingUpdate.
|
|
1023
1024
|
"""
|
|
@@ -1069,8 +1070,8 @@ class Deployment(dict):
|
|
|
1069
1070
|
return super().get(key, default)
|
|
1070
1071
|
|
|
1071
1072
|
def __init__(__self__, *,
|
|
1072
|
-
api_version: Optional[str] = None,
|
|
1073
|
-
kind: Optional[str] = None,
|
|
1073
|
+
api_version: Optional[builtins.str] = None,
|
|
1074
|
+
kind: Optional[builtins.str] = None,
|
|
1074
1075
|
metadata: Optional['_meta.v1.outputs.ObjectMeta'] = None,
|
|
1075
1076
|
spec: Optional['outputs.DeploymentSpec'] = None,
|
|
1076
1077
|
status: Optional['outputs.DeploymentStatus'] = None):
|
|
@@ -1098,8 +1099,8 @@ class Deployment(dict):
|
|
|
1098
1099
|
If the Deployment has not reached a Ready state after 10 minutes, it will
|
|
1099
1100
|
time out and mark the resource update as Failed. You can override the default timeout value
|
|
1100
1101
|
by setting the 'customTimeouts' option on the resource.
|
|
1101
|
-
:param 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
|
|
1102
|
-
:param 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
|
|
1102
|
+
:param 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
|
|
1103
|
+
:param 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
|
|
1103
1104
|
:param '_meta.v1.ObjectMetaArgs' metadata: Standard object's metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata
|
|
1104
1105
|
:param 'DeploymentSpecArgs' spec: Specification of the desired behavior of the Deployment.
|
|
1105
1106
|
:param 'DeploymentStatusArgs' status: Most recently observed status of the Deployment.
|
|
@@ -1117,7 +1118,7 @@ class Deployment(dict):
|
|
|
1117
1118
|
|
|
1118
1119
|
@property
|
|
1119
1120
|
@pulumi.getter(name="apiVersion")
|
|
1120
|
-
def api_version(self) -> Optional[str]:
|
|
1121
|
+
def api_version(self) -> Optional[builtins.str]:
|
|
1121
1122
|
"""
|
|
1122
1123
|
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
|
|
1123
1124
|
"""
|
|
@@ -1125,7 +1126,7 @@ class Deployment(dict):
|
|
|
1125
1126
|
|
|
1126
1127
|
@property
|
|
1127
1128
|
@pulumi.getter
|
|
1128
|
-
def kind(self) -> Optional[str]:
|
|
1129
|
+
def kind(self) -> Optional[builtins.str]:
|
|
1129
1130
|
"""
|
|
1130
1131
|
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
|
|
1131
1132
|
"""
|
|
@@ -1181,20 +1182,20 @@ class DeploymentCondition(dict):
|
|
|
1181
1182
|
return super().get(key, default)
|
|
1182
1183
|
|
|
1183
1184
|
def __init__(__self__, *,
|
|
1184
|
-
status: str,
|
|
1185
|
-
type: str,
|
|
1186
|
-
last_transition_time: Optional[str] = None,
|
|
1187
|
-
last_update_time: Optional[str] = None,
|
|
1188
|
-
message: Optional[str] = None,
|
|
1189
|
-
reason: Optional[str] = None):
|
|
1185
|
+
status: builtins.str,
|
|
1186
|
+
type: builtins.str,
|
|
1187
|
+
last_transition_time: Optional[builtins.str] = None,
|
|
1188
|
+
last_update_time: Optional[builtins.str] = None,
|
|
1189
|
+
message: Optional[builtins.str] = None,
|
|
1190
|
+
reason: Optional[builtins.str] = None):
|
|
1190
1191
|
"""
|
|
1191
1192
|
DeploymentCondition describes the state of a deployment at a certain point.
|
|
1192
|
-
:param str status: Status of the condition, one of True, False, Unknown.
|
|
1193
|
-
:param str type: Type of deployment condition.
|
|
1194
|
-
:param str last_transition_time: Last time the condition transitioned from one status to another.
|
|
1195
|
-
:param str last_update_time: The last time this condition was updated.
|
|
1196
|
-
:param str message: A human readable message indicating details about the transition.
|
|
1197
|
-
:param str reason: The reason for the condition's last transition.
|
|
1193
|
+
:param builtins.str status: Status of the condition, one of True, False, Unknown.
|
|
1194
|
+
:param builtins.str type: Type of deployment condition.
|
|
1195
|
+
:param builtins.str last_transition_time: Last time the condition transitioned from one status to another.
|
|
1196
|
+
:param builtins.str last_update_time: The last time this condition was updated.
|
|
1197
|
+
:param builtins.str message: A human readable message indicating details about the transition.
|
|
1198
|
+
:param builtins.str reason: The reason for the condition's last transition.
|
|
1198
1199
|
"""
|
|
1199
1200
|
pulumi.set(__self__, "status", status)
|
|
1200
1201
|
pulumi.set(__self__, "type", type)
|
|
@@ -1209,7 +1210,7 @@ class DeploymentCondition(dict):
|
|
|
1209
1210
|
|
|
1210
1211
|
@property
|
|
1211
1212
|
@pulumi.getter
|
|
1212
|
-
def status(self) -> str:
|
|
1213
|
+
def status(self) -> builtins.str:
|
|
1213
1214
|
"""
|
|
1214
1215
|
Status of the condition, one of True, False, Unknown.
|
|
1215
1216
|
"""
|
|
@@ -1217,7 +1218,7 @@ class DeploymentCondition(dict):
|
|
|
1217
1218
|
|
|
1218
1219
|
@property
|
|
1219
1220
|
@pulumi.getter
|
|
1220
|
-
def type(self) -> str:
|
|
1221
|
+
def type(self) -> builtins.str:
|
|
1221
1222
|
"""
|
|
1222
1223
|
Type of deployment condition.
|
|
1223
1224
|
"""
|
|
@@ -1225,7 +1226,7 @@ class DeploymentCondition(dict):
|
|
|
1225
1226
|
|
|
1226
1227
|
@property
|
|
1227
1228
|
@pulumi.getter(name="lastTransitionTime")
|
|
1228
|
-
def last_transition_time(self) -> Optional[str]:
|
|
1229
|
+
def last_transition_time(self) -> Optional[builtins.str]:
|
|
1229
1230
|
"""
|
|
1230
1231
|
Last time the condition transitioned from one status to another.
|
|
1231
1232
|
"""
|
|
@@ -1233,7 +1234,7 @@ class DeploymentCondition(dict):
|
|
|
1233
1234
|
|
|
1234
1235
|
@property
|
|
1235
1236
|
@pulumi.getter(name="lastUpdateTime")
|
|
1236
|
-
def last_update_time(self) -> Optional[str]:
|
|
1237
|
+
def last_update_time(self) -> Optional[builtins.str]:
|
|
1237
1238
|
"""
|
|
1238
1239
|
The last time this condition was updated.
|
|
1239
1240
|
"""
|
|
@@ -1241,7 +1242,7 @@ class DeploymentCondition(dict):
|
|
|
1241
1242
|
|
|
1242
1243
|
@property
|
|
1243
1244
|
@pulumi.getter
|
|
1244
|
-
def message(self) -> Optional[str]:
|
|
1245
|
+
def message(self) -> Optional[builtins.str]:
|
|
1245
1246
|
"""
|
|
1246
1247
|
A human readable message indicating details about the transition.
|
|
1247
1248
|
"""
|
|
@@ -1249,7 +1250,7 @@ class DeploymentCondition(dict):
|
|
|
1249
1250
|
|
|
1250
1251
|
@property
|
|
1251
1252
|
@pulumi.getter
|
|
1252
|
-
def reason(self) -> Optional[str]:
|
|
1253
|
+
def reason(self) -> Optional[builtins.str]:
|
|
1253
1254
|
"""
|
|
1254
1255
|
The reason for the condition's last transition.
|
|
1255
1256
|
"""
|
|
@@ -1281,20 +1282,20 @@ class DeploymentConditionPatch(dict):
|
|
|
1281
1282
|
return super().get(key, default)
|
|
1282
1283
|
|
|
1283
1284
|
def __init__(__self__, *,
|
|
1284
|
-
last_transition_time: Optional[str] = None,
|
|
1285
|
-
last_update_time: Optional[str] = None,
|
|
1286
|
-
message: Optional[str] = None,
|
|
1287
|
-
reason: Optional[str] = None,
|
|
1288
|
-
status: Optional[str] = None,
|
|
1289
|
-
type: Optional[str] = None):
|
|
1285
|
+
last_transition_time: Optional[builtins.str] = None,
|
|
1286
|
+
last_update_time: Optional[builtins.str] = None,
|
|
1287
|
+
message: Optional[builtins.str] = None,
|
|
1288
|
+
reason: Optional[builtins.str] = None,
|
|
1289
|
+
status: Optional[builtins.str] = None,
|
|
1290
|
+
type: Optional[builtins.str] = None):
|
|
1290
1291
|
"""
|
|
1291
1292
|
DeploymentCondition describes the state of a deployment at a certain point.
|
|
1292
|
-
:param str last_transition_time: Last time the condition transitioned from one status to another.
|
|
1293
|
-
:param str last_update_time: The last time this condition was updated.
|
|
1294
|
-
:param str message: A human readable message indicating details about the transition.
|
|
1295
|
-
:param str reason: The reason for the condition's last transition.
|
|
1296
|
-
:param str status: Status of the condition, one of True, False, Unknown.
|
|
1297
|
-
:param str type: Type of deployment condition.
|
|
1293
|
+
:param builtins.str last_transition_time: Last time the condition transitioned from one status to another.
|
|
1294
|
+
:param builtins.str last_update_time: The last time this condition was updated.
|
|
1295
|
+
:param builtins.str message: A human readable message indicating details about the transition.
|
|
1296
|
+
:param builtins.str reason: The reason for the condition's last transition.
|
|
1297
|
+
:param builtins.str status: Status of the condition, one of True, False, Unknown.
|
|
1298
|
+
:param builtins.str type: Type of deployment condition.
|
|
1298
1299
|
"""
|
|
1299
1300
|
if last_transition_time is not None:
|
|
1300
1301
|
pulumi.set(__self__, "last_transition_time", last_transition_time)
|
|
@@ -1311,7 +1312,7 @@ class DeploymentConditionPatch(dict):
|
|
|
1311
1312
|
|
|
1312
1313
|
@property
|
|
1313
1314
|
@pulumi.getter(name="lastTransitionTime")
|
|
1314
|
-
def last_transition_time(self) -> Optional[str]:
|
|
1315
|
+
def last_transition_time(self) -> Optional[builtins.str]:
|
|
1315
1316
|
"""
|
|
1316
1317
|
Last time the condition transitioned from one status to another.
|
|
1317
1318
|
"""
|
|
@@ -1319,7 +1320,7 @@ class DeploymentConditionPatch(dict):
|
|
|
1319
1320
|
|
|
1320
1321
|
@property
|
|
1321
1322
|
@pulumi.getter(name="lastUpdateTime")
|
|
1322
|
-
def last_update_time(self) -> Optional[str]:
|
|
1323
|
+
def last_update_time(self) -> Optional[builtins.str]:
|
|
1323
1324
|
"""
|
|
1324
1325
|
The last time this condition was updated.
|
|
1325
1326
|
"""
|
|
@@ -1327,7 +1328,7 @@ class DeploymentConditionPatch(dict):
|
|
|
1327
1328
|
|
|
1328
1329
|
@property
|
|
1329
1330
|
@pulumi.getter
|
|
1330
|
-
def message(self) -> Optional[str]:
|
|
1331
|
+
def message(self) -> Optional[builtins.str]:
|
|
1331
1332
|
"""
|
|
1332
1333
|
A human readable message indicating details about the transition.
|
|
1333
1334
|
"""
|
|
@@ -1335,7 +1336,7 @@ class DeploymentConditionPatch(dict):
|
|
|
1335
1336
|
|
|
1336
1337
|
@property
|
|
1337
1338
|
@pulumi.getter
|
|
1338
|
-
def reason(self) -> Optional[str]:
|
|
1339
|
+
def reason(self) -> Optional[builtins.str]:
|
|
1339
1340
|
"""
|
|
1340
1341
|
The reason for the condition's last transition.
|
|
1341
1342
|
"""
|
|
@@ -1343,7 +1344,7 @@ class DeploymentConditionPatch(dict):
|
|
|
1343
1344
|
|
|
1344
1345
|
@property
|
|
1345
1346
|
@pulumi.getter
|
|
1346
|
-
def status(self) -> Optional[str]:
|
|
1347
|
+
def status(self) -> Optional[builtins.str]:
|
|
1347
1348
|
"""
|
|
1348
1349
|
Status of the condition, one of True, False, Unknown.
|
|
1349
1350
|
"""
|
|
@@ -1351,7 +1352,7 @@ class DeploymentConditionPatch(dict):
|
|
|
1351
1352
|
|
|
1352
1353
|
@property
|
|
1353
1354
|
@pulumi.getter
|
|
1354
|
-
def type(self) -> Optional[str]:
|
|
1355
|
+
def type(self) -> Optional[builtins.str]:
|
|
1355
1356
|
"""
|
|
1356
1357
|
Type of deployment condition.
|
|
1357
1358
|
"""
|
|
@@ -1387,21 +1388,21 @@ class DeploymentSpec(dict):
|
|
|
1387
1388
|
def __init__(__self__, *,
|
|
1388
1389
|
selector: '_meta.v1.outputs.LabelSelector',
|
|
1389
1390
|
template: '_core.v1.outputs.PodTemplateSpec',
|
|
1390
|
-
min_ready_seconds: Optional[int] = None,
|
|
1391
|
-
paused: Optional[bool] = None,
|
|
1392
|
-
progress_deadline_seconds: Optional[int] = None,
|
|
1393
|
-
replicas: Optional[int] = None,
|
|
1394
|
-
revision_history_limit: Optional[int] = None,
|
|
1391
|
+
min_ready_seconds: Optional[builtins.int] = None,
|
|
1392
|
+
paused: Optional[builtins.bool] = None,
|
|
1393
|
+
progress_deadline_seconds: Optional[builtins.int] = None,
|
|
1394
|
+
replicas: Optional[builtins.int] = None,
|
|
1395
|
+
revision_history_limit: Optional[builtins.int] = None,
|
|
1395
1396
|
strategy: Optional['outputs.DeploymentStrategy'] = None):
|
|
1396
1397
|
"""
|
|
1397
1398
|
DeploymentSpec is the specification of the desired behavior of the Deployment.
|
|
1398
1399
|
:param '_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.
|
|
1399
1400
|
:param '_core.v1.PodTemplateSpecArgs' template: Template describes the pods that will be created. The only allowed template.spec.restartPolicy value is "Always".
|
|
1400
|
-
:param 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)
|
|
1401
|
-
:param bool paused: Indicates that the deployment is paused.
|
|
1402
|
-
:param 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.
|
|
1403
|
-
:param int replicas: Number of desired pods. This is a pointer to distinguish between explicit zero and not specified. Defaults to 1.
|
|
1404
|
-
:param 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.
|
|
1401
|
+
:param 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)
|
|
1402
|
+
:param builtins.bool paused: Indicates that the deployment is paused.
|
|
1403
|
+
:param 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.
|
|
1404
|
+
:param builtins.int replicas: Number of desired pods. This is a pointer to distinguish between explicit zero and not specified. Defaults to 1.
|
|
1405
|
+
:param 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.
|
|
1405
1406
|
:param 'DeploymentStrategyArgs' strategy: The deployment strategy to use to replace existing pods with new ones.
|
|
1406
1407
|
"""
|
|
1407
1408
|
pulumi.set(__self__, "selector", selector)
|
|
@@ -1437,7 +1438,7 @@ class DeploymentSpec(dict):
|
|
|
1437
1438
|
|
|
1438
1439
|
@property
|
|
1439
1440
|
@pulumi.getter(name="minReadySeconds")
|
|
1440
|
-
def min_ready_seconds(self) -> Optional[int]:
|
|
1441
|
+
def min_ready_seconds(self) -> Optional[builtins.int]:
|
|
1441
1442
|
"""
|
|
1442
1443
|
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)
|
|
1443
1444
|
"""
|
|
@@ -1445,7 +1446,7 @@ class DeploymentSpec(dict):
|
|
|
1445
1446
|
|
|
1446
1447
|
@property
|
|
1447
1448
|
@pulumi.getter
|
|
1448
|
-
def paused(self) -> Optional[bool]:
|
|
1449
|
+
def paused(self) -> Optional[builtins.bool]:
|
|
1449
1450
|
"""
|
|
1450
1451
|
Indicates that the deployment is paused.
|
|
1451
1452
|
"""
|
|
@@ -1453,7 +1454,7 @@ class DeploymentSpec(dict):
|
|
|
1453
1454
|
|
|
1454
1455
|
@property
|
|
1455
1456
|
@pulumi.getter(name="progressDeadlineSeconds")
|
|
1456
|
-
def progress_deadline_seconds(self) -> Optional[int]:
|
|
1457
|
+
def progress_deadline_seconds(self) -> Optional[builtins.int]:
|
|
1457
1458
|
"""
|
|
1458
1459
|
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.
|
|
1459
1460
|
"""
|
|
@@ -1461,7 +1462,7 @@ class DeploymentSpec(dict):
|
|
|
1461
1462
|
|
|
1462
1463
|
@property
|
|
1463
1464
|
@pulumi.getter
|
|
1464
|
-
def replicas(self) -> Optional[int]:
|
|
1465
|
+
def replicas(self) -> Optional[builtins.int]:
|
|
1465
1466
|
"""
|
|
1466
1467
|
Number of desired pods. This is a pointer to distinguish between explicit zero and not specified. Defaults to 1.
|
|
1467
1468
|
"""
|
|
@@ -1469,7 +1470,7 @@ class DeploymentSpec(dict):
|
|
|
1469
1470
|
|
|
1470
1471
|
@property
|
|
1471
1472
|
@pulumi.getter(name="revisionHistoryLimit")
|
|
1472
|
-
def revision_history_limit(self) -> Optional[int]:
|
|
1473
|
+
def revision_history_limit(self) -> Optional[builtins.int]:
|
|
1473
1474
|
"""
|
|
1474
1475
|
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.
|
|
1475
1476
|
"""
|
|
@@ -1511,21 +1512,21 @@ class DeploymentSpecPatch(dict):
|
|
|
1511
1512
|
return super().get(key, default)
|
|
1512
1513
|
|
|
1513
1514
|
def __init__(__self__, *,
|
|
1514
|
-
min_ready_seconds: Optional[int] = None,
|
|
1515
|
-
paused: Optional[bool] = None,
|
|
1516
|
-
progress_deadline_seconds: Optional[int] = None,
|
|
1517
|
-
replicas: Optional[int] = None,
|
|
1518
|
-
revision_history_limit: Optional[int] = None,
|
|
1515
|
+
min_ready_seconds: Optional[builtins.int] = None,
|
|
1516
|
+
paused: Optional[builtins.bool] = None,
|
|
1517
|
+
progress_deadline_seconds: Optional[builtins.int] = None,
|
|
1518
|
+
replicas: Optional[builtins.int] = None,
|
|
1519
|
+
revision_history_limit: Optional[builtins.int] = None,
|
|
1519
1520
|
selector: Optional['_meta.v1.outputs.LabelSelectorPatch'] = None,
|
|
1520
1521
|
strategy: Optional['outputs.DeploymentStrategyPatch'] = None,
|
|
1521
1522
|
template: Optional['_core.v1.outputs.PodTemplateSpecPatch'] = None):
|
|
1522
1523
|
"""
|
|
1523
1524
|
DeploymentSpec is the specification of the desired behavior of the Deployment.
|
|
1524
|
-
:param 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)
|
|
1525
|
-
:param bool paused: Indicates that the deployment is paused.
|
|
1526
|
-
:param 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.
|
|
1527
|
-
:param int replicas: Number of desired pods. This is a pointer to distinguish between explicit zero and not specified. Defaults to 1.
|
|
1528
|
-
:param 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.
|
|
1525
|
+
:param 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)
|
|
1526
|
+
:param builtins.bool paused: Indicates that the deployment is paused.
|
|
1527
|
+
:param 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.
|
|
1528
|
+
:param builtins.int replicas: Number of desired pods. This is a pointer to distinguish between explicit zero and not specified. Defaults to 1.
|
|
1529
|
+
:param 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.
|
|
1529
1530
|
:param '_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.
|
|
1530
1531
|
:param 'DeploymentStrategyPatchArgs' strategy: The deployment strategy to use to replace existing pods with new ones.
|
|
1531
1532
|
:param '_core.v1.PodTemplateSpecPatchArgs' template: Template describes the pods that will be created. The only allowed template.spec.restartPolicy value is "Always".
|
|
@@ -1549,7 +1550,7 @@ class DeploymentSpecPatch(dict):
|
|
|
1549
1550
|
|
|
1550
1551
|
@property
|
|
1551
1552
|
@pulumi.getter(name="minReadySeconds")
|
|
1552
|
-
def min_ready_seconds(self) -> Optional[int]:
|
|
1553
|
+
def min_ready_seconds(self) -> Optional[builtins.int]:
|
|
1553
1554
|
"""
|
|
1554
1555
|
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)
|
|
1555
1556
|
"""
|
|
@@ -1557,7 +1558,7 @@ class DeploymentSpecPatch(dict):
|
|
|
1557
1558
|
|
|
1558
1559
|
@property
|
|
1559
1560
|
@pulumi.getter
|
|
1560
|
-
def paused(self) -> Optional[bool]:
|
|
1561
|
+
def paused(self) -> Optional[builtins.bool]:
|
|
1561
1562
|
"""
|
|
1562
1563
|
Indicates that the deployment is paused.
|
|
1563
1564
|
"""
|
|
@@ -1565,7 +1566,7 @@ class DeploymentSpecPatch(dict):
|
|
|
1565
1566
|
|
|
1566
1567
|
@property
|
|
1567
1568
|
@pulumi.getter(name="progressDeadlineSeconds")
|
|
1568
|
-
def progress_deadline_seconds(self) -> Optional[int]:
|
|
1569
|
+
def progress_deadline_seconds(self) -> Optional[builtins.int]:
|
|
1569
1570
|
"""
|
|
1570
1571
|
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.
|
|
1571
1572
|
"""
|
|
@@ -1573,7 +1574,7 @@ class DeploymentSpecPatch(dict):
|
|
|
1573
1574
|
|
|
1574
1575
|
@property
|
|
1575
1576
|
@pulumi.getter
|
|
1576
|
-
def replicas(self) -> Optional[int]:
|
|
1577
|
+
def replicas(self) -> Optional[builtins.int]:
|
|
1577
1578
|
"""
|
|
1578
1579
|
Number of desired pods. This is a pointer to distinguish between explicit zero and not specified. Defaults to 1.
|
|
1579
1580
|
"""
|
|
@@ -1581,7 +1582,7 @@ class DeploymentSpecPatch(dict):
|
|
|
1581
1582
|
|
|
1582
1583
|
@property
|
|
1583
1584
|
@pulumi.getter(name="revisionHistoryLimit")
|
|
1584
|
-
def revision_history_limit(self) -> Optional[int]:
|
|
1585
|
+
def revision_history_limit(self) -> Optional[builtins.int]:
|
|
1585
1586
|
"""
|
|
1586
1587
|
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.
|
|
1587
1588
|
"""
|
|
@@ -1645,24 +1646,24 @@ class DeploymentStatus(dict):
|
|
|
1645
1646
|
return super().get(key, default)
|
|
1646
1647
|
|
|
1647
1648
|
def __init__(__self__, *,
|
|
1648
|
-
available_replicas: Optional[int] = None,
|
|
1649
|
-
collision_count: Optional[int] = None,
|
|
1649
|
+
available_replicas: Optional[builtins.int] = None,
|
|
1650
|
+
collision_count: Optional[builtins.int] = None,
|
|
1650
1651
|
conditions: Optional[Sequence['outputs.DeploymentCondition']] = None,
|
|
1651
|
-
observed_generation: Optional[int] = None,
|
|
1652
|
-
ready_replicas: Optional[int] = None,
|
|
1653
|
-
replicas: Optional[int] = None,
|
|
1654
|
-
unavailable_replicas: Optional[int] = None,
|
|
1655
|
-
updated_replicas: Optional[int] = None):
|
|
1652
|
+
observed_generation: Optional[builtins.int] = None,
|
|
1653
|
+
ready_replicas: Optional[builtins.int] = None,
|
|
1654
|
+
replicas: Optional[builtins.int] = None,
|
|
1655
|
+
unavailable_replicas: Optional[builtins.int] = None,
|
|
1656
|
+
updated_replicas: Optional[builtins.int] = None):
|
|
1656
1657
|
"""
|
|
1657
1658
|
DeploymentStatus is the most recently observed status of the Deployment.
|
|
1658
|
-
:param int available_replicas: Total number of available pods (ready for at least minReadySeconds) targeted by this deployment.
|
|
1659
|
-
:param 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.
|
|
1659
|
+
:param builtins.int available_replicas: Total number of available pods (ready for at least minReadySeconds) targeted by this deployment.
|
|
1660
|
+
:param 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.
|
|
1660
1661
|
:param Sequence['DeploymentConditionArgs'] conditions: Represents the latest available observations of a deployment's current state.
|
|
1661
|
-
:param int observed_generation: The generation observed by the deployment controller.
|
|
1662
|
-
:param int ready_replicas: readyReplicas is the number of pods targeted by this Deployment with a Ready Condition.
|
|
1663
|
-
:param int replicas: Total number of non-terminated pods targeted by this deployment (their labels match the selector).
|
|
1664
|
-
:param 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.
|
|
1665
|
-
:param int updated_replicas: Total number of non-terminated pods targeted by this deployment that have the desired template spec.
|
|
1662
|
+
:param builtins.int observed_generation: The generation observed by the deployment controller.
|
|
1663
|
+
:param builtins.int ready_replicas: readyReplicas is the number of pods targeted by this Deployment with a Ready Condition.
|
|
1664
|
+
:param builtins.int replicas: Total number of non-terminated pods targeted by this deployment (their labels match the selector).
|
|
1665
|
+
:param 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.
|
|
1666
|
+
:param builtins.int updated_replicas: Total number of non-terminated pods targeted by this deployment that have the desired template spec.
|
|
1666
1667
|
"""
|
|
1667
1668
|
if available_replicas is not None:
|
|
1668
1669
|
pulumi.set(__self__, "available_replicas", available_replicas)
|
|
@@ -1683,7 +1684,7 @@ class DeploymentStatus(dict):
|
|
|
1683
1684
|
|
|
1684
1685
|
@property
|
|
1685
1686
|
@pulumi.getter(name="availableReplicas")
|
|
1686
|
-
def available_replicas(self) -> Optional[int]:
|
|
1687
|
+
def available_replicas(self) -> Optional[builtins.int]:
|
|
1687
1688
|
"""
|
|
1688
1689
|
Total number of available pods (ready for at least minReadySeconds) targeted by this deployment.
|
|
1689
1690
|
"""
|
|
@@ -1691,7 +1692,7 @@ class DeploymentStatus(dict):
|
|
|
1691
1692
|
|
|
1692
1693
|
@property
|
|
1693
1694
|
@pulumi.getter(name="collisionCount")
|
|
1694
|
-
def collision_count(self) -> Optional[int]:
|
|
1695
|
+
def collision_count(self) -> Optional[builtins.int]:
|
|
1695
1696
|
"""
|
|
1696
1697
|
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.
|
|
1697
1698
|
"""
|
|
@@ -1707,7 +1708,7 @@ class DeploymentStatus(dict):
|
|
|
1707
1708
|
|
|
1708
1709
|
@property
|
|
1709
1710
|
@pulumi.getter(name="observedGeneration")
|
|
1710
|
-
def observed_generation(self) -> Optional[int]:
|
|
1711
|
+
def observed_generation(self) -> Optional[builtins.int]:
|
|
1711
1712
|
"""
|
|
1712
1713
|
The generation observed by the deployment controller.
|
|
1713
1714
|
"""
|
|
@@ -1715,7 +1716,7 @@ class DeploymentStatus(dict):
|
|
|
1715
1716
|
|
|
1716
1717
|
@property
|
|
1717
1718
|
@pulumi.getter(name="readyReplicas")
|
|
1718
|
-
def ready_replicas(self) -> Optional[int]:
|
|
1719
|
+
def ready_replicas(self) -> Optional[builtins.int]:
|
|
1719
1720
|
"""
|
|
1720
1721
|
readyReplicas is the number of pods targeted by this Deployment with a Ready Condition.
|
|
1721
1722
|
"""
|
|
@@ -1723,7 +1724,7 @@ class DeploymentStatus(dict):
|
|
|
1723
1724
|
|
|
1724
1725
|
@property
|
|
1725
1726
|
@pulumi.getter
|
|
1726
|
-
def replicas(self) -> Optional[int]:
|
|
1727
|
+
def replicas(self) -> Optional[builtins.int]:
|
|
1727
1728
|
"""
|
|
1728
1729
|
Total number of non-terminated pods targeted by this deployment (their labels match the selector).
|
|
1729
1730
|
"""
|
|
@@ -1731,7 +1732,7 @@ class DeploymentStatus(dict):
|
|
|
1731
1732
|
|
|
1732
1733
|
@property
|
|
1733
1734
|
@pulumi.getter(name="unavailableReplicas")
|
|
1734
|
-
def unavailable_replicas(self) -> Optional[int]:
|
|
1735
|
+
def unavailable_replicas(self) -> Optional[builtins.int]:
|
|
1735
1736
|
"""
|
|
1736
1737
|
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.
|
|
1737
1738
|
"""
|
|
@@ -1739,7 +1740,7 @@ class DeploymentStatus(dict):
|
|
|
1739
1740
|
|
|
1740
1741
|
@property
|
|
1741
1742
|
@pulumi.getter(name="updatedReplicas")
|
|
1742
|
-
def updated_replicas(self) -> Optional[int]:
|
|
1743
|
+
def updated_replicas(self) -> Optional[builtins.int]:
|
|
1743
1744
|
"""
|
|
1744
1745
|
Total number of non-terminated pods targeted by this deployment that have the desired template spec.
|
|
1745
1746
|
"""
|
|
@@ -1779,24 +1780,24 @@ class DeploymentStatusPatch(dict):
|
|
|
1779
1780
|
return super().get(key, default)
|
|
1780
1781
|
|
|
1781
1782
|
def __init__(__self__, *,
|
|
1782
|
-
available_replicas: Optional[int] = None,
|
|
1783
|
-
collision_count: Optional[int] = None,
|
|
1783
|
+
available_replicas: Optional[builtins.int] = None,
|
|
1784
|
+
collision_count: Optional[builtins.int] = None,
|
|
1784
1785
|
conditions: Optional[Sequence['outputs.DeploymentConditionPatch']] = None,
|
|
1785
|
-
observed_generation: Optional[int] = None,
|
|
1786
|
-
ready_replicas: Optional[int] = None,
|
|
1787
|
-
replicas: Optional[int] = None,
|
|
1788
|
-
unavailable_replicas: Optional[int] = None,
|
|
1789
|
-
updated_replicas: Optional[int] = None):
|
|
1786
|
+
observed_generation: Optional[builtins.int] = None,
|
|
1787
|
+
ready_replicas: Optional[builtins.int] = None,
|
|
1788
|
+
replicas: Optional[builtins.int] = None,
|
|
1789
|
+
unavailable_replicas: Optional[builtins.int] = None,
|
|
1790
|
+
updated_replicas: Optional[builtins.int] = None):
|
|
1790
1791
|
"""
|
|
1791
1792
|
DeploymentStatus is the most recently observed status of the Deployment.
|
|
1792
|
-
:param int available_replicas: Total number of available pods (ready for at least minReadySeconds) targeted by this deployment.
|
|
1793
|
-
:param 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.
|
|
1793
|
+
:param builtins.int available_replicas: Total number of available pods (ready for at least minReadySeconds) targeted by this deployment.
|
|
1794
|
+
:param 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.
|
|
1794
1795
|
:param Sequence['DeploymentConditionPatchArgs'] conditions: Represents the latest available observations of a deployment's current state.
|
|
1795
|
-
:param int observed_generation: The generation observed by the deployment controller.
|
|
1796
|
-
:param int ready_replicas: readyReplicas is the number of pods targeted by this Deployment with a Ready Condition.
|
|
1797
|
-
:param int replicas: Total number of non-terminated pods targeted by this deployment (their labels match the selector).
|
|
1798
|
-
:param 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.
|
|
1799
|
-
:param int updated_replicas: Total number of non-terminated pods targeted by this deployment that have the desired template spec.
|
|
1796
|
+
:param builtins.int observed_generation: The generation observed by the deployment controller.
|
|
1797
|
+
:param builtins.int ready_replicas: readyReplicas is the number of pods targeted by this Deployment with a Ready Condition.
|
|
1798
|
+
:param builtins.int replicas: Total number of non-terminated pods targeted by this deployment (their labels match the selector).
|
|
1799
|
+
:param 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.
|
|
1800
|
+
:param builtins.int updated_replicas: Total number of non-terminated pods targeted by this deployment that have the desired template spec.
|
|
1800
1801
|
"""
|
|
1801
1802
|
if available_replicas is not None:
|
|
1802
1803
|
pulumi.set(__self__, "available_replicas", available_replicas)
|
|
@@ -1817,7 +1818,7 @@ class DeploymentStatusPatch(dict):
|
|
|
1817
1818
|
|
|
1818
1819
|
@property
|
|
1819
1820
|
@pulumi.getter(name="availableReplicas")
|
|
1820
|
-
def available_replicas(self) -> Optional[int]:
|
|
1821
|
+
def available_replicas(self) -> Optional[builtins.int]:
|
|
1821
1822
|
"""
|
|
1822
1823
|
Total number of available pods (ready for at least minReadySeconds) targeted by this deployment.
|
|
1823
1824
|
"""
|
|
@@ -1825,7 +1826,7 @@ class DeploymentStatusPatch(dict):
|
|
|
1825
1826
|
|
|
1826
1827
|
@property
|
|
1827
1828
|
@pulumi.getter(name="collisionCount")
|
|
1828
|
-
def collision_count(self) -> Optional[int]:
|
|
1829
|
+
def collision_count(self) -> Optional[builtins.int]:
|
|
1829
1830
|
"""
|
|
1830
1831
|
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.
|
|
1831
1832
|
"""
|
|
@@ -1841,7 +1842,7 @@ class DeploymentStatusPatch(dict):
|
|
|
1841
1842
|
|
|
1842
1843
|
@property
|
|
1843
1844
|
@pulumi.getter(name="observedGeneration")
|
|
1844
|
-
def observed_generation(self) -> Optional[int]:
|
|
1845
|
+
def observed_generation(self) -> Optional[builtins.int]:
|
|
1845
1846
|
"""
|
|
1846
1847
|
The generation observed by the deployment controller.
|
|
1847
1848
|
"""
|
|
@@ -1849,7 +1850,7 @@ class DeploymentStatusPatch(dict):
|
|
|
1849
1850
|
|
|
1850
1851
|
@property
|
|
1851
1852
|
@pulumi.getter(name="readyReplicas")
|
|
1852
|
-
def ready_replicas(self) -> Optional[int]:
|
|
1853
|
+
def ready_replicas(self) -> Optional[builtins.int]:
|
|
1853
1854
|
"""
|
|
1854
1855
|
readyReplicas is the number of pods targeted by this Deployment with a Ready Condition.
|
|
1855
1856
|
"""
|
|
@@ -1857,7 +1858,7 @@ class DeploymentStatusPatch(dict):
|
|
|
1857
1858
|
|
|
1858
1859
|
@property
|
|
1859
1860
|
@pulumi.getter
|
|
1860
|
-
def replicas(self) -> Optional[int]:
|
|
1861
|
+
def replicas(self) -> Optional[builtins.int]:
|
|
1861
1862
|
"""
|
|
1862
1863
|
Total number of non-terminated pods targeted by this deployment (their labels match the selector).
|
|
1863
1864
|
"""
|
|
@@ -1865,7 +1866,7 @@ class DeploymentStatusPatch(dict):
|
|
|
1865
1866
|
|
|
1866
1867
|
@property
|
|
1867
1868
|
@pulumi.getter(name="unavailableReplicas")
|
|
1868
|
-
def unavailable_replicas(self) -> Optional[int]:
|
|
1869
|
+
def unavailable_replicas(self) -> Optional[builtins.int]:
|
|
1869
1870
|
"""
|
|
1870
1871
|
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.
|
|
1871
1872
|
"""
|
|
@@ -1873,7 +1874,7 @@ class DeploymentStatusPatch(dict):
|
|
|
1873
1874
|
|
|
1874
1875
|
@property
|
|
1875
1876
|
@pulumi.getter(name="updatedReplicas")
|
|
1876
|
-
def updated_replicas(self) -> Optional[int]:
|
|
1877
|
+
def updated_replicas(self) -> Optional[builtins.int]:
|
|
1877
1878
|
"""
|
|
1878
1879
|
Total number of non-terminated pods targeted by this deployment that have the desired template spec.
|
|
1879
1880
|
"""
|
|
@@ -1904,11 +1905,11 @@ class DeploymentStrategy(dict):
|
|
|
1904
1905
|
|
|
1905
1906
|
def __init__(__self__, *,
|
|
1906
1907
|
rolling_update: Optional['outputs.RollingUpdateDeployment'] = None,
|
|
1907
|
-
type: Optional[str] = None):
|
|
1908
|
+
type: Optional[builtins.str] = None):
|
|
1908
1909
|
"""
|
|
1909
1910
|
DeploymentStrategy describes how to replace existing pods with new ones.
|
|
1910
1911
|
:param 'RollingUpdateDeploymentArgs' rolling_update: Rolling update config params. Present only if DeploymentStrategyType = RollingUpdate.
|
|
1911
|
-
:param str type: Type of deployment. Can be "Recreate" or "RollingUpdate". Default is RollingUpdate.
|
|
1912
|
+
:param builtins.str type: Type of deployment. Can be "Recreate" or "RollingUpdate". Default is RollingUpdate.
|
|
1912
1913
|
"""
|
|
1913
1914
|
if rolling_update is not None:
|
|
1914
1915
|
pulumi.set(__self__, "rolling_update", rolling_update)
|
|
@@ -1925,7 +1926,7 @@ class DeploymentStrategy(dict):
|
|
|
1925
1926
|
|
|
1926
1927
|
@property
|
|
1927
1928
|
@pulumi.getter
|
|
1928
|
-
def type(self) -> Optional[str]:
|
|
1929
|
+
def type(self) -> Optional[builtins.str]:
|
|
1929
1930
|
"""
|
|
1930
1931
|
Type of deployment. Can be "Recreate" or "RollingUpdate". Default is RollingUpdate.
|
|
1931
1932
|
"""
|
|
@@ -1956,11 +1957,11 @@ class DeploymentStrategyPatch(dict):
|
|
|
1956
1957
|
|
|
1957
1958
|
def __init__(__self__, *,
|
|
1958
1959
|
rolling_update: Optional['outputs.RollingUpdateDeploymentPatch'] = None,
|
|
1959
|
-
type: Optional[str] = None):
|
|
1960
|
+
type: Optional[builtins.str] = None):
|
|
1960
1961
|
"""
|
|
1961
1962
|
DeploymentStrategy describes how to replace existing pods with new ones.
|
|
1962
1963
|
:param 'RollingUpdateDeploymentPatchArgs' rolling_update: Rolling update config params. Present only if DeploymentStrategyType = RollingUpdate.
|
|
1963
|
-
:param str type: Type of deployment. Can be "Recreate" or "RollingUpdate". Default is RollingUpdate.
|
|
1964
|
+
:param builtins.str type: Type of deployment. Can be "Recreate" or "RollingUpdate". Default is RollingUpdate.
|
|
1964
1965
|
"""
|
|
1965
1966
|
if rolling_update is not None:
|
|
1966
1967
|
pulumi.set(__self__, "rolling_update", rolling_update)
|
|
@@ -1977,7 +1978,7 @@ class DeploymentStrategyPatch(dict):
|
|
|
1977
1978
|
|
|
1978
1979
|
@property
|
|
1979
1980
|
@pulumi.getter
|
|
1980
|
-
def type(self) -> Optional[str]:
|
|
1981
|
+
def type(self) -> Optional[builtins.str]:
|
|
1981
1982
|
"""
|
|
1982
1983
|
Type of deployment. Can be "Recreate" or "RollingUpdate". Default is RollingUpdate.
|
|
1983
1984
|
"""
|
|
@@ -2007,15 +2008,15 @@ class ReplicaSet(dict):
|
|
|
2007
2008
|
return super().get(key, default)
|
|
2008
2009
|
|
|
2009
2010
|
def __init__(__self__, *,
|
|
2010
|
-
api_version: Optional[str] = None,
|
|
2011
|
-
kind: Optional[str] = None,
|
|
2011
|
+
api_version: Optional[builtins.str] = None,
|
|
2012
|
+
kind: Optional[builtins.str] = None,
|
|
2012
2013
|
metadata: Optional['_meta.v1.outputs.ObjectMeta'] = None,
|
|
2013
2014
|
spec: Optional['outputs.ReplicaSetSpec'] = None,
|
|
2014
2015
|
status: Optional['outputs.ReplicaSetStatus'] = None):
|
|
2015
2016
|
"""
|
|
2016
2017
|
ReplicaSet ensures that a specified number of pod replicas are running at any given time.
|
|
2017
|
-
:param 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
|
|
2018
|
-
:param 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
|
|
2018
|
+
:param 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
|
|
2019
|
+
:param 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
|
|
2019
2020
|
:param '_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
|
|
2020
2021
|
:param '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
|
|
2021
2022
|
:param '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
|
|
@@ -2033,7 +2034,7 @@ class ReplicaSet(dict):
|
|
|
2033
2034
|
|
|
2034
2035
|
@property
|
|
2035
2036
|
@pulumi.getter(name="apiVersion")
|
|
2036
|
-
def api_version(self) -> Optional[str]:
|
|
2037
|
+
def api_version(self) -> Optional[builtins.str]:
|
|
2037
2038
|
"""
|
|
2038
2039
|
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
|
|
2039
2040
|
"""
|
|
@@ -2041,7 +2042,7 @@ class ReplicaSet(dict):
|
|
|
2041
2042
|
|
|
2042
2043
|
@property
|
|
2043
2044
|
@pulumi.getter
|
|
2044
|
-
def kind(self) -> Optional[str]:
|
|
2045
|
+
def kind(self) -> Optional[builtins.str]:
|
|
2045
2046
|
"""
|
|
2046
2047
|
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
|
|
2047
2048
|
"""
|
|
@@ -2095,18 +2096,18 @@ class ReplicaSetCondition(dict):
|
|
|
2095
2096
|
return super().get(key, default)
|
|
2096
2097
|
|
|
2097
2098
|
def __init__(__self__, *,
|
|
2098
|
-
status: str,
|
|
2099
|
-
type: str,
|
|
2100
|
-
last_transition_time: Optional[str] = None,
|
|
2101
|
-
message: Optional[str] = None,
|
|
2102
|
-
reason: Optional[str] = None):
|
|
2099
|
+
status: builtins.str,
|
|
2100
|
+
type: builtins.str,
|
|
2101
|
+
last_transition_time: Optional[builtins.str] = None,
|
|
2102
|
+
message: Optional[builtins.str] = None,
|
|
2103
|
+
reason: Optional[builtins.str] = None):
|
|
2103
2104
|
"""
|
|
2104
2105
|
ReplicaSetCondition describes the state of a replica set at a certain point.
|
|
2105
|
-
:param str status: Status of the condition, one of True, False, Unknown.
|
|
2106
|
-
:param str type: Type of replica set condition.
|
|
2107
|
-
:param str last_transition_time: The last time the condition transitioned from one status to another.
|
|
2108
|
-
:param str message: A human readable message indicating details about the transition.
|
|
2109
|
-
:param str reason: The reason for the condition's last transition.
|
|
2106
|
+
:param builtins.str status: Status of the condition, one of True, False, Unknown.
|
|
2107
|
+
:param builtins.str type: Type of replica set condition.
|
|
2108
|
+
:param builtins.str last_transition_time: The last time the condition transitioned from one status to another.
|
|
2109
|
+
:param builtins.str message: A human readable message indicating details about the transition.
|
|
2110
|
+
:param builtins.str reason: The reason for the condition's last transition.
|
|
2110
2111
|
"""
|
|
2111
2112
|
pulumi.set(__self__, "status", status)
|
|
2112
2113
|
pulumi.set(__self__, "type", type)
|
|
@@ -2119,7 +2120,7 @@ class ReplicaSetCondition(dict):
|
|
|
2119
2120
|
|
|
2120
2121
|
@property
|
|
2121
2122
|
@pulumi.getter
|
|
2122
|
-
def status(self) -> str:
|
|
2123
|
+
def status(self) -> builtins.str:
|
|
2123
2124
|
"""
|
|
2124
2125
|
Status of the condition, one of True, False, Unknown.
|
|
2125
2126
|
"""
|
|
@@ -2127,7 +2128,7 @@ class ReplicaSetCondition(dict):
|
|
|
2127
2128
|
|
|
2128
2129
|
@property
|
|
2129
2130
|
@pulumi.getter
|
|
2130
|
-
def type(self) -> str:
|
|
2131
|
+
def type(self) -> builtins.str:
|
|
2131
2132
|
"""
|
|
2132
2133
|
Type of replica set condition.
|
|
2133
2134
|
"""
|
|
@@ -2135,7 +2136,7 @@ class ReplicaSetCondition(dict):
|
|
|
2135
2136
|
|
|
2136
2137
|
@property
|
|
2137
2138
|
@pulumi.getter(name="lastTransitionTime")
|
|
2138
|
-
def last_transition_time(self) -> Optional[str]:
|
|
2139
|
+
def last_transition_time(self) -> Optional[builtins.str]:
|
|
2139
2140
|
"""
|
|
2140
2141
|
The last time the condition transitioned from one status to another.
|
|
2141
2142
|
"""
|
|
@@ -2143,7 +2144,7 @@ class ReplicaSetCondition(dict):
|
|
|
2143
2144
|
|
|
2144
2145
|
@property
|
|
2145
2146
|
@pulumi.getter
|
|
2146
|
-
def message(self) -> Optional[str]:
|
|
2147
|
+
def message(self) -> Optional[builtins.str]:
|
|
2147
2148
|
"""
|
|
2148
2149
|
A human readable message indicating details about the transition.
|
|
2149
2150
|
"""
|
|
@@ -2151,7 +2152,7 @@ class ReplicaSetCondition(dict):
|
|
|
2151
2152
|
|
|
2152
2153
|
@property
|
|
2153
2154
|
@pulumi.getter
|
|
2154
|
-
def reason(self) -> Optional[str]:
|
|
2155
|
+
def reason(self) -> Optional[builtins.str]:
|
|
2155
2156
|
"""
|
|
2156
2157
|
The reason for the condition's last transition.
|
|
2157
2158
|
"""
|
|
@@ -2181,18 +2182,18 @@ class ReplicaSetConditionPatch(dict):
|
|
|
2181
2182
|
return super().get(key, default)
|
|
2182
2183
|
|
|
2183
2184
|
def __init__(__self__, *,
|
|
2184
|
-
last_transition_time: Optional[str] = None,
|
|
2185
|
-
message: Optional[str] = None,
|
|
2186
|
-
reason: Optional[str] = None,
|
|
2187
|
-
status: Optional[str] = None,
|
|
2188
|
-
type: Optional[str] = None):
|
|
2185
|
+
last_transition_time: Optional[builtins.str] = None,
|
|
2186
|
+
message: Optional[builtins.str] = None,
|
|
2187
|
+
reason: Optional[builtins.str] = None,
|
|
2188
|
+
status: Optional[builtins.str] = None,
|
|
2189
|
+
type: Optional[builtins.str] = None):
|
|
2189
2190
|
"""
|
|
2190
2191
|
ReplicaSetCondition describes the state of a replica set at a certain point.
|
|
2191
|
-
:param str last_transition_time: The last time the condition transitioned from one status to another.
|
|
2192
|
-
:param str message: A human readable message indicating details about the transition.
|
|
2193
|
-
:param str reason: The reason for the condition's last transition.
|
|
2194
|
-
:param str status: Status of the condition, one of True, False, Unknown.
|
|
2195
|
-
:param str type: Type of replica set condition.
|
|
2192
|
+
:param builtins.str last_transition_time: The last time the condition transitioned from one status to another.
|
|
2193
|
+
:param builtins.str message: A human readable message indicating details about the transition.
|
|
2194
|
+
:param builtins.str reason: The reason for the condition's last transition.
|
|
2195
|
+
:param builtins.str status: Status of the condition, one of True, False, Unknown.
|
|
2196
|
+
:param builtins.str type: Type of replica set condition.
|
|
2196
2197
|
"""
|
|
2197
2198
|
if last_transition_time is not None:
|
|
2198
2199
|
pulumi.set(__self__, "last_transition_time", last_transition_time)
|
|
@@ -2207,7 +2208,7 @@ class ReplicaSetConditionPatch(dict):
|
|
|
2207
2208
|
|
|
2208
2209
|
@property
|
|
2209
2210
|
@pulumi.getter(name="lastTransitionTime")
|
|
2210
|
-
def last_transition_time(self) -> Optional[str]:
|
|
2211
|
+
def last_transition_time(self) -> Optional[builtins.str]:
|
|
2211
2212
|
"""
|
|
2212
2213
|
The last time the condition transitioned from one status to another.
|
|
2213
2214
|
"""
|
|
@@ -2215,7 +2216,7 @@ class ReplicaSetConditionPatch(dict):
|
|
|
2215
2216
|
|
|
2216
2217
|
@property
|
|
2217
2218
|
@pulumi.getter
|
|
2218
|
-
def message(self) -> Optional[str]:
|
|
2219
|
+
def message(self) -> Optional[builtins.str]:
|
|
2219
2220
|
"""
|
|
2220
2221
|
A human readable message indicating details about the transition.
|
|
2221
2222
|
"""
|
|
@@ -2223,7 +2224,7 @@ class ReplicaSetConditionPatch(dict):
|
|
|
2223
2224
|
|
|
2224
2225
|
@property
|
|
2225
2226
|
@pulumi.getter
|
|
2226
|
-
def reason(self) -> Optional[str]:
|
|
2227
|
+
def reason(self) -> Optional[builtins.str]:
|
|
2227
2228
|
"""
|
|
2228
2229
|
The reason for the condition's last transition.
|
|
2229
2230
|
"""
|
|
@@ -2231,7 +2232,7 @@ class ReplicaSetConditionPatch(dict):
|
|
|
2231
2232
|
|
|
2232
2233
|
@property
|
|
2233
2234
|
@pulumi.getter
|
|
2234
|
-
def status(self) -> Optional[str]:
|
|
2235
|
+
def status(self) -> Optional[builtins.str]:
|
|
2235
2236
|
"""
|
|
2236
2237
|
Status of the condition, one of True, False, Unknown.
|
|
2237
2238
|
"""
|
|
@@ -2239,7 +2240,7 @@ class ReplicaSetConditionPatch(dict):
|
|
|
2239
2240
|
|
|
2240
2241
|
@property
|
|
2241
2242
|
@pulumi.getter
|
|
2242
|
-
def type(self) -> Optional[str]:
|
|
2243
|
+
def type(self) -> Optional[builtins.str]:
|
|
2243
2244
|
"""
|
|
2244
2245
|
Type of replica set condition.
|
|
2245
2246
|
"""
|
|
@@ -2270,14 +2271,14 @@ class ReplicaSetSpec(dict):
|
|
|
2270
2271
|
|
|
2271
2272
|
def __init__(__self__, *,
|
|
2272
2273
|
selector: '_meta.v1.outputs.LabelSelector',
|
|
2273
|
-
min_ready_seconds: Optional[int] = None,
|
|
2274
|
-
replicas: Optional[int] = None,
|
|
2274
|
+
min_ready_seconds: Optional[builtins.int] = None,
|
|
2275
|
+
replicas: Optional[builtins.int] = None,
|
|
2275
2276
|
template: Optional['_core.v1.outputs.PodTemplateSpec'] = None):
|
|
2276
2277
|
"""
|
|
2277
2278
|
ReplicaSetSpec is the specification of a ReplicaSet.
|
|
2278
2279
|
:param '_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
|
|
2279
|
-
:param 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)
|
|
2280
|
-
:param 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
|
|
2280
|
+
:param 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)
|
|
2281
|
+
:param 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
|
|
2281
2282
|
:param '_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
|
|
2282
2283
|
"""
|
|
2283
2284
|
pulumi.set(__self__, "selector", selector)
|
|
@@ -2298,7 +2299,7 @@ class ReplicaSetSpec(dict):
|
|
|
2298
2299
|
|
|
2299
2300
|
@property
|
|
2300
2301
|
@pulumi.getter(name="minReadySeconds")
|
|
2301
|
-
def min_ready_seconds(self) -> Optional[int]:
|
|
2302
|
+
def min_ready_seconds(self) -> Optional[builtins.int]:
|
|
2302
2303
|
"""
|
|
2303
2304
|
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)
|
|
2304
2305
|
"""
|
|
@@ -2306,7 +2307,7 @@ class ReplicaSetSpec(dict):
|
|
|
2306
2307
|
|
|
2307
2308
|
@property
|
|
2308
2309
|
@pulumi.getter
|
|
2309
|
-
def replicas(self) -> Optional[int]:
|
|
2310
|
+
def replicas(self) -> Optional[builtins.int]:
|
|
2310
2311
|
"""
|
|
2311
2312
|
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
|
|
2312
2313
|
"""
|
|
@@ -2344,14 +2345,14 @@ class ReplicaSetSpecPatch(dict):
|
|
|
2344
2345
|
return super().get(key, default)
|
|
2345
2346
|
|
|
2346
2347
|
def __init__(__self__, *,
|
|
2347
|
-
min_ready_seconds: Optional[int] = None,
|
|
2348
|
-
replicas: Optional[int] = None,
|
|
2348
|
+
min_ready_seconds: Optional[builtins.int] = None,
|
|
2349
|
+
replicas: Optional[builtins.int] = None,
|
|
2349
2350
|
selector: Optional['_meta.v1.outputs.LabelSelectorPatch'] = None,
|
|
2350
2351
|
template: Optional['_core.v1.outputs.PodTemplateSpecPatch'] = None):
|
|
2351
2352
|
"""
|
|
2352
2353
|
ReplicaSetSpec is the specification of a ReplicaSet.
|
|
2353
|
-
:param 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)
|
|
2354
|
-
:param 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
|
|
2354
|
+
:param 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)
|
|
2355
|
+
:param 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
|
|
2355
2356
|
:param '_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
|
|
2356
2357
|
:param '_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
|
|
2357
2358
|
"""
|
|
@@ -2366,7 +2367,7 @@ class ReplicaSetSpecPatch(dict):
|
|
|
2366
2367
|
|
|
2367
2368
|
@property
|
|
2368
2369
|
@pulumi.getter(name="minReadySeconds")
|
|
2369
|
-
def min_ready_seconds(self) -> Optional[int]:
|
|
2370
|
+
def min_ready_seconds(self) -> Optional[builtins.int]:
|
|
2370
2371
|
"""
|
|
2371
2372
|
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)
|
|
2372
2373
|
"""
|
|
@@ -2374,7 +2375,7 @@ class ReplicaSetSpecPatch(dict):
|
|
|
2374
2375
|
|
|
2375
2376
|
@property
|
|
2376
2377
|
@pulumi.getter
|
|
2377
|
-
def replicas(self) -> Optional[int]:
|
|
2378
|
+
def replicas(self) -> Optional[builtins.int]:
|
|
2378
2379
|
"""
|
|
2379
2380
|
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
|
|
2380
2381
|
"""
|
|
@@ -2426,20 +2427,20 @@ class ReplicaSetStatus(dict):
|
|
|
2426
2427
|
return super().get(key, default)
|
|
2427
2428
|
|
|
2428
2429
|
def __init__(__self__, *,
|
|
2429
|
-
replicas: int,
|
|
2430
|
-
available_replicas: Optional[int] = None,
|
|
2430
|
+
replicas: builtins.int,
|
|
2431
|
+
available_replicas: Optional[builtins.int] = None,
|
|
2431
2432
|
conditions: Optional[Sequence['outputs.ReplicaSetCondition']] = None,
|
|
2432
|
-
fully_labeled_replicas: Optional[int] = None,
|
|
2433
|
-
observed_generation: Optional[int] = None,
|
|
2434
|
-
ready_replicas: Optional[int] = None):
|
|
2433
|
+
fully_labeled_replicas: Optional[builtins.int] = None,
|
|
2434
|
+
observed_generation: Optional[builtins.int] = None,
|
|
2435
|
+
ready_replicas: Optional[builtins.int] = None):
|
|
2435
2436
|
"""
|
|
2436
2437
|
ReplicaSetStatus represents the current status of a ReplicaSet.
|
|
2437
|
-
:param int replicas: Replicas is the most recently observed number of replicas. More info: https://kubernetes.io/docs/concepts/workloads/controllers/replicationcontroller/#what-is-a-replicationcontroller
|
|
2438
|
-
:param int available_replicas: The number of available replicas (ready for at least minReadySeconds) for this replica set.
|
|
2438
|
+
:param builtins.int replicas: Replicas is the most recently observed number of replicas. More info: https://kubernetes.io/docs/concepts/workloads/controllers/replicationcontroller/#what-is-a-replicationcontroller
|
|
2439
|
+
:param builtins.int available_replicas: The number of available replicas (ready for at least minReadySeconds) for this replica set.
|
|
2439
2440
|
:param Sequence['ReplicaSetConditionArgs'] conditions: Represents the latest available observations of a replica set's current state.
|
|
2440
|
-
:param int fully_labeled_replicas: The number of pods that have labels matching the labels of the pod template of the replicaset.
|
|
2441
|
-
:param int observed_generation: ObservedGeneration reflects the generation of the most recently observed ReplicaSet.
|
|
2442
|
-
:param int ready_replicas: readyReplicas is the number of pods targeted by this ReplicaSet with a Ready Condition.
|
|
2441
|
+
:param builtins.int fully_labeled_replicas: The number of pods that have labels matching the labels of the pod template of the replicaset.
|
|
2442
|
+
:param builtins.int observed_generation: ObservedGeneration reflects the generation of the most recently observed ReplicaSet.
|
|
2443
|
+
:param builtins.int ready_replicas: readyReplicas is the number of pods targeted by this ReplicaSet with a Ready Condition.
|
|
2443
2444
|
"""
|
|
2444
2445
|
pulumi.set(__self__, "replicas", replicas)
|
|
2445
2446
|
if available_replicas is not None:
|
|
@@ -2455,7 +2456,7 @@ class ReplicaSetStatus(dict):
|
|
|
2455
2456
|
|
|
2456
2457
|
@property
|
|
2457
2458
|
@pulumi.getter
|
|
2458
|
-
def replicas(self) -> int:
|
|
2459
|
+
def replicas(self) -> builtins.int:
|
|
2459
2460
|
"""
|
|
2460
2461
|
Replicas is the most recently observed number of replicas. More info: https://kubernetes.io/docs/concepts/workloads/controllers/replicationcontroller/#what-is-a-replicationcontroller
|
|
2461
2462
|
"""
|
|
@@ -2463,7 +2464,7 @@ class ReplicaSetStatus(dict):
|
|
|
2463
2464
|
|
|
2464
2465
|
@property
|
|
2465
2466
|
@pulumi.getter(name="availableReplicas")
|
|
2466
|
-
def available_replicas(self) -> Optional[int]:
|
|
2467
|
+
def available_replicas(self) -> Optional[builtins.int]:
|
|
2467
2468
|
"""
|
|
2468
2469
|
The number of available replicas (ready for at least minReadySeconds) for this replica set.
|
|
2469
2470
|
"""
|
|
@@ -2479,7 +2480,7 @@ class ReplicaSetStatus(dict):
|
|
|
2479
2480
|
|
|
2480
2481
|
@property
|
|
2481
2482
|
@pulumi.getter(name="fullyLabeledReplicas")
|
|
2482
|
-
def fully_labeled_replicas(self) -> Optional[int]:
|
|
2483
|
+
def fully_labeled_replicas(self) -> Optional[builtins.int]:
|
|
2483
2484
|
"""
|
|
2484
2485
|
The number of pods that have labels matching the labels of the pod template of the replicaset.
|
|
2485
2486
|
"""
|
|
@@ -2487,7 +2488,7 @@ class ReplicaSetStatus(dict):
|
|
|
2487
2488
|
|
|
2488
2489
|
@property
|
|
2489
2490
|
@pulumi.getter(name="observedGeneration")
|
|
2490
|
-
def observed_generation(self) -> Optional[int]:
|
|
2491
|
+
def observed_generation(self) -> Optional[builtins.int]:
|
|
2491
2492
|
"""
|
|
2492
2493
|
ObservedGeneration reflects the generation of the most recently observed ReplicaSet.
|
|
2493
2494
|
"""
|
|
@@ -2495,7 +2496,7 @@ class ReplicaSetStatus(dict):
|
|
|
2495
2496
|
|
|
2496
2497
|
@property
|
|
2497
2498
|
@pulumi.getter(name="readyReplicas")
|
|
2498
|
-
def ready_replicas(self) -> Optional[int]:
|
|
2499
|
+
def ready_replicas(self) -> Optional[builtins.int]:
|
|
2499
2500
|
"""
|
|
2500
2501
|
readyReplicas is the number of pods targeted by this ReplicaSet with a Ready Condition.
|
|
2501
2502
|
"""
|
|
@@ -2531,20 +2532,20 @@ class ReplicaSetStatusPatch(dict):
|
|
|
2531
2532
|
return super().get(key, default)
|
|
2532
2533
|
|
|
2533
2534
|
def __init__(__self__, *,
|
|
2534
|
-
available_replicas: Optional[int] = None,
|
|
2535
|
+
available_replicas: Optional[builtins.int] = None,
|
|
2535
2536
|
conditions: Optional[Sequence['outputs.ReplicaSetConditionPatch']] = None,
|
|
2536
|
-
fully_labeled_replicas: Optional[int] = None,
|
|
2537
|
-
observed_generation: Optional[int] = None,
|
|
2538
|
-
ready_replicas: Optional[int] = None,
|
|
2539
|
-
replicas: Optional[int] = None):
|
|
2537
|
+
fully_labeled_replicas: Optional[builtins.int] = None,
|
|
2538
|
+
observed_generation: Optional[builtins.int] = None,
|
|
2539
|
+
ready_replicas: Optional[builtins.int] = None,
|
|
2540
|
+
replicas: Optional[builtins.int] = None):
|
|
2540
2541
|
"""
|
|
2541
2542
|
ReplicaSetStatus represents the current status of a ReplicaSet.
|
|
2542
|
-
:param int available_replicas: The number of available replicas (ready for at least minReadySeconds) for this replica set.
|
|
2543
|
+
:param builtins.int available_replicas: The number of available replicas (ready for at least minReadySeconds) for this replica set.
|
|
2543
2544
|
:param Sequence['ReplicaSetConditionPatchArgs'] conditions: Represents the latest available observations of a replica set's current state.
|
|
2544
|
-
:param int fully_labeled_replicas: The number of pods that have labels matching the labels of the pod template of the replicaset.
|
|
2545
|
-
:param int observed_generation: ObservedGeneration reflects the generation of the most recently observed ReplicaSet.
|
|
2546
|
-
:param int ready_replicas: readyReplicas is the number of pods targeted by this ReplicaSet with a Ready Condition.
|
|
2547
|
-
:param int replicas: Replicas is the most recently observed number of replicas. More info: https://kubernetes.io/docs/concepts/workloads/controllers/replicationcontroller/#what-is-a-replicationcontroller
|
|
2545
|
+
:param builtins.int fully_labeled_replicas: The number of pods that have labels matching the labels of the pod template of the replicaset.
|
|
2546
|
+
:param builtins.int observed_generation: ObservedGeneration reflects the generation of the most recently observed ReplicaSet.
|
|
2547
|
+
:param builtins.int ready_replicas: readyReplicas is the number of pods targeted by this ReplicaSet with a Ready Condition.
|
|
2548
|
+
:param builtins.int replicas: Replicas is the most recently observed number of replicas. More info: https://kubernetes.io/docs/concepts/workloads/controllers/replicationcontroller/#what-is-a-replicationcontroller
|
|
2548
2549
|
"""
|
|
2549
2550
|
if available_replicas is not None:
|
|
2550
2551
|
pulumi.set(__self__, "available_replicas", available_replicas)
|
|
@@ -2561,7 +2562,7 @@ class ReplicaSetStatusPatch(dict):
|
|
|
2561
2562
|
|
|
2562
2563
|
@property
|
|
2563
2564
|
@pulumi.getter(name="availableReplicas")
|
|
2564
|
-
def available_replicas(self) -> Optional[int]:
|
|
2565
|
+
def available_replicas(self) -> Optional[builtins.int]:
|
|
2565
2566
|
"""
|
|
2566
2567
|
The number of available replicas (ready for at least minReadySeconds) for this replica set.
|
|
2567
2568
|
"""
|
|
@@ -2577,7 +2578,7 @@ class ReplicaSetStatusPatch(dict):
|
|
|
2577
2578
|
|
|
2578
2579
|
@property
|
|
2579
2580
|
@pulumi.getter(name="fullyLabeledReplicas")
|
|
2580
|
-
def fully_labeled_replicas(self) -> Optional[int]:
|
|
2581
|
+
def fully_labeled_replicas(self) -> Optional[builtins.int]:
|
|
2581
2582
|
"""
|
|
2582
2583
|
The number of pods that have labels matching the labels of the pod template of the replicaset.
|
|
2583
2584
|
"""
|
|
@@ -2585,7 +2586,7 @@ class ReplicaSetStatusPatch(dict):
|
|
|
2585
2586
|
|
|
2586
2587
|
@property
|
|
2587
2588
|
@pulumi.getter(name="observedGeneration")
|
|
2588
|
-
def observed_generation(self) -> Optional[int]:
|
|
2589
|
+
def observed_generation(self) -> Optional[builtins.int]:
|
|
2589
2590
|
"""
|
|
2590
2591
|
ObservedGeneration reflects the generation of the most recently observed ReplicaSet.
|
|
2591
2592
|
"""
|
|
@@ -2593,7 +2594,7 @@ class ReplicaSetStatusPatch(dict):
|
|
|
2593
2594
|
|
|
2594
2595
|
@property
|
|
2595
2596
|
@pulumi.getter(name="readyReplicas")
|
|
2596
|
-
def ready_replicas(self) -> Optional[int]:
|
|
2597
|
+
def ready_replicas(self) -> Optional[builtins.int]:
|
|
2597
2598
|
"""
|
|
2598
2599
|
readyReplicas is the number of pods targeted by this ReplicaSet with a Ready Condition.
|
|
2599
2600
|
"""
|
|
@@ -2601,7 +2602,7 @@ class ReplicaSetStatusPatch(dict):
|
|
|
2601
2602
|
|
|
2602
2603
|
@property
|
|
2603
2604
|
@pulumi.getter
|
|
2604
|
-
def replicas(self) -> Optional[int]:
|
|
2605
|
+
def replicas(self) -> Optional[builtins.int]:
|
|
2605
2606
|
"""
|
|
2606
2607
|
Replicas is the most recently observed number of replicas. More info: https://kubernetes.io/docs/concepts/workloads/controllers/replicationcontroller/#what-is-a-replicationcontroller
|
|
2607
2608
|
"""
|
|
@@ -2637,8 +2638,8 @@ class RollingUpdateDaemonSet(dict):
|
|
|
2637
2638
|
max_unavailable: Optional[Any] = None):
|
|
2638
2639
|
"""
|
|
2639
2640
|
Spec to control the desired behavior of daemon set rolling update.
|
|
2640
|
-
:param Union[int, str] max_surge: The maximum number of nodes with an existing available DaemonSet pod that can have an updated DaemonSet pod during during an update. Value can be an absolute number (ex: 5) or a percentage of desired pods (ex: 10%). This can not be 0 if MaxUnavailable is 0. Absolute number is calculated from percentage by rounding up to a minimum of 1. Default value is 0. Example: when this is set to 30%, at most 30% of the total number of nodes that should be running the daemon pod (i.e. status.desiredNumberScheduled) can have their a new pod created before the old pod is marked as deleted. The update starts by launching new pods on 30% of nodes. Once an updated pod is available (Ready for at least minReadySeconds) the old DaemonSet pod on that node is marked deleted. If the old pod becomes unavailable for any reason (Ready transitions to false, is evicted, or is drained) an updated pod is immediatedly created on that node without considering surge limits. Allowing surge implies the possibility that the resources consumed by the daemonset on any given node can double if the readiness check fails, and so resource intensive daemonsets should take into account that they may cause evictions during disruption.
|
|
2641
|
-
:param Union[int, str] max_unavailable: The maximum number of DaemonSet pods that can be unavailable during the update. Value can be an absolute number (ex: 5) or a percentage of total number of DaemonSet pods at the start of the update (ex: 10%). Absolute number is calculated from percentage by rounding up. This cannot be 0 if MaxSurge is 0 Default value is 1. Example: when this is set to 30%, at most 30% of the total number of nodes that should be running the daemon pod (i.e. status.desiredNumberScheduled) can have their pods stopped for an update at any given time. The update starts by stopping at most 30% of those DaemonSet pods and then brings up new DaemonSet pods in their place. Once the new pods are available, it then proceeds onto other DaemonSet pods, thus ensuring that at least 70% of original number of DaemonSet pods are available at all times during the update.
|
|
2641
|
+
:param Union[builtins.int, builtins.str] max_surge: The maximum number of nodes with an existing available DaemonSet pod that can have an updated DaemonSet pod during during an update. Value can be an absolute number (ex: 5) or a percentage of desired pods (ex: 10%). This can not be 0 if MaxUnavailable is 0. Absolute number is calculated from percentage by rounding up to a minimum of 1. Default value is 0. Example: when this is set to 30%, at most 30% of the total number of nodes that should be running the daemon pod (i.e. status.desiredNumberScheduled) can have their a new pod created before the old pod is marked as deleted. The update starts by launching new pods on 30% of nodes. Once an updated pod is available (Ready for at least minReadySeconds) the old DaemonSet pod on that node is marked deleted. If the old pod becomes unavailable for any reason (Ready transitions to false, is evicted, or is drained) an updated pod is immediatedly created on that node without considering surge limits. Allowing surge implies the possibility that the resources consumed by the daemonset on any given node can double if the readiness check fails, and so resource intensive daemonsets should take into account that they may cause evictions during disruption.
|
|
2642
|
+
:param Union[builtins.int, builtins.str] max_unavailable: The maximum number of DaemonSet pods that can be unavailable during the update. Value can be an absolute number (ex: 5) or a percentage of total number of DaemonSet pods at the start of the update (ex: 10%). Absolute number is calculated from percentage by rounding up. This cannot be 0 if MaxSurge is 0 Default value is 1. Example: when this is set to 30%, at most 30% of the total number of nodes that should be running the daemon pod (i.e. status.desiredNumberScheduled) can have their pods stopped for an update at any given time. The update starts by stopping at most 30% of those DaemonSet pods and then brings up new DaemonSet pods in their place. Once the new pods are available, it then proceeds onto other DaemonSet pods, thus ensuring that at least 70% of original number of DaemonSet pods are available at all times during the update.
|
|
2642
2643
|
"""
|
|
2643
2644
|
if max_surge is not None:
|
|
2644
2645
|
pulumi.set(__self__, "max_surge", max_surge)
|
|
@@ -2691,8 +2692,8 @@ class RollingUpdateDaemonSetPatch(dict):
|
|
|
2691
2692
|
max_unavailable: Optional[Any] = None):
|
|
2692
2693
|
"""
|
|
2693
2694
|
Spec to control the desired behavior of daemon set rolling update.
|
|
2694
|
-
:param Union[int, str] max_surge: The maximum number of nodes with an existing available DaemonSet pod that can have an updated DaemonSet pod during during an update. Value can be an absolute number (ex: 5) or a percentage of desired pods (ex: 10%). This can not be 0 if MaxUnavailable is 0. Absolute number is calculated from percentage by rounding up to a minimum of 1. Default value is 0. Example: when this is set to 30%, at most 30% of the total number of nodes that should be running the daemon pod (i.e. status.desiredNumberScheduled) can have their a new pod created before the old pod is marked as deleted. The update starts by launching new pods on 30% of nodes. Once an updated pod is available (Ready for at least minReadySeconds) the old DaemonSet pod on that node is marked deleted. If the old pod becomes unavailable for any reason (Ready transitions to false, is evicted, or is drained) an updated pod is immediatedly created on that node without considering surge limits. Allowing surge implies the possibility that the resources consumed by the daemonset on any given node can double if the readiness check fails, and so resource intensive daemonsets should take into account that they may cause evictions during disruption.
|
|
2695
|
-
:param Union[int, str] max_unavailable: The maximum number of DaemonSet pods that can be unavailable during the update. Value can be an absolute number (ex: 5) or a percentage of total number of DaemonSet pods at the start of the update (ex: 10%). Absolute number is calculated from percentage by rounding up. This cannot be 0 if MaxSurge is 0 Default value is 1. Example: when this is set to 30%, at most 30% of the total number of nodes that should be running the daemon pod (i.e. status.desiredNumberScheduled) can have their pods stopped for an update at any given time. The update starts by stopping at most 30% of those DaemonSet pods and then brings up new DaemonSet pods in their place. Once the new pods are available, it then proceeds onto other DaemonSet pods, thus ensuring that at least 70% of original number of DaemonSet pods are available at all times during the update.
|
|
2695
|
+
:param Union[builtins.int, builtins.str] max_surge: The maximum number of nodes with an existing available DaemonSet pod that can have an updated DaemonSet pod during during an update. Value can be an absolute number (ex: 5) or a percentage of desired pods (ex: 10%). This can not be 0 if MaxUnavailable is 0. Absolute number is calculated from percentage by rounding up to a minimum of 1. Default value is 0. Example: when this is set to 30%, at most 30% of the total number of nodes that should be running the daemon pod (i.e. status.desiredNumberScheduled) can have their a new pod created before the old pod is marked as deleted. The update starts by launching new pods on 30% of nodes. Once an updated pod is available (Ready for at least minReadySeconds) the old DaemonSet pod on that node is marked deleted. If the old pod becomes unavailable for any reason (Ready transitions to false, is evicted, or is drained) an updated pod is immediatedly created on that node without considering surge limits. Allowing surge implies the possibility that the resources consumed by the daemonset on any given node can double if the readiness check fails, and so resource intensive daemonsets should take into account that they may cause evictions during disruption.
|
|
2696
|
+
:param Union[builtins.int, builtins.str] max_unavailable: The maximum number of DaemonSet pods that can be unavailable during the update. Value can be an absolute number (ex: 5) or a percentage of total number of DaemonSet pods at the start of the update (ex: 10%). Absolute number is calculated from percentage by rounding up. This cannot be 0 if MaxSurge is 0 Default value is 1. Example: when this is set to 30%, at most 30% of the total number of nodes that should be running the daemon pod (i.e. status.desiredNumberScheduled) can have their pods stopped for an update at any given time. The update starts by stopping at most 30% of those DaemonSet pods and then brings up new DaemonSet pods in their place. Once the new pods are available, it then proceeds onto other DaemonSet pods, thus ensuring that at least 70% of original number of DaemonSet pods are available at all times during the update.
|
|
2696
2697
|
"""
|
|
2697
2698
|
if max_surge is not None:
|
|
2698
2699
|
pulumi.set(__self__, "max_surge", max_surge)
|
|
@@ -2745,8 +2746,8 @@ class RollingUpdateDeployment(dict):
|
|
|
2745
2746
|
max_unavailable: Optional[Any] = None):
|
|
2746
2747
|
"""
|
|
2747
2748
|
Spec to control the desired behavior of rolling update.
|
|
2748
|
-
:param 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.
|
|
2749
|
-
:param 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.
|
|
2749
|
+
:param 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.
|
|
2750
|
+
:param 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.
|
|
2750
2751
|
"""
|
|
2751
2752
|
if max_surge is not None:
|
|
2752
2753
|
pulumi.set(__self__, "max_surge", max_surge)
|
|
@@ -2799,8 +2800,8 @@ class RollingUpdateDeploymentPatch(dict):
|
|
|
2799
2800
|
max_unavailable: Optional[Any] = None):
|
|
2800
2801
|
"""
|
|
2801
2802
|
Spec to control the desired behavior of rolling update.
|
|
2802
|
-
:param 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.
|
|
2803
|
-
:param 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.
|
|
2803
|
+
:param 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.
|
|
2804
|
+
:param 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.
|
|
2804
2805
|
"""
|
|
2805
2806
|
if max_surge is not None:
|
|
2806
2807
|
pulumi.set(__self__, "max_surge", max_surge)
|
|
@@ -2848,11 +2849,11 @@ class RollingUpdateStatefulSetStrategy(dict):
|
|
|
2848
2849
|
|
|
2849
2850
|
def __init__(__self__, *,
|
|
2850
2851
|
max_unavailable: Optional[Any] = None,
|
|
2851
|
-
partition: Optional[int] = None):
|
|
2852
|
+
partition: Optional[builtins.int] = None):
|
|
2852
2853
|
"""
|
|
2853
2854
|
RollingUpdateStatefulSetStrategy is used to communicate parameter for RollingUpdateStatefulSetStrategyType.
|
|
2854
|
-
:param Union[int, str] max_unavailable: The maximum number of pods that can be unavailable during the update. Value can be an absolute number (ex: 5) or a percentage of desired pods (ex: 10%). Absolute number is calculated from percentage by rounding up. This can not be 0. Defaults to 1. This field is alpha-level and is only honored by servers that enable the MaxUnavailableStatefulSet feature. The field applies to all pods in the range 0 to Replicas-1. That means if there is any unavailable pod in the range 0 to Replicas-1, it will be counted towards MaxUnavailable.
|
|
2855
|
-
:param int partition: Partition indicates the ordinal at which the StatefulSet should be partitioned for updates. During a rolling update, all pods from ordinal Replicas-1 to Partition are updated. All pods from ordinal Partition-1 to 0 remain untouched. This is helpful in being able to do a canary based deployment. The default value is 0.
|
|
2855
|
+
:param Union[builtins.int, builtins.str] max_unavailable: The maximum number of pods that can be unavailable during the update. Value can be an absolute number (ex: 5) or a percentage of desired pods (ex: 10%). Absolute number is calculated from percentage by rounding up. This can not be 0. Defaults to 1. This field is alpha-level and is only honored by servers that enable the MaxUnavailableStatefulSet feature. The field applies to all pods in the range 0 to Replicas-1. That means if there is any unavailable pod in the range 0 to Replicas-1, it will be counted towards MaxUnavailable.
|
|
2856
|
+
:param builtins.int partition: Partition indicates the ordinal at which the StatefulSet should be partitioned for updates. During a rolling update, all pods from ordinal Replicas-1 to Partition are updated. All pods from ordinal Partition-1 to 0 remain untouched. This is helpful in being able to do a canary based deployment. The default value is 0.
|
|
2856
2857
|
"""
|
|
2857
2858
|
if max_unavailable is not None:
|
|
2858
2859
|
pulumi.set(__self__, "max_unavailable", max_unavailable)
|
|
@@ -2869,7 +2870,7 @@ class RollingUpdateStatefulSetStrategy(dict):
|
|
|
2869
2870
|
|
|
2870
2871
|
@property
|
|
2871
2872
|
@pulumi.getter
|
|
2872
|
-
def partition(self) -> Optional[int]:
|
|
2873
|
+
def partition(self) -> Optional[builtins.int]:
|
|
2873
2874
|
"""
|
|
2874
2875
|
Partition indicates the ordinal at which the StatefulSet should be partitioned for updates. During a rolling update, all pods from ordinal Replicas-1 to Partition are updated. All pods from ordinal Partition-1 to 0 remain untouched. This is helpful in being able to do a canary based deployment. The default value is 0.
|
|
2875
2876
|
"""
|
|
@@ -2900,11 +2901,11 @@ class RollingUpdateStatefulSetStrategyPatch(dict):
|
|
|
2900
2901
|
|
|
2901
2902
|
def __init__(__self__, *,
|
|
2902
2903
|
max_unavailable: Optional[Any] = None,
|
|
2903
|
-
partition: Optional[int] = None):
|
|
2904
|
+
partition: Optional[builtins.int] = None):
|
|
2904
2905
|
"""
|
|
2905
2906
|
RollingUpdateStatefulSetStrategy is used to communicate parameter for RollingUpdateStatefulSetStrategyType.
|
|
2906
|
-
:param Union[int, str] max_unavailable: The maximum number of pods that can be unavailable during the update. Value can be an absolute number (ex: 5) or a percentage of desired pods (ex: 10%). Absolute number is calculated from percentage by rounding up. This can not be 0. Defaults to 1. This field is alpha-level and is only honored by servers that enable the MaxUnavailableStatefulSet feature. The field applies to all pods in the range 0 to Replicas-1. That means if there is any unavailable pod in the range 0 to Replicas-1, it will be counted towards MaxUnavailable.
|
|
2907
|
-
:param int partition: Partition indicates the ordinal at which the StatefulSet should be partitioned for updates. During a rolling update, all pods from ordinal Replicas-1 to Partition are updated. All pods from ordinal Partition-1 to 0 remain untouched. This is helpful in being able to do a canary based deployment. The default value is 0.
|
|
2907
|
+
:param Union[builtins.int, builtins.str] max_unavailable: The maximum number of pods that can be unavailable during the update. Value can be an absolute number (ex: 5) or a percentage of desired pods (ex: 10%). Absolute number is calculated from percentage by rounding up. This can not be 0. Defaults to 1. This field is alpha-level and is only honored by servers that enable the MaxUnavailableStatefulSet feature. The field applies to all pods in the range 0 to Replicas-1. That means if there is any unavailable pod in the range 0 to Replicas-1, it will be counted towards MaxUnavailable.
|
|
2908
|
+
:param builtins.int partition: Partition indicates the ordinal at which the StatefulSet should be partitioned for updates. During a rolling update, all pods from ordinal Replicas-1 to Partition are updated. All pods from ordinal Partition-1 to 0 remain untouched. This is helpful in being able to do a canary based deployment. The default value is 0.
|
|
2908
2909
|
"""
|
|
2909
2910
|
if max_unavailable is not None:
|
|
2910
2911
|
pulumi.set(__self__, "max_unavailable", max_unavailable)
|
|
@@ -2921,7 +2922,7 @@ class RollingUpdateStatefulSetStrategyPatch(dict):
|
|
|
2921
2922
|
|
|
2922
2923
|
@property
|
|
2923
2924
|
@pulumi.getter
|
|
2924
|
-
def partition(self) -> Optional[int]:
|
|
2925
|
+
def partition(self) -> Optional[builtins.int]:
|
|
2925
2926
|
"""
|
|
2926
2927
|
Partition indicates the ordinal at which the StatefulSet should be partitioned for updates. During a rolling update, all pods from ordinal Replicas-1 to Partition are updated. All pods from ordinal Partition-1 to 0 remain untouched. This is helpful in being able to do a canary based deployment. The default value is 0.
|
|
2927
2928
|
"""
|
|
@@ -2968,8 +2969,8 @@ class StatefulSet(dict):
|
|
|
2968
2969
|
return super().get(key, default)
|
|
2969
2970
|
|
|
2970
2971
|
def __init__(__self__, *,
|
|
2971
|
-
api_version: Optional[str] = None,
|
|
2972
|
-
kind: Optional[str] = None,
|
|
2972
|
+
api_version: Optional[builtins.str] = None,
|
|
2973
|
+
kind: Optional[builtins.str] = None,
|
|
2973
2974
|
metadata: Optional['_meta.v1.outputs.ObjectMeta'] = None,
|
|
2974
2975
|
spec: Optional['outputs.StatefulSetSpec'] = None,
|
|
2975
2976
|
status: Optional['outputs.StatefulSetStatus'] = None):
|
|
@@ -2992,8 +2993,8 @@ class StatefulSet(dict):
|
|
|
2992
2993
|
If the StatefulSet has not reached a Ready state after 10 minutes, it will
|
|
2993
2994
|
time out and mark the resource update as Failed. You can override the default timeout value
|
|
2994
2995
|
by setting the 'customTimeouts' option on the resource.
|
|
2995
|
-
:param 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
|
|
2996
|
-
:param 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
|
|
2996
|
+
:param 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
|
|
2997
|
+
:param 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
|
|
2997
2998
|
:param '_meta.v1.ObjectMetaArgs' metadata: Standard object's metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata
|
|
2998
2999
|
:param 'StatefulSetSpecArgs' spec: Spec defines the desired identities of pods in this set.
|
|
2999
3000
|
:param 'StatefulSetStatusArgs' status: Status is the current status of Pods in this StatefulSet. This data may be out of date by some window of time.
|
|
@@ -3011,7 +3012,7 @@ class StatefulSet(dict):
|
|
|
3011
3012
|
|
|
3012
3013
|
@property
|
|
3013
3014
|
@pulumi.getter(name="apiVersion")
|
|
3014
|
-
def api_version(self) -> Optional[str]:
|
|
3015
|
+
def api_version(self) -> Optional[builtins.str]:
|
|
3015
3016
|
"""
|
|
3016
3017
|
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
|
|
3017
3018
|
"""
|
|
@@ -3019,7 +3020,7 @@ class StatefulSet(dict):
|
|
|
3019
3020
|
|
|
3020
3021
|
@property
|
|
3021
3022
|
@pulumi.getter
|
|
3022
|
-
def kind(self) -> Optional[str]:
|
|
3023
|
+
def kind(self) -> Optional[builtins.str]:
|
|
3023
3024
|
"""
|
|
3024
3025
|
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
|
|
3025
3026
|
"""
|
|
@@ -3073,18 +3074,18 @@ class StatefulSetCondition(dict):
|
|
|
3073
3074
|
return super().get(key, default)
|
|
3074
3075
|
|
|
3075
3076
|
def __init__(__self__, *,
|
|
3076
|
-
status: str,
|
|
3077
|
-
type: str,
|
|
3078
|
-
last_transition_time: Optional[str] = None,
|
|
3079
|
-
message: Optional[str] = None,
|
|
3080
|
-
reason: Optional[str] = None):
|
|
3077
|
+
status: builtins.str,
|
|
3078
|
+
type: builtins.str,
|
|
3079
|
+
last_transition_time: Optional[builtins.str] = None,
|
|
3080
|
+
message: Optional[builtins.str] = None,
|
|
3081
|
+
reason: Optional[builtins.str] = None):
|
|
3081
3082
|
"""
|
|
3082
3083
|
StatefulSetCondition describes the state of a statefulset at a certain point.
|
|
3083
|
-
:param str status: Status of the condition, one of True, False, Unknown.
|
|
3084
|
-
:param str type: Type of statefulset condition.
|
|
3085
|
-
:param str last_transition_time: Last time the condition transitioned from one status to another.
|
|
3086
|
-
:param str message: A human readable message indicating details about the transition.
|
|
3087
|
-
:param str reason: The reason for the condition's last transition.
|
|
3084
|
+
:param builtins.str status: Status of the condition, one of True, False, Unknown.
|
|
3085
|
+
:param builtins.str type: Type of statefulset condition.
|
|
3086
|
+
:param builtins.str last_transition_time: Last time the condition transitioned from one status to another.
|
|
3087
|
+
:param builtins.str message: A human readable message indicating details about the transition.
|
|
3088
|
+
:param builtins.str reason: The reason for the condition's last transition.
|
|
3088
3089
|
"""
|
|
3089
3090
|
pulumi.set(__self__, "status", status)
|
|
3090
3091
|
pulumi.set(__self__, "type", type)
|
|
@@ -3097,7 +3098,7 @@ class StatefulSetCondition(dict):
|
|
|
3097
3098
|
|
|
3098
3099
|
@property
|
|
3099
3100
|
@pulumi.getter
|
|
3100
|
-
def status(self) -> str:
|
|
3101
|
+
def status(self) -> builtins.str:
|
|
3101
3102
|
"""
|
|
3102
3103
|
Status of the condition, one of True, False, Unknown.
|
|
3103
3104
|
"""
|
|
@@ -3105,7 +3106,7 @@ class StatefulSetCondition(dict):
|
|
|
3105
3106
|
|
|
3106
3107
|
@property
|
|
3107
3108
|
@pulumi.getter
|
|
3108
|
-
def type(self) -> str:
|
|
3109
|
+
def type(self) -> builtins.str:
|
|
3109
3110
|
"""
|
|
3110
3111
|
Type of statefulset condition.
|
|
3111
3112
|
"""
|
|
@@ -3113,7 +3114,7 @@ class StatefulSetCondition(dict):
|
|
|
3113
3114
|
|
|
3114
3115
|
@property
|
|
3115
3116
|
@pulumi.getter(name="lastTransitionTime")
|
|
3116
|
-
def last_transition_time(self) -> Optional[str]:
|
|
3117
|
+
def last_transition_time(self) -> Optional[builtins.str]:
|
|
3117
3118
|
"""
|
|
3118
3119
|
Last time the condition transitioned from one status to another.
|
|
3119
3120
|
"""
|
|
@@ -3121,7 +3122,7 @@ class StatefulSetCondition(dict):
|
|
|
3121
3122
|
|
|
3122
3123
|
@property
|
|
3123
3124
|
@pulumi.getter
|
|
3124
|
-
def message(self) -> Optional[str]:
|
|
3125
|
+
def message(self) -> Optional[builtins.str]:
|
|
3125
3126
|
"""
|
|
3126
3127
|
A human readable message indicating details about the transition.
|
|
3127
3128
|
"""
|
|
@@ -3129,7 +3130,7 @@ class StatefulSetCondition(dict):
|
|
|
3129
3130
|
|
|
3130
3131
|
@property
|
|
3131
3132
|
@pulumi.getter
|
|
3132
|
-
def reason(self) -> Optional[str]:
|
|
3133
|
+
def reason(self) -> Optional[builtins.str]:
|
|
3133
3134
|
"""
|
|
3134
3135
|
The reason for the condition's last transition.
|
|
3135
3136
|
"""
|
|
@@ -3159,18 +3160,18 @@ class StatefulSetConditionPatch(dict):
|
|
|
3159
3160
|
return super().get(key, default)
|
|
3160
3161
|
|
|
3161
3162
|
def __init__(__self__, *,
|
|
3162
|
-
last_transition_time: Optional[str] = None,
|
|
3163
|
-
message: Optional[str] = None,
|
|
3164
|
-
reason: Optional[str] = None,
|
|
3165
|
-
status: Optional[str] = None,
|
|
3166
|
-
type: Optional[str] = None):
|
|
3163
|
+
last_transition_time: Optional[builtins.str] = None,
|
|
3164
|
+
message: Optional[builtins.str] = None,
|
|
3165
|
+
reason: Optional[builtins.str] = None,
|
|
3166
|
+
status: Optional[builtins.str] = None,
|
|
3167
|
+
type: Optional[builtins.str] = None):
|
|
3167
3168
|
"""
|
|
3168
3169
|
StatefulSetCondition describes the state of a statefulset at a certain point.
|
|
3169
|
-
:param str last_transition_time: Last time the condition transitioned from one status to another.
|
|
3170
|
-
:param str message: A human readable message indicating details about the transition.
|
|
3171
|
-
:param str reason: The reason for the condition's last transition.
|
|
3172
|
-
:param str status: Status of the condition, one of True, False, Unknown.
|
|
3173
|
-
:param str type: Type of statefulset condition.
|
|
3170
|
+
:param builtins.str last_transition_time: Last time the condition transitioned from one status to another.
|
|
3171
|
+
:param builtins.str message: A human readable message indicating details about the transition.
|
|
3172
|
+
:param builtins.str reason: The reason for the condition's last transition.
|
|
3173
|
+
:param builtins.str status: Status of the condition, one of True, False, Unknown.
|
|
3174
|
+
:param builtins.str type: Type of statefulset condition.
|
|
3174
3175
|
"""
|
|
3175
3176
|
if last_transition_time is not None:
|
|
3176
3177
|
pulumi.set(__self__, "last_transition_time", last_transition_time)
|
|
@@ -3185,7 +3186,7 @@ class StatefulSetConditionPatch(dict):
|
|
|
3185
3186
|
|
|
3186
3187
|
@property
|
|
3187
3188
|
@pulumi.getter(name="lastTransitionTime")
|
|
3188
|
-
def last_transition_time(self) -> Optional[str]:
|
|
3189
|
+
def last_transition_time(self) -> Optional[builtins.str]:
|
|
3189
3190
|
"""
|
|
3190
3191
|
Last time the condition transitioned from one status to another.
|
|
3191
3192
|
"""
|
|
@@ -3193,7 +3194,7 @@ class StatefulSetConditionPatch(dict):
|
|
|
3193
3194
|
|
|
3194
3195
|
@property
|
|
3195
3196
|
@pulumi.getter
|
|
3196
|
-
def message(self) -> Optional[str]:
|
|
3197
|
+
def message(self) -> Optional[builtins.str]:
|
|
3197
3198
|
"""
|
|
3198
3199
|
A human readable message indicating details about the transition.
|
|
3199
3200
|
"""
|
|
@@ -3201,7 +3202,7 @@ class StatefulSetConditionPatch(dict):
|
|
|
3201
3202
|
|
|
3202
3203
|
@property
|
|
3203
3204
|
@pulumi.getter
|
|
3204
|
-
def reason(self) -> Optional[str]:
|
|
3205
|
+
def reason(self) -> Optional[builtins.str]:
|
|
3205
3206
|
"""
|
|
3206
3207
|
The reason for the condition's last transition.
|
|
3207
3208
|
"""
|
|
@@ -3209,7 +3210,7 @@ class StatefulSetConditionPatch(dict):
|
|
|
3209
3210
|
|
|
3210
3211
|
@property
|
|
3211
3212
|
@pulumi.getter
|
|
3212
|
-
def status(self) -> Optional[str]:
|
|
3213
|
+
def status(self) -> Optional[builtins.str]:
|
|
3213
3214
|
"""
|
|
3214
3215
|
Status of the condition, one of True, False, Unknown.
|
|
3215
3216
|
"""
|
|
@@ -3217,7 +3218,7 @@ class StatefulSetConditionPatch(dict):
|
|
|
3217
3218
|
|
|
3218
3219
|
@property
|
|
3219
3220
|
@pulumi.getter
|
|
3220
|
-
def type(self) -> Optional[str]:
|
|
3221
|
+
def type(self) -> Optional[builtins.str]:
|
|
3221
3222
|
"""
|
|
3222
3223
|
Type of statefulset condition.
|
|
3223
3224
|
"""
|
|
@@ -3230,10 +3231,10 @@ class StatefulSetOrdinals(dict):
|
|
|
3230
3231
|
StatefulSetOrdinals describes the policy used for replica ordinal assignment in this StatefulSet.
|
|
3231
3232
|
"""
|
|
3232
3233
|
def __init__(__self__, *,
|
|
3233
|
-
start: Optional[int] = None):
|
|
3234
|
+
start: Optional[builtins.int] = None):
|
|
3234
3235
|
"""
|
|
3235
3236
|
StatefulSetOrdinals describes the policy used for replica ordinal assignment in this StatefulSet.
|
|
3236
|
-
:param int start: start is the number representing the first replica's index. It may be used to number replicas from an alternate index (eg: 1-indexed) over the default 0-indexed names, or to orchestrate progressive movement of replicas from one StatefulSet to another. If set, replica indices will be in the range:
|
|
3237
|
+
:param builtins.int start: start is the number representing the first replica's index. It may be used to number replicas from an alternate index (eg: 1-indexed) over the default 0-indexed names, or to orchestrate progressive movement of replicas from one StatefulSet to another. If set, replica indices will be in the range:
|
|
3237
3238
|
[.spec.ordinals.start, .spec.ordinals.start + .spec.replicas).
|
|
3238
3239
|
If unset, defaults to 0. Replica indices will be in the range:
|
|
3239
3240
|
[0, .spec.replicas).
|
|
@@ -3243,7 +3244,7 @@ class StatefulSetOrdinals(dict):
|
|
|
3243
3244
|
|
|
3244
3245
|
@property
|
|
3245
3246
|
@pulumi.getter
|
|
3246
|
-
def start(self) -> Optional[int]:
|
|
3247
|
+
def start(self) -> Optional[builtins.int]:
|
|
3247
3248
|
"""
|
|
3248
3249
|
start is the number representing the first replica's index. It may be used to number replicas from an alternate index (eg: 1-indexed) over the default 0-indexed names, or to orchestrate progressive movement of replicas from one StatefulSet to another. If set, replica indices will be in the range:
|
|
3249
3250
|
[.spec.ordinals.start, .spec.ordinals.start + .spec.replicas).
|
|
@@ -3259,10 +3260,10 @@ class StatefulSetOrdinalsPatch(dict):
|
|
|
3259
3260
|
StatefulSetOrdinals describes the policy used for replica ordinal assignment in this StatefulSet.
|
|
3260
3261
|
"""
|
|
3261
3262
|
def __init__(__self__, *,
|
|
3262
|
-
start: Optional[int] = None):
|
|
3263
|
+
start: Optional[builtins.int] = None):
|
|
3263
3264
|
"""
|
|
3264
3265
|
StatefulSetOrdinals describes the policy used for replica ordinal assignment in this StatefulSet.
|
|
3265
|
-
:param int start: start is the number representing the first replica's index. It may be used to number replicas from an alternate index (eg: 1-indexed) over the default 0-indexed names, or to orchestrate progressive movement of replicas from one StatefulSet to another. If set, replica indices will be in the range:
|
|
3266
|
+
:param builtins.int start: start is the number representing the first replica's index. It may be used to number replicas from an alternate index (eg: 1-indexed) over the default 0-indexed names, or to orchestrate progressive movement of replicas from one StatefulSet to another. If set, replica indices will be in the range:
|
|
3266
3267
|
[.spec.ordinals.start, .spec.ordinals.start + .spec.replicas).
|
|
3267
3268
|
If unset, defaults to 0. Replica indices will be in the range:
|
|
3268
3269
|
[0, .spec.replicas).
|
|
@@ -3272,7 +3273,7 @@ class StatefulSetOrdinalsPatch(dict):
|
|
|
3272
3273
|
|
|
3273
3274
|
@property
|
|
3274
3275
|
@pulumi.getter
|
|
3275
|
-
def start(self) -> Optional[int]:
|
|
3276
|
+
def start(self) -> Optional[builtins.int]:
|
|
3276
3277
|
"""
|
|
3277
3278
|
start is the number representing the first replica's index. It may be used to number replicas from an alternate index (eg: 1-indexed) over the default 0-indexed names, or to orchestrate progressive movement of replicas from one StatefulSet to another. If set, replica indices will be in the range:
|
|
3278
3279
|
[.spec.ordinals.start, .spec.ordinals.start + .spec.replicas).
|
|
@@ -3307,12 +3308,12 @@ class StatefulSetPersistentVolumeClaimRetentionPolicy(dict):
|
|
|
3307
3308
|
return super().get(key, default)
|
|
3308
3309
|
|
|
3309
3310
|
def __init__(__self__, *,
|
|
3310
|
-
when_deleted: Optional[str] = None,
|
|
3311
|
-
when_scaled: Optional[str] = None):
|
|
3311
|
+
when_deleted: Optional[builtins.str] = None,
|
|
3312
|
+
when_scaled: Optional[builtins.str] = None):
|
|
3312
3313
|
"""
|
|
3313
3314
|
StatefulSetPersistentVolumeClaimRetentionPolicy describes the policy used for PVCs created from the StatefulSet VolumeClaimTemplates.
|
|
3314
|
-
:param str when_deleted: WhenDeleted specifies what happens to PVCs created from StatefulSet VolumeClaimTemplates when the StatefulSet is deleted. The default policy of `Retain` causes PVCs to not be affected by StatefulSet deletion. The `Delete` policy causes those PVCs to be deleted.
|
|
3315
|
-
:param str when_scaled: WhenScaled specifies what happens to PVCs created from StatefulSet VolumeClaimTemplates when the StatefulSet is scaled down. The default policy of `Retain` causes PVCs to not be affected by a scaledown. The `Delete` policy causes the associated PVCs for any excess pods above the replica count to be deleted.
|
|
3315
|
+
:param builtins.str when_deleted: WhenDeleted specifies what happens to PVCs created from StatefulSet VolumeClaimTemplates when the StatefulSet is deleted. The default policy of `Retain` causes PVCs to not be affected by StatefulSet deletion. The `Delete` policy causes those PVCs to be deleted.
|
|
3316
|
+
:param builtins.str when_scaled: WhenScaled specifies what happens to PVCs created from StatefulSet VolumeClaimTemplates when the StatefulSet is scaled down. The default policy of `Retain` causes PVCs to not be affected by a scaledown. The `Delete` policy causes the associated PVCs for any excess pods above the replica count to be deleted.
|
|
3316
3317
|
"""
|
|
3317
3318
|
if when_deleted is not None:
|
|
3318
3319
|
pulumi.set(__self__, "when_deleted", when_deleted)
|
|
@@ -3321,7 +3322,7 @@ class StatefulSetPersistentVolumeClaimRetentionPolicy(dict):
|
|
|
3321
3322
|
|
|
3322
3323
|
@property
|
|
3323
3324
|
@pulumi.getter(name="whenDeleted")
|
|
3324
|
-
def when_deleted(self) -> Optional[str]:
|
|
3325
|
+
def when_deleted(self) -> Optional[builtins.str]:
|
|
3325
3326
|
"""
|
|
3326
3327
|
WhenDeleted specifies what happens to PVCs created from StatefulSet VolumeClaimTemplates when the StatefulSet is deleted. The default policy of `Retain` causes PVCs to not be affected by StatefulSet deletion. The `Delete` policy causes those PVCs to be deleted.
|
|
3327
3328
|
"""
|
|
@@ -3329,7 +3330,7 @@ class StatefulSetPersistentVolumeClaimRetentionPolicy(dict):
|
|
|
3329
3330
|
|
|
3330
3331
|
@property
|
|
3331
3332
|
@pulumi.getter(name="whenScaled")
|
|
3332
|
-
def when_scaled(self) -> Optional[str]:
|
|
3333
|
+
def when_scaled(self) -> Optional[builtins.str]:
|
|
3333
3334
|
"""
|
|
3334
3335
|
WhenScaled specifies what happens to PVCs created from StatefulSet VolumeClaimTemplates when the StatefulSet is scaled down. The default policy of `Retain` causes PVCs to not be affected by a scaledown. The `Delete` policy causes the associated PVCs for any excess pods above the replica count to be deleted.
|
|
3335
3336
|
"""
|
|
@@ -3361,12 +3362,12 @@ class StatefulSetPersistentVolumeClaimRetentionPolicyPatch(dict):
|
|
|
3361
3362
|
return super().get(key, default)
|
|
3362
3363
|
|
|
3363
3364
|
def __init__(__self__, *,
|
|
3364
|
-
when_deleted: Optional[str] = None,
|
|
3365
|
-
when_scaled: Optional[str] = None):
|
|
3365
|
+
when_deleted: Optional[builtins.str] = None,
|
|
3366
|
+
when_scaled: Optional[builtins.str] = None):
|
|
3366
3367
|
"""
|
|
3367
3368
|
StatefulSetPersistentVolumeClaimRetentionPolicy describes the policy used for PVCs created from the StatefulSet VolumeClaimTemplates.
|
|
3368
|
-
:param str when_deleted: WhenDeleted specifies what happens to PVCs created from StatefulSet VolumeClaimTemplates when the StatefulSet is deleted. The default policy of `Retain` causes PVCs to not be affected by StatefulSet deletion. The `Delete` policy causes those PVCs to be deleted.
|
|
3369
|
-
:param str when_scaled: WhenScaled specifies what happens to PVCs created from StatefulSet VolumeClaimTemplates when the StatefulSet is scaled down. The default policy of `Retain` causes PVCs to not be affected by a scaledown. The `Delete` policy causes the associated PVCs for any excess pods above the replica count to be deleted.
|
|
3369
|
+
:param builtins.str when_deleted: WhenDeleted specifies what happens to PVCs created from StatefulSet VolumeClaimTemplates when the StatefulSet is deleted. The default policy of `Retain` causes PVCs to not be affected by StatefulSet deletion. The `Delete` policy causes those PVCs to be deleted.
|
|
3370
|
+
:param builtins.str when_scaled: WhenScaled specifies what happens to PVCs created from StatefulSet VolumeClaimTemplates when the StatefulSet is scaled down. The default policy of `Retain` causes PVCs to not be affected by a scaledown. The `Delete` policy causes the associated PVCs for any excess pods above the replica count to be deleted.
|
|
3370
3371
|
"""
|
|
3371
3372
|
if when_deleted is not None:
|
|
3372
3373
|
pulumi.set(__self__, "when_deleted", when_deleted)
|
|
@@ -3375,7 +3376,7 @@ class StatefulSetPersistentVolumeClaimRetentionPolicyPatch(dict):
|
|
|
3375
3376
|
|
|
3376
3377
|
@property
|
|
3377
3378
|
@pulumi.getter(name="whenDeleted")
|
|
3378
|
-
def when_deleted(self) -> Optional[str]:
|
|
3379
|
+
def when_deleted(self) -> Optional[builtins.str]:
|
|
3379
3380
|
"""
|
|
3380
3381
|
WhenDeleted specifies what happens to PVCs created from StatefulSet VolumeClaimTemplates when the StatefulSet is deleted. The default policy of `Retain` causes PVCs to not be affected by StatefulSet deletion. The `Delete` policy causes those PVCs to be deleted.
|
|
3381
3382
|
"""
|
|
@@ -3383,7 +3384,7 @@ class StatefulSetPersistentVolumeClaimRetentionPolicyPatch(dict):
|
|
|
3383
3384
|
|
|
3384
3385
|
@property
|
|
3385
3386
|
@pulumi.getter(name="whenScaled")
|
|
3386
|
-
def when_scaled(self) -> Optional[str]:
|
|
3387
|
+
def when_scaled(self) -> Optional[builtins.str]:
|
|
3387
3388
|
"""
|
|
3388
3389
|
WhenScaled specifies what happens to PVCs created from StatefulSet VolumeClaimTemplates when the StatefulSet is scaled down. The default policy of `Retain` causes PVCs to not be affected by a scaledown. The `Delete` policy causes the associated PVCs for any excess pods above the replica count to be deleted.
|
|
3389
3390
|
"""
|
|
@@ -3426,27 +3427,27 @@ class StatefulSetSpec(dict):
|
|
|
3426
3427
|
|
|
3427
3428
|
def __init__(__self__, *,
|
|
3428
3429
|
selector: '_meta.v1.outputs.LabelSelector',
|
|
3429
|
-
service_name: str,
|
|
3430
|
+
service_name: builtins.str,
|
|
3430
3431
|
template: '_core.v1.outputs.PodTemplateSpec',
|
|
3431
|
-
min_ready_seconds: Optional[int] = None,
|
|
3432
|
+
min_ready_seconds: Optional[builtins.int] = None,
|
|
3432
3433
|
ordinals: Optional['outputs.StatefulSetOrdinals'] = None,
|
|
3433
3434
|
persistent_volume_claim_retention_policy: Optional['outputs.StatefulSetPersistentVolumeClaimRetentionPolicy'] = None,
|
|
3434
|
-
pod_management_policy: Optional[str] = None,
|
|
3435
|
-
replicas: Optional[int] = None,
|
|
3436
|
-
revision_history_limit: Optional[int] = None,
|
|
3435
|
+
pod_management_policy: Optional[builtins.str] = None,
|
|
3436
|
+
replicas: Optional[builtins.int] = None,
|
|
3437
|
+
revision_history_limit: Optional[builtins.int] = None,
|
|
3437
3438
|
update_strategy: Optional['outputs.StatefulSetUpdateStrategy'] = None,
|
|
3438
3439
|
volume_claim_templates: Optional[Sequence['_core.v1.outputs.PersistentVolumeClaim']] = None):
|
|
3439
3440
|
"""
|
|
3440
3441
|
A StatefulSetSpec is the specification of a StatefulSet.
|
|
3441
3442
|
:param '_meta.v1.LabelSelectorArgs' selector: selector is a label query over pods that should match the replica count. It must match the pod template's labels. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/labels/#label-selectors
|
|
3442
|
-
:param str service_name: serviceName is the name of the service that governs this StatefulSet. This service must exist before the StatefulSet, and is responsible for the network identity of the set. Pods get DNS/hostnames that follow the pattern: pod-specific-string.serviceName.default.svc.cluster.local where "pod-specific-string" is managed by the StatefulSet controller.
|
|
3443
|
+
:param builtins.str service_name: serviceName is the name of the service that governs this StatefulSet. This service must exist before the StatefulSet, and is responsible for the network identity of the set. Pods get DNS/hostnames that follow the pattern: pod-specific-string.serviceName.default.svc.cluster.local where "pod-specific-string" is managed by the StatefulSet controller.
|
|
3443
3444
|
:param '_core.v1.PodTemplateSpecArgs' template: template is the object that describes the pod that will be created if insufficient replicas are detected. Each pod stamped out by the StatefulSet will fulfill this Template, but have a unique identity from the rest of the StatefulSet. Each pod will be named with the format <statefulsetname>-<podindex>. For example, a pod in a StatefulSet named "web" with index number "3" would be named "web-3". The only allowed template.spec.restartPolicy value is "Always".
|
|
3444
|
-
:param int min_ready_seconds: Minimum number of seconds for which a newly created pod should be ready without any of its container crashing for it to be considered available. Defaults to 0 (pod will be considered available as soon as it is ready)
|
|
3445
|
+
:param builtins.int min_ready_seconds: Minimum number of seconds for which a newly created pod should be ready without any of its container crashing for it to be considered available. Defaults to 0 (pod will be considered available as soon as it is ready)
|
|
3445
3446
|
:param 'StatefulSetOrdinalsArgs' ordinals: ordinals controls the numbering of replica indices in a StatefulSet. The default ordinals behavior assigns a "0" index to the first replica and increments the index by one for each additional replica requested.
|
|
3446
3447
|
:param 'StatefulSetPersistentVolumeClaimRetentionPolicyArgs' persistent_volume_claim_retention_policy: persistentVolumeClaimRetentionPolicy describes the lifecycle of persistent volume claims created from volumeClaimTemplates. By default, all persistent volume claims are created as needed and retained until manually deleted. This policy allows the lifecycle to be altered, for example by deleting persistent volume claims when their stateful set is deleted, or when their pod is scaled down.
|
|
3447
|
-
:param str pod_management_policy: podManagementPolicy controls how pods are created during initial scale up, when replacing pods on nodes, or when scaling down. The default policy is `OrderedReady`, where pods are created in increasing order (pod-0, then pod-1, etc) and the controller will wait until each pod is ready before continuing. When scaling down, the pods are removed in the opposite order. The alternative policy is `Parallel` which will create pods in parallel to match the desired scale without waiting, and on scale down will delete all pods at once.
|
|
3448
|
-
:param int replicas: replicas is the desired number of replicas of the given Template. These are replicas in the sense that they are instantiations of the same Template, but individual replicas also have a consistent identity. If unspecified, defaults to 1.
|
|
3449
|
-
:param int revision_history_limit: revisionHistoryLimit is the maximum number of revisions that will be maintained in the StatefulSet's revision history. The revision history consists of all revisions not represented by a currently applied StatefulSetSpec version. The default value is 10.
|
|
3448
|
+
:param builtins.str pod_management_policy: podManagementPolicy controls how pods are created during initial scale up, when replacing pods on nodes, or when scaling down. The default policy is `OrderedReady`, where pods are created in increasing order (pod-0, then pod-1, etc) and the controller will wait until each pod is ready before continuing. When scaling down, the pods are removed in the opposite order. The alternative policy is `Parallel` which will create pods in parallel to match the desired scale without waiting, and on scale down will delete all pods at once.
|
|
3449
|
+
:param builtins.int replicas: replicas is the desired number of replicas of the given Template. These are replicas in the sense that they are instantiations of the same Template, but individual replicas also have a consistent identity. If unspecified, defaults to 1.
|
|
3450
|
+
:param builtins.int revision_history_limit: revisionHistoryLimit is the maximum number of revisions that will be maintained in the StatefulSet's revision history. The revision history consists of all revisions not represented by a currently applied StatefulSetSpec version. The default value is 10.
|
|
3450
3451
|
:param 'StatefulSetUpdateStrategyArgs' update_strategy: updateStrategy indicates the StatefulSetUpdateStrategy that will be employed to update Pods in the StatefulSet when a revision is made to Template.
|
|
3451
3452
|
:param Sequence['_core.v1.PersistentVolumeClaimArgs'] volume_claim_templates: volumeClaimTemplates is a list of claims that pods are allowed to reference. The StatefulSet controller is responsible for mapping network identities to claims in a way that maintains the identity of a pod. Every claim in this list must have at least one matching (by name) volumeMount in one container in the template. A claim in this list takes precedence over any volumes in the template, with the same name.
|
|
3452
3453
|
"""
|
|
@@ -3480,7 +3481,7 @@ class StatefulSetSpec(dict):
|
|
|
3480
3481
|
|
|
3481
3482
|
@property
|
|
3482
3483
|
@pulumi.getter(name="serviceName")
|
|
3483
|
-
def service_name(self) -> str:
|
|
3484
|
+
def service_name(self) -> builtins.str:
|
|
3484
3485
|
"""
|
|
3485
3486
|
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.
|
|
3486
3487
|
"""
|
|
@@ -3496,7 +3497,7 @@ class StatefulSetSpec(dict):
|
|
|
3496
3497
|
|
|
3497
3498
|
@property
|
|
3498
3499
|
@pulumi.getter(name="minReadySeconds")
|
|
3499
|
-
def min_ready_seconds(self) -> Optional[int]:
|
|
3500
|
+
def min_ready_seconds(self) -> Optional[builtins.int]:
|
|
3500
3501
|
"""
|
|
3501
3502
|
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)
|
|
3502
3503
|
"""
|
|
@@ -3520,7 +3521,7 @@ class StatefulSetSpec(dict):
|
|
|
3520
3521
|
|
|
3521
3522
|
@property
|
|
3522
3523
|
@pulumi.getter(name="podManagementPolicy")
|
|
3523
|
-
def pod_management_policy(self) -> Optional[str]:
|
|
3524
|
+
def pod_management_policy(self) -> Optional[builtins.str]:
|
|
3524
3525
|
"""
|
|
3525
3526
|
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.
|
|
3526
3527
|
"""
|
|
@@ -3528,7 +3529,7 @@ class StatefulSetSpec(dict):
|
|
|
3528
3529
|
|
|
3529
3530
|
@property
|
|
3530
3531
|
@pulumi.getter
|
|
3531
|
-
def replicas(self) -> Optional[int]:
|
|
3532
|
+
def replicas(self) -> Optional[builtins.int]:
|
|
3532
3533
|
"""
|
|
3533
3534
|
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.
|
|
3534
3535
|
"""
|
|
@@ -3536,7 +3537,7 @@ class StatefulSetSpec(dict):
|
|
|
3536
3537
|
|
|
3537
3538
|
@property
|
|
3538
3539
|
@pulumi.getter(name="revisionHistoryLimit")
|
|
3539
|
-
def revision_history_limit(self) -> Optional[int]:
|
|
3540
|
+
def revision_history_limit(self) -> Optional[builtins.int]:
|
|
3540
3541
|
"""
|
|
3541
3542
|
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.
|
|
3542
3543
|
"""
|
|
@@ -3594,27 +3595,27 @@ class StatefulSetSpecPatch(dict):
|
|
|
3594
3595
|
return super().get(key, default)
|
|
3595
3596
|
|
|
3596
3597
|
def __init__(__self__, *,
|
|
3597
|
-
min_ready_seconds: Optional[int] = None,
|
|
3598
|
+
min_ready_seconds: Optional[builtins.int] = None,
|
|
3598
3599
|
ordinals: Optional['outputs.StatefulSetOrdinalsPatch'] = None,
|
|
3599
3600
|
persistent_volume_claim_retention_policy: Optional['outputs.StatefulSetPersistentVolumeClaimRetentionPolicyPatch'] = None,
|
|
3600
|
-
pod_management_policy: Optional[str] = None,
|
|
3601
|
-
replicas: Optional[int] = None,
|
|
3602
|
-
revision_history_limit: Optional[int] = None,
|
|
3601
|
+
pod_management_policy: Optional[builtins.str] = None,
|
|
3602
|
+
replicas: Optional[builtins.int] = None,
|
|
3603
|
+
revision_history_limit: Optional[builtins.int] = None,
|
|
3603
3604
|
selector: Optional['_meta.v1.outputs.LabelSelectorPatch'] = None,
|
|
3604
|
-
service_name: Optional[str] = None,
|
|
3605
|
+
service_name: Optional[builtins.str] = None,
|
|
3605
3606
|
template: Optional['_core.v1.outputs.PodTemplateSpecPatch'] = None,
|
|
3606
3607
|
update_strategy: Optional['outputs.StatefulSetUpdateStrategyPatch'] = None,
|
|
3607
3608
|
volume_claim_templates: Optional[Sequence['_core.v1.outputs.PersistentVolumeClaimPatch']] = None):
|
|
3608
3609
|
"""
|
|
3609
3610
|
A StatefulSetSpec is the specification of a StatefulSet.
|
|
3610
|
-
:param 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)
|
|
3611
|
+
:param 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)
|
|
3611
3612
|
:param 'StatefulSetOrdinalsPatchArgs' ordinals: ordinals controls the numbering of replica indices in a StatefulSet. The default ordinals behavior assigns a "0" index to the first replica and increments the index by one for each additional replica requested.
|
|
3612
3613
|
:param 'StatefulSetPersistentVolumeClaimRetentionPolicyPatchArgs' persistent_volume_claim_retention_policy: persistentVolumeClaimRetentionPolicy describes the lifecycle of persistent volume claims created from volumeClaimTemplates. By default, all persistent volume claims are created as needed and retained until manually deleted. This policy allows the lifecycle to be altered, for example by deleting persistent volume claims when their stateful set is deleted, or when their pod is scaled down.
|
|
3613
|
-
:param 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.
|
|
3614
|
-
:param 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.
|
|
3615
|
-
:param 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.
|
|
3614
|
+
:param 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.
|
|
3615
|
+
:param 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.
|
|
3616
|
+
:param 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.
|
|
3616
3617
|
:param '_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
|
|
3617
|
-
:param 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.
|
|
3618
|
+
:param 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.
|
|
3618
3619
|
:param '_core.v1.PodTemplateSpecPatchArgs' template: template is the object that describes the pod that will be created if insufficient replicas are detected. Each pod stamped out by the StatefulSet will fulfill this Template, but have a unique identity from the rest of the StatefulSet. Each pod will be named with the format <statefulsetname>-<podindex>. For example, a pod in a StatefulSet named "web" with index number "3" would be named "web-3". The only allowed template.spec.restartPolicy value is "Always".
|
|
3619
3620
|
:param 'StatefulSetUpdateStrategyPatchArgs' update_strategy: updateStrategy indicates the StatefulSetUpdateStrategy that will be employed to update Pods in the StatefulSet when a revision is made to Template.
|
|
3620
3621
|
:param Sequence['_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.
|
|
@@ -3644,7 +3645,7 @@ class StatefulSetSpecPatch(dict):
|
|
|
3644
3645
|
|
|
3645
3646
|
@property
|
|
3646
3647
|
@pulumi.getter(name="minReadySeconds")
|
|
3647
|
-
def min_ready_seconds(self) -> Optional[int]:
|
|
3648
|
+
def min_ready_seconds(self) -> Optional[builtins.int]:
|
|
3648
3649
|
"""
|
|
3649
3650
|
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)
|
|
3650
3651
|
"""
|
|
@@ -3668,7 +3669,7 @@ class StatefulSetSpecPatch(dict):
|
|
|
3668
3669
|
|
|
3669
3670
|
@property
|
|
3670
3671
|
@pulumi.getter(name="podManagementPolicy")
|
|
3671
|
-
def pod_management_policy(self) -> Optional[str]:
|
|
3672
|
+
def pod_management_policy(self) -> Optional[builtins.str]:
|
|
3672
3673
|
"""
|
|
3673
3674
|
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.
|
|
3674
3675
|
"""
|
|
@@ -3676,7 +3677,7 @@ class StatefulSetSpecPatch(dict):
|
|
|
3676
3677
|
|
|
3677
3678
|
@property
|
|
3678
3679
|
@pulumi.getter
|
|
3679
|
-
def replicas(self) -> Optional[int]:
|
|
3680
|
+
def replicas(self) -> Optional[builtins.int]:
|
|
3680
3681
|
"""
|
|
3681
3682
|
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.
|
|
3682
3683
|
"""
|
|
@@ -3684,7 +3685,7 @@ class StatefulSetSpecPatch(dict):
|
|
|
3684
3685
|
|
|
3685
3686
|
@property
|
|
3686
3687
|
@pulumi.getter(name="revisionHistoryLimit")
|
|
3687
|
-
def revision_history_limit(self) -> Optional[int]:
|
|
3688
|
+
def revision_history_limit(self) -> Optional[builtins.int]:
|
|
3688
3689
|
"""
|
|
3689
3690
|
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.
|
|
3690
3691
|
"""
|
|
@@ -3700,7 +3701,7 @@ class StatefulSetSpecPatch(dict):
|
|
|
3700
3701
|
|
|
3701
3702
|
@property
|
|
3702
3703
|
@pulumi.getter(name="serviceName")
|
|
3703
|
-
def service_name(self) -> Optional[str]:
|
|
3704
|
+
def service_name(self) -> Optional[builtins.str]:
|
|
3704
3705
|
"""
|
|
3705
3706
|
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.
|
|
3706
3707
|
"""
|
|
@@ -3768,28 +3769,28 @@ class StatefulSetStatus(dict):
|
|
|
3768
3769
|
return super().get(key, default)
|
|
3769
3770
|
|
|
3770
3771
|
def __init__(__self__, *,
|
|
3771
|
-
replicas: int,
|
|
3772
|
-
available_replicas: Optional[int] = None,
|
|
3773
|
-
collision_count: Optional[int] = None,
|
|
3772
|
+
replicas: builtins.int,
|
|
3773
|
+
available_replicas: Optional[builtins.int] = None,
|
|
3774
|
+
collision_count: Optional[builtins.int] = None,
|
|
3774
3775
|
conditions: Optional[Sequence['outputs.StatefulSetCondition']] = None,
|
|
3775
|
-
current_replicas: Optional[int] = None,
|
|
3776
|
-
current_revision: Optional[str] = None,
|
|
3777
|
-
observed_generation: Optional[int] = None,
|
|
3778
|
-
ready_replicas: Optional[int] = None,
|
|
3779
|
-
update_revision: Optional[str] = None,
|
|
3780
|
-
updated_replicas: Optional[int] = None):
|
|
3776
|
+
current_replicas: Optional[builtins.int] = None,
|
|
3777
|
+
current_revision: Optional[builtins.str] = None,
|
|
3778
|
+
observed_generation: Optional[builtins.int] = None,
|
|
3779
|
+
ready_replicas: Optional[builtins.int] = None,
|
|
3780
|
+
update_revision: Optional[builtins.str] = None,
|
|
3781
|
+
updated_replicas: Optional[builtins.int] = None):
|
|
3781
3782
|
"""
|
|
3782
3783
|
StatefulSetStatus represents the current state of a StatefulSet.
|
|
3783
|
-
:param int replicas: replicas is the number of Pods created by the StatefulSet controller.
|
|
3784
|
-
:param int available_replicas: Total number of available pods (ready for at least minReadySeconds) targeted by this statefulset.
|
|
3785
|
-
:param 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.
|
|
3784
|
+
:param builtins.int replicas: replicas is the number of Pods created by the StatefulSet controller.
|
|
3785
|
+
:param builtins.int available_replicas: Total number of available pods (ready for at least minReadySeconds) targeted by this statefulset.
|
|
3786
|
+
:param 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.
|
|
3786
3787
|
:param Sequence['StatefulSetConditionArgs'] conditions: Represents the latest available observations of a statefulset's current state.
|
|
3787
|
-
:param int current_replicas: currentReplicas is the number of Pods created by the StatefulSet controller from the StatefulSet version indicated by currentRevision.
|
|
3788
|
-
:param str current_revision: currentRevision, if not empty, indicates the version of the StatefulSet used to generate Pods in the sequence [0,currentReplicas).
|
|
3789
|
-
:param 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.
|
|
3790
|
-
:param int ready_replicas: readyReplicas is the number of pods created for this StatefulSet with a Ready Condition.
|
|
3791
|
-
:param str update_revision: updateRevision, if not empty, indicates the version of the StatefulSet used to generate Pods in the sequence [replicas-updatedReplicas,replicas)
|
|
3792
|
-
:param int updated_replicas: updatedReplicas is the number of Pods created by the StatefulSet controller from the StatefulSet version indicated by updateRevision.
|
|
3788
|
+
:param builtins.int current_replicas: currentReplicas is the number of Pods created by the StatefulSet controller from the StatefulSet version indicated by currentRevision.
|
|
3789
|
+
:param builtins.str current_revision: currentRevision, if not empty, indicates the version of the StatefulSet used to generate Pods in the sequence [0,currentReplicas).
|
|
3790
|
+
:param 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.
|
|
3791
|
+
:param builtins.int ready_replicas: readyReplicas is the number of pods created for this StatefulSet with a Ready Condition.
|
|
3792
|
+
:param builtins.str update_revision: updateRevision, if not empty, indicates the version of the StatefulSet used to generate Pods in the sequence [replicas-updatedReplicas,replicas)
|
|
3793
|
+
:param builtins.int updated_replicas: updatedReplicas is the number of Pods created by the StatefulSet controller from the StatefulSet version indicated by updateRevision.
|
|
3793
3794
|
"""
|
|
3794
3795
|
pulumi.set(__self__, "replicas", replicas)
|
|
3795
3796
|
if available_replicas is not None:
|
|
@@ -3813,7 +3814,7 @@ class StatefulSetStatus(dict):
|
|
|
3813
3814
|
|
|
3814
3815
|
@property
|
|
3815
3816
|
@pulumi.getter
|
|
3816
|
-
def replicas(self) -> int:
|
|
3817
|
+
def replicas(self) -> builtins.int:
|
|
3817
3818
|
"""
|
|
3818
3819
|
replicas is the number of Pods created by the StatefulSet controller.
|
|
3819
3820
|
"""
|
|
@@ -3821,7 +3822,7 @@ class StatefulSetStatus(dict):
|
|
|
3821
3822
|
|
|
3822
3823
|
@property
|
|
3823
3824
|
@pulumi.getter(name="availableReplicas")
|
|
3824
|
-
def available_replicas(self) -> Optional[int]:
|
|
3825
|
+
def available_replicas(self) -> Optional[builtins.int]:
|
|
3825
3826
|
"""
|
|
3826
3827
|
Total number of available pods (ready for at least minReadySeconds) targeted by this statefulset.
|
|
3827
3828
|
"""
|
|
@@ -3829,7 +3830,7 @@ class StatefulSetStatus(dict):
|
|
|
3829
3830
|
|
|
3830
3831
|
@property
|
|
3831
3832
|
@pulumi.getter(name="collisionCount")
|
|
3832
|
-
def collision_count(self) -> Optional[int]:
|
|
3833
|
+
def collision_count(self) -> Optional[builtins.int]:
|
|
3833
3834
|
"""
|
|
3834
3835
|
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.
|
|
3835
3836
|
"""
|
|
@@ -3845,7 +3846,7 @@ class StatefulSetStatus(dict):
|
|
|
3845
3846
|
|
|
3846
3847
|
@property
|
|
3847
3848
|
@pulumi.getter(name="currentReplicas")
|
|
3848
|
-
def current_replicas(self) -> Optional[int]:
|
|
3849
|
+
def current_replicas(self) -> Optional[builtins.int]:
|
|
3849
3850
|
"""
|
|
3850
3851
|
currentReplicas is the number of Pods created by the StatefulSet controller from the StatefulSet version indicated by currentRevision.
|
|
3851
3852
|
"""
|
|
@@ -3853,7 +3854,7 @@ class StatefulSetStatus(dict):
|
|
|
3853
3854
|
|
|
3854
3855
|
@property
|
|
3855
3856
|
@pulumi.getter(name="currentRevision")
|
|
3856
|
-
def current_revision(self) -> Optional[str]:
|
|
3857
|
+
def current_revision(self) -> Optional[builtins.str]:
|
|
3857
3858
|
"""
|
|
3858
3859
|
currentRevision, if not empty, indicates the version of the StatefulSet used to generate Pods in the sequence [0,currentReplicas).
|
|
3859
3860
|
"""
|
|
@@ -3861,7 +3862,7 @@ class StatefulSetStatus(dict):
|
|
|
3861
3862
|
|
|
3862
3863
|
@property
|
|
3863
3864
|
@pulumi.getter(name="observedGeneration")
|
|
3864
|
-
def observed_generation(self) -> Optional[int]:
|
|
3865
|
+
def observed_generation(self) -> Optional[builtins.int]:
|
|
3865
3866
|
"""
|
|
3866
3867
|
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.
|
|
3867
3868
|
"""
|
|
@@ -3869,7 +3870,7 @@ class StatefulSetStatus(dict):
|
|
|
3869
3870
|
|
|
3870
3871
|
@property
|
|
3871
3872
|
@pulumi.getter(name="readyReplicas")
|
|
3872
|
-
def ready_replicas(self) -> Optional[int]:
|
|
3873
|
+
def ready_replicas(self) -> Optional[builtins.int]:
|
|
3873
3874
|
"""
|
|
3874
3875
|
readyReplicas is the number of pods created for this StatefulSet with a Ready Condition.
|
|
3875
3876
|
"""
|
|
@@ -3877,7 +3878,7 @@ class StatefulSetStatus(dict):
|
|
|
3877
3878
|
|
|
3878
3879
|
@property
|
|
3879
3880
|
@pulumi.getter(name="updateRevision")
|
|
3880
|
-
def update_revision(self) -> Optional[str]:
|
|
3881
|
+
def update_revision(self) -> Optional[builtins.str]:
|
|
3881
3882
|
"""
|
|
3882
3883
|
updateRevision, if not empty, indicates the version of the StatefulSet used to generate Pods in the sequence [replicas-updatedReplicas,replicas)
|
|
3883
3884
|
"""
|
|
@@ -3885,7 +3886,7 @@ class StatefulSetStatus(dict):
|
|
|
3885
3886
|
|
|
3886
3887
|
@property
|
|
3887
3888
|
@pulumi.getter(name="updatedReplicas")
|
|
3888
|
-
def updated_replicas(self) -> Optional[int]:
|
|
3889
|
+
def updated_replicas(self) -> Optional[builtins.int]:
|
|
3889
3890
|
"""
|
|
3890
3891
|
updatedReplicas is the number of Pods created by the StatefulSet controller from the StatefulSet version indicated by updateRevision.
|
|
3891
3892
|
"""
|
|
@@ -3929,28 +3930,28 @@ class StatefulSetStatusPatch(dict):
|
|
|
3929
3930
|
return super().get(key, default)
|
|
3930
3931
|
|
|
3931
3932
|
def __init__(__self__, *,
|
|
3932
|
-
available_replicas: Optional[int] = None,
|
|
3933
|
-
collision_count: Optional[int] = None,
|
|
3933
|
+
available_replicas: Optional[builtins.int] = None,
|
|
3934
|
+
collision_count: Optional[builtins.int] = None,
|
|
3934
3935
|
conditions: Optional[Sequence['outputs.StatefulSetConditionPatch']] = None,
|
|
3935
|
-
current_replicas: Optional[int] = None,
|
|
3936
|
-
current_revision: Optional[str] = None,
|
|
3937
|
-
observed_generation: Optional[int] = None,
|
|
3938
|
-
ready_replicas: Optional[int] = None,
|
|
3939
|
-
replicas: Optional[int] = None,
|
|
3940
|
-
update_revision: Optional[str] = None,
|
|
3941
|
-
updated_replicas: Optional[int] = None):
|
|
3936
|
+
current_replicas: Optional[builtins.int] = None,
|
|
3937
|
+
current_revision: Optional[builtins.str] = None,
|
|
3938
|
+
observed_generation: Optional[builtins.int] = None,
|
|
3939
|
+
ready_replicas: Optional[builtins.int] = None,
|
|
3940
|
+
replicas: Optional[builtins.int] = None,
|
|
3941
|
+
update_revision: Optional[builtins.str] = None,
|
|
3942
|
+
updated_replicas: Optional[builtins.int] = None):
|
|
3942
3943
|
"""
|
|
3943
3944
|
StatefulSetStatus represents the current state of a StatefulSet.
|
|
3944
|
-
:param int available_replicas: Total number of available pods (ready for at least minReadySeconds) targeted by this statefulset.
|
|
3945
|
-
:param 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.
|
|
3945
|
+
:param builtins.int available_replicas: Total number of available pods (ready for at least minReadySeconds) targeted by this statefulset.
|
|
3946
|
+
:param 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.
|
|
3946
3947
|
:param Sequence['StatefulSetConditionPatchArgs'] conditions: Represents the latest available observations of a statefulset's current state.
|
|
3947
|
-
:param int current_replicas: currentReplicas is the number of Pods created by the StatefulSet controller from the StatefulSet version indicated by currentRevision.
|
|
3948
|
-
:param str current_revision: currentRevision, if not empty, indicates the version of the StatefulSet used to generate Pods in the sequence [0,currentReplicas).
|
|
3949
|
-
:param 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.
|
|
3950
|
-
:param int ready_replicas: readyReplicas is the number of pods created for this StatefulSet with a Ready Condition.
|
|
3951
|
-
:param int replicas: replicas is the number of Pods created by the StatefulSet controller.
|
|
3952
|
-
:param str update_revision: updateRevision, if not empty, indicates the version of the StatefulSet used to generate Pods in the sequence [replicas-updatedReplicas,replicas)
|
|
3953
|
-
:param int updated_replicas: updatedReplicas is the number of Pods created by the StatefulSet controller from the StatefulSet version indicated by updateRevision.
|
|
3948
|
+
:param builtins.int current_replicas: currentReplicas is the number of Pods created by the StatefulSet controller from the StatefulSet version indicated by currentRevision.
|
|
3949
|
+
:param builtins.str current_revision: currentRevision, if not empty, indicates the version of the StatefulSet used to generate Pods in the sequence [0,currentReplicas).
|
|
3950
|
+
:param 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.
|
|
3951
|
+
:param builtins.int ready_replicas: readyReplicas is the number of pods created for this StatefulSet with a Ready Condition.
|
|
3952
|
+
:param builtins.int replicas: replicas is the number of Pods created by the StatefulSet controller.
|
|
3953
|
+
:param builtins.str update_revision: updateRevision, if not empty, indicates the version of the StatefulSet used to generate Pods in the sequence [replicas-updatedReplicas,replicas)
|
|
3954
|
+
:param builtins.int updated_replicas: updatedReplicas is the number of Pods created by the StatefulSet controller from the StatefulSet version indicated by updateRevision.
|
|
3954
3955
|
"""
|
|
3955
3956
|
if available_replicas is not None:
|
|
3956
3957
|
pulumi.set(__self__, "available_replicas", available_replicas)
|
|
@@ -3975,7 +3976,7 @@ class StatefulSetStatusPatch(dict):
|
|
|
3975
3976
|
|
|
3976
3977
|
@property
|
|
3977
3978
|
@pulumi.getter(name="availableReplicas")
|
|
3978
|
-
def available_replicas(self) -> Optional[int]:
|
|
3979
|
+
def available_replicas(self) -> Optional[builtins.int]:
|
|
3979
3980
|
"""
|
|
3980
3981
|
Total number of available pods (ready for at least minReadySeconds) targeted by this statefulset.
|
|
3981
3982
|
"""
|
|
@@ -3983,7 +3984,7 @@ class StatefulSetStatusPatch(dict):
|
|
|
3983
3984
|
|
|
3984
3985
|
@property
|
|
3985
3986
|
@pulumi.getter(name="collisionCount")
|
|
3986
|
-
def collision_count(self) -> Optional[int]:
|
|
3987
|
+
def collision_count(self) -> Optional[builtins.int]:
|
|
3987
3988
|
"""
|
|
3988
3989
|
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.
|
|
3989
3990
|
"""
|
|
@@ -3999,7 +4000,7 @@ class StatefulSetStatusPatch(dict):
|
|
|
3999
4000
|
|
|
4000
4001
|
@property
|
|
4001
4002
|
@pulumi.getter(name="currentReplicas")
|
|
4002
|
-
def current_replicas(self) -> Optional[int]:
|
|
4003
|
+
def current_replicas(self) -> Optional[builtins.int]:
|
|
4003
4004
|
"""
|
|
4004
4005
|
currentReplicas is the number of Pods created by the StatefulSet controller from the StatefulSet version indicated by currentRevision.
|
|
4005
4006
|
"""
|
|
@@ -4007,7 +4008,7 @@ class StatefulSetStatusPatch(dict):
|
|
|
4007
4008
|
|
|
4008
4009
|
@property
|
|
4009
4010
|
@pulumi.getter(name="currentRevision")
|
|
4010
|
-
def current_revision(self) -> Optional[str]:
|
|
4011
|
+
def current_revision(self) -> Optional[builtins.str]:
|
|
4011
4012
|
"""
|
|
4012
4013
|
currentRevision, if not empty, indicates the version of the StatefulSet used to generate Pods in the sequence [0,currentReplicas).
|
|
4013
4014
|
"""
|
|
@@ -4015,7 +4016,7 @@ class StatefulSetStatusPatch(dict):
|
|
|
4015
4016
|
|
|
4016
4017
|
@property
|
|
4017
4018
|
@pulumi.getter(name="observedGeneration")
|
|
4018
|
-
def observed_generation(self) -> Optional[int]:
|
|
4019
|
+
def observed_generation(self) -> Optional[builtins.int]:
|
|
4019
4020
|
"""
|
|
4020
4021
|
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.
|
|
4021
4022
|
"""
|
|
@@ -4023,7 +4024,7 @@ class StatefulSetStatusPatch(dict):
|
|
|
4023
4024
|
|
|
4024
4025
|
@property
|
|
4025
4026
|
@pulumi.getter(name="readyReplicas")
|
|
4026
|
-
def ready_replicas(self) -> Optional[int]:
|
|
4027
|
+
def ready_replicas(self) -> Optional[builtins.int]:
|
|
4027
4028
|
"""
|
|
4028
4029
|
readyReplicas is the number of pods created for this StatefulSet with a Ready Condition.
|
|
4029
4030
|
"""
|
|
@@ -4031,7 +4032,7 @@ class StatefulSetStatusPatch(dict):
|
|
|
4031
4032
|
|
|
4032
4033
|
@property
|
|
4033
4034
|
@pulumi.getter
|
|
4034
|
-
def replicas(self) -> Optional[int]:
|
|
4035
|
+
def replicas(self) -> Optional[builtins.int]:
|
|
4035
4036
|
"""
|
|
4036
4037
|
replicas is the number of Pods created by the StatefulSet controller.
|
|
4037
4038
|
"""
|
|
@@ -4039,7 +4040,7 @@ class StatefulSetStatusPatch(dict):
|
|
|
4039
4040
|
|
|
4040
4041
|
@property
|
|
4041
4042
|
@pulumi.getter(name="updateRevision")
|
|
4042
|
-
def update_revision(self) -> Optional[str]:
|
|
4043
|
+
def update_revision(self) -> Optional[builtins.str]:
|
|
4043
4044
|
"""
|
|
4044
4045
|
updateRevision, if not empty, indicates the version of the StatefulSet used to generate Pods in the sequence [replicas-updatedReplicas,replicas)
|
|
4045
4046
|
"""
|
|
@@ -4047,7 +4048,7 @@ class StatefulSetStatusPatch(dict):
|
|
|
4047
4048
|
|
|
4048
4049
|
@property
|
|
4049
4050
|
@pulumi.getter(name="updatedReplicas")
|
|
4050
|
-
def updated_replicas(self) -> Optional[int]:
|
|
4051
|
+
def updated_replicas(self) -> Optional[builtins.int]:
|
|
4051
4052
|
"""
|
|
4052
4053
|
updatedReplicas is the number of Pods created by the StatefulSet controller from the StatefulSet version indicated by updateRevision.
|
|
4053
4054
|
"""
|
|
@@ -4078,11 +4079,11 @@ class StatefulSetUpdateStrategy(dict):
|
|
|
4078
4079
|
|
|
4079
4080
|
def __init__(__self__, *,
|
|
4080
4081
|
rolling_update: Optional['outputs.RollingUpdateStatefulSetStrategy'] = None,
|
|
4081
|
-
type: Optional[str] = None):
|
|
4082
|
+
type: Optional[builtins.str] = None):
|
|
4082
4083
|
"""
|
|
4083
4084
|
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.
|
|
4084
4085
|
:param 'RollingUpdateStatefulSetStrategyArgs' rolling_update: RollingUpdate is used to communicate parameters when Type is RollingUpdateStatefulSetStrategyType.
|
|
4085
|
-
:param str type: Type indicates the type of the StatefulSetUpdateStrategy. Default is RollingUpdate.
|
|
4086
|
+
:param builtins.str type: Type indicates the type of the StatefulSetUpdateStrategy. Default is RollingUpdate.
|
|
4086
4087
|
"""
|
|
4087
4088
|
if rolling_update is not None:
|
|
4088
4089
|
pulumi.set(__self__, "rolling_update", rolling_update)
|
|
@@ -4099,7 +4100,7 @@ class StatefulSetUpdateStrategy(dict):
|
|
|
4099
4100
|
|
|
4100
4101
|
@property
|
|
4101
4102
|
@pulumi.getter
|
|
4102
|
-
def type(self) -> Optional[str]:
|
|
4103
|
+
def type(self) -> Optional[builtins.str]:
|
|
4103
4104
|
"""
|
|
4104
4105
|
Type indicates the type of the StatefulSetUpdateStrategy. Default is RollingUpdate.
|
|
4105
4106
|
"""
|
|
@@ -4130,11 +4131,11 @@ class StatefulSetUpdateStrategyPatch(dict):
|
|
|
4130
4131
|
|
|
4131
4132
|
def __init__(__self__, *,
|
|
4132
4133
|
rolling_update: Optional['outputs.RollingUpdateStatefulSetStrategyPatch'] = None,
|
|
4133
|
-
type: Optional[str] = None):
|
|
4134
|
+
type: Optional[builtins.str] = None):
|
|
4134
4135
|
"""
|
|
4135
4136
|
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.
|
|
4136
4137
|
:param 'RollingUpdateStatefulSetStrategyPatchArgs' rolling_update: RollingUpdate is used to communicate parameters when Type is RollingUpdateStatefulSetStrategyType.
|
|
4137
|
-
:param str type: Type indicates the type of the StatefulSetUpdateStrategy. Default is RollingUpdate.
|
|
4138
|
+
:param builtins.str type: Type indicates the type of the StatefulSetUpdateStrategy. Default is RollingUpdate.
|
|
4138
4139
|
"""
|
|
4139
4140
|
if rolling_update is not None:
|
|
4140
4141
|
pulumi.set(__self__, "rolling_update", rolling_update)
|
|
@@ -4151,7 +4152,7 @@ class StatefulSetUpdateStrategyPatch(dict):
|
|
|
4151
4152
|
|
|
4152
4153
|
@property
|
|
4153
4154
|
@pulumi.getter
|
|
4154
|
-
def type(self) -> Optional[str]:
|
|
4155
|
+
def type(self) -> Optional[builtins.str]:
|
|
4155
4156
|
"""
|
|
4156
4157
|
Type indicates the type of the StatefulSetUpdateStrategy. Default is RollingUpdate.
|
|
4157
4158
|
"""
|