pulumi-kubernetes 4.24.0a1753079574__py3-none-any.whl → 4.24.0a1753121506__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of pulumi-kubernetes might be problematic. Click here for more details.
- pulumi_kubernetes/__init__.py +1 -1
- pulumi_kubernetes/_inputs.py +49 -50
- pulumi_kubernetes/admissionregistration/__init__.py +1 -1
- pulumi_kubernetes/admissionregistration/v1/MutatingWebhookConfiguration.py +25 -26
- pulumi_kubernetes/admissionregistration/v1/MutatingWebhookConfigurationList.py +25 -26
- pulumi_kubernetes/admissionregistration/v1/MutatingWebhookConfigurationPatch.py +25 -26
- pulumi_kubernetes/admissionregistration/v1/ValidatingAdmissionPolicy.py +26 -27
- pulumi_kubernetes/admissionregistration/v1/ValidatingAdmissionPolicyBinding.py +25 -26
- pulumi_kubernetes/admissionregistration/v1/ValidatingAdmissionPolicyBindingList.py +25 -26
- pulumi_kubernetes/admissionregistration/v1/ValidatingAdmissionPolicyBindingPatch.py +25 -26
- pulumi_kubernetes/admissionregistration/v1/ValidatingAdmissionPolicyList.py +25 -26
- pulumi_kubernetes/admissionregistration/v1/ValidatingAdmissionPolicyPatch.py +26 -27
- pulumi_kubernetes/admissionregistration/v1/ValidatingWebhookConfiguration.py +25 -26
- pulumi_kubernetes/admissionregistration/v1/ValidatingWebhookConfigurationList.py +25 -26
- pulumi_kubernetes/admissionregistration/v1/ValidatingWebhookConfigurationPatch.py +25 -26
- pulumi_kubernetes/admissionregistration/v1/__init__.py +1 -1
- pulumi_kubernetes/admissionregistration/v1/_inputs.py +715 -716
- pulumi_kubernetes/admissionregistration/v1/outputs.py +512 -513
- pulumi_kubernetes/admissionregistration/v1alpha1/MutatingAdmissionPolicy.py +25 -26
- pulumi_kubernetes/admissionregistration/v1alpha1/MutatingAdmissionPolicyBinding.py +25 -26
- pulumi_kubernetes/admissionregistration/v1alpha1/MutatingAdmissionPolicyBindingList.py +25 -26
- pulumi_kubernetes/admissionregistration/v1alpha1/MutatingAdmissionPolicyBindingPatch.py +25 -26
- pulumi_kubernetes/admissionregistration/v1alpha1/MutatingAdmissionPolicyList.py +25 -26
- pulumi_kubernetes/admissionregistration/v1alpha1/MutatingAdmissionPolicyPatch.py +25 -26
- pulumi_kubernetes/admissionregistration/v1alpha1/ValidatingAdmissionPolicy.py +26 -27
- pulumi_kubernetes/admissionregistration/v1alpha1/ValidatingAdmissionPolicyBinding.py +25 -26
- pulumi_kubernetes/admissionregistration/v1alpha1/ValidatingAdmissionPolicyBindingList.py +25 -26
- pulumi_kubernetes/admissionregistration/v1alpha1/ValidatingAdmissionPolicyBindingPatch.py +25 -26
- pulumi_kubernetes/admissionregistration/v1alpha1/ValidatingAdmissionPolicyList.py +25 -26
- pulumi_kubernetes/admissionregistration/v1alpha1/ValidatingAdmissionPolicyPatch.py +26 -27
- pulumi_kubernetes/admissionregistration/v1alpha1/__init__.py +1 -1
- pulumi_kubernetes/admissionregistration/v1alpha1/_inputs.py +495 -496
- pulumi_kubernetes/admissionregistration/v1alpha1/outputs.py +364 -365
- pulumi_kubernetes/admissionregistration/v1beta1/MutatingWebhookConfiguration.py +25 -26
- pulumi_kubernetes/admissionregistration/v1beta1/MutatingWebhookConfigurationList.py +25 -26
- pulumi_kubernetes/admissionregistration/v1beta1/MutatingWebhookConfigurationPatch.py +25 -26
- pulumi_kubernetes/admissionregistration/v1beta1/ValidatingAdmissionPolicy.py +26 -27
- pulumi_kubernetes/admissionregistration/v1beta1/ValidatingAdmissionPolicyBinding.py +25 -26
- pulumi_kubernetes/admissionregistration/v1beta1/ValidatingAdmissionPolicyBindingList.py +25 -26
- pulumi_kubernetes/admissionregistration/v1beta1/ValidatingAdmissionPolicyBindingPatch.py +25 -26
- pulumi_kubernetes/admissionregistration/v1beta1/ValidatingAdmissionPolicyList.py +25 -26
- pulumi_kubernetes/admissionregistration/v1beta1/ValidatingAdmissionPolicyPatch.py +26 -27
- pulumi_kubernetes/admissionregistration/v1beta1/ValidatingWebhookConfiguration.py +25 -26
- pulumi_kubernetes/admissionregistration/v1beta1/ValidatingWebhookConfigurationList.py +25 -26
- pulumi_kubernetes/admissionregistration/v1beta1/ValidatingWebhookConfigurationPatch.py +25 -26
- pulumi_kubernetes/admissionregistration/v1beta1/__init__.py +1 -1
- pulumi_kubernetes/admissionregistration/v1beta1/_inputs.py +711 -712
- pulumi_kubernetes/admissionregistration/v1beta1/outputs.py +508 -509
- pulumi_kubernetes/apiextensions/__init__.py +1 -1
- pulumi_kubernetes/apiextensions/v1/CustomResourceDefinition.py +26 -27
- pulumi_kubernetes/apiextensions/v1/CustomResourceDefinitionList.py +25 -26
- pulumi_kubernetes/apiextensions/v1/CustomResourceDefinitionPatch.py +26 -27
- pulumi_kubernetes/apiextensions/v1/__init__.py +1 -1
- pulumi_kubernetes/apiextensions/v1/_inputs.py +906 -907
- pulumi_kubernetes/apiextensions/v1/outputs.py +620 -621
- pulumi_kubernetes/apiextensions/v1beta1/CustomResourceDefinition.py +26 -27
- pulumi_kubernetes/apiextensions/v1beta1/CustomResourceDefinitionList.py +25 -26
- pulumi_kubernetes/apiextensions/v1beta1/CustomResourceDefinitionPatch.py +26 -27
- pulumi_kubernetes/apiextensions/v1beta1/__init__.py +1 -1
- pulumi_kubernetes/apiextensions/v1beta1/_inputs.py +834 -835
- pulumi_kubernetes/apiextensions/v1beta1/outputs.py +572 -573
- pulumi_kubernetes/apiregistration/__init__.py +1 -1
- pulumi_kubernetes/apiregistration/v1/APIService.py +26 -27
- pulumi_kubernetes/apiregistration/v1/APIServiceList.py +25 -26
- pulumi_kubernetes/apiregistration/v1/APIServicePatch.py +26 -27
- pulumi_kubernetes/apiregistration/v1/__init__.py +1 -1
- pulumi_kubernetes/apiregistration/v1/_inputs.py +157 -158
- pulumi_kubernetes/apiregistration/v1/outputs.py +128 -129
- pulumi_kubernetes/apiregistration/v1beta1/APIService.py +26 -27
- pulumi_kubernetes/apiregistration/v1beta1/APIServiceList.py +25 -26
- pulumi_kubernetes/apiregistration/v1beta1/APIServicePatch.py +26 -27
- pulumi_kubernetes/apiregistration/v1beta1/__init__.py +1 -1
- pulumi_kubernetes/apiregistration/v1beta1/_inputs.py +157 -158
- pulumi_kubernetes/apiregistration/v1beta1/outputs.py +128 -129
- pulumi_kubernetes/apps/__init__.py +1 -1
- pulumi_kubernetes/apps/v1/ControllerRevision.py +35 -36
- pulumi_kubernetes/apps/v1/ControllerRevisionList.py +25 -26
- pulumi_kubernetes/apps/v1/ControllerRevisionPatch.py +35 -36
- pulumi_kubernetes/apps/v1/DaemonSet.py +26 -27
- pulumi_kubernetes/apps/v1/DaemonSetList.py +25 -26
- pulumi_kubernetes/apps/v1/DaemonSetPatch.py +26 -27
- pulumi_kubernetes/apps/v1/Deployment.py +26 -27
- pulumi_kubernetes/apps/v1/DeploymentList.py +25 -26
- pulumi_kubernetes/apps/v1/DeploymentPatch.py +26 -27
- pulumi_kubernetes/apps/v1/ReplicaSet.py +26 -27
- pulumi_kubernetes/apps/v1/ReplicaSetList.py +25 -26
- pulumi_kubernetes/apps/v1/ReplicaSetPatch.py +26 -27
- pulumi_kubernetes/apps/v1/StatefulSet.py +26 -27
- pulumi_kubernetes/apps/v1/StatefulSetList.py +25 -26
- pulumi_kubernetes/apps/v1/StatefulSetPatch.py +26 -27
- pulumi_kubernetes/apps/v1/__init__.py +1 -1
- pulumi_kubernetes/apps/v1/_inputs.py +749 -750
- pulumi_kubernetes/apps/v1/outputs.py +713 -714
- pulumi_kubernetes/apps/v1beta1/ControllerRevision.py +35 -36
- pulumi_kubernetes/apps/v1beta1/ControllerRevisionList.py +25 -26
- pulumi_kubernetes/apps/v1beta1/ControllerRevisionPatch.py +35 -36
- pulumi_kubernetes/apps/v1beta1/Deployment.py +26 -27
- pulumi_kubernetes/apps/v1beta1/DeploymentList.py +25 -26
- pulumi_kubernetes/apps/v1beta1/DeploymentPatch.py +26 -27
- pulumi_kubernetes/apps/v1beta1/StatefulSet.py +26 -27
- pulumi_kubernetes/apps/v1beta1/StatefulSetList.py +25 -26
- pulumi_kubernetes/apps/v1beta1/StatefulSetPatch.py +26 -27
- pulumi_kubernetes/apps/v1beta1/__init__.py +1 -1
- pulumi_kubernetes/apps/v1beta1/_inputs.py +409 -410
- pulumi_kubernetes/apps/v1beta1/outputs.py +381 -382
- pulumi_kubernetes/apps/v1beta2/ControllerRevision.py +35 -36
- pulumi_kubernetes/apps/v1beta2/ControllerRevisionList.py +25 -26
- pulumi_kubernetes/apps/v1beta2/ControllerRevisionPatch.py +35 -36
- pulumi_kubernetes/apps/v1beta2/DaemonSet.py +26 -27
- pulumi_kubernetes/apps/v1beta2/DaemonSetList.py +25 -26
- pulumi_kubernetes/apps/v1beta2/DaemonSetPatch.py +26 -27
- pulumi_kubernetes/apps/v1beta2/Deployment.py +26 -27
- pulumi_kubernetes/apps/v1beta2/DeploymentList.py +25 -26
- pulumi_kubernetes/apps/v1beta2/DeploymentPatch.py +26 -27
- pulumi_kubernetes/apps/v1beta2/ReplicaSet.py +26 -27
- pulumi_kubernetes/apps/v1beta2/ReplicaSetList.py +25 -26
- pulumi_kubernetes/apps/v1beta2/ReplicaSetPatch.py +26 -27
- pulumi_kubernetes/apps/v1beta2/StatefulSet.py +26 -27
- pulumi_kubernetes/apps/v1beta2/StatefulSetList.py +25 -26
- pulumi_kubernetes/apps/v1beta2/StatefulSetPatch.py +26 -27
- pulumi_kubernetes/apps/v1beta2/__init__.py +1 -1
- pulumi_kubernetes/apps/v1beta2/_inputs.py +655 -656
- pulumi_kubernetes/apps/v1beta2/outputs.py +645 -646
- pulumi_kubernetes/auditregistration/__init__.py +1 -1
- pulumi_kubernetes/auditregistration/v1alpha1/AuditSink.py +25 -26
- pulumi_kubernetes/auditregistration/v1alpha1/AuditSinkList.py +25 -26
- pulumi_kubernetes/auditregistration/v1alpha1/AuditSinkPatch.py +25 -26
- pulumi_kubernetes/auditregistration/v1alpha1/__init__.py +1 -1
- pulumi_kubernetes/auditregistration/v1alpha1/_inputs.py +145 -146
- pulumi_kubernetes/auditregistration/v1alpha1/outputs.py +101 -102
- pulumi_kubernetes/autoscaling/__init__.py +1 -1
- pulumi_kubernetes/autoscaling/v1/HorizontalPodAutoscaler.py +26 -27
- pulumi_kubernetes/autoscaling/v1/HorizontalPodAutoscalerList.py +25 -26
- pulumi_kubernetes/autoscaling/v1/HorizontalPodAutoscalerPatch.py +26 -27
- pulumi_kubernetes/autoscaling/v1/__init__.py +1 -1
- pulumi_kubernetes/autoscaling/v1/_inputs.py +120 -121
- pulumi_kubernetes/autoscaling/v1/outputs.py +102 -103
- pulumi_kubernetes/autoscaling/v2/HorizontalPodAutoscaler.py +26 -27
- pulumi_kubernetes/autoscaling/v2/HorizontalPodAutoscalerList.py +25 -26
- pulumi_kubernetes/autoscaling/v2/HorizontalPodAutoscalerPatch.py +26 -27
- pulumi_kubernetes/autoscaling/v2/__init__.py +1 -1
- pulumi_kubernetes/autoscaling/v2/_inputs.py +410 -411
- pulumi_kubernetes/autoscaling/v2/outputs.py +374 -375
- pulumi_kubernetes/autoscaling/v2beta1/HorizontalPodAutoscaler.py +26 -27
- pulumi_kubernetes/autoscaling/v2beta1/HorizontalPodAutoscalerList.py +25 -26
- pulumi_kubernetes/autoscaling/v2beta1/HorizontalPodAutoscalerPatch.py +26 -27
- pulumi_kubernetes/autoscaling/v2beta1/__init__.py +1 -1
- pulumi_kubernetes/autoscaling/v2beta1/_inputs.py +451 -452
- pulumi_kubernetes/autoscaling/v2beta1/outputs.py +424 -425
- pulumi_kubernetes/autoscaling/v2beta2/HorizontalPodAutoscaler.py +26 -27
- pulumi_kubernetes/autoscaling/v2beta2/HorizontalPodAutoscalerList.py +25 -26
- pulumi_kubernetes/autoscaling/v2beta2/HorizontalPodAutoscalerPatch.py +26 -27
- pulumi_kubernetes/autoscaling/v2beta2/__init__.py +1 -1
- pulumi_kubernetes/autoscaling/v2beta2/_inputs.py +398 -399
- pulumi_kubernetes/autoscaling/v2beta2/outputs.py +366 -367
- pulumi_kubernetes/batch/__init__.py +1 -1
- pulumi_kubernetes/batch/v1/CronJob.py +26 -27
- pulumi_kubernetes/batch/v1/CronJobList.py +25 -26
- pulumi_kubernetes/batch/v1/CronJobPatch.py +26 -27
- pulumi_kubernetes/batch/v1/Job.py +26 -27
- pulumi_kubernetes/batch/v1/JobList.py +25 -26
- pulumi_kubernetes/batch/v1/JobPatch.py +26 -27
- pulumi_kubernetes/batch/v1/__init__.py +1 -1
- pulumi_kubernetes/batch/v1/_inputs.py +494 -495
- pulumi_kubernetes/batch/v1/outputs.py +419 -420
- pulumi_kubernetes/batch/v1beta1/CronJob.py +26 -27
- pulumi_kubernetes/batch/v1beta1/CronJobList.py +25 -26
- pulumi_kubernetes/batch/v1beta1/CronJobPatch.py +26 -27
- pulumi_kubernetes/batch/v1beta1/__init__.py +1 -1
- pulumi_kubernetes/batch/v1beta1/_inputs.py +101 -102
- pulumi_kubernetes/batch/v1beta1/outputs.py +76 -77
- pulumi_kubernetes/batch/v2alpha1/CronJob.py +26 -27
- pulumi_kubernetes/batch/v2alpha1/CronJobList.py +25 -26
- pulumi_kubernetes/batch/v2alpha1/CronJobPatch.py +26 -27
- pulumi_kubernetes/batch/v2alpha1/__init__.py +1 -1
- pulumi_kubernetes/batch/v2alpha1/_inputs.py +101 -102
- pulumi_kubernetes/batch/v2alpha1/outputs.py +76 -77
- pulumi_kubernetes/certificates/__init__.py +1 -1
- pulumi_kubernetes/certificates/v1/CertificateSigningRequest.py +26 -27
- pulumi_kubernetes/certificates/v1/CertificateSigningRequestList.py +25 -26
- pulumi_kubernetes/certificates/v1/CertificateSigningRequestPatch.py +26 -27
- pulumi_kubernetes/certificates/v1/__init__.py +1 -1
- pulumi_kubernetes/certificates/v1/_inputs.py +155 -156
- pulumi_kubernetes/certificates/v1/outputs.py +134 -135
- pulumi_kubernetes/certificates/v1alpha1/ClusterTrustBundle.py +25 -26
- pulumi_kubernetes/certificates/v1alpha1/ClusterTrustBundleList.py +25 -26
- pulumi_kubernetes/certificates/v1alpha1/ClusterTrustBundlePatch.py +25 -26
- pulumi_kubernetes/certificates/v1alpha1/__init__.py +1 -1
- pulumi_kubernetes/certificates/v1alpha1/_inputs.py +39 -40
- pulumi_kubernetes/certificates/v1alpha1/outputs.py +27 -28
- pulumi_kubernetes/certificates/v1beta1/CertificateSigningRequest.py +26 -27
- pulumi_kubernetes/certificates/v1beta1/CertificateSigningRequestList.py +25 -26
- pulumi_kubernetes/certificates/v1beta1/CertificateSigningRequestPatch.py +26 -27
- pulumi_kubernetes/certificates/v1beta1/ClusterTrustBundle.py +25 -26
- pulumi_kubernetes/certificates/v1beta1/ClusterTrustBundleList.py +25 -26
- pulumi_kubernetes/certificates/v1beta1/ClusterTrustBundlePatch.py +25 -26
- pulumi_kubernetes/certificates/v1beta1/__init__.py +1 -1
- pulumi_kubernetes/certificates/v1beta1/_inputs.py +182 -183
- pulumi_kubernetes/certificates/v1beta1/outputs.py +154 -155
- pulumi_kubernetes/coordination/__init__.py +1 -1
- pulumi_kubernetes/coordination/v1/Lease.py +25 -26
- pulumi_kubernetes/coordination/v1/LeaseList.py +25 -26
- pulumi_kubernetes/coordination/v1/LeasePatch.py +25 -26
- pulumi_kubernetes/coordination/v1/__init__.py +1 -1
- pulumi_kubernetes/coordination/v1/_inputs.py +99 -100
- pulumi_kubernetes/coordination/v1/outputs.py +67 -68
- pulumi_kubernetes/coordination/v1alpha1/LeaseCandidate.py +25 -26
- pulumi_kubernetes/coordination/v1alpha1/LeaseCandidateList.py +25 -26
- pulumi_kubernetes/coordination/v1alpha1/LeaseCandidatePatch.py +25 -26
- pulumi_kubernetes/coordination/v1alpha1/__init__.py +1 -1
- pulumi_kubernetes/coordination/v1alpha1/_inputs.py +87 -88
- pulumi_kubernetes/coordination/v1alpha1/outputs.py +59 -60
- pulumi_kubernetes/coordination/v1alpha2/LeaseCandidate.py +25 -26
- pulumi_kubernetes/coordination/v1alpha2/LeaseCandidateList.py +25 -26
- pulumi_kubernetes/coordination/v1alpha2/LeaseCandidatePatch.py +25 -26
- pulumi_kubernetes/coordination/v1alpha2/__init__.py +1 -1
- pulumi_kubernetes/coordination/v1alpha2/_inputs.py +87 -88
- pulumi_kubernetes/coordination/v1alpha2/outputs.py +59 -60
- pulumi_kubernetes/coordination/v1beta1/Lease.py +25 -26
- pulumi_kubernetes/coordination/v1beta1/LeaseCandidate.py +25 -26
- pulumi_kubernetes/coordination/v1beta1/LeaseCandidateList.py +25 -26
- pulumi_kubernetes/coordination/v1beta1/LeaseCandidatePatch.py +25 -26
- pulumi_kubernetes/coordination/v1beta1/LeaseList.py +25 -26
- pulumi_kubernetes/coordination/v1beta1/LeasePatch.py +25 -26
- pulumi_kubernetes/coordination/v1beta1/__init__.py +1 -1
- pulumi_kubernetes/coordination/v1beta1/_inputs.py +161 -162
- pulumi_kubernetes/coordination/v1beta1/outputs.py +109 -110
- pulumi_kubernetes/core/__init__.py +1 -1
- pulumi_kubernetes/core/v1/Binding.py +25 -26
- pulumi_kubernetes/core/v1/BindingPatch.py +25 -26
- pulumi_kubernetes/core/v1/ConfigMap.py +53 -54
- pulumi_kubernetes/core/v1/ConfigMapList.py +25 -26
- pulumi_kubernetes/core/v1/ConfigMapPatch.py +53 -54
- pulumi_kubernetes/core/v1/Endpoints.py +25 -26
- pulumi_kubernetes/core/v1/EndpointsList.py +25 -26
- pulumi_kubernetes/core/v1/EndpointsPatch.py +25 -26
- pulumi_kubernetes/core/v1/Event.py +131 -132
- pulumi_kubernetes/core/v1/EventList.py +25 -26
- pulumi_kubernetes/core/v1/EventPatch.py +131 -132
- pulumi_kubernetes/core/v1/LimitRange.py +25 -26
- pulumi_kubernetes/core/v1/LimitRangeList.py +25 -26
- pulumi_kubernetes/core/v1/LimitRangePatch.py +25 -26
- pulumi_kubernetes/core/v1/Namespace.py +26 -27
- pulumi_kubernetes/core/v1/NamespaceList.py +25 -26
- pulumi_kubernetes/core/v1/NamespacePatch.py +26 -27
- pulumi_kubernetes/core/v1/Node.py +26 -27
- pulumi_kubernetes/core/v1/NodeList.py +25 -26
- pulumi_kubernetes/core/v1/NodePatch.py +26 -27
- pulumi_kubernetes/core/v1/PersistentVolume.py +26 -27
- pulumi_kubernetes/core/v1/PersistentVolumeClaim.py +26 -27
- pulumi_kubernetes/core/v1/PersistentVolumeClaimList.py +25 -26
- pulumi_kubernetes/core/v1/PersistentVolumeClaimPatch.py +26 -27
- pulumi_kubernetes/core/v1/PersistentVolumeList.py +25 -26
- pulumi_kubernetes/core/v1/PersistentVolumePatch.py +26 -27
- pulumi_kubernetes/core/v1/Pod.py +26 -27
- pulumi_kubernetes/core/v1/PodList.py +25 -26
- pulumi_kubernetes/core/v1/PodPatch.py +26 -27
- pulumi_kubernetes/core/v1/PodTemplate.py +25 -26
- pulumi_kubernetes/core/v1/PodTemplateList.py +25 -26
- pulumi_kubernetes/core/v1/PodTemplatePatch.py +25 -26
- pulumi_kubernetes/core/v1/ReplicationController.py +26 -27
- pulumi_kubernetes/core/v1/ReplicationControllerList.py +25 -26
- pulumi_kubernetes/core/v1/ReplicationControllerPatch.py +26 -27
- pulumi_kubernetes/core/v1/ResourceQuota.py +26 -27
- pulumi_kubernetes/core/v1/ResourceQuotaList.py +25 -26
- pulumi_kubernetes/core/v1/ResourceQuotaPatch.py +26 -27
- pulumi_kubernetes/core/v1/Secret.py +63 -64
- pulumi_kubernetes/core/v1/SecretList.py +25 -26
- pulumi_kubernetes/core/v1/SecretPatch.py +63 -64
- pulumi_kubernetes/core/v1/Service.py +26 -27
- pulumi_kubernetes/core/v1/ServiceAccount.py +37 -38
- pulumi_kubernetes/core/v1/ServiceAccountList.py +25 -26
- pulumi_kubernetes/core/v1/ServiceAccountPatch.py +37 -38
- pulumi_kubernetes/core/v1/ServiceList.py +25 -26
- pulumi_kubernetes/core/v1/ServicePatch.py +26 -27
- pulumi_kubernetes/core/v1/__init__.py +1 -1
- pulumi_kubernetes/core/v1/_enums.py +2 -2
- pulumi_kubernetes/core/v1/_inputs.py +7133 -7134
- pulumi_kubernetes/core/v1/outputs.py +5390 -5391
- pulumi_kubernetes/discovery/__init__.py +1 -1
- pulumi_kubernetes/discovery/v1/EndpointSlice.py +37 -38
- pulumi_kubernetes/discovery/v1/EndpointSliceList.py +25 -26
- pulumi_kubernetes/discovery/v1/EndpointSlicePatch.py +37 -38
- pulumi_kubernetes/discovery/v1/__init__.py +1 -1
- pulumi_kubernetes/discovery/v1/_inputs.py +200 -201
- pulumi_kubernetes/discovery/v1/outputs.py +138 -139
- pulumi_kubernetes/discovery/v1beta1/EndpointSlice.py +37 -38
- pulumi_kubernetes/discovery/v1beta1/EndpointSliceList.py +25 -26
- pulumi_kubernetes/discovery/v1beta1/EndpointSlicePatch.py +37 -38
- pulumi_kubernetes/discovery/v1beta1/__init__.py +1 -1
- pulumi_kubernetes/discovery/v1beta1/_inputs.py +158 -159
- pulumi_kubernetes/discovery/v1beta1/outputs.py +108 -109
- pulumi_kubernetes/events/__init__.py +1 -1
- pulumi_kubernetes/events/v1/Event.py +131 -132
- pulumi_kubernetes/events/v1/EventList.py +25 -26
- pulumi_kubernetes/events/v1/EventPatch.py +131 -132
- pulumi_kubernetes/events/v1/__init__.py +1 -1
- pulumi_kubernetes/events/v1/_inputs.py +102 -103
- pulumi_kubernetes/events/v1/outputs.py +70 -71
- pulumi_kubernetes/events/v1beta1/Event.py +131 -132
- pulumi_kubernetes/events/v1beta1/EventList.py +25 -26
- pulumi_kubernetes/events/v1beta1/EventPatch.py +131 -132
- pulumi_kubernetes/events/v1beta1/__init__.py +1 -1
- pulumi_kubernetes/events/v1beta1/_inputs.py +114 -115
- pulumi_kubernetes/events/v1beta1/outputs.py +78 -79
- pulumi_kubernetes/extensions/__init__.py +1 -1
- pulumi_kubernetes/extensions/v1beta1/DaemonSet.py +26 -27
- pulumi_kubernetes/extensions/v1beta1/DaemonSetList.py +25 -26
- pulumi_kubernetes/extensions/v1beta1/DaemonSetPatch.py +26 -27
- pulumi_kubernetes/extensions/v1beta1/Deployment.py +26 -27
- pulumi_kubernetes/extensions/v1beta1/DeploymentList.py +25 -26
- pulumi_kubernetes/extensions/v1beta1/DeploymentPatch.py +26 -27
- pulumi_kubernetes/extensions/v1beta1/Ingress.py +26 -27
- pulumi_kubernetes/extensions/v1beta1/IngressList.py +25 -26
- pulumi_kubernetes/extensions/v1beta1/IngressPatch.py +26 -27
- pulumi_kubernetes/extensions/v1beta1/NetworkPolicy.py +25 -26
- pulumi_kubernetes/extensions/v1beta1/NetworkPolicyList.py +25 -26
- pulumi_kubernetes/extensions/v1beta1/NetworkPolicyPatch.py +25 -26
- pulumi_kubernetes/extensions/v1beta1/PodSecurityPolicy.py +25 -26
- pulumi_kubernetes/extensions/v1beta1/PodSecurityPolicyList.py +25 -26
- pulumi_kubernetes/extensions/v1beta1/PodSecurityPolicyPatch.py +25 -26
- pulumi_kubernetes/extensions/v1beta1/ReplicaSet.py +26 -27
- pulumi_kubernetes/extensions/v1beta1/ReplicaSetList.py +25 -26
- pulumi_kubernetes/extensions/v1beta1/ReplicaSetPatch.py +26 -27
- pulumi_kubernetes/extensions/v1beta1/__init__.py +1 -1
- pulumi_kubernetes/extensions/v1beta1/_inputs.py +1097 -1098
- pulumi_kubernetes/extensions/v1beta1/outputs.py +899 -900
- pulumi_kubernetes/flowcontrol/__init__.py +1 -1
- pulumi_kubernetes/flowcontrol/v1/FlowSchema.py +26 -27
- pulumi_kubernetes/flowcontrol/v1/FlowSchemaList.py +25 -26
- pulumi_kubernetes/flowcontrol/v1/FlowSchemaPatch.py +26 -27
- pulumi_kubernetes/flowcontrol/v1/PriorityLevelConfiguration.py +26 -27
- pulumi_kubernetes/flowcontrol/v1/PriorityLevelConfigurationList.py +25 -26
- pulumi_kubernetes/flowcontrol/v1/PriorityLevelConfigurationPatch.py +26 -27
- pulumi_kubernetes/flowcontrol/v1/__init__.py +1 -1
- pulumi_kubernetes/flowcontrol/v1/_inputs.py +419 -420
- pulumi_kubernetes/flowcontrol/v1/outputs.py +333 -334
- pulumi_kubernetes/flowcontrol/v1alpha1/FlowSchema.py +26 -27
- pulumi_kubernetes/flowcontrol/v1alpha1/FlowSchemaList.py +25 -26
- pulumi_kubernetes/flowcontrol/v1alpha1/FlowSchemaPatch.py +26 -27
- pulumi_kubernetes/flowcontrol/v1alpha1/PriorityLevelConfiguration.py +26 -27
- pulumi_kubernetes/flowcontrol/v1alpha1/PriorityLevelConfigurationList.py +25 -26
- pulumi_kubernetes/flowcontrol/v1alpha1/PriorityLevelConfigurationPatch.py +26 -27
- pulumi_kubernetes/flowcontrol/v1alpha1/__init__.py +1 -1
- pulumi_kubernetes/flowcontrol/v1alpha1/_inputs.py +369 -370
- pulumi_kubernetes/flowcontrol/v1alpha1/outputs.py +299 -300
- pulumi_kubernetes/flowcontrol/v1beta1/FlowSchema.py +26 -27
- pulumi_kubernetes/flowcontrol/v1beta1/FlowSchemaList.py +25 -26
- pulumi_kubernetes/flowcontrol/v1beta1/FlowSchemaPatch.py +26 -27
- pulumi_kubernetes/flowcontrol/v1beta1/PriorityLevelConfiguration.py +26 -27
- pulumi_kubernetes/flowcontrol/v1beta1/PriorityLevelConfigurationList.py +25 -26
- pulumi_kubernetes/flowcontrol/v1beta1/PriorityLevelConfigurationPatch.py +26 -27
- pulumi_kubernetes/flowcontrol/v1beta1/__init__.py +1 -1
- pulumi_kubernetes/flowcontrol/v1beta1/_inputs.py +369 -370
- pulumi_kubernetes/flowcontrol/v1beta1/outputs.py +299 -300
- pulumi_kubernetes/flowcontrol/v1beta2/FlowSchema.py +26 -27
- pulumi_kubernetes/flowcontrol/v1beta2/FlowSchemaList.py +25 -26
- pulumi_kubernetes/flowcontrol/v1beta2/FlowSchemaPatch.py +26 -27
- pulumi_kubernetes/flowcontrol/v1beta2/PriorityLevelConfiguration.py +26 -27
- pulumi_kubernetes/flowcontrol/v1beta2/PriorityLevelConfigurationList.py +25 -26
- pulumi_kubernetes/flowcontrol/v1beta2/PriorityLevelConfigurationPatch.py +26 -27
- pulumi_kubernetes/flowcontrol/v1beta2/__init__.py +1 -1
- pulumi_kubernetes/flowcontrol/v1beta2/_inputs.py +419 -420
- pulumi_kubernetes/flowcontrol/v1beta2/outputs.py +333 -334
- pulumi_kubernetes/flowcontrol/v1beta3/FlowSchema.py +26 -27
- pulumi_kubernetes/flowcontrol/v1beta3/FlowSchemaList.py +25 -26
- pulumi_kubernetes/flowcontrol/v1beta3/FlowSchemaPatch.py +26 -27
- pulumi_kubernetes/flowcontrol/v1beta3/PriorityLevelConfiguration.py +26 -27
- pulumi_kubernetes/flowcontrol/v1beta3/PriorityLevelConfigurationList.py +25 -26
- pulumi_kubernetes/flowcontrol/v1beta3/PriorityLevelConfigurationPatch.py +26 -27
- pulumi_kubernetes/flowcontrol/v1beta3/__init__.py +1 -1
- pulumi_kubernetes/flowcontrol/v1beta3/_inputs.py +419 -420
- pulumi_kubernetes/flowcontrol/v1beta3/outputs.py +333 -334
- pulumi_kubernetes/helm/__init__.py +1 -1
- pulumi_kubernetes/helm/v3/Release.py +316 -317
- pulumi_kubernetes/helm/v3/__init__.py +1 -1
- pulumi_kubernetes/helm/v3/_inputs.py +37 -38
- pulumi_kubernetes/helm/v3/outputs.py +54 -55
- pulumi_kubernetes/helm/v4/Chart.py +95 -96
- pulumi_kubernetes/helm/v4/__init__.py +1 -1
- pulumi_kubernetes/helm/v4/_inputs.py +34 -35
- pulumi_kubernetes/kustomize/__init__.py +1 -1
- pulumi_kubernetes/kustomize/v2/Directory.py +35 -36
- pulumi_kubernetes/kustomize/v2/__init__.py +1 -1
- pulumi_kubernetes/meta/__init__.py +1 -1
- pulumi_kubernetes/meta/v1/Status.py +57 -58
- pulumi_kubernetes/meta/v1/StatusPatch.py +57 -58
- pulumi_kubernetes/meta/v1/__init__.py +1 -1
- pulumi_kubernetes/meta/v1/_inputs.py +551 -552
- pulumi_kubernetes/meta/v1/outputs.py +395 -396
- pulumi_kubernetes/networking/__init__.py +1 -1
- pulumi_kubernetes/networking/v1/IPAddress.py +25 -26
- pulumi_kubernetes/networking/v1/IPAddressList.py +25 -26
- pulumi_kubernetes/networking/v1/IPAddressPatch.py +25 -26
- pulumi_kubernetes/networking/v1/Ingress.py +26 -27
- pulumi_kubernetes/networking/v1/IngressClass.py +25 -26
- pulumi_kubernetes/networking/v1/IngressClassList.py +25 -26
- pulumi_kubernetes/networking/v1/IngressClassPatch.py +25 -26
- pulumi_kubernetes/networking/v1/IngressList.py +25 -26
- pulumi_kubernetes/networking/v1/IngressPatch.py +26 -27
- pulumi_kubernetes/networking/v1/NetworkPolicy.py +26 -27
- pulumi_kubernetes/networking/v1/NetworkPolicyList.py +25 -26
- pulumi_kubernetes/networking/v1/NetworkPolicyPatch.py +26 -27
- pulumi_kubernetes/networking/v1/ServiceCIDR.py +26 -27
- pulumi_kubernetes/networking/v1/ServiceCIDRList.py +25 -26
- pulumi_kubernetes/networking/v1/ServiceCIDRPatch.py +26 -27
- pulumi_kubernetes/networking/v1/__init__.py +1 -1
- pulumi_kubernetes/networking/v1/_inputs.py +463 -464
- pulumi_kubernetes/networking/v1/outputs.py +350 -351
- pulumi_kubernetes/networking/v1alpha1/ClusterCIDR.py +25 -26
- pulumi_kubernetes/networking/v1alpha1/ClusterCIDRList.py +25 -26
- pulumi_kubernetes/networking/v1alpha1/ClusterCIDRPatch.py +25 -26
- pulumi_kubernetes/networking/v1alpha1/IPAddress.py +25 -26
- pulumi_kubernetes/networking/v1alpha1/IPAddressList.py +25 -26
- pulumi_kubernetes/networking/v1alpha1/IPAddressPatch.py +25 -26
- pulumi_kubernetes/networking/v1alpha1/ServiceCIDR.py +26 -27
- pulumi_kubernetes/networking/v1alpha1/ServiceCIDRList.py +25 -26
- pulumi_kubernetes/networking/v1alpha1/ServiceCIDRPatch.py +26 -27
- pulumi_kubernetes/networking/v1alpha1/__init__.py +1 -1
- pulumi_kubernetes/networking/v1alpha1/_inputs.py +157 -158
- pulumi_kubernetes/networking/v1alpha1/outputs.py +110 -111
- pulumi_kubernetes/networking/v1beta1/IPAddress.py +25 -26
- pulumi_kubernetes/networking/v1beta1/IPAddressList.py +25 -26
- pulumi_kubernetes/networking/v1beta1/IPAddressPatch.py +25 -26
- pulumi_kubernetes/networking/v1beta1/Ingress.py +26 -27
- pulumi_kubernetes/networking/v1beta1/IngressClass.py +25 -26
- pulumi_kubernetes/networking/v1beta1/IngressClassList.py +25 -26
- pulumi_kubernetes/networking/v1beta1/IngressClassPatch.py +25 -26
- pulumi_kubernetes/networking/v1beta1/IngressList.py +25 -26
- pulumi_kubernetes/networking/v1beta1/IngressPatch.py +26 -27
- pulumi_kubernetes/networking/v1beta1/ServiceCIDR.py +26 -27
- pulumi_kubernetes/networking/v1beta1/ServiceCIDRList.py +25 -26
- pulumi_kubernetes/networking/v1beta1/ServiceCIDRPatch.py +26 -27
- pulumi_kubernetes/networking/v1beta1/__init__.py +1 -1
- pulumi_kubernetes/networking/v1beta1/_inputs.py +247 -248
- pulumi_kubernetes/networking/v1beta1/outputs.py +173 -174
- pulumi_kubernetes/node/__init__.py +1 -1
- pulumi_kubernetes/node/v1/RuntimeClass.py +37 -38
- pulumi_kubernetes/node/v1/RuntimeClassList.py +25 -26
- pulumi_kubernetes/node/v1/RuntimeClassPatch.py +37 -38
- pulumi_kubernetes/node/v1/__init__.py +1 -1
- pulumi_kubernetes/node/v1/_inputs.py +48 -49
- pulumi_kubernetes/node/v1/outputs.py +34 -35
- pulumi_kubernetes/node/v1alpha1/RuntimeClass.py +25 -26
- pulumi_kubernetes/node/v1alpha1/RuntimeClassList.py +25 -26
- pulumi_kubernetes/node/v1alpha1/RuntimeClassPatch.py +25 -26
- pulumi_kubernetes/node/v1alpha1/__init__.py +1 -1
- pulumi_kubernetes/node/v1alpha1/_inputs.py +57 -58
- pulumi_kubernetes/node/v1alpha1/outputs.py +41 -42
- pulumi_kubernetes/node/v1beta1/RuntimeClass.py +37 -38
- pulumi_kubernetes/node/v1beta1/RuntimeClassList.py +25 -26
- pulumi_kubernetes/node/v1beta1/RuntimeClassPatch.py +37 -38
- pulumi_kubernetes/node/v1beta1/__init__.py +1 -1
- pulumi_kubernetes/node/v1beta1/_inputs.py +48 -49
- pulumi_kubernetes/node/v1beta1/outputs.py +34 -35
- pulumi_kubernetes/policy/__init__.py +1 -1
- pulumi_kubernetes/policy/v1/PodDisruptionBudget.py +26 -27
- pulumi_kubernetes/policy/v1/PodDisruptionBudgetList.py +25 -26
- pulumi_kubernetes/policy/v1/PodDisruptionBudgetPatch.py +26 -27
- pulumi_kubernetes/policy/v1/__init__.py +1 -1
- pulumi_kubernetes/policy/v1/_inputs.py +91 -92
- pulumi_kubernetes/policy/v1/outputs.py +80 -81
- pulumi_kubernetes/policy/v1beta1/PodDisruptionBudget.py +26 -27
- pulumi_kubernetes/policy/v1beta1/PodDisruptionBudgetList.py +25 -26
- pulumi_kubernetes/policy/v1beta1/PodDisruptionBudgetPatch.py +26 -27
- pulumi_kubernetes/policy/v1beta1/PodSecurityPolicy.py +25 -26
- pulumi_kubernetes/policy/v1beta1/PodSecurityPolicyList.py +25 -26
- pulumi_kubernetes/policy/v1beta1/PodSecurityPolicyPatch.py +25 -26
- pulumi_kubernetes/policy/v1beta1/__init__.py +1 -1
- pulumi_kubernetes/policy/v1beta1/_inputs.py +470 -471
- pulumi_kubernetes/policy/v1beta1/outputs.py +342 -343
- pulumi_kubernetes/provider.py +107 -108
- pulumi_kubernetes/pulumi-plugin.json +1 -1
- pulumi_kubernetes/rbac/__init__.py +1 -1
- pulumi_kubernetes/rbac/v1/ClusterRole.py +27 -28
- pulumi_kubernetes/rbac/v1/ClusterRoleBinding.py +27 -28
- pulumi_kubernetes/rbac/v1/ClusterRoleBindingList.py +25 -26
- pulumi_kubernetes/rbac/v1/ClusterRoleBindingPatch.py +27 -28
- pulumi_kubernetes/rbac/v1/ClusterRoleList.py +25 -26
- pulumi_kubernetes/rbac/v1/ClusterRolePatch.py +27 -28
- pulumi_kubernetes/rbac/v1/Role.py +25 -26
- pulumi_kubernetes/rbac/v1/RoleBinding.py +27 -28
- pulumi_kubernetes/rbac/v1/RoleBindingList.py +25 -26
- pulumi_kubernetes/rbac/v1/RoleBindingPatch.py +27 -28
- pulumi_kubernetes/rbac/v1/RoleList.py +25 -26
- pulumi_kubernetes/rbac/v1/RolePatch.py +25 -26
- pulumi_kubernetes/rbac/v1/__init__.py +1 -1
- pulumi_kubernetes/rbac/v1/_inputs.py +206 -207
- pulumi_kubernetes/rbac/v1/outputs.py +142 -143
- pulumi_kubernetes/rbac/v1alpha1/ClusterRole.py +27 -28
- pulumi_kubernetes/rbac/v1alpha1/ClusterRoleBinding.py +27 -28
- pulumi_kubernetes/rbac/v1alpha1/ClusterRoleBindingList.py +25 -26
- pulumi_kubernetes/rbac/v1alpha1/ClusterRoleBindingPatch.py +27 -28
- pulumi_kubernetes/rbac/v1alpha1/ClusterRoleList.py +25 -26
- pulumi_kubernetes/rbac/v1alpha1/ClusterRolePatch.py +27 -28
- pulumi_kubernetes/rbac/v1alpha1/Role.py +25 -26
- pulumi_kubernetes/rbac/v1alpha1/RoleBinding.py +27 -28
- pulumi_kubernetes/rbac/v1alpha1/RoleBindingList.py +25 -26
- pulumi_kubernetes/rbac/v1alpha1/RoleBindingPatch.py +27 -28
- pulumi_kubernetes/rbac/v1alpha1/RoleList.py +25 -26
- pulumi_kubernetes/rbac/v1alpha1/RolePatch.py +25 -26
- pulumi_kubernetes/rbac/v1alpha1/__init__.py +1 -1
- pulumi_kubernetes/rbac/v1alpha1/_inputs.py +206 -207
- pulumi_kubernetes/rbac/v1alpha1/outputs.py +142 -143
- pulumi_kubernetes/rbac/v1beta1/ClusterRole.py +27 -28
- pulumi_kubernetes/rbac/v1beta1/ClusterRoleBinding.py +27 -28
- pulumi_kubernetes/rbac/v1beta1/ClusterRoleBindingList.py +25 -26
- pulumi_kubernetes/rbac/v1beta1/ClusterRoleBindingPatch.py +27 -28
- pulumi_kubernetes/rbac/v1beta1/ClusterRoleList.py +25 -26
- pulumi_kubernetes/rbac/v1beta1/ClusterRolePatch.py +27 -28
- pulumi_kubernetes/rbac/v1beta1/Role.py +25 -26
- pulumi_kubernetes/rbac/v1beta1/RoleBinding.py +27 -28
- pulumi_kubernetes/rbac/v1beta1/RoleBindingList.py +25 -26
- pulumi_kubernetes/rbac/v1beta1/RoleBindingPatch.py +27 -28
- pulumi_kubernetes/rbac/v1beta1/RoleList.py +25 -26
- pulumi_kubernetes/rbac/v1beta1/RolePatch.py +25 -26
- pulumi_kubernetes/rbac/v1beta1/__init__.py +1 -1
- pulumi_kubernetes/rbac/v1beta1/_inputs.py +206 -207
- pulumi_kubernetes/rbac/v1beta1/outputs.py +142 -143
- pulumi_kubernetes/resource/__init__.py +1 -1
- pulumi_kubernetes/resource/v1alpha1/PodScheduling.py +26 -27
- pulumi_kubernetes/resource/v1alpha1/PodSchedulingList.py +25 -26
- pulumi_kubernetes/resource/v1alpha1/PodSchedulingPatch.py +26 -27
- pulumi_kubernetes/resource/v1alpha1/ResourceClaim.py +26 -27
- pulumi_kubernetes/resource/v1alpha1/ResourceClaimList.py +25 -26
- pulumi_kubernetes/resource/v1alpha1/ResourceClaimPatch.py +26 -27
- pulumi_kubernetes/resource/v1alpha1/ResourceClaimTemplate.py +25 -26
- pulumi_kubernetes/resource/v1alpha1/ResourceClaimTemplateList.py +25 -26
- pulumi_kubernetes/resource/v1alpha1/ResourceClaimTemplatePatch.py +25 -26
- pulumi_kubernetes/resource/v1alpha1/ResourceClass.py +37 -38
- pulumi_kubernetes/resource/v1alpha1/ResourceClassList.py +25 -26
- pulumi_kubernetes/resource/v1alpha1/ResourceClassPatch.py +37 -38
- pulumi_kubernetes/resource/v1alpha1/__init__.py +1 -1
- pulumi_kubernetes/resource/v1alpha1/_inputs.py +268 -269
- pulumi_kubernetes/resource/v1alpha1/outputs.py +230 -231
- pulumi_kubernetes/resource/v1alpha2/PodSchedulingContext.py +26 -27
- pulumi_kubernetes/resource/v1alpha2/PodSchedulingContextList.py +25 -26
- pulumi_kubernetes/resource/v1alpha2/PodSchedulingContextPatch.py +26 -27
- pulumi_kubernetes/resource/v1alpha2/ResourceClaim.py +26 -27
- pulumi_kubernetes/resource/v1alpha2/ResourceClaimList.py +25 -26
- pulumi_kubernetes/resource/v1alpha2/ResourceClaimParameters.py +37 -38
- pulumi_kubernetes/resource/v1alpha2/ResourceClaimParametersList.py +25 -26
- pulumi_kubernetes/resource/v1alpha2/ResourceClaimParametersPatch.py +37 -38
- pulumi_kubernetes/resource/v1alpha2/ResourceClaimPatch.py +26 -27
- pulumi_kubernetes/resource/v1alpha2/ResourceClaimTemplate.py +25 -26
- pulumi_kubernetes/resource/v1alpha2/ResourceClaimTemplateList.py +25 -26
- pulumi_kubernetes/resource/v1alpha2/ResourceClaimTemplatePatch.py +25 -26
- pulumi_kubernetes/resource/v1alpha2/ResourceClass.py +47 -48
- pulumi_kubernetes/resource/v1alpha2/ResourceClassList.py +25 -26
- pulumi_kubernetes/resource/v1alpha2/ResourceClassParameters.py +29 -30
- pulumi_kubernetes/resource/v1alpha2/ResourceClassParametersList.py +25 -26
- pulumi_kubernetes/resource/v1alpha2/ResourceClassParametersPatch.py +29 -30
- pulumi_kubernetes/resource/v1alpha2/ResourceClassPatch.py +47 -48
- pulumi_kubernetes/resource/v1alpha2/ResourceSlice.py +45 -46
- pulumi_kubernetes/resource/v1alpha2/ResourceSliceList.py +25 -26
- pulumi_kubernetes/resource/v1alpha2/ResourceSlicePatch.py +45 -46
- pulumi_kubernetes/resource/v1alpha2/__init__.py +1 -1
- pulumi_kubernetes/resource/v1alpha2/_inputs.py +550 -551
- pulumi_kubernetes/resource/v1alpha2/outputs.py +449 -450
- pulumi_kubernetes/resource/v1alpha3/DeviceClass.py +25 -26
- pulumi_kubernetes/resource/v1alpha3/DeviceClassList.py +25 -26
- pulumi_kubernetes/resource/v1alpha3/DeviceClassPatch.py +25 -26
- pulumi_kubernetes/resource/v1alpha3/DeviceTaintRule.py +25 -26
- pulumi_kubernetes/resource/v1alpha3/DeviceTaintRuleList.py +25 -26
- pulumi_kubernetes/resource/v1alpha3/DeviceTaintRulePatch.py +25 -26
- pulumi_kubernetes/resource/v1alpha3/PodSchedulingContext.py +26 -27
- pulumi_kubernetes/resource/v1alpha3/PodSchedulingContextList.py +25 -26
- pulumi_kubernetes/resource/v1alpha3/PodSchedulingContextPatch.py +26 -27
- pulumi_kubernetes/resource/v1alpha3/ResourceClaim.py +26 -27
- pulumi_kubernetes/resource/v1alpha3/ResourceClaimList.py +25 -26
- pulumi_kubernetes/resource/v1alpha3/ResourceClaimPatch.py +26 -27
- pulumi_kubernetes/resource/v1alpha3/ResourceClaimTemplate.py +25 -26
- pulumi_kubernetes/resource/v1alpha3/ResourceClaimTemplateList.py +25 -26
- pulumi_kubernetes/resource/v1alpha3/ResourceClaimTemplatePatch.py +25 -26
- pulumi_kubernetes/resource/v1alpha3/ResourceSlice.py +25 -26
- pulumi_kubernetes/resource/v1alpha3/ResourceSliceList.py +27 -28
- pulumi_kubernetes/resource/v1alpha3/ResourceSlicePatch.py +25 -26
- pulumi_kubernetes/resource/v1alpha3/__init__.py +1 -1
- pulumi_kubernetes/resource/v1alpha3/_inputs.py +836 -837
- pulumi_kubernetes/resource/v1alpha3/outputs.py +685 -686
- pulumi_kubernetes/resource/v1beta1/DeviceClass.py +25 -26
- pulumi_kubernetes/resource/v1beta1/DeviceClassList.py +25 -26
- pulumi_kubernetes/resource/v1beta1/DeviceClassPatch.py +25 -26
- pulumi_kubernetes/resource/v1beta1/ResourceClaim.py +26 -27
- pulumi_kubernetes/resource/v1beta1/ResourceClaimList.py +25 -26
- pulumi_kubernetes/resource/v1beta1/ResourceClaimPatch.py +26 -27
- pulumi_kubernetes/resource/v1beta1/ResourceClaimTemplate.py +25 -26
- pulumi_kubernetes/resource/v1beta1/ResourceClaimTemplateList.py +25 -26
- pulumi_kubernetes/resource/v1beta1/ResourceClaimTemplatePatch.py +25 -26
- pulumi_kubernetes/resource/v1beta1/ResourceSlice.py +25 -26
- pulumi_kubernetes/resource/v1beta1/ResourceSliceList.py +25 -26
- pulumi_kubernetes/resource/v1beta1/ResourceSlicePatch.py +25 -26
- pulumi_kubernetes/resource/v1beta1/__init__.py +1 -1
- pulumi_kubernetes/resource/v1beta1/_inputs.py +686 -687
- pulumi_kubernetes/resource/v1beta1/outputs.py +564 -565
- pulumi_kubernetes/resource/v1beta2/DeviceClass.py +25 -26
- pulumi_kubernetes/resource/v1beta2/DeviceClassList.py +25 -26
- pulumi_kubernetes/resource/v1beta2/DeviceClassPatch.py +25 -26
- pulumi_kubernetes/resource/v1beta2/ResourceClaim.py +26 -27
- pulumi_kubernetes/resource/v1beta2/ResourceClaimList.py +25 -26
- pulumi_kubernetes/resource/v1beta2/ResourceClaimPatch.py +26 -27
- pulumi_kubernetes/resource/v1beta2/ResourceClaimTemplate.py +25 -26
- pulumi_kubernetes/resource/v1beta2/ResourceClaimTemplateList.py +25 -26
- pulumi_kubernetes/resource/v1beta2/ResourceClaimTemplatePatch.py +25 -26
- pulumi_kubernetes/resource/v1beta2/ResourceSlice.py +25 -26
- pulumi_kubernetes/resource/v1beta2/ResourceSliceList.py +25 -26
- pulumi_kubernetes/resource/v1beta2/ResourceSlicePatch.py +25 -26
- pulumi_kubernetes/resource/v1beta2/__init__.py +1 -1
- pulumi_kubernetes/resource/v1beta2/_inputs.py +686 -687
- pulumi_kubernetes/resource/v1beta2/outputs.py +564 -565
- pulumi_kubernetes/scheduling/__init__.py +1 -1
- pulumi_kubernetes/scheduling/v1/PriorityClass.py +63 -64
- pulumi_kubernetes/scheduling/v1/PriorityClassList.py +25 -26
- pulumi_kubernetes/scheduling/v1/PriorityClassPatch.py +63 -64
- pulumi_kubernetes/scheduling/v1/__init__.py +1 -1
- pulumi_kubernetes/scheduling/v1/_inputs.py +38 -39
- pulumi_kubernetes/scheduling/v1/outputs.py +26 -27
- pulumi_kubernetes/scheduling/v1alpha1/PriorityClass.py +63 -64
- pulumi_kubernetes/scheduling/v1alpha1/PriorityClassList.py +25 -26
- pulumi_kubernetes/scheduling/v1alpha1/PriorityClassPatch.py +63 -64
- pulumi_kubernetes/scheduling/v1alpha1/__init__.py +1 -1
- pulumi_kubernetes/scheduling/v1alpha1/_inputs.py +38 -39
- pulumi_kubernetes/scheduling/v1alpha1/outputs.py +26 -27
- pulumi_kubernetes/scheduling/v1beta1/PriorityClass.py +63 -64
- pulumi_kubernetes/scheduling/v1beta1/PriorityClassList.py +25 -26
- pulumi_kubernetes/scheduling/v1beta1/PriorityClassPatch.py +63 -64
- pulumi_kubernetes/scheduling/v1beta1/__init__.py +1 -1
- pulumi_kubernetes/scheduling/v1beta1/_inputs.py +38 -39
- pulumi_kubernetes/scheduling/v1beta1/outputs.py +26 -27
- pulumi_kubernetes/settings/__init__.py +1 -1
- pulumi_kubernetes/settings/v1alpha1/PodPreset.py +25 -26
- pulumi_kubernetes/settings/v1alpha1/PodPresetList.py +25 -26
- pulumi_kubernetes/settings/v1alpha1/PodPresetPatch.py +25 -26
- pulumi_kubernetes/settings/v1alpha1/__init__.py +1 -1
- pulumi_kubernetes/settings/v1alpha1/_inputs.py +25 -26
- pulumi_kubernetes/settings/v1alpha1/outputs.py +21 -22
- pulumi_kubernetes/storage/__init__.py +1 -1
- pulumi_kubernetes/storage/v1/CSIDriver.py +25 -26
- pulumi_kubernetes/storage/v1/CSIDriverList.py +25 -26
- pulumi_kubernetes/storage/v1/CSIDriverPatch.py +25 -26
- pulumi_kubernetes/storage/v1/CSINode.py +25 -26
- pulumi_kubernetes/storage/v1/CSINodeList.py +25 -26
- pulumi_kubernetes/storage/v1/CSINodePatch.py +25 -26
- pulumi_kubernetes/storage/v1/CSIStorageCapacity.py +55 -56
- pulumi_kubernetes/storage/v1/CSIStorageCapacityList.py +25 -26
- pulumi_kubernetes/storage/v1/CSIStorageCapacityPatch.py +55 -56
- pulumi_kubernetes/storage/v1/StorageClass.py +85 -86
- pulumi_kubernetes/storage/v1/StorageClassList.py +25 -26
- pulumi_kubernetes/storage/v1/StorageClassPatch.py +85 -86
- pulumi_kubernetes/storage/v1/VolumeAttachment.py +26 -27
- pulumi_kubernetes/storage/v1/VolumeAttachmentList.py +25 -26
- pulumi_kubernetes/storage/v1/VolumeAttachmentPatch.py +26 -27
- pulumi_kubernetes/storage/v1/__init__.py +1 -1
- pulumi_kubernetes/storage/v1/_inputs.py +372 -373
- pulumi_kubernetes/storage/v1/outputs.py +278 -279
- pulumi_kubernetes/storage/v1alpha1/VolumeAttachment.py +26 -27
- pulumi_kubernetes/storage/v1alpha1/VolumeAttachmentList.py +25 -26
- pulumi_kubernetes/storage/v1alpha1/VolumeAttachmentPatch.py +26 -27
- pulumi_kubernetes/storage/v1alpha1/VolumeAttributesClass.py +43 -44
- pulumi_kubernetes/storage/v1alpha1/VolumeAttributesClassList.py +25 -26
- pulumi_kubernetes/storage/v1alpha1/VolumeAttributesClassPatch.py +43 -44
- pulumi_kubernetes/storage/v1alpha1/__init__.py +1 -1
- pulumi_kubernetes/storage/v1alpha1/_inputs.py +107 -108
- pulumi_kubernetes/storage/v1alpha1/outputs.py +93 -94
- pulumi_kubernetes/storage/v1beta1/CSIDriver.py +25 -26
- pulumi_kubernetes/storage/v1beta1/CSIDriverList.py +25 -26
- pulumi_kubernetes/storage/v1beta1/CSIDriverPatch.py +25 -26
- pulumi_kubernetes/storage/v1beta1/CSINode.py +25 -26
- pulumi_kubernetes/storage/v1beta1/CSINodeList.py +25 -26
- pulumi_kubernetes/storage/v1beta1/CSINodePatch.py +25 -26
- pulumi_kubernetes/storage/v1beta1/CSIStorageCapacity.py +55 -56
- pulumi_kubernetes/storage/v1beta1/CSIStorageCapacityList.py +25 -26
- pulumi_kubernetes/storage/v1beta1/CSIStorageCapacityPatch.py +55 -56
- pulumi_kubernetes/storage/v1beta1/StorageClass.py +85 -86
- pulumi_kubernetes/storage/v1beta1/StorageClassList.py +25 -26
- pulumi_kubernetes/storage/v1beta1/StorageClassPatch.py +85 -86
- pulumi_kubernetes/storage/v1beta1/VolumeAttachment.py +26 -27
- pulumi_kubernetes/storage/v1beta1/VolumeAttachmentList.py +25 -26
- pulumi_kubernetes/storage/v1beta1/VolumeAttachmentPatch.py +26 -27
- pulumi_kubernetes/storage/v1beta1/VolumeAttributesClass.py +43 -44
- pulumi_kubernetes/storage/v1beta1/VolumeAttributesClassList.py +25 -26
- pulumi_kubernetes/storage/v1beta1/VolumeAttributesClassPatch.py +43 -44
- pulumi_kubernetes/storage/v1beta1/__init__.py +1 -1
- pulumi_kubernetes/storage/v1beta1/_inputs.py +367 -368
- pulumi_kubernetes/storage/v1beta1/outputs.py +271 -272
- pulumi_kubernetes/storagemigration/__init__.py +1 -1
- pulumi_kubernetes/storagemigration/v1alpha1/StorageVersionMigration.py +26 -27
- pulumi_kubernetes/storagemigration/v1alpha1/StorageVersionMigrationList.py +25 -26
- pulumi_kubernetes/storagemigration/v1alpha1/StorageVersionMigrationPatch.py +26 -27
- pulumi_kubernetes/storagemigration/v1alpha1/__init__.py +1 -1
- pulumi_kubernetes/storagemigration/v1alpha1/_inputs.py +103 -104
- pulumi_kubernetes/storagemigration/v1alpha1/outputs.py +96 -97
- pulumi_kubernetes/yaml/__init__.py +1 -1
- pulumi_kubernetes/yaml/v2/ConfigFile.py +26 -27
- pulumi_kubernetes/yaml/v2/ConfigGroup.py +35 -36
- pulumi_kubernetes/yaml/v2/__init__.py +1 -1
- {pulumi_kubernetes-4.24.0a1753079574.dist-info → pulumi_kubernetes-4.24.0a1753121506.dist-info}/METADATA +1 -1
- pulumi_kubernetes-4.24.0a1753121506.dist-info/RECORD +709 -0
- pulumi_kubernetes-4.24.0a1753079574.dist-info/RECORD +0 -709
- {pulumi_kubernetes-4.24.0a1753079574.dist-info → pulumi_kubernetes-4.24.0a1753121506.dist-info}/WHEEL +0 -0
- {pulumi_kubernetes-4.24.0a1753079574.dist-info → pulumi_kubernetes-4.24.0a1753121506.dist-info}/top_level.txt +0 -0
|
@@ -2,8 +2,7 @@
|
|
|
2
2
|
# *** WARNING: this file was generated by pulumigen. ***
|
|
3
3
|
# *** Do not edit by hand unless you're certain you know what you are doing! ***
|
|
4
4
|
|
|
5
|
-
import builtins
|
|
6
|
-
import copy
|
|
5
|
+
import builtins as _builtins
|
|
7
6
|
import warnings
|
|
8
7
|
import sys
|
|
9
8
|
import pulumi
|
|
@@ -89,17 +88,17 @@ class ControllerRevision(dict):
|
|
|
89
88
|
return super().get(key, default)
|
|
90
89
|
|
|
91
90
|
def __init__(__self__, *,
|
|
92
|
-
revision:
|
|
93
|
-
api_version: Optional[
|
|
91
|
+
revision: _builtins.int,
|
|
92
|
+
api_version: Optional[_builtins.str] = None,
|
|
94
93
|
data: Optional[Any] = None,
|
|
95
|
-
kind: Optional[
|
|
94
|
+
kind: Optional[_builtins.str] = None,
|
|
96
95
|
metadata: Optional['_meta.v1.outputs.ObjectMeta'] = None):
|
|
97
96
|
"""
|
|
98
97
|
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.
|
|
99
|
-
:param
|
|
100
|
-
:param
|
|
98
|
+
:param _builtins.int revision: Revision indicates the revision of the state represented by Data.
|
|
99
|
+
: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
|
|
101
100
|
:param Any data: Data is the serialized representation of the state.
|
|
102
|
-
:param
|
|
101
|
+
: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
|
|
103
102
|
:param '_meta.v1.ObjectMetaArgs' metadata: Standard object's metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata
|
|
104
103
|
"""
|
|
105
104
|
pulumi.set(__self__, "revision", revision)
|
|
@@ -112,23 +111,23 @@ class ControllerRevision(dict):
|
|
|
112
111
|
if metadata is not None:
|
|
113
112
|
pulumi.set(__self__, "metadata", metadata)
|
|
114
113
|
|
|
115
|
-
@property
|
|
114
|
+
@_builtins.property
|
|
116
115
|
@pulumi.getter
|
|
117
|
-
def revision(self) ->
|
|
116
|
+
def revision(self) -> _builtins.int:
|
|
118
117
|
"""
|
|
119
118
|
Revision indicates the revision of the state represented by Data.
|
|
120
119
|
"""
|
|
121
120
|
return pulumi.get(self, "revision")
|
|
122
121
|
|
|
123
|
-
@property
|
|
122
|
+
@_builtins.property
|
|
124
123
|
@pulumi.getter(name="apiVersion")
|
|
125
|
-
def api_version(self) -> Optional[
|
|
124
|
+
def api_version(self) -> Optional[_builtins.str]:
|
|
126
125
|
"""
|
|
127
126
|
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
|
|
128
127
|
"""
|
|
129
128
|
return pulumi.get(self, "api_version")
|
|
130
129
|
|
|
131
|
-
@property
|
|
130
|
+
@_builtins.property
|
|
132
131
|
@pulumi.getter
|
|
133
132
|
def data(self) -> Optional[Any]:
|
|
134
133
|
"""
|
|
@@ -136,15 +135,15 @@ class ControllerRevision(dict):
|
|
|
136
135
|
"""
|
|
137
136
|
return pulumi.get(self, "data")
|
|
138
137
|
|
|
139
|
-
@property
|
|
138
|
+
@_builtins.property
|
|
140
139
|
@pulumi.getter
|
|
141
|
-
def kind(self) -> Optional[
|
|
140
|
+
def kind(self) -> Optional[_builtins.str]:
|
|
142
141
|
"""
|
|
143
142
|
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
|
|
144
143
|
"""
|
|
145
144
|
return pulumi.get(self, "kind")
|
|
146
145
|
|
|
147
|
-
@property
|
|
146
|
+
@_builtins.property
|
|
148
147
|
@pulumi.getter
|
|
149
148
|
def metadata(self) -> Optional['_meta.v1.outputs.ObjectMeta']:
|
|
150
149
|
"""
|
|
@@ -176,15 +175,15 @@ class DaemonSet(dict):
|
|
|
176
175
|
return super().get(key, default)
|
|
177
176
|
|
|
178
177
|
def __init__(__self__, *,
|
|
179
|
-
api_version: Optional[
|
|
180
|
-
kind: Optional[
|
|
178
|
+
api_version: Optional[_builtins.str] = None,
|
|
179
|
+
kind: Optional[_builtins.str] = None,
|
|
181
180
|
metadata: Optional['_meta.v1.outputs.ObjectMeta'] = None,
|
|
182
181
|
spec: Optional['outputs.DaemonSetSpec'] = None,
|
|
183
182
|
status: Optional['outputs.DaemonSetStatus'] = None):
|
|
184
183
|
"""
|
|
185
184
|
DaemonSet represents the configuration of a daemon set.
|
|
186
|
-
:param
|
|
187
|
-
:param
|
|
185
|
+
: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
|
|
186
|
+
: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
|
|
188
187
|
:param '_meta.v1.ObjectMetaArgs' metadata: Standard object's metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata
|
|
189
188
|
: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
|
|
190
189
|
: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
|
|
@@ -200,23 +199,23 @@ class DaemonSet(dict):
|
|
|
200
199
|
if status is not None:
|
|
201
200
|
pulumi.set(__self__, "status", status)
|
|
202
201
|
|
|
203
|
-
@property
|
|
202
|
+
@_builtins.property
|
|
204
203
|
@pulumi.getter(name="apiVersion")
|
|
205
|
-
def api_version(self) -> Optional[
|
|
204
|
+
def api_version(self) -> Optional[_builtins.str]:
|
|
206
205
|
"""
|
|
207
206
|
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
|
|
208
207
|
"""
|
|
209
208
|
return pulumi.get(self, "api_version")
|
|
210
209
|
|
|
211
|
-
@property
|
|
210
|
+
@_builtins.property
|
|
212
211
|
@pulumi.getter
|
|
213
|
-
def kind(self) -> Optional[
|
|
212
|
+
def kind(self) -> Optional[_builtins.str]:
|
|
214
213
|
"""
|
|
215
214
|
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
|
|
216
215
|
"""
|
|
217
216
|
return pulumi.get(self, "kind")
|
|
218
217
|
|
|
219
|
-
@property
|
|
218
|
+
@_builtins.property
|
|
220
219
|
@pulumi.getter
|
|
221
220
|
def metadata(self) -> Optional['_meta.v1.outputs.ObjectMeta']:
|
|
222
221
|
"""
|
|
@@ -224,7 +223,7 @@ class DaemonSet(dict):
|
|
|
224
223
|
"""
|
|
225
224
|
return pulumi.get(self, "metadata")
|
|
226
225
|
|
|
227
|
-
@property
|
|
226
|
+
@_builtins.property
|
|
228
227
|
@pulumi.getter
|
|
229
228
|
def spec(self) -> Optional['outputs.DaemonSetSpec']:
|
|
230
229
|
"""
|
|
@@ -232,7 +231,7 @@ class DaemonSet(dict):
|
|
|
232
231
|
"""
|
|
233
232
|
return pulumi.get(self, "spec")
|
|
234
233
|
|
|
235
|
-
@property
|
|
234
|
+
@_builtins.property
|
|
236
235
|
@pulumi.getter
|
|
237
236
|
def status(self) -> Optional['outputs.DaemonSetStatus']:
|
|
238
237
|
"""
|
|
@@ -264,18 +263,18 @@ class DaemonSetCondition(dict):
|
|
|
264
263
|
return super().get(key, default)
|
|
265
264
|
|
|
266
265
|
def __init__(__self__, *,
|
|
267
|
-
status:
|
|
268
|
-
type:
|
|
269
|
-
last_transition_time: Optional[
|
|
270
|
-
message: Optional[
|
|
271
|
-
reason: Optional[
|
|
266
|
+
status: _builtins.str,
|
|
267
|
+
type: _builtins.str,
|
|
268
|
+
last_transition_time: Optional[_builtins.str] = None,
|
|
269
|
+
message: Optional[_builtins.str] = None,
|
|
270
|
+
reason: Optional[_builtins.str] = None):
|
|
272
271
|
"""
|
|
273
272
|
DaemonSetCondition describes the state of a DaemonSet at a certain point.
|
|
274
|
-
:param
|
|
275
|
-
:param
|
|
276
|
-
:param
|
|
277
|
-
:param
|
|
278
|
-
:param
|
|
273
|
+
:param _builtins.str status: Status of the condition, one of True, False, Unknown.
|
|
274
|
+
:param _builtins.str type: Type of DaemonSet condition.
|
|
275
|
+
:param _builtins.str last_transition_time: Last time the condition transitioned from one status to another.
|
|
276
|
+
:param _builtins.str message: A human readable message indicating details about the transition.
|
|
277
|
+
:param _builtins.str reason: The reason for the condition's last transition.
|
|
279
278
|
"""
|
|
280
279
|
pulumi.set(__self__, "status", status)
|
|
281
280
|
pulumi.set(__self__, "type", type)
|
|
@@ -286,41 +285,41 @@ class DaemonSetCondition(dict):
|
|
|
286
285
|
if reason is not None:
|
|
287
286
|
pulumi.set(__self__, "reason", reason)
|
|
288
287
|
|
|
289
|
-
@property
|
|
288
|
+
@_builtins.property
|
|
290
289
|
@pulumi.getter
|
|
291
|
-
def status(self) ->
|
|
290
|
+
def status(self) -> _builtins.str:
|
|
292
291
|
"""
|
|
293
292
|
Status of the condition, one of True, False, Unknown.
|
|
294
293
|
"""
|
|
295
294
|
return pulumi.get(self, "status")
|
|
296
295
|
|
|
297
|
-
@property
|
|
296
|
+
@_builtins.property
|
|
298
297
|
@pulumi.getter
|
|
299
|
-
def type(self) ->
|
|
298
|
+
def type(self) -> _builtins.str:
|
|
300
299
|
"""
|
|
301
300
|
Type of DaemonSet condition.
|
|
302
301
|
"""
|
|
303
302
|
return pulumi.get(self, "type")
|
|
304
303
|
|
|
305
|
-
@property
|
|
304
|
+
@_builtins.property
|
|
306
305
|
@pulumi.getter(name="lastTransitionTime")
|
|
307
|
-
def last_transition_time(self) -> Optional[
|
|
306
|
+
def last_transition_time(self) -> Optional[_builtins.str]:
|
|
308
307
|
"""
|
|
309
308
|
Last time the condition transitioned from one status to another.
|
|
310
309
|
"""
|
|
311
310
|
return pulumi.get(self, "last_transition_time")
|
|
312
311
|
|
|
313
|
-
@property
|
|
312
|
+
@_builtins.property
|
|
314
313
|
@pulumi.getter
|
|
315
|
-
def message(self) -> Optional[
|
|
314
|
+
def message(self) -> Optional[_builtins.str]:
|
|
316
315
|
"""
|
|
317
316
|
A human readable message indicating details about the transition.
|
|
318
317
|
"""
|
|
319
318
|
return pulumi.get(self, "message")
|
|
320
319
|
|
|
321
|
-
@property
|
|
320
|
+
@_builtins.property
|
|
322
321
|
@pulumi.getter
|
|
323
|
-
def reason(self) -> Optional[
|
|
322
|
+
def reason(self) -> Optional[_builtins.str]:
|
|
324
323
|
"""
|
|
325
324
|
The reason for the condition's last transition.
|
|
326
325
|
"""
|
|
@@ -350,18 +349,18 @@ class DaemonSetConditionPatch(dict):
|
|
|
350
349
|
return super().get(key, default)
|
|
351
350
|
|
|
352
351
|
def __init__(__self__, *,
|
|
353
|
-
last_transition_time: Optional[
|
|
354
|
-
message: Optional[
|
|
355
|
-
reason: Optional[
|
|
356
|
-
status: Optional[
|
|
357
|
-
type: Optional[
|
|
352
|
+
last_transition_time: Optional[_builtins.str] = None,
|
|
353
|
+
message: Optional[_builtins.str] = None,
|
|
354
|
+
reason: Optional[_builtins.str] = None,
|
|
355
|
+
status: Optional[_builtins.str] = None,
|
|
356
|
+
type: Optional[_builtins.str] = None):
|
|
358
357
|
"""
|
|
359
358
|
DaemonSetCondition describes the state of a DaemonSet at a certain point.
|
|
360
|
-
:param
|
|
361
|
-
:param
|
|
362
|
-
:param
|
|
363
|
-
:param
|
|
364
|
-
:param
|
|
359
|
+
:param _builtins.str last_transition_time: Last time the condition transitioned from one status to another.
|
|
360
|
+
:param _builtins.str message: A human readable message indicating details about the transition.
|
|
361
|
+
:param _builtins.str reason: The reason for the condition's last transition.
|
|
362
|
+
:param _builtins.str status: Status of the condition, one of True, False, Unknown.
|
|
363
|
+
:param _builtins.str type: Type of DaemonSet condition.
|
|
365
364
|
"""
|
|
366
365
|
if last_transition_time is not None:
|
|
367
366
|
pulumi.set(__self__, "last_transition_time", last_transition_time)
|
|
@@ -374,41 +373,41 @@ class DaemonSetConditionPatch(dict):
|
|
|
374
373
|
if type is not None:
|
|
375
374
|
pulumi.set(__self__, "type", type)
|
|
376
375
|
|
|
377
|
-
@property
|
|
376
|
+
@_builtins.property
|
|
378
377
|
@pulumi.getter(name="lastTransitionTime")
|
|
379
|
-
def last_transition_time(self) -> Optional[
|
|
378
|
+
def last_transition_time(self) -> Optional[_builtins.str]:
|
|
380
379
|
"""
|
|
381
380
|
Last time the condition transitioned from one status to another.
|
|
382
381
|
"""
|
|
383
382
|
return pulumi.get(self, "last_transition_time")
|
|
384
383
|
|
|
385
|
-
@property
|
|
384
|
+
@_builtins.property
|
|
386
385
|
@pulumi.getter
|
|
387
|
-
def message(self) -> Optional[
|
|
386
|
+
def message(self) -> Optional[_builtins.str]:
|
|
388
387
|
"""
|
|
389
388
|
A human readable message indicating details about the transition.
|
|
390
389
|
"""
|
|
391
390
|
return pulumi.get(self, "message")
|
|
392
391
|
|
|
393
|
-
@property
|
|
392
|
+
@_builtins.property
|
|
394
393
|
@pulumi.getter
|
|
395
|
-
def reason(self) -> Optional[
|
|
394
|
+
def reason(self) -> Optional[_builtins.str]:
|
|
396
395
|
"""
|
|
397
396
|
The reason for the condition's last transition.
|
|
398
397
|
"""
|
|
399
398
|
return pulumi.get(self, "reason")
|
|
400
399
|
|
|
401
|
-
@property
|
|
400
|
+
@_builtins.property
|
|
402
401
|
@pulumi.getter
|
|
403
|
-
def status(self) -> Optional[
|
|
402
|
+
def status(self) -> Optional[_builtins.str]:
|
|
404
403
|
"""
|
|
405
404
|
Status of the condition, one of True, False, Unknown.
|
|
406
405
|
"""
|
|
407
406
|
return pulumi.get(self, "status")
|
|
408
407
|
|
|
409
|
-
@property
|
|
408
|
+
@_builtins.property
|
|
410
409
|
@pulumi.getter
|
|
411
|
-
def type(self) -> Optional[
|
|
410
|
+
def type(self) -> Optional[_builtins.str]:
|
|
412
411
|
"""
|
|
413
412
|
Type of DaemonSet condition.
|
|
414
413
|
"""
|
|
@@ -444,15 +443,15 @@ class DaemonSetSpec(dict):
|
|
|
444
443
|
def __init__(__self__, *,
|
|
445
444
|
selector: '_meta.v1.outputs.LabelSelector',
|
|
446
445
|
template: '_core.v1.outputs.PodTemplateSpec',
|
|
447
|
-
min_ready_seconds: Optional[
|
|
448
|
-
revision_history_limit: Optional[
|
|
446
|
+
min_ready_seconds: Optional[_builtins.int] = None,
|
|
447
|
+
revision_history_limit: Optional[_builtins.int] = None,
|
|
449
448
|
update_strategy: Optional['outputs.DaemonSetUpdateStrategy'] = None):
|
|
450
449
|
"""
|
|
451
450
|
DaemonSetSpec is the specification of a daemon set.
|
|
452
451
|
: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
|
|
453
452
|
: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
|
|
454
|
-
:param
|
|
455
|
-
:param
|
|
453
|
+
: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).
|
|
454
|
+
: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.
|
|
456
455
|
:param 'DaemonSetUpdateStrategyArgs' update_strategy: An update strategy to replace existing DaemonSet pods with new pods.
|
|
457
456
|
"""
|
|
458
457
|
pulumi.set(__self__, "selector", selector)
|
|
@@ -464,7 +463,7 @@ class DaemonSetSpec(dict):
|
|
|
464
463
|
if update_strategy is not None:
|
|
465
464
|
pulumi.set(__self__, "update_strategy", update_strategy)
|
|
466
465
|
|
|
467
|
-
@property
|
|
466
|
+
@_builtins.property
|
|
468
467
|
@pulumi.getter
|
|
469
468
|
def selector(self) -> '_meta.v1.outputs.LabelSelector':
|
|
470
469
|
"""
|
|
@@ -472,7 +471,7 @@ class DaemonSetSpec(dict):
|
|
|
472
471
|
"""
|
|
473
472
|
return pulumi.get(self, "selector")
|
|
474
473
|
|
|
475
|
-
@property
|
|
474
|
+
@_builtins.property
|
|
476
475
|
@pulumi.getter
|
|
477
476
|
def template(self) -> '_core.v1.outputs.PodTemplateSpec':
|
|
478
477
|
"""
|
|
@@ -480,23 +479,23 @@ class DaemonSetSpec(dict):
|
|
|
480
479
|
"""
|
|
481
480
|
return pulumi.get(self, "template")
|
|
482
481
|
|
|
483
|
-
@property
|
|
482
|
+
@_builtins.property
|
|
484
483
|
@pulumi.getter(name="minReadySeconds")
|
|
485
|
-
def min_ready_seconds(self) -> Optional[
|
|
484
|
+
def min_ready_seconds(self) -> Optional[_builtins.int]:
|
|
486
485
|
"""
|
|
487
486
|
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).
|
|
488
487
|
"""
|
|
489
488
|
return pulumi.get(self, "min_ready_seconds")
|
|
490
489
|
|
|
491
|
-
@property
|
|
490
|
+
@_builtins.property
|
|
492
491
|
@pulumi.getter(name="revisionHistoryLimit")
|
|
493
|
-
def revision_history_limit(self) -> Optional[
|
|
492
|
+
def revision_history_limit(self) -> Optional[_builtins.int]:
|
|
494
493
|
"""
|
|
495
494
|
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.
|
|
496
495
|
"""
|
|
497
496
|
return pulumi.get(self, "revision_history_limit")
|
|
498
497
|
|
|
499
|
-
@property
|
|
498
|
+
@_builtins.property
|
|
500
499
|
@pulumi.getter(name="updateStrategy")
|
|
501
500
|
def update_strategy(self) -> Optional['outputs.DaemonSetUpdateStrategy']:
|
|
502
501
|
"""
|
|
@@ -532,15 +531,15 @@ class DaemonSetSpecPatch(dict):
|
|
|
532
531
|
return super().get(key, default)
|
|
533
532
|
|
|
534
533
|
def __init__(__self__, *,
|
|
535
|
-
min_ready_seconds: Optional[
|
|
536
|
-
revision_history_limit: Optional[
|
|
534
|
+
min_ready_seconds: Optional[_builtins.int] = None,
|
|
535
|
+
revision_history_limit: Optional[_builtins.int] = None,
|
|
537
536
|
selector: Optional['_meta.v1.outputs.LabelSelectorPatch'] = None,
|
|
538
537
|
template: Optional['_core.v1.outputs.PodTemplateSpecPatch'] = None,
|
|
539
538
|
update_strategy: Optional['outputs.DaemonSetUpdateStrategyPatch'] = None):
|
|
540
539
|
"""
|
|
541
540
|
DaemonSetSpec is the specification of a daemon set.
|
|
542
|
-
:param
|
|
543
|
-
:param
|
|
541
|
+
: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).
|
|
542
|
+
: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.
|
|
544
543
|
: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
|
|
545
544
|
: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
|
|
546
545
|
:param 'DaemonSetUpdateStrategyPatchArgs' update_strategy: An update strategy to replace existing DaemonSet pods with new pods.
|
|
@@ -556,23 +555,23 @@ class DaemonSetSpecPatch(dict):
|
|
|
556
555
|
if update_strategy is not None:
|
|
557
556
|
pulumi.set(__self__, "update_strategy", update_strategy)
|
|
558
557
|
|
|
559
|
-
@property
|
|
558
|
+
@_builtins.property
|
|
560
559
|
@pulumi.getter(name="minReadySeconds")
|
|
561
|
-
def min_ready_seconds(self) -> Optional[
|
|
560
|
+
def min_ready_seconds(self) -> Optional[_builtins.int]:
|
|
562
561
|
"""
|
|
563
562
|
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).
|
|
564
563
|
"""
|
|
565
564
|
return pulumi.get(self, "min_ready_seconds")
|
|
566
565
|
|
|
567
|
-
@property
|
|
566
|
+
@_builtins.property
|
|
568
567
|
@pulumi.getter(name="revisionHistoryLimit")
|
|
569
|
-
def revision_history_limit(self) -> Optional[
|
|
568
|
+
def revision_history_limit(self) -> Optional[_builtins.int]:
|
|
570
569
|
"""
|
|
571
570
|
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.
|
|
572
571
|
"""
|
|
573
572
|
return pulumi.get(self, "revision_history_limit")
|
|
574
573
|
|
|
575
|
-
@property
|
|
574
|
+
@_builtins.property
|
|
576
575
|
@pulumi.getter
|
|
577
576
|
def selector(self) -> Optional['_meta.v1.outputs.LabelSelectorPatch']:
|
|
578
577
|
"""
|
|
@@ -580,7 +579,7 @@ class DaemonSetSpecPatch(dict):
|
|
|
580
579
|
"""
|
|
581
580
|
return pulumi.get(self, "selector")
|
|
582
581
|
|
|
583
|
-
@property
|
|
582
|
+
@_builtins.property
|
|
584
583
|
@pulumi.getter
|
|
585
584
|
def template(self) -> Optional['_core.v1.outputs.PodTemplateSpecPatch']:
|
|
586
585
|
"""
|
|
@@ -588,7 +587,7 @@ class DaemonSetSpecPatch(dict):
|
|
|
588
587
|
"""
|
|
589
588
|
return pulumi.get(self, "template")
|
|
590
589
|
|
|
591
|
-
@property
|
|
590
|
+
@_builtins.property
|
|
592
591
|
@pulumi.getter(name="updateStrategy")
|
|
593
592
|
def update_strategy(self) -> Optional['outputs.DaemonSetUpdateStrategyPatch']:
|
|
594
593
|
"""
|
|
@@ -636,28 +635,28 @@ class DaemonSetStatus(dict):
|
|
|
636
635
|
return super().get(key, default)
|
|
637
636
|
|
|
638
637
|
def __init__(__self__, *,
|
|
639
|
-
current_number_scheduled:
|
|
640
|
-
desired_number_scheduled:
|
|
641
|
-
number_misscheduled:
|
|
642
|
-
number_ready:
|
|
643
|
-
collision_count: Optional[
|
|
638
|
+
current_number_scheduled: _builtins.int,
|
|
639
|
+
desired_number_scheduled: _builtins.int,
|
|
640
|
+
number_misscheduled: _builtins.int,
|
|
641
|
+
number_ready: _builtins.int,
|
|
642
|
+
collision_count: Optional[_builtins.int] = None,
|
|
644
643
|
conditions: Optional[Sequence['outputs.DaemonSetCondition']] = None,
|
|
645
|
-
number_available: Optional[
|
|
646
|
-
number_unavailable: Optional[
|
|
647
|
-
observed_generation: Optional[
|
|
648
|
-
updated_number_scheduled: Optional[
|
|
644
|
+
number_available: Optional[_builtins.int] = None,
|
|
645
|
+
number_unavailable: Optional[_builtins.int] = None,
|
|
646
|
+
observed_generation: Optional[_builtins.int] = None,
|
|
647
|
+
updated_number_scheduled: Optional[_builtins.int] = None):
|
|
649
648
|
"""
|
|
650
649
|
DaemonSetStatus represents the current status of a daemon set.
|
|
651
|
-
:param
|
|
652
|
-
:param
|
|
653
|
-
:param
|
|
654
|
-
:param
|
|
655
|
-
:param
|
|
650
|
+
: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/
|
|
651
|
+
: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/
|
|
652
|
+
: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/
|
|
653
|
+
: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.
|
|
654
|
+
: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.
|
|
656
655
|
:param Sequence['DaemonSetConditionArgs'] conditions: Represents the latest available observations of a DaemonSet's current state.
|
|
657
|
-
:param
|
|
658
|
-
:param
|
|
659
|
-
:param
|
|
660
|
-
:param
|
|
656
|
+
: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)
|
|
657
|
+
: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)
|
|
658
|
+
:param _builtins.int observed_generation: The most recent generation observed by the daemon set controller.
|
|
659
|
+
:param _builtins.int updated_number_scheduled: The total number of nodes that are running updated daemon pod
|
|
661
660
|
"""
|
|
662
661
|
pulumi.set(__self__, "current_number_scheduled", current_number_scheduled)
|
|
663
662
|
pulumi.set(__self__, "desired_number_scheduled", desired_number_scheduled)
|
|
@@ -676,47 +675,47 @@ class DaemonSetStatus(dict):
|
|
|
676
675
|
if updated_number_scheduled is not None:
|
|
677
676
|
pulumi.set(__self__, "updated_number_scheduled", updated_number_scheduled)
|
|
678
677
|
|
|
679
|
-
@property
|
|
678
|
+
@_builtins.property
|
|
680
679
|
@pulumi.getter(name="currentNumberScheduled")
|
|
681
|
-
def current_number_scheduled(self) ->
|
|
680
|
+
def current_number_scheduled(self) -> _builtins.int:
|
|
682
681
|
"""
|
|
683
682
|
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/
|
|
684
683
|
"""
|
|
685
684
|
return pulumi.get(self, "current_number_scheduled")
|
|
686
685
|
|
|
687
|
-
@property
|
|
686
|
+
@_builtins.property
|
|
688
687
|
@pulumi.getter(name="desiredNumberScheduled")
|
|
689
|
-
def desired_number_scheduled(self) ->
|
|
688
|
+
def desired_number_scheduled(self) -> _builtins.int:
|
|
690
689
|
"""
|
|
691
690
|
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/
|
|
692
691
|
"""
|
|
693
692
|
return pulumi.get(self, "desired_number_scheduled")
|
|
694
693
|
|
|
695
|
-
@property
|
|
694
|
+
@_builtins.property
|
|
696
695
|
@pulumi.getter(name="numberMisscheduled")
|
|
697
|
-
def number_misscheduled(self) ->
|
|
696
|
+
def number_misscheduled(self) -> _builtins.int:
|
|
698
697
|
"""
|
|
699
698
|
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/
|
|
700
699
|
"""
|
|
701
700
|
return pulumi.get(self, "number_misscheduled")
|
|
702
701
|
|
|
703
|
-
@property
|
|
702
|
+
@_builtins.property
|
|
704
703
|
@pulumi.getter(name="numberReady")
|
|
705
|
-
def number_ready(self) ->
|
|
704
|
+
def number_ready(self) -> _builtins.int:
|
|
706
705
|
"""
|
|
707
706
|
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.
|
|
708
707
|
"""
|
|
709
708
|
return pulumi.get(self, "number_ready")
|
|
710
709
|
|
|
711
|
-
@property
|
|
710
|
+
@_builtins.property
|
|
712
711
|
@pulumi.getter(name="collisionCount")
|
|
713
|
-
def collision_count(self) -> Optional[
|
|
712
|
+
def collision_count(self) -> Optional[_builtins.int]:
|
|
714
713
|
"""
|
|
715
714
|
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.
|
|
716
715
|
"""
|
|
717
716
|
return pulumi.get(self, "collision_count")
|
|
718
717
|
|
|
719
|
-
@property
|
|
718
|
+
@_builtins.property
|
|
720
719
|
@pulumi.getter
|
|
721
720
|
def conditions(self) -> Optional[Sequence['outputs.DaemonSetCondition']]:
|
|
722
721
|
"""
|
|
@@ -724,33 +723,33 @@ class DaemonSetStatus(dict):
|
|
|
724
723
|
"""
|
|
725
724
|
return pulumi.get(self, "conditions")
|
|
726
725
|
|
|
727
|
-
@property
|
|
726
|
+
@_builtins.property
|
|
728
727
|
@pulumi.getter(name="numberAvailable")
|
|
729
|
-
def number_available(self) -> Optional[
|
|
728
|
+
def number_available(self) -> Optional[_builtins.int]:
|
|
730
729
|
"""
|
|
731
730
|
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)
|
|
732
731
|
"""
|
|
733
732
|
return pulumi.get(self, "number_available")
|
|
734
733
|
|
|
735
|
-
@property
|
|
734
|
+
@_builtins.property
|
|
736
735
|
@pulumi.getter(name="numberUnavailable")
|
|
737
|
-
def number_unavailable(self) -> Optional[
|
|
736
|
+
def number_unavailable(self) -> Optional[_builtins.int]:
|
|
738
737
|
"""
|
|
739
738
|
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)
|
|
740
739
|
"""
|
|
741
740
|
return pulumi.get(self, "number_unavailable")
|
|
742
741
|
|
|
743
|
-
@property
|
|
742
|
+
@_builtins.property
|
|
744
743
|
@pulumi.getter(name="observedGeneration")
|
|
745
|
-
def observed_generation(self) -> Optional[
|
|
744
|
+
def observed_generation(self) -> Optional[_builtins.int]:
|
|
746
745
|
"""
|
|
747
746
|
The most recent generation observed by the daemon set controller.
|
|
748
747
|
"""
|
|
749
748
|
return pulumi.get(self, "observed_generation")
|
|
750
749
|
|
|
751
|
-
@property
|
|
750
|
+
@_builtins.property
|
|
752
751
|
@pulumi.getter(name="updatedNumberScheduled")
|
|
753
|
-
def updated_number_scheduled(self) -> Optional[
|
|
752
|
+
def updated_number_scheduled(self) -> Optional[_builtins.int]:
|
|
754
753
|
"""
|
|
755
754
|
The total number of nodes that are running updated daemon pod
|
|
756
755
|
"""
|
|
@@ -796,28 +795,28 @@ class DaemonSetStatusPatch(dict):
|
|
|
796
795
|
return super().get(key, default)
|
|
797
796
|
|
|
798
797
|
def __init__(__self__, *,
|
|
799
|
-
collision_count: Optional[
|
|
798
|
+
collision_count: Optional[_builtins.int] = None,
|
|
800
799
|
conditions: Optional[Sequence['outputs.DaemonSetConditionPatch']] = None,
|
|
801
|
-
current_number_scheduled: Optional[
|
|
802
|
-
desired_number_scheduled: Optional[
|
|
803
|
-
number_available: Optional[
|
|
804
|
-
number_misscheduled: Optional[
|
|
805
|
-
number_ready: Optional[
|
|
806
|
-
number_unavailable: Optional[
|
|
807
|
-
observed_generation: Optional[
|
|
808
|
-
updated_number_scheduled: Optional[
|
|
800
|
+
current_number_scheduled: Optional[_builtins.int] = None,
|
|
801
|
+
desired_number_scheduled: Optional[_builtins.int] = None,
|
|
802
|
+
number_available: Optional[_builtins.int] = None,
|
|
803
|
+
number_misscheduled: Optional[_builtins.int] = None,
|
|
804
|
+
number_ready: Optional[_builtins.int] = None,
|
|
805
|
+
number_unavailable: Optional[_builtins.int] = None,
|
|
806
|
+
observed_generation: Optional[_builtins.int] = None,
|
|
807
|
+
updated_number_scheduled: Optional[_builtins.int] = None):
|
|
809
808
|
"""
|
|
810
809
|
DaemonSetStatus represents the current status of a daemon set.
|
|
811
|
-
:param
|
|
810
|
+
: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.
|
|
812
811
|
:param Sequence['DaemonSetConditionPatchArgs'] conditions: Represents the latest available observations of a DaemonSet's current state.
|
|
813
|
-
:param
|
|
814
|
-
:param
|
|
815
|
-
:param
|
|
816
|
-
:param
|
|
817
|
-
:param
|
|
818
|
-
:param
|
|
819
|
-
:param
|
|
820
|
-
:param
|
|
812
|
+
: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/
|
|
813
|
+
: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/
|
|
814
|
+
: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)
|
|
815
|
+
: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/
|
|
816
|
+
: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.
|
|
817
|
+
: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)
|
|
818
|
+
:param _builtins.int observed_generation: The most recent generation observed by the daemon set controller.
|
|
819
|
+
:param _builtins.int updated_number_scheduled: The total number of nodes that are running updated daemon pod
|
|
821
820
|
"""
|
|
822
821
|
if collision_count is not None:
|
|
823
822
|
pulumi.set(__self__, "collision_count", collision_count)
|
|
@@ -840,15 +839,15 @@ class DaemonSetStatusPatch(dict):
|
|
|
840
839
|
if updated_number_scheduled is not None:
|
|
841
840
|
pulumi.set(__self__, "updated_number_scheduled", updated_number_scheduled)
|
|
842
841
|
|
|
843
|
-
@property
|
|
842
|
+
@_builtins.property
|
|
844
843
|
@pulumi.getter(name="collisionCount")
|
|
845
|
-
def collision_count(self) -> Optional[
|
|
844
|
+
def collision_count(self) -> Optional[_builtins.int]:
|
|
846
845
|
"""
|
|
847
846
|
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.
|
|
848
847
|
"""
|
|
849
848
|
return pulumi.get(self, "collision_count")
|
|
850
849
|
|
|
851
|
-
@property
|
|
850
|
+
@_builtins.property
|
|
852
851
|
@pulumi.getter
|
|
853
852
|
def conditions(self) -> Optional[Sequence['outputs.DaemonSetConditionPatch']]:
|
|
854
853
|
"""
|
|
@@ -856,65 +855,65 @@ class DaemonSetStatusPatch(dict):
|
|
|
856
855
|
"""
|
|
857
856
|
return pulumi.get(self, "conditions")
|
|
858
857
|
|
|
859
|
-
@property
|
|
858
|
+
@_builtins.property
|
|
860
859
|
@pulumi.getter(name="currentNumberScheduled")
|
|
861
|
-
def current_number_scheduled(self) -> Optional[
|
|
860
|
+
def current_number_scheduled(self) -> Optional[_builtins.int]:
|
|
862
861
|
"""
|
|
863
862
|
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/
|
|
864
863
|
"""
|
|
865
864
|
return pulumi.get(self, "current_number_scheduled")
|
|
866
865
|
|
|
867
|
-
@property
|
|
866
|
+
@_builtins.property
|
|
868
867
|
@pulumi.getter(name="desiredNumberScheduled")
|
|
869
|
-
def desired_number_scheduled(self) -> Optional[
|
|
868
|
+
def desired_number_scheduled(self) -> Optional[_builtins.int]:
|
|
870
869
|
"""
|
|
871
870
|
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/
|
|
872
871
|
"""
|
|
873
872
|
return pulumi.get(self, "desired_number_scheduled")
|
|
874
873
|
|
|
875
|
-
@property
|
|
874
|
+
@_builtins.property
|
|
876
875
|
@pulumi.getter(name="numberAvailable")
|
|
877
|
-
def number_available(self) -> Optional[
|
|
876
|
+
def number_available(self) -> Optional[_builtins.int]:
|
|
878
877
|
"""
|
|
879
878
|
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)
|
|
880
879
|
"""
|
|
881
880
|
return pulumi.get(self, "number_available")
|
|
882
881
|
|
|
883
|
-
@property
|
|
882
|
+
@_builtins.property
|
|
884
883
|
@pulumi.getter(name="numberMisscheduled")
|
|
885
|
-
def number_misscheduled(self) -> Optional[
|
|
884
|
+
def number_misscheduled(self) -> Optional[_builtins.int]:
|
|
886
885
|
"""
|
|
887
886
|
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/
|
|
888
887
|
"""
|
|
889
888
|
return pulumi.get(self, "number_misscheduled")
|
|
890
889
|
|
|
891
|
-
@property
|
|
890
|
+
@_builtins.property
|
|
892
891
|
@pulumi.getter(name="numberReady")
|
|
893
|
-
def number_ready(self) -> Optional[
|
|
892
|
+
def number_ready(self) -> Optional[_builtins.int]:
|
|
894
893
|
"""
|
|
895
894
|
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.
|
|
896
895
|
"""
|
|
897
896
|
return pulumi.get(self, "number_ready")
|
|
898
897
|
|
|
899
|
-
@property
|
|
898
|
+
@_builtins.property
|
|
900
899
|
@pulumi.getter(name="numberUnavailable")
|
|
901
|
-
def number_unavailable(self) -> Optional[
|
|
900
|
+
def number_unavailable(self) -> Optional[_builtins.int]:
|
|
902
901
|
"""
|
|
903
902
|
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)
|
|
904
903
|
"""
|
|
905
904
|
return pulumi.get(self, "number_unavailable")
|
|
906
905
|
|
|
907
|
-
@property
|
|
906
|
+
@_builtins.property
|
|
908
907
|
@pulumi.getter(name="observedGeneration")
|
|
909
|
-
def observed_generation(self) -> Optional[
|
|
908
|
+
def observed_generation(self) -> Optional[_builtins.int]:
|
|
910
909
|
"""
|
|
911
910
|
The most recent generation observed by the daemon set controller.
|
|
912
911
|
"""
|
|
913
912
|
return pulumi.get(self, "observed_generation")
|
|
914
913
|
|
|
915
|
-
@property
|
|
914
|
+
@_builtins.property
|
|
916
915
|
@pulumi.getter(name="updatedNumberScheduled")
|
|
917
|
-
def updated_number_scheduled(self) -> Optional[
|
|
916
|
+
def updated_number_scheduled(self) -> Optional[_builtins.int]:
|
|
918
917
|
"""
|
|
919
918
|
The total number of nodes that are running updated daemon pod
|
|
920
919
|
"""
|
|
@@ -945,18 +944,18 @@ class DaemonSetUpdateStrategy(dict):
|
|
|
945
944
|
|
|
946
945
|
def __init__(__self__, *,
|
|
947
946
|
rolling_update: Optional['outputs.RollingUpdateDaemonSet'] = None,
|
|
948
|
-
type: Optional[
|
|
947
|
+
type: Optional[_builtins.str] = None):
|
|
949
948
|
"""
|
|
950
949
|
DaemonSetUpdateStrategy is a struct used to control the update strategy for a DaemonSet.
|
|
951
950
|
:param 'RollingUpdateDaemonSetArgs' rolling_update: Rolling update config params. Present only if type = "RollingUpdate".
|
|
952
|
-
:param
|
|
951
|
+
:param _builtins.str type: Type of daemon set update. Can be "RollingUpdate" or "OnDelete". Default is RollingUpdate.
|
|
953
952
|
"""
|
|
954
953
|
if rolling_update is not None:
|
|
955
954
|
pulumi.set(__self__, "rolling_update", rolling_update)
|
|
956
955
|
if type is not None:
|
|
957
956
|
pulumi.set(__self__, "type", type)
|
|
958
957
|
|
|
959
|
-
@property
|
|
958
|
+
@_builtins.property
|
|
960
959
|
@pulumi.getter(name="rollingUpdate")
|
|
961
960
|
def rolling_update(self) -> Optional['outputs.RollingUpdateDaemonSet']:
|
|
962
961
|
"""
|
|
@@ -964,9 +963,9 @@ class DaemonSetUpdateStrategy(dict):
|
|
|
964
963
|
"""
|
|
965
964
|
return pulumi.get(self, "rolling_update")
|
|
966
965
|
|
|
967
|
-
@property
|
|
966
|
+
@_builtins.property
|
|
968
967
|
@pulumi.getter
|
|
969
|
-
def type(self) -> Optional[
|
|
968
|
+
def type(self) -> Optional[_builtins.str]:
|
|
970
969
|
"""
|
|
971
970
|
Type of daemon set update. Can be "RollingUpdate" or "OnDelete". Default is RollingUpdate.
|
|
972
971
|
"""
|
|
@@ -997,18 +996,18 @@ class DaemonSetUpdateStrategyPatch(dict):
|
|
|
997
996
|
|
|
998
997
|
def __init__(__self__, *,
|
|
999
998
|
rolling_update: Optional['outputs.RollingUpdateDaemonSetPatch'] = None,
|
|
1000
|
-
type: Optional[
|
|
999
|
+
type: Optional[_builtins.str] = None):
|
|
1001
1000
|
"""
|
|
1002
1001
|
DaemonSetUpdateStrategy is a struct used to control the update strategy for a DaemonSet.
|
|
1003
1002
|
:param 'RollingUpdateDaemonSetPatchArgs' rolling_update: Rolling update config params. Present only if type = "RollingUpdate".
|
|
1004
|
-
:param
|
|
1003
|
+
:param _builtins.str type: Type of daemon set update. Can be "RollingUpdate" or "OnDelete". Default is RollingUpdate.
|
|
1005
1004
|
"""
|
|
1006
1005
|
if rolling_update is not None:
|
|
1007
1006
|
pulumi.set(__self__, "rolling_update", rolling_update)
|
|
1008
1007
|
if type is not None:
|
|
1009
1008
|
pulumi.set(__self__, "type", type)
|
|
1010
1009
|
|
|
1011
|
-
@property
|
|
1010
|
+
@_builtins.property
|
|
1012
1011
|
@pulumi.getter(name="rollingUpdate")
|
|
1013
1012
|
def rolling_update(self) -> Optional['outputs.RollingUpdateDaemonSetPatch']:
|
|
1014
1013
|
"""
|
|
@@ -1016,9 +1015,9 @@ class DaemonSetUpdateStrategyPatch(dict):
|
|
|
1016
1015
|
"""
|
|
1017
1016
|
return pulumi.get(self, "rolling_update")
|
|
1018
1017
|
|
|
1019
|
-
@property
|
|
1018
|
+
@_builtins.property
|
|
1020
1019
|
@pulumi.getter
|
|
1021
|
-
def type(self) -> Optional[
|
|
1020
|
+
def type(self) -> Optional[_builtins.str]:
|
|
1022
1021
|
"""
|
|
1023
1022
|
Type of daemon set update. Can be "RollingUpdate" or "OnDelete". Default is RollingUpdate.
|
|
1024
1023
|
"""
|
|
@@ -1070,8 +1069,8 @@ class Deployment(dict):
|
|
|
1070
1069
|
return super().get(key, default)
|
|
1071
1070
|
|
|
1072
1071
|
def __init__(__self__, *,
|
|
1073
|
-
api_version: Optional[
|
|
1074
|
-
kind: Optional[
|
|
1072
|
+
api_version: Optional[_builtins.str] = None,
|
|
1073
|
+
kind: Optional[_builtins.str] = None,
|
|
1075
1074
|
metadata: Optional['_meta.v1.outputs.ObjectMeta'] = None,
|
|
1076
1075
|
spec: Optional['outputs.DeploymentSpec'] = None,
|
|
1077
1076
|
status: Optional['outputs.DeploymentStatus'] = None):
|
|
@@ -1099,8 +1098,8 @@ class Deployment(dict):
|
|
|
1099
1098
|
If the Deployment has not reached a Ready state after 10 minutes, it will
|
|
1100
1099
|
time out and mark the resource update as Failed. You can override the default timeout value
|
|
1101
1100
|
by setting the 'customTimeouts' option on the resource.
|
|
1102
|
-
:param
|
|
1103
|
-
:param
|
|
1101
|
+
: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
|
|
1102
|
+
: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
|
|
1104
1103
|
:param '_meta.v1.ObjectMetaArgs' metadata: Standard object's metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata
|
|
1105
1104
|
:param 'DeploymentSpecArgs' spec: Specification of the desired behavior of the Deployment.
|
|
1106
1105
|
:param 'DeploymentStatusArgs' status: Most recently observed status of the Deployment.
|
|
@@ -1116,23 +1115,23 @@ class Deployment(dict):
|
|
|
1116
1115
|
if status is not None:
|
|
1117
1116
|
pulumi.set(__self__, "status", status)
|
|
1118
1117
|
|
|
1119
|
-
@property
|
|
1118
|
+
@_builtins.property
|
|
1120
1119
|
@pulumi.getter(name="apiVersion")
|
|
1121
|
-
def api_version(self) -> Optional[
|
|
1120
|
+
def api_version(self) -> Optional[_builtins.str]:
|
|
1122
1121
|
"""
|
|
1123
1122
|
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
|
|
1124
1123
|
"""
|
|
1125
1124
|
return pulumi.get(self, "api_version")
|
|
1126
1125
|
|
|
1127
|
-
@property
|
|
1126
|
+
@_builtins.property
|
|
1128
1127
|
@pulumi.getter
|
|
1129
|
-
def kind(self) -> Optional[
|
|
1128
|
+
def kind(self) -> Optional[_builtins.str]:
|
|
1130
1129
|
"""
|
|
1131
1130
|
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
|
|
1132
1131
|
"""
|
|
1133
1132
|
return pulumi.get(self, "kind")
|
|
1134
1133
|
|
|
1135
|
-
@property
|
|
1134
|
+
@_builtins.property
|
|
1136
1135
|
@pulumi.getter
|
|
1137
1136
|
def metadata(self) -> Optional['_meta.v1.outputs.ObjectMeta']:
|
|
1138
1137
|
"""
|
|
@@ -1140,7 +1139,7 @@ class Deployment(dict):
|
|
|
1140
1139
|
"""
|
|
1141
1140
|
return pulumi.get(self, "metadata")
|
|
1142
1141
|
|
|
1143
|
-
@property
|
|
1142
|
+
@_builtins.property
|
|
1144
1143
|
@pulumi.getter
|
|
1145
1144
|
def spec(self) -> Optional['outputs.DeploymentSpec']:
|
|
1146
1145
|
"""
|
|
@@ -1148,7 +1147,7 @@ class Deployment(dict):
|
|
|
1148
1147
|
"""
|
|
1149
1148
|
return pulumi.get(self, "spec")
|
|
1150
1149
|
|
|
1151
|
-
@property
|
|
1150
|
+
@_builtins.property
|
|
1152
1151
|
@pulumi.getter
|
|
1153
1152
|
def status(self) -> Optional['outputs.DeploymentStatus']:
|
|
1154
1153
|
"""
|
|
@@ -1182,20 +1181,20 @@ class DeploymentCondition(dict):
|
|
|
1182
1181
|
return super().get(key, default)
|
|
1183
1182
|
|
|
1184
1183
|
def __init__(__self__, *,
|
|
1185
|
-
status:
|
|
1186
|
-
type:
|
|
1187
|
-
last_transition_time: Optional[
|
|
1188
|
-
last_update_time: Optional[
|
|
1189
|
-
message: Optional[
|
|
1190
|
-
reason: Optional[
|
|
1184
|
+
status: _builtins.str,
|
|
1185
|
+
type: _builtins.str,
|
|
1186
|
+
last_transition_time: Optional[_builtins.str] = None,
|
|
1187
|
+
last_update_time: Optional[_builtins.str] = None,
|
|
1188
|
+
message: Optional[_builtins.str] = None,
|
|
1189
|
+
reason: Optional[_builtins.str] = None):
|
|
1191
1190
|
"""
|
|
1192
1191
|
DeploymentCondition describes the state of a deployment at a certain point.
|
|
1193
|
-
:param
|
|
1194
|
-
:param
|
|
1195
|
-
:param
|
|
1196
|
-
:param
|
|
1197
|
-
:param
|
|
1198
|
-
:param
|
|
1192
|
+
:param _builtins.str status: Status of the condition, one of True, False, Unknown.
|
|
1193
|
+
:param _builtins.str type: Type of deployment condition.
|
|
1194
|
+
:param _builtins.str last_transition_time: Last time the condition transitioned from one status to another.
|
|
1195
|
+
:param _builtins.str last_update_time: The last time this condition was updated.
|
|
1196
|
+
:param _builtins.str message: A human readable message indicating details about the transition.
|
|
1197
|
+
:param _builtins.str reason: The reason for the condition's last transition.
|
|
1199
1198
|
"""
|
|
1200
1199
|
pulumi.set(__self__, "status", status)
|
|
1201
1200
|
pulumi.set(__self__, "type", type)
|
|
@@ -1208,49 +1207,49 @@ class DeploymentCondition(dict):
|
|
|
1208
1207
|
if reason is not None:
|
|
1209
1208
|
pulumi.set(__self__, "reason", reason)
|
|
1210
1209
|
|
|
1211
|
-
@property
|
|
1210
|
+
@_builtins.property
|
|
1212
1211
|
@pulumi.getter
|
|
1213
|
-
def status(self) ->
|
|
1212
|
+
def status(self) -> _builtins.str:
|
|
1214
1213
|
"""
|
|
1215
1214
|
Status of the condition, one of True, False, Unknown.
|
|
1216
1215
|
"""
|
|
1217
1216
|
return pulumi.get(self, "status")
|
|
1218
1217
|
|
|
1219
|
-
@property
|
|
1218
|
+
@_builtins.property
|
|
1220
1219
|
@pulumi.getter
|
|
1221
|
-
def type(self) ->
|
|
1220
|
+
def type(self) -> _builtins.str:
|
|
1222
1221
|
"""
|
|
1223
1222
|
Type of deployment condition.
|
|
1224
1223
|
"""
|
|
1225
1224
|
return pulumi.get(self, "type")
|
|
1226
1225
|
|
|
1227
|
-
@property
|
|
1226
|
+
@_builtins.property
|
|
1228
1227
|
@pulumi.getter(name="lastTransitionTime")
|
|
1229
|
-
def last_transition_time(self) -> Optional[
|
|
1228
|
+
def last_transition_time(self) -> Optional[_builtins.str]:
|
|
1230
1229
|
"""
|
|
1231
1230
|
Last time the condition transitioned from one status to another.
|
|
1232
1231
|
"""
|
|
1233
1232
|
return pulumi.get(self, "last_transition_time")
|
|
1234
1233
|
|
|
1235
|
-
@property
|
|
1234
|
+
@_builtins.property
|
|
1236
1235
|
@pulumi.getter(name="lastUpdateTime")
|
|
1237
|
-
def last_update_time(self) -> Optional[
|
|
1236
|
+
def last_update_time(self) -> Optional[_builtins.str]:
|
|
1238
1237
|
"""
|
|
1239
1238
|
The last time this condition was updated.
|
|
1240
1239
|
"""
|
|
1241
1240
|
return pulumi.get(self, "last_update_time")
|
|
1242
1241
|
|
|
1243
|
-
@property
|
|
1242
|
+
@_builtins.property
|
|
1244
1243
|
@pulumi.getter
|
|
1245
|
-
def message(self) -> Optional[
|
|
1244
|
+
def message(self) -> Optional[_builtins.str]:
|
|
1246
1245
|
"""
|
|
1247
1246
|
A human readable message indicating details about the transition.
|
|
1248
1247
|
"""
|
|
1249
1248
|
return pulumi.get(self, "message")
|
|
1250
1249
|
|
|
1251
|
-
@property
|
|
1250
|
+
@_builtins.property
|
|
1252
1251
|
@pulumi.getter
|
|
1253
|
-
def reason(self) -> Optional[
|
|
1252
|
+
def reason(self) -> Optional[_builtins.str]:
|
|
1254
1253
|
"""
|
|
1255
1254
|
The reason for the condition's last transition.
|
|
1256
1255
|
"""
|
|
@@ -1282,20 +1281,20 @@ class DeploymentConditionPatch(dict):
|
|
|
1282
1281
|
return super().get(key, default)
|
|
1283
1282
|
|
|
1284
1283
|
def __init__(__self__, *,
|
|
1285
|
-
last_transition_time: Optional[
|
|
1286
|
-
last_update_time: Optional[
|
|
1287
|
-
message: Optional[
|
|
1288
|
-
reason: Optional[
|
|
1289
|
-
status: Optional[
|
|
1290
|
-
type: Optional[
|
|
1284
|
+
last_transition_time: Optional[_builtins.str] = None,
|
|
1285
|
+
last_update_time: Optional[_builtins.str] = None,
|
|
1286
|
+
message: Optional[_builtins.str] = None,
|
|
1287
|
+
reason: Optional[_builtins.str] = None,
|
|
1288
|
+
status: Optional[_builtins.str] = None,
|
|
1289
|
+
type: Optional[_builtins.str] = None):
|
|
1291
1290
|
"""
|
|
1292
1291
|
DeploymentCondition describes the state of a deployment at a certain point.
|
|
1293
|
-
:param
|
|
1294
|
-
:param
|
|
1295
|
-
:param
|
|
1296
|
-
:param
|
|
1297
|
-
:param
|
|
1298
|
-
:param
|
|
1292
|
+
:param _builtins.str last_transition_time: Last time the condition transitioned from one status to another.
|
|
1293
|
+
:param _builtins.str last_update_time: The last time this condition was updated.
|
|
1294
|
+
:param _builtins.str message: A human readable message indicating details about the transition.
|
|
1295
|
+
:param _builtins.str reason: The reason for the condition's last transition.
|
|
1296
|
+
:param _builtins.str status: Status of the condition, one of True, False, Unknown.
|
|
1297
|
+
:param _builtins.str type: Type of deployment condition.
|
|
1299
1298
|
"""
|
|
1300
1299
|
if last_transition_time is not None:
|
|
1301
1300
|
pulumi.set(__self__, "last_transition_time", last_transition_time)
|
|
@@ -1310,49 +1309,49 @@ class DeploymentConditionPatch(dict):
|
|
|
1310
1309
|
if type is not None:
|
|
1311
1310
|
pulumi.set(__self__, "type", type)
|
|
1312
1311
|
|
|
1313
|
-
@property
|
|
1312
|
+
@_builtins.property
|
|
1314
1313
|
@pulumi.getter(name="lastTransitionTime")
|
|
1315
|
-
def last_transition_time(self) -> Optional[
|
|
1314
|
+
def last_transition_time(self) -> Optional[_builtins.str]:
|
|
1316
1315
|
"""
|
|
1317
1316
|
Last time the condition transitioned from one status to another.
|
|
1318
1317
|
"""
|
|
1319
1318
|
return pulumi.get(self, "last_transition_time")
|
|
1320
1319
|
|
|
1321
|
-
@property
|
|
1320
|
+
@_builtins.property
|
|
1322
1321
|
@pulumi.getter(name="lastUpdateTime")
|
|
1323
|
-
def last_update_time(self) -> Optional[
|
|
1322
|
+
def last_update_time(self) -> Optional[_builtins.str]:
|
|
1324
1323
|
"""
|
|
1325
1324
|
The last time this condition was updated.
|
|
1326
1325
|
"""
|
|
1327
1326
|
return pulumi.get(self, "last_update_time")
|
|
1328
1327
|
|
|
1329
|
-
@property
|
|
1328
|
+
@_builtins.property
|
|
1330
1329
|
@pulumi.getter
|
|
1331
|
-
def message(self) -> Optional[
|
|
1330
|
+
def message(self) -> Optional[_builtins.str]:
|
|
1332
1331
|
"""
|
|
1333
1332
|
A human readable message indicating details about the transition.
|
|
1334
1333
|
"""
|
|
1335
1334
|
return pulumi.get(self, "message")
|
|
1336
1335
|
|
|
1337
|
-
@property
|
|
1336
|
+
@_builtins.property
|
|
1338
1337
|
@pulumi.getter
|
|
1339
|
-
def reason(self) -> Optional[
|
|
1338
|
+
def reason(self) -> Optional[_builtins.str]:
|
|
1340
1339
|
"""
|
|
1341
1340
|
The reason for the condition's last transition.
|
|
1342
1341
|
"""
|
|
1343
1342
|
return pulumi.get(self, "reason")
|
|
1344
1343
|
|
|
1345
|
-
@property
|
|
1344
|
+
@_builtins.property
|
|
1346
1345
|
@pulumi.getter
|
|
1347
|
-
def status(self) -> Optional[
|
|
1346
|
+
def status(self) -> Optional[_builtins.str]:
|
|
1348
1347
|
"""
|
|
1349
1348
|
Status of the condition, one of True, False, Unknown.
|
|
1350
1349
|
"""
|
|
1351
1350
|
return pulumi.get(self, "status")
|
|
1352
1351
|
|
|
1353
|
-
@property
|
|
1352
|
+
@_builtins.property
|
|
1354
1353
|
@pulumi.getter
|
|
1355
|
-
def type(self) -> Optional[
|
|
1354
|
+
def type(self) -> Optional[_builtins.str]:
|
|
1356
1355
|
"""
|
|
1357
1356
|
Type of deployment condition.
|
|
1358
1357
|
"""
|
|
@@ -1388,21 +1387,21 @@ class DeploymentSpec(dict):
|
|
|
1388
1387
|
def __init__(__self__, *,
|
|
1389
1388
|
selector: '_meta.v1.outputs.LabelSelector',
|
|
1390
1389
|
template: '_core.v1.outputs.PodTemplateSpec',
|
|
1391
|
-
min_ready_seconds: Optional[
|
|
1392
|
-
paused: Optional[
|
|
1393
|
-
progress_deadline_seconds: Optional[
|
|
1394
|
-
replicas: Optional[
|
|
1395
|
-
revision_history_limit: Optional[
|
|
1390
|
+
min_ready_seconds: Optional[_builtins.int] = None,
|
|
1391
|
+
paused: Optional[_builtins.bool] = None,
|
|
1392
|
+
progress_deadline_seconds: Optional[_builtins.int] = None,
|
|
1393
|
+
replicas: Optional[_builtins.int] = None,
|
|
1394
|
+
revision_history_limit: Optional[_builtins.int] = None,
|
|
1396
1395
|
strategy: Optional['outputs.DeploymentStrategy'] = None):
|
|
1397
1396
|
"""
|
|
1398
1397
|
DeploymentSpec is the specification of the desired behavior of the Deployment.
|
|
1399
1398
|
: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.
|
|
1400
1399
|
:param '_core.v1.PodTemplateSpecArgs' template: Template describes the pods that will be created. The only allowed template.spec.restartPolicy value is "Always".
|
|
1401
|
-
:param
|
|
1402
|
-
:param
|
|
1403
|
-
:param
|
|
1404
|
-
:param
|
|
1405
|
-
:param
|
|
1400
|
+
: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)
|
|
1401
|
+
:param _builtins.bool paused: Indicates that the deployment is paused.
|
|
1402
|
+
: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.
|
|
1403
|
+
:param _builtins.int replicas: Number of desired pods. This is a pointer to distinguish between explicit zero and not specified. Defaults to 1.
|
|
1404
|
+
: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.
|
|
1406
1405
|
:param 'DeploymentStrategyArgs' strategy: The deployment strategy to use to replace existing pods with new ones.
|
|
1407
1406
|
"""
|
|
1408
1407
|
pulumi.set(__self__, "selector", selector)
|
|
@@ -1420,7 +1419,7 @@ class DeploymentSpec(dict):
|
|
|
1420
1419
|
if strategy is not None:
|
|
1421
1420
|
pulumi.set(__self__, "strategy", strategy)
|
|
1422
1421
|
|
|
1423
|
-
@property
|
|
1422
|
+
@_builtins.property
|
|
1424
1423
|
@pulumi.getter
|
|
1425
1424
|
def selector(self) -> '_meta.v1.outputs.LabelSelector':
|
|
1426
1425
|
"""
|
|
@@ -1428,7 +1427,7 @@ class DeploymentSpec(dict):
|
|
|
1428
1427
|
"""
|
|
1429
1428
|
return pulumi.get(self, "selector")
|
|
1430
1429
|
|
|
1431
|
-
@property
|
|
1430
|
+
@_builtins.property
|
|
1432
1431
|
@pulumi.getter
|
|
1433
1432
|
def template(self) -> '_core.v1.outputs.PodTemplateSpec':
|
|
1434
1433
|
"""
|
|
@@ -1436,47 +1435,47 @@ class DeploymentSpec(dict):
|
|
|
1436
1435
|
"""
|
|
1437
1436
|
return pulumi.get(self, "template")
|
|
1438
1437
|
|
|
1439
|
-
@property
|
|
1438
|
+
@_builtins.property
|
|
1440
1439
|
@pulumi.getter(name="minReadySeconds")
|
|
1441
|
-
def min_ready_seconds(self) -> Optional[
|
|
1440
|
+
def min_ready_seconds(self) -> Optional[_builtins.int]:
|
|
1442
1441
|
"""
|
|
1443
1442
|
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)
|
|
1444
1443
|
"""
|
|
1445
1444
|
return pulumi.get(self, "min_ready_seconds")
|
|
1446
1445
|
|
|
1447
|
-
@property
|
|
1446
|
+
@_builtins.property
|
|
1448
1447
|
@pulumi.getter
|
|
1449
|
-
def paused(self) -> Optional[
|
|
1448
|
+
def paused(self) -> Optional[_builtins.bool]:
|
|
1450
1449
|
"""
|
|
1451
1450
|
Indicates that the deployment is paused.
|
|
1452
1451
|
"""
|
|
1453
1452
|
return pulumi.get(self, "paused")
|
|
1454
1453
|
|
|
1455
|
-
@property
|
|
1454
|
+
@_builtins.property
|
|
1456
1455
|
@pulumi.getter(name="progressDeadlineSeconds")
|
|
1457
|
-
def progress_deadline_seconds(self) -> Optional[
|
|
1456
|
+
def progress_deadline_seconds(self) -> Optional[_builtins.int]:
|
|
1458
1457
|
"""
|
|
1459
1458
|
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.
|
|
1460
1459
|
"""
|
|
1461
1460
|
return pulumi.get(self, "progress_deadline_seconds")
|
|
1462
1461
|
|
|
1463
|
-
@property
|
|
1462
|
+
@_builtins.property
|
|
1464
1463
|
@pulumi.getter
|
|
1465
|
-
def replicas(self) -> Optional[
|
|
1464
|
+
def replicas(self) -> Optional[_builtins.int]:
|
|
1466
1465
|
"""
|
|
1467
1466
|
Number of desired pods. This is a pointer to distinguish between explicit zero and not specified. Defaults to 1.
|
|
1468
1467
|
"""
|
|
1469
1468
|
return pulumi.get(self, "replicas")
|
|
1470
1469
|
|
|
1471
|
-
@property
|
|
1470
|
+
@_builtins.property
|
|
1472
1471
|
@pulumi.getter(name="revisionHistoryLimit")
|
|
1473
|
-
def revision_history_limit(self) -> Optional[
|
|
1472
|
+
def revision_history_limit(self) -> Optional[_builtins.int]:
|
|
1474
1473
|
"""
|
|
1475
1474
|
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.
|
|
1476
1475
|
"""
|
|
1477
1476
|
return pulumi.get(self, "revision_history_limit")
|
|
1478
1477
|
|
|
1479
|
-
@property
|
|
1478
|
+
@_builtins.property
|
|
1480
1479
|
@pulumi.getter
|
|
1481
1480
|
def strategy(self) -> Optional['outputs.DeploymentStrategy']:
|
|
1482
1481
|
"""
|
|
@@ -1512,21 +1511,21 @@ class DeploymentSpecPatch(dict):
|
|
|
1512
1511
|
return super().get(key, default)
|
|
1513
1512
|
|
|
1514
1513
|
def __init__(__self__, *,
|
|
1515
|
-
min_ready_seconds: Optional[
|
|
1516
|
-
paused: Optional[
|
|
1517
|
-
progress_deadline_seconds: Optional[
|
|
1518
|
-
replicas: Optional[
|
|
1519
|
-
revision_history_limit: Optional[
|
|
1514
|
+
min_ready_seconds: Optional[_builtins.int] = None,
|
|
1515
|
+
paused: Optional[_builtins.bool] = None,
|
|
1516
|
+
progress_deadline_seconds: Optional[_builtins.int] = None,
|
|
1517
|
+
replicas: Optional[_builtins.int] = None,
|
|
1518
|
+
revision_history_limit: Optional[_builtins.int] = None,
|
|
1520
1519
|
selector: Optional['_meta.v1.outputs.LabelSelectorPatch'] = None,
|
|
1521
1520
|
strategy: Optional['outputs.DeploymentStrategyPatch'] = None,
|
|
1522
1521
|
template: Optional['_core.v1.outputs.PodTemplateSpecPatch'] = None):
|
|
1523
1522
|
"""
|
|
1524
1523
|
DeploymentSpec is the specification of the desired behavior of the Deployment.
|
|
1525
|
-
:param
|
|
1526
|
-
:param
|
|
1527
|
-
:param
|
|
1528
|
-
:param
|
|
1529
|
-
:param
|
|
1524
|
+
: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)
|
|
1525
|
+
:param _builtins.bool paused: Indicates that the deployment is paused.
|
|
1526
|
+
: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.
|
|
1527
|
+
:param _builtins.int replicas: Number of desired pods. This is a pointer to distinguish between explicit zero and not specified. Defaults to 1.
|
|
1528
|
+
: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.
|
|
1530
1529
|
: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.
|
|
1531
1530
|
:param 'DeploymentStrategyPatchArgs' strategy: The deployment strategy to use to replace existing pods with new ones.
|
|
1532
1531
|
:param '_core.v1.PodTemplateSpecPatchArgs' template: Template describes the pods that will be created. The only allowed template.spec.restartPolicy value is "Always".
|
|
@@ -1548,47 +1547,47 @@ class DeploymentSpecPatch(dict):
|
|
|
1548
1547
|
if template is not None:
|
|
1549
1548
|
pulumi.set(__self__, "template", template)
|
|
1550
1549
|
|
|
1551
|
-
@property
|
|
1550
|
+
@_builtins.property
|
|
1552
1551
|
@pulumi.getter(name="minReadySeconds")
|
|
1553
|
-
def min_ready_seconds(self) -> Optional[
|
|
1552
|
+
def min_ready_seconds(self) -> Optional[_builtins.int]:
|
|
1554
1553
|
"""
|
|
1555
1554
|
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)
|
|
1556
1555
|
"""
|
|
1557
1556
|
return pulumi.get(self, "min_ready_seconds")
|
|
1558
1557
|
|
|
1559
|
-
@property
|
|
1558
|
+
@_builtins.property
|
|
1560
1559
|
@pulumi.getter
|
|
1561
|
-
def paused(self) -> Optional[
|
|
1560
|
+
def paused(self) -> Optional[_builtins.bool]:
|
|
1562
1561
|
"""
|
|
1563
1562
|
Indicates that the deployment is paused.
|
|
1564
1563
|
"""
|
|
1565
1564
|
return pulumi.get(self, "paused")
|
|
1566
1565
|
|
|
1567
|
-
@property
|
|
1566
|
+
@_builtins.property
|
|
1568
1567
|
@pulumi.getter(name="progressDeadlineSeconds")
|
|
1569
|
-
def progress_deadline_seconds(self) -> Optional[
|
|
1568
|
+
def progress_deadline_seconds(self) -> Optional[_builtins.int]:
|
|
1570
1569
|
"""
|
|
1571
1570
|
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.
|
|
1572
1571
|
"""
|
|
1573
1572
|
return pulumi.get(self, "progress_deadline_seconds")
|
|
1574
1573
|
|
|
1575
|
-
@property
|
|
1574
|
+
@_builtins.property
|
|
1576
1575
|
@pulumi.getter
|
|
1577
|
-
def replicas(self) -> Optional[
|
|
1576
|
+
def replicas(self) -> Optional[_builtins.int]:
|
|
1578
1577
|
"""
|
|
1579
1578
|
Number of desired pods. This is a pointer to distinguish between explicit zero and not specified. Defaults to 1.
|
|
1580
1579
|
"""
|
|
1581
1580
|
return pulumi.get(self, "replicas")
|
|
1582
1581
|
|
|
1583
|
-
@property
|
|
1582
|
+
@_builtins.property
|
|
1584
1583
|
@pulumi.getter(name="revisionHistoryLimit")
|
|
1585
|
-
def revision_history_limit(self) -> Optional[
|
|
1584
|
+
def revision_history_limit(self) -> Optional[_builtins.int]:
|
|
1586
1585
|
"""
|
|
1587
1586
|
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.
|
|
1588
1587
|
"""
|
|
1589
1588
|
return pulumi.get(self, "revision_history_limit")
|
|
1590
1589
|
|
|
1591
|
-
@property
|
|
1590
|
+
@_builtins.property
|
|
1592
1591
|
@pulumi.getter
|
|
1593
1592
|
def selector(self) -> Optional['_meta.v1.outputs.LabelSelectorPatch']:
|
|
1594
1593
|
"""
|
|
@@ -1596,7 +1595,7 @@ class DeploymentSpecPatch(dict):
|
|
|
1596
1595
|
"""
|
|
1597
1596
|
return pulumi.get(self, "selector")
|
|
1598
1597
|
|
|
1599
|
-
@property
|
|
1598
|
+
@_builtins.property
|
|
1600
1599
|
@pulumi.getter
|
|
1601
1600
|
def strategy(self) -> Optional['outputs.DeploymentStrategyPatch']:
|
|
1602
1601
|
"""
|
|
@@ -1604,7 +1603,7 @@ class DeploymentSpecPatch(dict):
|
|
|
1604
1603
|
"""
|
|
1605
1604
|
return pulumi.get(self, "strategy")
|
|
1606
1605
|
|
|
1607
|
-
@property
|
|
1606
|
+
@_builtins.property
|
|
1608
1607
|
@pulumi.getter
|
|
1609
1608
|
def template(self) -> Optional['_core.v1.outputs.PodTemplateSpecPatch']:
|
|
1610
1609
|
"""
|
|
@@ -1648,28 +1647,28 @@ class DeploymentStatus(dict):
|
|
|
1648
1647
|
return super().get(key, default)
|
|
1649
1648
|
|
|
1650
1649
|
def __init__(__self__, *,
|
|
1651
|
-
available_replicas: Optional[
|
|
1652
|
-
collision_count: Optional[
|
|
1650
|
+
available_replicas: Optional[_builtins.int] = None,
|
|
1651
|
+
collision_count: Optional[_builtins.int] = None,
|
|
1653
1652
|
conditions: Optional[Sequence['outputs.DeploymentCondition']] = None,
|
|
1654
|
-
observed_generation: Optional[
|
|
1655
|
-
ready_replicas: Optional[
|
|
1656
|
-
replicas: Optional[
|
|
1657
|
-
terminating_replicas: Optional[
|
|
1658
|
-
unavailable_replicas: Optional[
|
|
1659
|
-
updated_replicas: Optional[
|
|
1653
|
+
observed_generation: Optional[_builtins.int] = None,
|
|
1654
|
+
ready_replicas: Optional[_builtins.int] = None,
|
|
1655
|
+
replicas: Optional[_builtins.int] = None,
|
|
1656
|
+
terminating_replicas: Optional[_builtins.int] = None,
|
|
1657
|
+
unavailable_replicas: Optional[_builtins.int] = None,
|
|
1658
|
+
updated_replicas: Optional[_builtins.int] = None):
|
|
1660
1659
|
"""
|
|
1661
1660
|
DeploymentStatus is the most recently observed status of the Deployment.
|
|
1662
|
-
:param
|
|
1663
|
-
:param
|
|
1661
|
+
:param _builtins.int available_replicas: Total number of available non-terminating pods (ready for at least minReadySeconds) targeted by this deployment.
|
|
1662
|
+
: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.
|
|
1664
1663
|
:param Sequence['DeploymentConditionArgs'] conditions: Represents the latest available observations of a deployment's current state.
|
|
1665
|
-
:param
|
|
1666
|
-
:param
|
|
1667
|
-
:param
|
|
1668
|
-
:param
|
|
1664
|
+
:param _builtins.int observed_generation: The generation observed by the deployment controller.
|
|
1665
|
+
:param _builtins.int ready_replicas: Total number of non-terminating pods targeted by this Deployment with a Ready Condition.
|
|
1666
|
+
:param _builtins.int replicas: Total number of non-terminating pods targeted by this deployment (their labels match the selector).
|
|
1667
|
+
:param _builtins.int terminating_replicas: Total number of terminating pods targeted by this deployment. Terminating pods have a non-null .metadata.deletionTimestamp and have not yet reached the Failed or Succeeded .status.phase.
|
|
1669
1668
|
|
|
1670
1669
|
This is an alpha field. Enable DeploymentReplicaSetTerminatingReplicas to be able to use this field.
|
|
1671
|
-
:param
|
|
1672
|
-
:param
|
|
1670
|
+
: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.
|
|
1671
|
+
:param _builtins.int updated_replicas: Total number of non-terminating pods targeted by this deployment that have the desired template spec.
|
|
1673
1672
|
"""
|
|
1674
1673
|
if available_replicas is not None:
|
|
1675
1674
|
pulumi.set(__self__, "available_replicas", available_replicas)
|
|
@@ -1690,23 +1689,23 @@ class DeploymentStatus(dict):
|
|
|
1690
1689
|
if updated_replicas is not None:
|
|
1691
1690
|
pulumi.set(__self__, "updated_replicas", updated_replicas)
|
|
1692
1691
|
|
|
1693
|
-
@property
|
|
1692
|
+
@_builtins.property
|
|
1694
1693
|
@pulumi.getter(name="availableReplicas")
|
|
1695
|
-
def available_replicas(self) -> Optional[
|
|
1694
|
+
def available_replicas(self) -> Optional[_builtins.int]:
|
|
1696
1695
|
"""
|
|
1697
1696
|
Total number of available non-terminating pods (ready for at least minReadySeconds) targeted by this deployment.
|
|
1698
1697
|
"""
|
|
1699
1698
|
return pulumi.get(self, "available_replicas")
|
|
1700
1699
|
|
|
1701
|
-
@property
|
|
1700
|
+
@_builtins.property
|
|
1702
1701
|
@pulumi.getter(name="collisionCount")
|
|
1703
|
-
def collision_count(self) -> Optional[
|
|
1702
|
+
def collision_count(self) -> Optional[_builtins.int]:
|
|
1704
1703
|
"""
|
|
1705
1704
|
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.
|
|
1706
1705
|
"""
|
|
1707
1706
|
return pulumi.get(self, "collision_count")
|
|
1708
1707
|
|
|
1709
|
-
@property
|
|
1708
|
+
@_builtins.property
|
|
1710
1709
|
@pulumi.getter
|
|
1711
1710
|
def conditions(self) -> Optional[Sequence['outputs.DeploymentCondition']]:
|
|
1712
1711
|
"""
|
|
@@ -1714,33 +1713,33 @@ class DeploymentStatus(dict):
|
|
|
1714
1713
|
"""
|
|
1715
1714
|
return pulumi.get(self, "conditions")
|
|
1716
1715
|
|
|
1717
|
-
@property
|
|
1716
|
+
@_builtins.property
|
|
1718
1717
|
@pulumi.getter(name="observedGeneration")
|
|
1719
|
-
def observed_generation(self) -> Optional[
|
|
1718
|
+
def observed_generation(self) -> Optional[_builtins.int]:
|
|
1720
1719
|
"""
|
|
1721
1720
|
The generation observed by the deployment controller.
|
|
1722
1721
|
"""
|
|
1723
1722
|
return pulumi.get(self, "observed_generation")
|
|
1724
1723
|
|
|
1725
|
-
@property
|
|
1724
|
+
@_builtins.property
|
|
1726
1725
|
@pulumi.getter(name="readyReplicas")
|
|
1727
|
-
def ready_replicas(self) -> Optional[
|
|
1726
|
+
def ready_replicas(self) -> Optional[_builtins.int]:
|
|
1728
1727
|
"""
|
|
1729
1728
|
Total number of non-terminating pods targeted by this Deployment with a Ready Condition.
|
|
1730
1729
|
"""
|
|
1731
1730
|
return pulumi.get(self, "ready_replicas")
|
|
1732
1731
|
|
|
1733
|
-
@property
|
|
1732
|
+
@_builtins.property
|
|
1734
1733
|
@pulumi.getter
|
|
1735
|
-
def replicas(self) -> Optional[
|
|
1734
|
+
def replicas(self) -> Optional[_builtins.int]:
|
|
1736
1735
|
"""
|
|
1737
1736
|
Total number of non-terminating pods targeted by this deployment (their labels match the selector).
|
|
1738
1737
|
"""
|
|
1739
1738
|
return pulumi.get(self, "replicas")
|
|
1740
1739
|
|
|
1741
|
-
@property
|
|
1740
|
+
@_builtins.property
|
|
1742
1741
|
@pulumi.getter(name="terminatingReplicas")
|
|
1743
|
-
def terminating_replicas(self) -> Optional[
|
|
1742
|
+
def terminating_replicas(self) -> Optional[_builtins.int]:
|
|
1744
1743
|
"""
|
|
1745
1744
|
Total number of terminating pods targeted by this deployment. Terminating pods have a non-null .metadata.deletionTimestamp and have not yet reached the Failed or Succeeded .status.phase.
|
|
1746
1745
|
|
|
@@ -1748,17 +1747,17 @@ class DeploymentStatus(dict):
|
|
|
1748
1747
|
"""
|
|
1749
1748
|
return pulumi.get(self, "terminating_replicas")
|
|
1750
1749
|
|
|
1751
|
-
@property
|
|
1750
|
+
@_builtins.property
|
|
1752
1751
|
@pulumi.getter(name="unavailableReplicas")
|
|
1753
|
-
def unavailable_replicas(self) -> Optional[
|
|
1752
|
+
def unavailable_replicas(self) -> Optional[_builtins.int]:
|
|
1754
1753
|
"""
|
|
1755
1754
|
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.
|
|
1756
1755
|
"""
|
|
1757
1756
|
return pulumi.get(self, "unavailable_replicas")
|
|
1758
1757
|
|
|
1759
|
-
@property
|
|
1758
|
+
@_builtins.property
|
|
1760
1759
|
@pulumi.getter(name="updatedReplicas")
|
|
1761
|
-
def updated_replicas(self) -> Optional[
|
|
1760
|
+
def updated_replicas(self) -> Optional[_builtins.int]:
|
|
1762
1761
|
"""
|
|
1763
1762
|
Total number of non-terminating pods targeted by this deployment that have the desired template spec.
|
|
1764
1763
|
"""
|
|
@@ -1800,28 +1799,28 @@ class DeploymentStatusPatch(dict):
|
|
|
1800
1799
|
return super().get(key, default)
|
|
1801
1800
|
|
|
1802
1801
|
def __init__(__self__, *,
|
|
1803
|
-
available_replicas: Optional[
|
|
1804
|
-
collision_count: Optional[
|
|
1802
|
+
available_replicas: Optional[_builtins.int] = None,
|
|
1803
|
+
collision_count: Optional[_builtins.int] = None,
|
|
1805
1804
|
conditions: Optional[Sequence['outputs.DeploymentConditionPatch']] = None,
|
|
1806
|
-
observed_generation: Optional[
|
|
1807
|
-
ready_replicas: Optional[
|
|
1808
|
-
replicas: Optional[
|
|
1809
|
-
terminating_replicas: Optional[
|
|
1810
|
-
unavailable_replicas: Optional[
|
|
1811
|
-
updated_replicas: Optional[
|
|
1805
|
+
observed_generation: Optional[_builtins.int] = None,
|
|
1806
|
+
ready_replicas: Optional[_builtins.int] = None,
|
|
1807
|
+
replicas: Optional[_builtins.int] = None,
|
|
1808
|
+
terminating_replicas: Optional[_builtins.int] = None,
|
|
1809
|
+
unavailable_replicas: Optional[_builtins.int] = None,
|
|
1810
|
+
updated_replicas: Optional[_builtins.int] = None):
|
|
1812
1811
|
"""
|
|
1813
1812
|
DeploymentStatus is the most recently observed status of the Deployment.
|
|
1814
|
-
:param
|
|
1815
|
-
:param
|
|
1813
|
+
:param _builtins.int available_replicas: Total number of available non-terminating pods (ready for at least minReadySeconds) targeted by this deployment.
|
|
1814
|
+
: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.
|
|
1816
1815
|
:param Sequence['DeploymentConditionPatchArgs'] conditions: Represents the latest available observations of a deployment's current state.
|
|
1817
|
-
:param
|
|
1818
|
-
:param
|
|
1819
|
-
:param
|
|
1820
|
-
:param
|
|
1816
|
+
:param _builtins.int observed_generation: The generation observed by the deployment controller.
|
|
1817
|
+
:param _builtins.int ready_replicas: Total number of non-terminating pods targeted by this Deployment with a Ready Condition.
|
|
1818
|
+
:param _builtins.int replicas: Total number of non-terminating pods targeted by this deployment (their labels match the selector).
|
|
1819
|
+
:param _builtins.int terminating_replicas: Total number of terminating pods targeted by this deployment. Terminating pods have a non-null .metadata.deletionTimestamp and have not yet reached the Failed or Succeeded .status.phase.
|
|
1821
1820
|
|
|
1822
1821
|
This is an alpha field. Enable DeploymentReplicaSetTerminatingReplicas to be able to use this field.
|
|
1823
|
-
:param
|
|
1824
|
-
:param
|
|
1822
|
+
: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.
|
|
1823
|
+
:param _builtins.int updated_replicas: Total number of non-terminating pods targeted by this deployment that have the desired template spec.
|
|
1825
1824
|
"""
|
|
1826
1825
|
if available_replicas is not None:
|
|
1827
1826
|
pulumi.set(__self__, "available_replicas", available_replicas)
|
|
@@ -1842,23 +1841,23 @@ class DeploymentStatusPatch(dict):
|
|
|
1842
1841
|
if updated_replicas is not None:
|
|
1843
1842
|
pulumi.set(__self__, "updated_replicas", updated_replicas)
|
|
1844
1843
|
|
|
1845
|
-
@property
|
|
1844
|
+
@_builtins.property
|
|
1846
1845
|
@pulumi.getter(name="availableReplicas")
|
|
1847
|
-
def available_replicas(self) -> Optional[
|
|
1846
|
+
def available_replicas(self) -> Optional[_builtins.int]:
|
|
1848
1847
|
"""
|
|
1849
1848
|
Total number of available non-terminating pods (ready for at least minReadySeconds) targeted by this deployment.
|
|
1850
1849
|
"""
|
|
1851
1850
|
return pulumi.get(self, "available_replicas")
|
|
1852
1851
|
|
|
1853
|
-
@property
|
|
1852
|
+
@_builtins.property
|
|
1854
1853
|
@pulumi.getter(name="collisionCount")
|
|
1855
|
-
def collision_count(self) -> Optional[
|
|
1854
|
+
def collision_count(self) -> Optional[_builtins.int]:
|
|
1856
1855
|
"""
|
|
1857
1856
|
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.
|
|
1858
1857
|
"""
|
|
1859
1858
|
return pulumi.get(self, "collision_count")
|
|
1860
1859
|
|
|
1861
|
-
@property
|
|
1860
|
+
@_builtins.property
|
|
1862
1861
|
@pulumi.getter
|
|
1863
1862
|
def conditions(self) -> Optional[Sequence['outputs.DeploymentConditionPatch']]:
|
|
1864
1863
|
"""
|
|
@@ -1866,33 +1865,33 @@ class DeploymentStatusPatch(dict):
|
|
|
1866
1865
|
"""
|
|
1867
1866
|
return pulumi.get(self, "conditions")
|
|
1868
1867
|
|
|
1869
|
-
@property
|
|
1868
|
+
@_builtins.property
|
|
1870
1869
|
@pulumi.getter(name="observedGeneration")
|
|
1871
|
-
def observed_generation(self) -> Optional[
|
|
1870
|
+
def observed_generation(self) -> Optional[_builtins.int]:
|
|
1872
1871
|
"""
|
|
1873
1872
|
The generation observed by the deployment controller.
|
|
1874
1873
|
"""
|
|
1875
1874
|
return pulumi.get(self, "observed_generation")
|
|
1876
1875
|
|
|
1877
|
-
@property
|
|
1876
|
+
@_builtins.property
|
|
1878
1877
|
@pulumi.getter(name="readyReplicas")
|
|
1879
|
-
def ready_replicas(self) -> Optional[
|
|
1878
|
+
def ready_replicas(self) -> Optional[_builtins.int]:
|
|
1880
1879
|
"""
|
|
1881
1880
|
Total number of non-terminating pods targeted by this Deployment with a Ready Condition.
|
|
1882
1881
|
"""
|
|
1883
1882
|
return pulumi.get(self, "ready_replicas")
|
|
1884
1883
|
|
|
1885
|
-
@property
|
|
1884
|
+
@_builtins.property
|
|
1886
1885
|
@pulumi.getter
|
|
1887
|
-
def replicas(self) -> Optional[
|
|
1886
|
+
def replicas(self) -> Optional[_builtins.int]:
|
|
1888
1887
|
"""
|
|
1889
1888
|
Total number of non-terminating pods targeted by this deployment (their labels match the selector).
|
|
1890
1889
|
"""
|
|
1891
1890
|
return pulumi.get(self, "replicas")
|
|
1892
1891
|
|
|
1893
|
-
@property
|
|
1892
|
+
@_builtins.property
|
|
1894
1893
|
@pulumi.getter(name="terminatingReplicas")
|
|
1895
|
-
def terminating_replicas(self) -> Optional[
|
|
1894
|
+
def terminating_replicas(self) -> Optional[_builtins.int]:
|
|
1896
1895
|
"""
|
|
1897
1896
|
Total number of terminating pods targeted by this deployment. Terminating pods have a non-null .metadata.deletionTimestamp and have not yet reached the Failed or Succeeded .status.phase.
|
|
1898
1897
|
|
|
@@ -1900,17 +1899,17 @@ class DeploymentStatusPatch(dict):
|
|
|
1900
1899
|
"""
|
|
1901
1900
|
return pulumi.get(self, "terminating_replicas")
|
|
1902
1901
|
|
|
1903
|
-
@property
|
|
1902
|
+
@_builtins.property
|
|
1904
1903
|
@pulumi.getter(name="unavailableReplicas")
|
|
1905
|
-
def unavailable_replicas(self) -> Optional[
|
|
1904
|
+
def unavailable_replicas(self) -> Optional[_builtins.int]:
|
|
1906
1905
|
"""
|
|
1907
1906
|
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.
|
|
1908
1907
|
"""
|
|
1909
1908
|
return pulumi.get(self, "unavailable_replicas")
|
|
1910
1909
|
|
|
1911
|
-
@property
|
|
1910
|
+
@_builtins.property
|
|
1912
1911
|
@pulumi.getter(name="updatedReplicas")
|
|
1913
|
-
def updated_replicas(self) -> Optional[
|
|
1912
|
+
def updated_replicas(self) -> Optional[_builtins.int]:
|
|
1914
1913
|
"""
|
|
1915
1914
|
Total number of non-terminating pods targeted by this deployment that have the desired template spec.
|
|
1916
1915
|
"""
|
|
@@ -1941,18 +1940,18 @@ class DeploymentStrategy(dict):
|
|
|
1941
1940
|
|
|
1942
1941
|
def __init__(__self__, *,
|
|
1943
1942
|
rolling_update: Optional['outputs.RollingUpdateDeployment'] = None,
|
|
1944
|
-
type: Optional[
|
|
1943
|
+
type: Optional[_builtins.str] = None):
|
|
1945
1944
|
"""
|
|
1946
1945
|
DeploymentStrategy describes how to replace existing pods with new ones.
|
|
1947
1946
|
:param 'RollingUpdateDeploymentArgs' rolling_update: Rolling update config params. Present only if DeploymentStrategyType = RollingUpdate.
|
|
1948
|
-
:param
|
|
1947
|
+
:param _builtins.str type: Type of deployment. Can be "Recreate" or "RollingUpdate". Default is RollingUpdate.
|
|
1949
1948
|
"""
|
|
1950
1949
|
if rolling_update is not None:
|
|
1951
1950
|
pulumi.set(__self__, "rolling_update", rolling_update)
|
|
1952
1951
|
if type is not None:
|
|
1953
1952
|
pulumi.set(__self__, "type", type)
|
|
1954
1953
|
|
|
1955
|
-
@property
|
|
1954
|
+
@_builtins.property
|
|
1956
1955
|
@pulumi.getter(name="rollingUpdate")
|
|
1957
1956
|
def rolling_update(self) -> Optional['outputs.RollingUpdateDeployment']:
|
|
1958
1957
|
"""
|
|
@@ -1960,9 +1959,9 @@ class DeploymentStrategy(dict):
|
|
|
1960
1959
|
"""
|
|
1961
1960
|
return pulumi.get(self, "rolling_update")
|
|
1962
1961
|
|
|
1963
|
-
@property
|
|
1962
|
+
@_builtins.property
|
|
1964
1963
|
@pulumi.getter
|
|
1965
|
-
def type(self) -> Optional[
|
|
1964
|
+
def type(self) -> Optional[_builtins.str]:
|
|
1966
1965
|
"""
|
|
1967
1966
|
Type of deployment. Can be "Recreate" or "RollingUpdate". Default is RollingUpdate.
|
|
1968
1967
|
"""
|
|
@@ -1993,18 +1992,18 @@ class DeploymentStrategyPatch(dict):
|
|
|
1993
1992
|
|
|
1994
1993
|
def __init__(__self__, *,
|
|
1995
1994
|
rolling_update: Optional['outputs.RollingUpdateDeploymentPatch'] = None,
|
|
1996
|
-
type: Optional[
|
|
1995
|
+
type: Optional[_builtins.str] = None):
|
|
1997
1996
|
"""
|
|
1998
1997
|
DeploymentStrategy describes how to replace existing pods with new ones.
|
|
1999
1998
|
:param 'RollingUpdateDeploymentPatchArgs' rolling_update: Rolling update config params. Present only if DeploymentStrategyType = RollingUpdate.
|
|
2000
|
-
:param
|
|
1999
|
+
:param _builtins.str type: Type of deployment. Can be "Recreate" or "RollingUpdate". Default is RollingUpdate.
|
|
2001
2000
|
"""
|
|
2002
2001
|
if rolling_update is not None:
|
|
2003
2002
|
pulumi.set(__self__, "rolling_update", rolling_update)
|
|
2004
2003
|
if type is not None:
|
|
2005
2004
|
pulumi.set(__self__, "type", type)
|
|
2006
2005
|
|
|
2007
|
-
@property
|
|
2006
|
+
@_builtins.property
|
|
2008
2007
|
@pulumi.getter(name="rollingUpdate")
|
|
2009
2008
|
def rolling_update(self) -> Optional['outputs.RollingUpdateDeploymentPatch']:
|
|
2010
2009
|
"""
|
|
@@ -2012,9 +2011,9 @@ class DeploymentStrategyPatch(dict):
|
|
|
2012
2011
|
"""
|
|
2013
2012
|
return pulumi.get(self, "rolling_update")
|
|
2014
2013
|
|
|
2015
|
-
@property
|
|
2014
|
+
@_builtins.property
|
|
2016
2015
|
@pulumi.getter
|
|
2017
|
-
def type(self) -> Optional[
|
|
2016
|
+
def type(self) -> Optional[_builtins.str]:
|
|
2018
2017
|
"""
|
|
2019
2018
|
Type of deployment. Can be "Recreate" or "RollingUpdate". Default is RollingUpdate.
|
|
2020
2019
|
"""
|
|
@@ -2044,15 +2043,15 @@ class ReplicaSet(dict):
|
|
|
2044
2043
|
return super().get(key, default)
|
|
2045
2044
|
|
|
2046
2045
|
def __init__(__self__, *,
|
|
2047
|
-
api_version: Optional[
|
|
2048
|
-
kind: Optional[
|
|
2046
|
+
api_version: Optional[_builtins.str] = None,
|
|
2047
|
+
kind: Optional[_builtins.str] = None,
|
|
2049
2048
|
metadata: Optional['_meta.v1.outputs.ObjectMeta'] = None,
|
|
2050
2049
|
spec: Optional['outputs.ReplicaSetSpec'] = None,
|
|
2051
2050
|
status: Optional['outputs.ReplicaSetStatus'] = None):
|
|
2052
2051
|
"""
|
|
2053
2052
|
ReplicaSet ensures that a specified number of pod replicas are running at any given time.
|
|
2054
|
-
:param
|
|
2055
|
-
:param
|
|
2053
|
+
: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
|
|
2054
|
+
: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
|
|
2056
2055
|
: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
|
|
2057
2056
|
: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
|
|
2058
2057
|
: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
|
|
@@ -2068,23 +2067,23 @@ class ReplicaSet(dict):
|
|
|
2068
2067
|
if status is not None:
|
|
2069
2068
|
pulumi.set(__self__, "status", status)
|
|
2070
2069
|
|
|
2071
|
-
@property
|
|
2070
|
+
@_builtins.property
|
|
2072
2071
|
@pulumi.getter(name="apiVersion")
|
|
2073
|
-
def api_version(self) -> Optional[
|
|
2072
|
+
def api_version(self) -> Optional[_builtins.str]:
|
|
2074
2073
|
"""
|
|
2075
2074
|
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
|
|
2076
2075
|
"""
|
|
2077
2076
|
return pulumi.get(self, "api_version")
|
|
2078
2077
|
|
|
2079
|
-
@property
|
|
2078
|
+
@_builtins.property
|
|
2080
2079
|
@pulumi.getter
|
|
2081
|
-
def kind(self) -> Optional[
|
|
2080
|
+
def kind(self) -> Optional[_builtins.str]:
|
|
2082
2081
|
"""
|
|
2083
2082
|
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
|
|
2084
2083
|
"""
|
|
2085
2084
|
return pulumi.get(self, "kind")
|
|
2086
2085
|
|
|
2087
|
-
@property
|
|
2086
|
+
@_builtins.property
|
|
2088
2087
|
@pulumi.getter
|
|
2089
2088
|
def metadata(self) -> Optional['_meta.v1.outputs.ObjectMeta']:
|
|
2090
2089
|
"""
|
|
@@ -2092,7 +2091,7 @@ class ReplicaSet(dict):
|
|
|
2092
2091
|
"""
|
|
2093
2092
|
return pulumi.get(self, "metadata")
|
|
2094
2093
|
|
|
2095
|
-
@property
|
|
2094
|
+
@_builtins.property
|
|
2096
2095
|
@pulumi.getter
|
|
2097
2096
|
def spec(self) -> Optional['outputs.ReplicaSetSpec']:
|
|
2098
2097
|
"""
|
|
@@ -2100,7 +2099,7 @@ class ReplicaSet(dict):
|
|
|
2100
2099
|
"""
|
|
2101
2100
|
return pulumi.get(self, "spec")
|
|
2102
2101
|
|
|
2103
|
-
@property
|
|
2102
|
+
@_builtins.property
|
|
2104
2103
|
@pulumi.getter
|
|
2105
2104
|
def status(self) -> Optional['outputs.ReplicaSetStatus']:
|
|
2106
2105
|
"""
|
|
@@ -2132,18 +2131,18 @@ class ReplicaSetCondition(dict):
|
|
|
2132
2131
|
return super().get(key, default)
|
|
2133
2132
|
|
|
2134
2133
|
def __init__(__self__, *,
|
|
2135
|
-
status:
|
|
2136
|
-
type:
|
|
2137
|
-
last_transition_time: Optional[
|
|
2138
|
-
message: Optional[
|
|
2139
|
-
reason: Optional[
|
|
2134
|
+
status: _builtins.str,
|
|
2135
|
+
type: _builtins.str,
|
|
2136
|
+
last_transition_time: Optional[_builtins.str] = None,
|
|
2137
|
+
message: Optional[_builtins.str] = None,
|
|
2138
|
+
reason: Optional[_builtins.str] = None):
|
|
2140
2139
|
"""
|
|
2141
2140
|
ReplicaSetCondition describes the state of a replica set at a certain point.
|
|
2142
|
-
:param
|
|
2143
|
-
:param
|
|
2144
|
-
:param
|
|
2145
|
-
:param
|
|
2146
|
-
:param
|
|
2141
|
+
:param _builtins.str status: Status of the condition, one of True, False, Unknown.
|
|
2142
|
+
:param _builtins.str type: Type of replica set condition.
|
|
2143
|
+
:param _builtins.str last_transition_time: The last time the condition transitioned from one status to another.
|
|
2144
|
+
:param _builtins.str message: A human readable message indicating details about the transition.
|
|
2145
|
+
:param _builtins.str reason: The reason for the condition's last transition.
|
|
2147
2146
|
"""
|
|
2148
2147
|
pulumi.set(__self__, "status", status)
|
|
2149
2148
|
pulumi.set(__self__, "type", type)
|
|
@@ -2154,41 +2153,41 @@ class ReplicaSetCondition(dict):
|
|
|
2154
2153
|
if reason is not None:
|
|
2155
2154
|
pulumi.set(__self__, "reason", reason)
|
|
2156
2155
|
|
|
2157
|
-
@property
|
|
2156
|
+
@_builtins.property
|
|
2158
2157
|
@pulumi.getter
|
|
2159
|
-
def status(self) ->
|
|
2158
|
+
def status(self) -> _builtins.str:
|
|
2160
2159
|
"""
|
|
2161
2160
|
Status of the condition, one of True, False, Unknown.
|
|
2162
2161
|
"""
|
|
2163
2162
|
return pulumi.get(self, "status")
|
|
2164
2163
|
|
|
2165
|
-
@property
|
|
2164
|
+
@_builtins.property
|
|
2166
2165
|
@pulumi.getter
|
|
2167
|
-
def type(self) ->
|
|
2166
|
+
def type(self) -> _builtins.str:
|
|
2168
2167
|
"""
|
|
2169
2168
|
Type of replica set condition.
|
|
2170
2169
|
"""
|
|
2171
2170
|
return pulumi.get(self, "type")
|
|
2172
2171
|
|
|
2173
|
-
@property
|
|
2172
|
+
@_builtins.property
|
|
2174
2173
|
@pulumi.getter(name="lastTransitionTime")
|
|
2175
|
-
def last_transition_time(self) -> Optional[
|
|
2174
|
+
def last_transition_time(self) -> Optional[_builtins.str]:
|
|
2176
2175
|
"""
|
|
2177
2176
|
The last time the condition transitioned from one status to another.
|
|
2178
2177
|
"""
|
|
2179
2178
|
return pulumi.get(self, "last_transition_time")
|
|
2180
2179
|
|
|
2181
|
-
@property
|
|
2180
|
+
@_builtins.property
|
|
2182
2181
|
@pulumi.getter
|
|
2183
|
-
def message(self) -> Optional[
|
|
2182
|
+
def message(self) -> Optional[_builtins.str]:
|
|
2184
2183
|
"""
|
|
2185
2184
|
A human readable message indicating details about the transition.
|
|
2186
2185
|
"""
|
|
2187
2186
|
return pulumi.get(self, "message")
|
|
2188
2187
|
|
|
2189
|
-
@property
|
|
2188
|
+
@_builtins.property
|
|
2190
2189
|
@pulumi.getter
|
|
2191
|
-
def reason(self) -> Optional[
|
|
2190
|
+
def reason(self) -> Optional[_builtins.str]:
|
|
2192
2191
|
"""
|
|
2193
2192
|
The reason for the condition's last transition.
|
|
2194
2193
|
"""
|
|
@@ -2218,18 +2217,18 @@ class ReplicaSetConditionPatch(dict):
|
|
|
2218
2217
|
return super().get(key, default)
|
|
2219
2218
|
|
|
2220
2219
|
def __init__(__self__, *,
|
|
2221
|
-
last_transition_time: Optional[
|
|
2222
|
-
message: Optional[
|
|
2223
|
-
reason: Optional[
|
|
2224
|
-
status: Optional[
|
|
2225
|
-
type: Optional[
|
|
2220
|
+
last_transition_time: Optional[_builtins.str] = None,
|
|
2221
|
+
message: Optional[_builtins.str] = None,
|
|
2222
|
+
reason: Optional[_builtins.str] = None,
|
|
2223
|
+
status: Optional[_builtins.str] = None,
|
|
2224
|
+
type: Optional[_builtins.str] = None):
|
|
2226
2225
|
"""
|
|
2227
2226
|
ReplicaSetCondition describes the state of a replica set at a certain point.
|
|
2228
|
-
:param
|
|
2229
|
-
:param
|
|
2230
|
-
:param
|
|
2231
|
-
:param
|
|
2232
|
-
:param
|
|
2227
|
+
:param _builtins.str last_transition_time: The last time the condition transitioned from one status to another.
|
|
2228
|
+
:param _builtins.str message: A human readable message indicating details about the transition.
|
|
2229
|
+
:param _builtins.str reason: The reason for the condition's last transition.
|
|
2230
|
+
:param _builtins.str status: Status of the condition, one of True, False, Unknown.
|
|
2231
|
+
:param _builtins.str type: Type of replica set condition.
|
|
2233
2232
|
"""
|
|
2234
2233
|
if last_transition_time is not None:
|
|
2235
2234
|
pulumi.set(__self__, "last_transition_time", last_transition_time)
|
|
@@ -2242,41 +2241,41 @@ class ReplicaSetConditionPatch(dict):
|
|
|
2242
2241
|
if type is not None:
|
|
2243
2242
|
pulumi.set(__self__, "type", type)
|
|
2244
2243
|
|
|
2245
|
-
@property
|
|
2244
|
+
@_builtins.property
|
|
2246
2245
|
@pulumi.getter(name="lastTransitionTime")
|
|
2247
|
-
def last_transition_time(self) -> Optional[
|
|
2246
|
+
def last_transition_time(self) -> Optional[_builtins.str]:
|
|
2248
2247
|
"""
|
|
2249
2248
|
The last time the condition transitioned from one status to another.
|
|
2250
2249
|
"""
|
|
2251
2250
|
return pulumi.get(self, "last_transition_time")
|
|
2252
2251
|
|
|
2253
|
-
@property
|
|
2252
|
+
@_builtins.property
|
|
2254
2253
|
@pulumi.getter
|
|
2255
|
-
def message(self) -> Optional[
|
|
2254
|
+
def message(self) -> Optional[_builtins.str]:
|
|
2256
2255
|
"""
|
|
2257
2256
|
A human readable message indicating details about the transition.
|
|
2258
2257
|
"""
|
|
2259
2258
|
return pulumi.get(self, "message")
|
|
2260
2259
|
|
|
2261
|
-
@property
|
|
2260
|
+
@_builtins.property
|
|
2262
2261
|
@pulumi.getter
|
|
2263
|
-
def reason(self) -> Optional[
|
|
2262
|
+
def reason(self) -> Optional[_builtins.str]:
|
|
2264
2263
|
"""
|
|
2265
2264
|
The reason for the condition's last transition.
|
|
2266
2265
|
"""
|
|
2267
2266
|
return pulumi.get(self, "reason")
|
|
2268
2267
|
|
|
2269
|
-
@property
|
|
2268
|
+
@_builtins.property
|
|
2270
2269
|
@pulumi.getter
|
|
2271
|
-
def status(self) -> Optional[
|
|
2270
|
+
def status(self) -> Optional[_builtins.str]:
|
|
2272
2271
|
"""
|
|
2273
2272
|
Status of the condition, one of True, False, Unknown.
|
|
2274
2273
|
"""
|
|
2275
2274
|
return pulumi.get(self, "status")
|
|
2276
2275
|
|
|
2277
|
-
@property
|
|
2276
|
+
@_builtins.property
|
|
2278
2277
|
@pulumi.getter
|
|
2279
|
-
def type(self) -> Optional[
|
|
2278
|
+
def type(self) -> Optional[_builtins.str]:
|
|
2280
2279
|
"""
|
|
2281
2280
|
Type of replica set condition.
|
|
2282
2281
|
"""
|
|
@@ -2307,14 +2306,14 @@ class ReplicaSetSpec(dict):
|
|
|
2307
2306
|
|
|
2308
2307
|
def __init__(__self__, *,
|
|
2309
2308
|
selector: '_meta.v1.outputs.LabelSelector',
|
|
2310
|
-
min_ready_seconds: Optional[
|
|
2311
|
-
replicas: Optional[
|
|
2309
|
+
min_ready_seconds: Optional[_builtins.int] = None,
|
|
2310
|
+
replicas: Optional[_builtins.int] = None,
|
|
2312
2311
|
template: Optional['_core.v1.outputs.PodTemplateSpec'] = None):
|
|
2313
2312
|
"""
|
|
2314
2313
|
ReplicaSetSpec is the specification of a ReplicaSet.
|
|
2315
2314
|
: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
|
|
2316
|
-
:param
|
|
2317
|
-
:param
|
|
2315
|
+
: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)
|
|
2316
|
+
:param _builtins.int replicas: Replicas is the number of desired pods. This is a pointer to distinguish between explicit zero and unspecified. Defaults to 1. More info: https://kubernetes.io/docs/concepts/workloads/controllers/replicaset
|
|
2318
2317
|
: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/replicaset/#pod-template
|
|
2319
2318
|
"""
|
|
2320
2319
|
pulumi.set(__self__, "selector", selector)
|
|
@@ -2325,7 +2324,7 @@ class ReplicaSetSpec(dict):
|
|
|
2325
2324
|
if template is not None:
|
|
2326
2325
|
pulumi.set(__self__, "template", template)
|
|
2327
2326
|
|
|
2328
|
-
@property
|
|
2327
|
+
@_builtins.property
|
|
2329
2328
|
@pulumi.getter
|
|
2330
2329
|
def selector(self) -> '_meta.v1.outputs.LabelSelector':
|
|
2331
2330
|
"""
|
|
@@ -2333,23 +2332,23 @@ class ReplicaSetSpec(dict):
|
|
|
2333
2332
|
"""
|
|
2334
2333
|
return pulumi.get(self, "selector")
|
|
2335
2334
|
|
|
2336
|
-
@property
|
|
2335
|
+
@_builtins.property
|
|
2337
2336
|
@pulumi.getter(name="minReadySeconds")
|
|
2338
|
-
def min_ready_seconds(self) -> Optional[
|
|
2337
|
+
def min_ready_seconds(self) -> Optional[_builtins.int]:
|
|
2339
2338
|
"""
|
|
2340
2339
|
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)
|
|
2341
2340
|
"""
|
|
2342
2341
|
return pulumi.get(self, "min_ready_seconds")
|
|
2343
2342
|
|
|
2344
|
-
@property
|
|
2343
|
+
@_builtins.property
|
|
2345
2344
|
@pulumi.getter
|
|
2346
|
-
def replicas(self) -> Optional[
|
|
2345
|
+
def replicas(self) -> Optional[_builtins.int]:
|
|
2347
2346
|
"""
|
|
2348
2347
|
Replicas is the number of desired pods. This is a pointer to distinguish between explicit zero and unspecified. Defaults to 1. More info: https://kubernetes.io/docs/concepts/workloads/controllers/replicaset
|
|
2349
2348
|
"""
|
|
2350
2349
|
return pulumi.get(self, "replicas")
|
|
2351
2350
|
|
|
2352
|
-
@property
|
|
2351
|
+
@_builtins.property
|
|
2353
2352
|
@pulumi.getter
|
|
2354
2353
|
def template(self) -> Optional['_core.v1.outputs.PodTemplateSpec']:
|
|
2355
2354
|
"""
|
|
@@ -2381,14 +2380,14 @@ class ReplicaSetSpecPatch(dict):
|
|
|
2381
2380
|
return super().get(key, default)
|
|
2382
2381
|
|
|
2383
2382
|
def __init__(__self__, *,
|
|
2384
|
-
min_ready_seconds: Optional[
|
|
2385
|
-
replicas: Optional[
|
|
2383
|
+
min_ready_seconds: Optional[_builtins.int] = None,
|
|
2384
|
+
replicas: Optional[_builtins.int] = None,
|
|
2386
2385
|
selector: Optional['_meta.v1.outputs.LabelSelectorPatch'] = None,
|
|
2387
2386
|
template: Optional['_core.v1.outputs.PodTemplateSpecPatch'] = None):
|
|
2388
2387
|
"""
|
|
2389
2388
|
ReplicaSetSpec is the specification of a ReplicaSet.
|
|
2390
|
-
:param
|
|
2391
|
-
:param
|
|
2389
|
+
: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)
|
|
2390
|
+
:param _builtins.int replicas: Replicas is the number of desired pods. This is a pointer to distinguish between explicit zero and unspecified. Defaults to 1. More info: https://kubernetes.io/docs/concepts/workloads/controllers/replicaset
|
|
2392
2391
|
: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
|
|
2393
2392
|
: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/replicaset/#pod-template
|
|
2394
2393
|
"""
|
|
@@ -2401,23 +2400,23 @@ class ReplicaSetSpecPatch(dict):
|
|
|
2401
2400
|
if template is not None:
|
|
2402
2401
|
pulumi.set(__self__, "template", template)
|
|
2403
2402
|
|
|
2404
|
-
@property
|
|
2403
|
+
@_builtins.property
|
|
2405
2404
|
@pulumi.getter(name="minReadySeconds")
|
|
2406
|
-
def min_ready_seconds(self) -> Optional[
|
|
2405
|
+
def min_ready_seconds(self) -> Optional[_builtins.int]:
|
|
2407
2406
|
"""
|
|
2408
2407
|
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)
|
|
2409
2408
|
"""
|
|
2410
2409
|
return pulumi.get(self, "min_ready_seconds")
|
|
2411
2410
|
|
|
2412
|
-
@property
|
|
2411
|
+
@_builtins.property
|
|
2413
2412
|
@pulumi.getter
|
|
2414
|
-
def replicas(self) -> Optional[
|
|
2413
|
+
def replicas(self) -> Optional[_builtins.int]:
|
|
2415
2414
|
"""
|
|
2416
2415
|
Replicas is the number of desired pods. This is a pointer to distinguish between explicit zero and unspecified. Defaults to 1. More info: https://kubernetes.io/docs/concepts/workloads/controllers/replicaset
|
|
2417
2416
|
"""
|
|
2418
2417
|
return pulumi.get(self, "replicas")
|
|
2419
2418
|
|
|
2420
|
-
@property
|
|
2419
|
+
@_builtins.property
|
|
2421
2420
|
@pulumi.getter
|
|
2422
2421
|
def selector(self) -> Optional['_meta.v1.outputs.LabelSelectorPatch']:
|
|
2423
2422
|
"""
|
|
@@ -2425,7 +2424,7 @@ class ReplicaSetSpecPatch(dict):
|
|
|
2425
2424
|
"""
|
|
2426
2425
|
return pulumi.get(self, "selector")
|
|
2427
2426
|
|
|
2428
|
-
@property
|
|
2427
|
+
@_builtins.property
|
|
2429
2428
|
@pulumi.getter
|
|
2430
2429
|
def template(self) -> Optional['_core.v1.outputs.PodTemplateSpecPatch']:
|
|
2431
2430
|
"""
|
|
@@ -2465,22 +2464,22 @@ class ReplicaSetStatus(dict):
|
|
|
2465
2464
|
return super().get(key, default)
|
|
2466
2465
|
|
|
2467
2466
|
def __init__(__self__, *,
|
|
2468
|
-
replicas:
|
|
2469
|
-
available_replicas: Optional[
|
|
2467
|
+
replicas: _builtins.int,
|
|
2468
|
+
available_replicas: Optional[_builtins.int] = None,
|
|
2470
2469
|
conditions: Optional[Sequence['outputs.ReplicaSetCondition']] = None,
|
|
2471
|
-
fully_labeled_replicas: Optional[
|
|
2472
|
-
observed_generation: Optional[
|
|
2473
|
-
ready_replicas: Optional[
|
|
2474
|
-
terminating_replicas: Optional[
|
|
2470
|
+
fully_labeled_replicas: Optional[_builtins.int] = None,
|
|
2471
|
+
observed_generation: Optional[_builtins.int] = None,
|
|
2472
|
+
ready_replicas: Optional[_builtins.int] = None,
|
|
2473
|
+
terminating_replicas: Optional[_builtins.int] = None):
|
|
2475
2474
|
"""
|
|
2476
2475
|
ReplicaSetStatus represents the current status of a ReplicaSet.
|
|
2477
|
-
:param
|
|
2478
|
-
:param
|
|
2476
|
+
:param _builtins.int replicas: Replicas is the most recently observed number of non-terminating pods. More info: https://kubernetes.io/docs/concepts/workloads/controllers/replicaset
|
|
2477
|
+
:param _builtins.int available_replicas: The number of available non-terminating pods (ready for at least minReadySeconds) for this replica set.
|
|
2479
2478
|
:param Sequence['ReplicaSetConditionArgs'] conditions: Represents the latest available observations of a replica set's current state.
|
|
2480
|
-
:param
|
|
2481
|
-
:param
|
|
2482
|
-
:param
|
|
2483
|
-
:param
|
|
2479
|
+
:param _builtins.int fully_labeled_replicas: The number of non-terminating pods that have labels matching the labels of the pod template of the replicaset.
|
|
2480
|
+
:param _builtins.int observed_generation: ObservedGeneration reflects the generation of the most recently observed ReplicaSet.
|
|
2481
|
+
:param _builtins.int ready_replicas: The number of non-terminating pods targeted by this ReplicaSet with a Ready Condition.
|
|
2482
|
+
:param _builtins.int terminating_replicas: The number of terminating pods for this replica set. Terminating pods have a non-null .metadata.deletionTimestamp and have not yet reached the Failed or Succeeded .status.phase.
|
|
2484
2483
|
|
|
2485
2484
|
This is an alpha field. Enable DeploymentReplicaSetTerminatingReplicas to be able to use this field.
|
|
2486
2485
|
"""
|
|
@@ -2498,23 +2497,23 @@ class ReplicaSetStatus(dict):
|
|
|
2498
2497
|
if terminating_replicas is not None:
|
|
2499
2498
|
pulumi.set(__self__, "terminating_replicas", terminating_replicas)
|
|
2500
2499
|
|
|
2501
|
-
@property
|
|
2500
|
+
@_builtins.property
|
|
2502
2501
|
@pulumi.getter
|
|
2503
|
-
def replicas(self) ->
|
|
2502
|
+
def replicas(self) -> _builtins.int:
|
|
2504
2503
|
"""
|
|
2505
2504
|
Replicas is the most recently observed number of non-terminating pods. More info: https://kubernetes.io/docs/concepts/workloads/controllers/replicaset
|
|
2506
2505
|
"""
|
|
2507
2506
|
return pulumi.get(self, "replicas")
|
|
2508
2507
|
|
|
2509
|
-
@property
|
|
2508
|
+
@_builtins.property
|
|
2510
2509
|
@pulumi.getter(name="availableReplicas")
|
|
2511
|
-
def available_replicas(self) -> Optional[
|
|
2510
|
+
def available_replicas(self) -> Optional[_builtins.int]:
|
|
2512
2511
|
"""
|
|
2513
2512
|
The number of available non-terminating pods (ready for at least minReadySeconds) for this replica set.
|
|
2514
2513
|
"""
|
|
2515
2514
|
return pulumi.get(self, "available_replicas")
|
|
2516
2515
|
|
|
2517
|
-
@property
|
|
2516
|
+
@_builtins.property
|
|
2518
2517
|
@pulumi.getter
|
|
2519
2518
|
def conditions(self) -> Optional[Sequence['outputs.ReplicaSetCondition']]:
|
|
2520
2519
|
"""
|
|
@@ -2522,33 +2521,33 @@ class ReplicaSetStatus(dict):
|
|
|
2522
2521
|
"""
|
|
2523
2522
|
return pulumi.get(self, "conditions")
|
|
2524
2523
|
|
|
2525
|
-
@property
|
|
2524
|
+
@_builtins.property
|
|
2526
2525
|
@pulumi.getter(name="fullyLabeledReplicas")
|
|
2527
|
-
def fully_labeled_replicas(self) -> Optional[
|
|
2526
|
+
def fully_labeled_replicas(self) -> Optional[_builtins.int]:
|
|
2528
2527
|
"""
|
|
2529
2528
|
The number of non-terminating pods that have labels matching the labels of the pod template of the replicaset.
|
|
2530
2529
|
"""
|
|
2531
2530
|
return pulumi.get(self, "fully_labeled_replicas")
|
|
2532
2531
|
|
|
2533
|
-
@property
|
|
2532
|
+
@_builtins.property
|
|
2534
2533
|
@pulumi.getter(name="observedGeneration")
|
|
2535
|
-
def observed_generation(self) -> Optional[
|
|
2534
|
+
def observed_generation(self) -> Optional[_builtins.int]:
|
|
2536
2535
|
"""
|
|
2537
2536
|
ObservedGeneration reflects the generation of the most recently observed ReplicaSet.
|
|
2538
2537
|
"""
|
|
2539
2538
|
return pulumi.get(self, "observed_generation")
|
|
2540
2539
|
|
|
2541
|
-
@property
|
|
2540
|
+
@_builtins.property
|
|
2542
2541
|
@pulumi.getter(name="readyReplicas")
|
|
2543
|
-
def ready_replicas(self) -> Optional[
|
|
2542
|
+
def ready_replicas(self) -> Optional[_builtins.int]:
|
|
2544
2543
|
"""
|
|
2545
2544
|
The number of non-terminating pods targeted by this ReplicaSet with a Ready Condition.
|
|
2546
2545
|
"""
|
|
2547
2546
|
return pulumi.get(self, "ready_replicas")
|
|
2548
2547
|
|
|
2549
|
-
@property
|
|
2548
|
+
@_builtins.property
|
|
2550
2549
|
@pulumi.getter(name="terminatingReplicas")
|
|
2551
|
-
def terminating_replicas(self) -> Optional[
|
|
2550
|
+
def terminating_replicas(self) -> Optional[_builtins.int]:
|
|
2552
2551
|
"""
|
|
2553
2552
|
The number of terminating pods for this replica set. Terminating pods have a non-null .metadata.deletionTimestamp and have not yet reached the Failed or Succeeded .status.phase.
|
|
2554
2553
|
|
|
@@ -2588,22 +2587,22 @@ class ReplicaSetStatusPatch(dict):
|
|
|
2588
2587
|
return super().get(key, default)
|
|
2589
2588
|
|
|
2590
2589
|
def __init__(__self__, *,
|
|
2591
|
-
available_replicas: Optional[
|
|
2590
|
+
available_replicas: Optional[_builtins.int] = None,
|
|
2592
2591
|
conditions: Optional[Sequence['outputs.ReplicaSetConditionPatch']] = None,
|
|
2593
|
-
fully_labeled_replicas: Optional[
|
|
2594
|
-
observed_generation: Optional[
|
|
2595
|
-
ready_replicas: Optional[
|
|
2596
|
-
replicas: Optional[
|
|
2597
|
-
terminating_replicas: Optional[
|
|
2592
|
+
fully_labeled_replicas: Optional[_builtins.int] = None,
|
|
2593
|
+
observed_generation: Optional[_builtins.int] = None,
|
|
2594
|
+
ready_replicas: Optional[_builtins.int] = None,
|
|
2595
|
+
replicas: Optional[_builtins.int] = None,
|
|
2596
|
+
terminating_replicas: Optional[_builtins.int] = None):
|
|
2598
2597
|
"""
|
|
2599
2598
|
ReplicaSetStatus represents the current status of a ReplicaSet.
|
|
2600
|
-
:param
|
|
2599
|
+
:param _builtins.int available_replicas: The number of available non-terminating pods (ready for at least minReadySeconds) for this replica set.
|
|
2601
2600
|
:param Sequence['ReplicaSetConditionPatchArgs'] conditions: Represents the latest available observations of a replica set's current state.
|
|
2602
|
-
:param
|
|
2603
|
-
:param
|
|
2604
|
-
:param
|
|
2605
|
-
:param
|
|
2606
|
-
:param
|
|
2601
|
+
:param _builtins.int fully_labeled_replicas: The number of non-terminating pods that have labels matching the labels of the pod template of the replicaset.
|
|
2602
|
+
:param _builtins.int observed_generation: ObservedGeneration reflects the generation of the most recently observed ReplicaSet.
|
|
2603
|
+
:param _builtins.int ready_replicas: The number of non-terminating pods targeted by this ReplicaSet with a Ready Condition.
|
|
2604
|
+
:param _builtins.int replicas: Replicas is the most recently observed number of non-terminating pods. More info: https://kubernetes.io/docs/concepts/workloads/controllers/replicaset
|
|
2605
|
+
:param _builtins.int terminating_replicas: The number of terminating pods for this replica set. Terminating pods have a non-null .metadata.deletionTimestamp and have not yet reached the Failed or Succeeded .status.phase.
|
|
2607
2606
|
|
|
2608
2607
|
This is an alpha field. Enable DeploymentReplicaSetTerminatingReplicas to be able to use this field.
|
|
2609
2608
|
"""
|
|
@@ -2622,15 +2621,15 @@ class ReplicaSetStatusPatch(dict):
|
|
|
2622
2621
|
if terminating_replicas is not None:
|
|
2623
2622
|
pulumi.set(__self__, "terminating_replicas", terminating_replicas)
|
|
2624
2623
|
|
|
2625
|
-
@property
|
|
2624
|
+
@_builtins.property
|
|
2626
2625
|
@pulumi.getter(name="availableReplicas")
|
|
2627
|
-
def available_replicas(self) -> Optional[
|
|
2626
|
+
def available_replicas(self) -> Optional[_builtins.int]:
|
|
2628
2627
|
"""
|
|
2629
2628
|
The number of available non-terminating pods (ready for at least minReadySeconds) for this replica set.
|
|
2630
2629
|
"""
|
|
2631
2630
|
return pulumi.get(self, "available_replicas")
|
|
2632
2631
|
|
|
2633
|
-
@property
|
|
2632
|
+
@_builtins.property
|
|
2634
2633
|
@pulumi.getter
|
|
2635
2634
|
def conditions(self) -> Optional[Sequence['outputs.ReplicaSetConditionPatch']]:
|
|
2636
2635
|
"""
|
|
@@ -2638,41 +2637,41 @@ class ReplicaSetStatusPatch(dict):
|
|
|
2638
2637
|
"""
|
|
2639
2638
|
return pulumi.get(self, "conditions")
|
|
2640
2639
|
|
|
2641
|
-
@property
|
|
2640
|
+
@_builtins.property
|
|
2642
2641
|
@pulumi.getter(name="fullyLabeledReplicas")
|
|
2643
|
-
def fully_labeled_replicas(self) -> Optional[
|
|
2642
|
+
def fully_labeled_replicas(self) -> Optional[_builtins.int]:
|
|
2644
2643
|
"""
|
|
2645
2644
|
The number of non-terminating pods that have labels matching the labels of the pod template of the replicaset.
|
|
2646
2645
|
"""
|
|
2647
2646
|
return pulumi.get(self, "fully_labeled_replicas")
|
|
2648
2647
|
|
|
2649
|
-
@property
|
|
2648
|
+
@_builtins.property
|
|
2650
2649
|
@pulumi.getter(name="observedGeneration")
|
|
2651
|
-
def observed_generation(self) -> Optional[
|
|
2650
|
+
def observed_generation(self) -> Optional[_builtins.int]:
|
|
2652
2651
|
"""
|
|
2653
2652
|
ObservedGeneration reflects the generation of the most recently observed ReplicaSet.
|
|
2654
2653
|
"""
|
|
2655
2654
|
return pulumi.get(self, "observed_generation")
|
|
2656
2655
|
|
|
2657
|
-
@property
|
|
2656
|
+
@_builtins.property
|
|
2658
2657
|
@pulumi.getter(name="readyReplicas")
|
|
2659
|
-
def ready_replicas(self) -> Optional[
|
|
2658
|
+
def ready_replicas(self) -> Optional[_builtins.int]:
|
|
2660
2659
|
"""
|
|
2661
2660
|
The number of non-terminating pods targeted by this ReplicaSet with a Ready Condition.
|
|
2662
2661
|
"""
|
|
2663
2662
|
return pulumi.get(self, "ready_replicas")
|
|
2664
2663
|
|
|
2665
|
-
@property
|
|
2664
|
+
@_builtins.property
|
|
2666
2665
|
@pulumi.getter
|
|
2667
|
-
def replicas(self) -> Optional[
|
|
2666
|
+
def replicas(self) -> Optional[_builtins.int]:
|
|
2668
2667
|
"""
|
|
2669
2668
|
Replicas is the most recently observed number of non-terminating pods. More info: https://kubernetes.io/docs/concepts/workloads/controllers/replicaset
|
|
2670
2669
|
"""
|
|
2671
2670
|
return pulumi.get(self, "replicas")
|
|
2672
2671
|
|
|
2673
|
-
@property
|
|
2672
|
+
@_builtins.property
|
|
2674
2673
|
@pulumi.getter(name="terminatingReplicas")
|
|
2675
|
-
def terminating_replicas(self) -> Optional[
|
|
2674
|
+
def terminating_replicas(self) -> Optional[_builtins.int]:
|
|
2676
2675
|
"""
|
|
2677
2676
|
The number of terminating pods for this replica set. Terminating pods have a non-null .metadata.deletionTimestamp and have not yet reached the Failed or Succeeded .status.phase.
|
|
2678
2677
|
|
|
@@ -2710,15 +2709,15 @@ class RollingUpdateDaemonSet(dict):
|
|
|
2710
2709
|
max_unavailable: Optional[Any] = None):
|
|
2711
2710
|
"""
|
|
2712
2711
|
Spec to control the desired behavior of daemon set rolling update.
|
|
2713
|
-
:param Union[
|
|
2714
|
-
:param Union[
|
|
2712
|
+
: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.
|
|
2713
|
+
: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.
|
|
2715
2714
|
"""
|
|
2716
2715
|
if max_surge is not None:
|
|
2717
2716
|
pulumi.set(__self__, "max_surge", max_surge)
|
|
2718
2717
|
if max_unavailable is not None:
|
|
2719
2718
|
pulumi.set(__self__, "max_unavailable", max_unavailable)
|
|
2720
2719
|
|
|
2721
|
-
@property
|
|
2720
|
+
@_builtins.property
|
|
2722
2721
|
@pulumi.getter(name="maxSurge")
|
|
2723
2722
|
def max_surge(self) -> Optional[Any]:
|
|
2724
2723
|
"""
|
|
@@ -2726,7 +2725,7 @@ class RollingUpdateDaemonSet(dict):
|
|
|
2726
2725
|
"""
|
|
2727
2726
|
return pulumi.get(self, "max_surge")
|
|
2728
2727
|
|
|
2729
|
-
@property
|
|
2728
|
+
@_builtins.property
|
|
2730
2729
|
@pulumi.getter(name="maxUnavailable")
|
|
2731
2730
|
def max_unavailable(self) -> Optional[Any]:
|
|
2732
2731
|
"""
|
|
@@ -2764,15 +2763,15 @@ class RollingUpdateDaemonSetPatch(dict):
|
|
|
2764
2763
|
max_unavailable: Optional[Any] = None):
|
|
2765
2764
|
"""
|
|
2766
2765
|
Spec to control the desired behavior of daemon set rolling update.
|
|
2767
|
-
:param Union[
|
|
2768
|
-
:param Union[
|
|
2766
|
+
: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.
|
|
2767
|
+
: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.
|
|
2769
2768
|
"""
|
|
2770
2769
|
if max_surge is not None:
|
|
2771
2770
|
pulumi.set(__self__, "max_surge", max_surge)
|
|
2772
2771
|
if max_unavailable is not None:
|
|
2773
2772
|
pulumi.set(__self__, "max_unavailable", max_unavailable)
|
|
2774
2773
|
|
|
2775
|
-
@property
|
|
2774
|
+
@_builtins.property
|
|
2776
2775
|
@pulumi.getter(name="maxSurge")
|
|
2777
2776
|
def max_surge(self) -> Optional[Any]:
|
|
2778
2777
|
"""
|
|
@@ -2780,7 +2779,7 @@ class RollingUpdateDaemonSetPatch(dict):
|
|
|
2780
2779
|
"""
|
|
2781
2780
|
return pulumi.get(self, "max_surge")
|
|
2782
2781
|
|
|
2783
|
-
@property
|
|
2782
|
+
@_builtins.property
|
|
2784
2783
|
@pulumi.getter(name="maxUnavailable")
|
|
2785
2784
|
def max_unavailable(self) -> Optional[Any]:
|
|
2786
2785
|
"""
|
|
@@ -2818,15 +2817,15 @@ class RollingUpdateDeployment(dict):
|
|
|
2818
2817
|
max_unavailable: Optional[Any] = None):
|
|
2819
2818
|
"""
|
|
2820
2819
|
Spec to control the desired behavior of rolling update.
|
|
2821
|
-
:param Union[
|
|
2822
|
-
:param Union[
|
|
2820
|
+
: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.
|
|
2821
|
+
: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.
|
|
2823
2822
|
"""
|
|
2824
2823
|
if max_surge is not None:
|
|
2825
2824
|
pulumi.set(__self__, "max_surge", max_surge)
|
|
2826
2825
|
if max_unavailable is not None:
|
|
2827
2826
|
pulumi.set(__self__, "max_unavailable", max_unavailable)
|
|
2828
2827
|
|
|
2829
|
-
@property
|
|
2828
|
+
@_builtins.property
|
|
2830
2829
|
@pulumi.getter(name="maxSurge")
|
|
2831
2830
|
def max_surge(self) -> Optional[Any]:
|
|
2832
2831
|
"""
|
|
@@ -2834,7 +2833,7 @@ class RollingUpdateDeployment(dict):
|
|
|
2834
2833
|
"""
|
|
2835
2834
|
return pulumi.get(self, "max_surge")
|
|
2836
2835
|
|
|
2837
|
-
@property
|
|
2836
|
+
@_builtins.property
|
|
2838
2837
|
@pulumi.getter(name="maxUnavailable")
|
|
2839
2838
|
def max_unavailable(self) -> Optional[Any]:
|
|
2840
2839
|
"""
|
|
@@ -2872,15 +2871,15 @@ class RollingUpdateDeploymentPatch(dict):
|
|
|
2872
2871
|
max_unavailable: Optional[Any] = None):
|
|
2873
2872
|
"""
|
|
2874
2873
|
Spec to control the desired behavior of rolling update.
|
|
2875
|
-
:param Union[
|
|
2876
|
-
:param Union[
|
|
2874
|
+
: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.
|
|
2875
|
+
: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.
|
|
2877
2876
|
"""
|
|
2878
2877
|
if max_surge is not None:
|
|
2879
2878
|
pulumi.set(__self__, "max_surge", max_surge)
|
|
2880
2879
|
if max_unavailable is not None:
|
|
2881
2880
|
pulumi.set(__self__, "max_unavailable", max_unavailable)
|
|
2882
2881
|
|
|
2883
|
-
@property
|
|
2882
|
+
@_builtins.property
|
|
2884
2883
|
@pulumi.getter(name="maxSurge")
|
|
2885
2884
|
def max_surge(self) -> Optional[Any]:
|
|
2886
2885
|
"""
|
|
@@ -2888,7 +2887,7 @@ class RollingUpdateDeploymentPatch(dict):
|
|
|
2888
2887
|
"""
|
|
2889
2888
|
return pulumi.get(self, "max_surge")
|
|
2890
2889
|
|
|
2891
|
-
@property
|
|
2890
|
+
@_builtins.property
|
|
2892
2891
|
@pulumi.getter(name="maxUnavailable")
|
|
2893
2892
|
def max_unavailable(self) -> Optional[Any]:
|
|
2894
2893
|
"""
|
|
@@ -2921,18 +2920,18 @@ class RollingUpdateStatefulSetStrategy(dict):
|
|
|
2921
2920
|
|
|
2922
2921
|
def __init__(__self__, *,
|
|
2923
2922
|
max_unavailable: Optional[Any] = None,
|
|
2924
|
-
partition: Optional[
|
|
2923
|
+
partition: Optional[_builtins.int] = None):
|
|
2925
2924
|
"""
|
|
2926
2925
|
RollingUpdateStatefulSetStrategy is used to communicate parameter for RollingUpdateStatefulSetStrategyType.
|
|
2927
|
-
:param Union[
|
|
2928
|
-
:param
|
|
2926
|
+
: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.
|
|
2927
|
+
: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.
|
|
2929
2928
|
"""
|
|
2930
2929
|
if max_unavailable is not None:
|
|
2931
2930
|
pulumi.set(__self__, "max_unavailable", max_unavailable)
|
|
2932
2931
|
if partition is not None:
|
|
2933
2932
|
pulumi.set(__self__, "partition", partition)
|
|
2934
2933
|
|
|
2935
|
-
@property
|
|
2934
|
+
@_builtins.property
|
|
2936
2935
|
@pulumi.getter(name="maxUnavailable")
|
|
2937
2936
|
def max_unavailable(self) -> Optional[Any]:
|
|
2938
2937
|
"""
|
|
@@ -2940,9 +2939,9 @@ class RollingUpdateStatefulSetStrategy(dict):
|
|
|
2940
2939
|
"""
|
|
2941
2940
|
return pulumi.get(self, "max_unavailable")
|
|
2942
2941
|
|
|
2943
|
-
@property
|
|
2942
|
+
@_builtins.property
|
|
2944
2943
|
@pulumi.getter
|
|
2945
|
-
def partition(self) -> Optional[
|
|
2944
|
+
def partition(self) -> Optional[_builtins.int]:
|
|
2946
2945
|
"""
|
|
2947
2946
|
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.
|
|
2948
2947
|
"""
|
|
@@ -2973,18 +2972,18 @@ class RollingUpdateStatefulSetStrategyPatch(dict):
|
|
|
2973
2972
|
|
|
2974
2973
|
def __init__(__self__, *,
|
|
2975
2974
|
max_unavailable: Optional[Any] = None,
|
|
2976
|
-
partition: Optional[
|
|
2975
|
+
partition: Optional[_builtins.int] = None):
|
|
2977
2976
|
"""
|
|
2978
2977
|
RollingUpdateStatefulSetStrategy is used to communicate parameter for RollingUpdateStatefulSetStrategyType.
|
|
2979
|
-
:param Union[
|
|
2980
|
-
:param
|
|
2978
|
+
: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.
|
|
2979
|
+
: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.
|
|
2981
2980
|
"""
|
|
2982
2981
|
if max_unavailable is not None:
|
|
2983
2982
|
pulumi.set(__self__, "max_unavailable", max_unavailable)
|
|
2984
2983
|
if partition is not None:
|
|
2985
2984
|
pulumi.set(__self__, "partition", partition)
|
|
2986
2985
|
|
|
2987
|
-
@property
|
|
2986
|
+
@_builtins.property
|
|
2988
2987
|
@pulumi.getter(name="maxUnavailable")
|
|
2989
2988
|
def max_unavailable(self) -> Optional[Any]:
|
|
2990
2989
|
"""
|
|
@@ -2992,9 +2991,9 @@ class RollingUpdateStatefulSetStrategyPatch(dict):
|
|
|
2992
2991
|
"""
|
|
2993
2992
|
return pulumi.get(self, "max_unavailable")
|
|
2994
2993
|
|
|
2995
|
-
@property
|
|
2994
|
+
@_builtins.property
|
|
2996
2995
|
@pulumi.getter
|
|
2997
|
-
def partition(self) -> Optional[
|
|
2996
|
+
def partition(self) -> Optional[_builtins.int]:
|
|
2998
2997
|
"""
|
|
2999
2998
|
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.
|
|
3000
2999
|
"""
|
|
@@ -3041,8 +3040,8 @@ class StatefulSet(dict):
|
|
|
3041
3040
|
return super().get(key, default)
|
|
3042
3041
|
|
|
3043
3042
|
def __init__(__self__, *,
|
|
3044
|
-
api_version: Optional[
|
|
3045
|
-
kind: Optional[
|
|
3043
|
+
api_version: Optional[_builtins.str] = None,
|
|
3044
|
+
kind: Optional[_builtins.str] = None,
|
|
3046
3045
|
metadata: Optional['_meta.v1.outputs.ObjectMeta'] = None,
|
|
3047
3046
|
spec: Optional['outputs.StatefulSetSpec'] = None,
|
|
3048
3047
|
status: Optional['outputs.StatefulSetStatus'] = None):
|
|
@@ -3065,8 +3064,8 @@ class StatefulSet(dict):
|
|
|
3065
3064
|
If the StatefulSet has not reached a Ready state after 10 minutes, it will
|
|
3066
3065
|
time out and mark the resource update as Failed. You can override the default timeout value
|
|
3067
3066
|
by setting the 'customTimeouts' option on the resource.
|
|
3068
|
-
:param
|
|
3069
|
-
:param
|
|
3067
|
+
: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
|
|
3068
|
+
: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
|
|
3070
3069
|
:param '_meta.v1.ObjectMetaArgs' metadata: Standard object's metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata
|
|
3071
3070
|
:param 'StatefulSetSpecArgs' spec: Spec defines the desired identities of pods in this set.
|
|
3072
3071
|
: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.
|
|
@@ -3082,23 +3081,23 @@ class StatefulSet(dict):
|
|
|
3082
3081
|
if status is not None:
|
|
3083
3082
|
pulumi.set(__self__, "status", status)
|
|
3084
3083
|
|
|
3085
|
-
@property
|
|
3084
|
+
@_builtins.property
|
|
3086
3085
|
@pulumi.getter(name="apiVersion")
|
|
3087
|
-
def api_version(self) -> Optional[
|
|
3086
|
+
def api_version(self) -> Optional[_builtins.str]:
|
|
3088
3087
|
"""
|
|
3089
3088
|
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
|
|
3090
3089
|
"""
|
|
3091
3090
|
return pulumi.get(self, "api_version")
|
|
3092
3091
|
|
|
3093
|
-
@property
|
|
3092
|
+
@_builtins.property
|
|
3094
3093
|
@pulumi.getter
|
|
3095
|
-
def kind(self) -> Optional[
|
|
3094
|
+
def kind(self) -> Optional[_builtins.str]:
|
|
3096
3095
|
"""
|
|
3097
3096
|
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
|
|
3098
3097
|
"""
|
|
3099
3098
|
return pulumi.get(self, "kind")
|
|
3100
3099
|
|
|
3101
|
-
@property
|
|
3100
|
+
@_builtins.property
|
|
3102
3101
|
@pulumi.getter
|
|
3103
3102
|
def metadata(self) -> Optional['_meta.v1.outputs.ObjectMeta']:
|
|
3104
3103
|
"""
|
|
@@ -3106,7 +3105,7 @@ class StatefulSet(dict):
|
|
|
3106
3105
|
"""
|
|
3107
3106
|
return pulumi.get(self, "metadata")
|
|
3108
3107
|
|
|
3109
|
-
@property
|
|
3108
|
+
@_builtins.property
|
|
3110
3109
|
@pulumi.getter
|
|
3111
3110
|
def spec(self) -> Optional['outputs.StatefulSetSpec']:
|
|
3112
3111
|
"""
|
|
@@ -3114,7 +3113,7 @@ class StatefulSet(dict):
|
|
|
3114
3113
|
"""
|
|
3115
3114
|
return pulumi.get(self, "spec")
|
|
3116
3115
|
|
|
3117
|
-
@property
|
|
3116
|
+
@_builtins.property
|
|
3118
3117
|
@pulumi.getter
|
|
3119
3118
|
def status(self) -> Optional['outputs.StatefulSetStatus']:
|
|
3120
3119
|
"""
|
|
@@ -3146,18 +3145,18 @@ class StatefulSetCondition(dict):
|
|
|
3146
3145
|
return super().get(key, default)
|
|
3147
3146
|
|
|
3148
3147
|
def __init__(__self__, *,
|
|
3149
|
-
status:
|
|
3150
|
-
type:
|
|
3151
|
-
last_transition_time: Optional[
|
|
3152
|
-
message: Optional[
|
|
3153
|
-
reason: Optional[
|
|
3148
|
+
status: _builtins.str,
|
|
3149
|
+
type: _builtins.str,
|
|
3150
|
+
last_transition_time: Optional[_builtins.str] = None,
|
|
3151
|
+
message: Optional[_builtins.str] = None,
|
|
3152
|
+
reason: Optional[_builtins.str] = None):
|
|
3154
3153
|
"""
|
|
3155
3154
|
StatefulSetCondition describes the state of a statefulset at a certain point.
|
|
3156
|
-
:param
|
|
3157
|
-
:param
|
|
3158
|
-
:param
|
|
3159
|
-
:param
|
|
3160
|
-
:param
|
|
3155
|
+
:param _builtins.str status: Status of the condition, one of True, False, Unknown.
|
|
3156
|
+
:param _builtins.str type: Type of statefulset condition.
|
|
3157
|
+
:param _builtins.str last_transition_time: Last time the condition transitioned from one status to another.
|
|
3158
|
+
:param _builtins.str message: A human readable message indicating details about the transition.
|
|
3159
|
+
:param _builtins.str reason: The reason for the condition's last transition.
|
|
3161
3160
|
"""
|
|
3162
3161
|
pulumi.set(__self__, "status", status)
|
|
3163
3162
|
pulumi.set(__self__, "type", type)
|
|
@@ -3168,41 +3167,41 @@ class StatefulSetCondition(dict):
|
|
|
3168
3167
|
if reason is not None:
|
|
3169
3168
|
pulumi.set(__self__, "reason", reason)
|
|
3170
3169
|
|
|
3171
|
-
@property
|
|
3170
|
+
@_builtins.property
|
|
3172
3171
|
@pulumi.getter
|
|
3173
|
-
def status(self) ->
|
|
3172
|
+
def status(self) -> _builtins.str:
|
|
3174
3173
|
"""
|
|
3175
3174
|
Status of the condition, one of True, False, Unknown.
|
|
3176
3175
|
"""
|
|
3177
3176
|
return pulumi.get(self, "status")
|
|
3178
3177
|
|
|
3179
|
-
@property
|
|
3178
|
+
@_builtins.property
|
|
3180
3179
|
@pulumi.getter
|
|
3181
|
-
def type(self) ->
|
|
3180
|
+
def type(self) -> _builtins.str:
|
|
3182
3181
|
"""
|
|
3183
3182
|
Type of statefulset condition.
|
|
3184
3183
|
"""
|
|
3185
3184
|
return pulumi.get(self, "type")
|
|
3186
3185
|
|
|
3187
|
-
@property
|
|
3186
|
+
@_builtins.property
|
|
3188
3187
|
@pulumi.getter(name="lastTransitionTime")
|
|
3189
|
-
def last_transition_time(self) -> Optional[
|
|
3188
|
+
def last_transition_time(self) -> Optional[_builtins.str]:
|
|
3190
3189
|
"""
|
|
3191
3190
|
Last time the condition transitioned from one status to another.
|
|
3192
3191
|
"""
|
|
3193
3192
|
return pulumi.get(self, "last_transition_time")
|
|
3194
3193
|
|
|
3195
|
-
@property
|
|
3194
|
+
@_builtins.property
|
|
3196
3195
|
@pulumi.getter
|
|
3197
|
-
def message(self) -> Optional[
|
|
3196
|
+
def message(self) -> Optional[_builtins.str]:
|
|
3198
3197
|
"""
|
|
3199
3198
|
A human readable message indicating details about the transition.
|
|
3200
3199
|
"""
|
|
3201
3200
|
return pulumi.get(self, "message")
|
|
3202
3201
|
|
|
3203
|
-
@property
|
|
3202
|
+
@_builtins.property
|
|
3204
3203
|
@pulumi.getter
|
|
3205
|
-
def reason(self) -> Optional[
|
|
3204
|
+
def reason(self) -> Optional[_builtins.str]:
|
|
3206
3205
|
"""
|
|
3207
3206
|
The reason for the condition's last transition.
|
|
3208
3207
|
"""
|
|
@@ -3232,18 +3231,18 @@ class StatefulSetConditionPatch(dict):
|
|
|
3232
3231
|
return super().get(key, default)
|
|
3233
3232
|
|
|
3234
3233
|
def __init__(__self__, *,
|
|
3235
|
-
last_transition_time: Optional[
|
|
3236
|
-
message: Optional[
|
|
3237
|
-
reason: Optional[
|
|
3238
|
-
status: Optional[
|
|
3239
|
-
type: Optional[
|
|
3234
|
+
last_transition_time: Optional[_builtins.str] = None,
|
|
3235
|
+
message: Optional[_builtins.str] = None,
|
|
3236
|
+
reason: Optional[_builtins.str] = None,
|
|
3237
|
+
status: Optional[_builtins.str] = None,
|
|
3238
|
+
type: Optional[_builtins.str] = None):
|
|
3240
3239
|
"""
|
|
3241
3240
|
StatefulSetCondition describes the state of a statefulset at a certain point.
|
|
3242
|
-
:param
|
|
3243
|
-
:param
|
|
3244
|
-
:param
|
|
3245
|
-
:param
|
|
3246
|
-
:param
|
|
3241
|
+
:param _builtins.str last_transition_time: Last time the condition transitioned from one status to another.
|
|
3242
|
+
:param _builtins.str message: A human readable message indicating details about the transition.
|
|
3243
|
+
:param _builtins.str reason: The reason for the condition's last transition.
|
|
3244
|
+
:param _builtins.str status: Status of the condition, one of True, False, Unknown.
|
|
3245
|
+
:param _builtins.str type: Type of statefulset condition.
|
|
3247
3246
|
"""
|
|
3248
3247
|
if last_transition_time is not None:
|
|
3249
3248
|
pulumi.set(__self__, "last_transition_time", last_transition_time)
|
|
@@ -3256,41 +3255,41 @@ class StatefulSetConditionPatch(dict):
|
|
|
3256
3255
|
if type is not None:
|
|
3257
3256
|
pulumi.set(__self__, "type", type)
|
|
3258
3257
|
|
|
3259
|
-
@property
|
|
3258
|
+
@_builtins.property
|
|
3260
3259
|
@pulumi.getter(name="lastTransitionTime")
|
|
3261
|
-
def last_transition_time(self) -> Optional[
|
|
3260
|
+
def last_transition_time(self) -> Optional[_builtins.str]:
|
|
3262
3261
|
"""
|
|
3263
3262
|
Last time the condition transitioned from one status to another.
|
|
3264
3263
|
"""
|
|
3265
3264
|
return pulumi.get(self, "last_transition_time")
|
|
3266
3265
|
|
|
3267
|
-
@property
|
|
3266
|
+
@_builtins.property
|
|
3268
3267
|
@pulumi.getter
|
|
3269
|
-
def message(self) -> Optional[
|
|
3268
|
+
def message(self) -> Optional[_builtins.str]:
|
|
3270
3269
|
"""
|
|
3271
3270
|
A human readable message indicating details about the transition.
|
|
3272
3271
|
"""
|
|
3273
3272
|
return pulumi.get(self, "message")
|
|
3274
3273
|
|
|
3275
|
-
@property
|
|
3274
|
+
@_builtins.property
|
|
3276
3275
|
@pulumi.getter
|
|
3277
|
-
def reason(self) -> Optional[
|
|
3276
|
+
def reason(self) -> Optional[_builtins.str]:
|
|
3278
3277
|
"""
|
|
3279
3278
|
The reason for the condition's last transition.
|
|
3280
3279
|
"""
|
|
3281
3280
|
return pulumi.get(self, "reason")
|
|
3282
3281
|
|
|
3283
|
-
@property
|
|
3282
|
+
@_builtins.property
|
|
3284
3283
|
@pulumi.getter
|
|
3285
|
-
def status(self) -> Optional[
|
|
3284
|
+
def status(self) -> Optional[_builtins.str]:
|
|
3286
3285
|
"""
|
|
3287
3286
|
Status of the condition, one of True, False, Unknown.
|
|
3288
3287
|
"""
|
|
3289
3288
|
return pulumi.get(self, "status")
|
|
3290
3289
|
|
|
3291
|
-
@property
|
|
3290
|
+
@_builtins.property
|
|
3292
3291
|
@pulumi.getter
|
|
3293
|
-
def type(self) -> Optional[
|
|
3292
|
+
def type(self) -> Optional[_builtins.str]:
|
|
3294
3293
|
"""
|
|
3295
3294
|
Type of statefulset condition.
|
|
3296
3295
|
"""
|
|
@@ -3303,10 +3302,10 @@ class StatefulSetOrdinals(dict):
|
|
|
3303
3302
|
StatefulSetOrdinals describes the policy used for replica ordinal assignment in this StatefulSet.
|
|
3304
3303
|
"""
|
|
3305
3304
|
def __init__(__self__, *,
|
|
3306
|
-
start: Optional[
|
|
3305
|
+
start: Optional[_builtins.int] = None):
|
|
3307
3306
|
"""
|
|
3308
3307
|
StatefulSetOrdinals describes the policy used for replica ordinal assignment in this StatefulSet.
|
|
3309
|
-
:param
|
|
3308
|
+
: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:
|
|
3310
3309
|
[.spec.ordinals.start, .spec.ordinals.start + .spec.replicas).
|
|
3311
3310
|
If unset, defaults to 0. Replica indices will be in the range:
|
|
3312
3311
|
[0, .spec.replicas).
|
|
@@ -3314,9 +3313,9 @@ class StatefulSetOrdinals(dict):
|
|
|
3314
3313
|
if start is not None:
|
|
3315
3314
|
pulumi.set(__self__, "start", start)
|
|
3316
3315
|
|
|
3317
|
-
@property
|
|
3316
|
+
@_builtins.property
|
|
3318
3317
|
@pulumi.getter
|
|
3319
|
-
def start(self) -> Optional[
|
|
3318
|
+
def start(self) -> Optional[_builtins.int]:
|
|
3320
3319
|
"""
|
|
3321
3320
|
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:
|
|
3322
3321
|
[.spec.ordinals.start, .spec.ordinals.start + .spec.replicas).
|
|
@@ -3332,10 +3331,10 @@ class StatefulSetOrdinalsPatch(dict):
|
|
|
3332
3331
|
StatefulSetOrdinals describes the policy used for replica ordinal assignment in this StatefulSet.
|
|
3333
3332
|
"""
|
|
3334
3333
|
def __init__(__self__, *,
|
|
3335
|
-
start: Optional[
|
|
3334
|
+
start: Optional[_builtins.int] = None):
|
|
3336
3335
|
"""
|
|
3337
3336
|
StatefulSetOrdinals describes the policy used for replica ordinal assignment in this StatefulSet.
|
|
3338
|
-
:param
|
|
3337
|
+
: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:
|
|
3339
3338
|
[.spec.ordinals.start, .spec.ordinals.start + .spec.replicas).
|
|
3340
3339
|
If unset, defaults to 0. Replica indices will be in the range:
|
|
3341
3340
|
[0, .spec.replicas).
|
|
@@ -3343,9 +3342,9 @@ class StatefulSetOrdinalsPatch(dict):
|
|
|
3343
3342
|
if start is not None:
|
|
3344
3343
|
pulumi.set(__self__, "start", start)
|
|
3345
3344
|
|
|
3346
|
-
@property
|
|
3345
|
+
@_builtins.property
|
|
3347
3346
|
@pulumi.getter
|
|
3348
|
-
def start(self) -> Optional[
|
|
3347
|
+
def start(self) -> Optional[_builtins.int]:
|
|
3349
3348
|
"""
|
|
3350
3349
|
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:
|
|
3351
3350
|
[.spec.ordinals.start, .spec.ordinals.start + .spec.replicas).
|
|
@@ -3380,29 +3379,29 @@ class StatefulSetPersistentVolumeClaimRetentionPolicy(dict):
|
|
|
3380
3379
|
return super().get(key, default)
|
|
3381
3380
|
|
|
3382
3381
|
def __init__(__self__, *,
|
|
3383
|
-
when_deleted: Optional[
|
|
3384
|
-
when_scaled: Optional[
|
|
3382
|
+
when_deleted: Optional[_builtins.str] = None,
|
|
3383
|
+
when_scaled: Optional[_builtins.str] = None):
|
|
3385
3384
|
"""
|
|
3386
3385
|
StatefulSetPersistentVolumeClaimRetentionPolicy describes the policy used for PVCs created from the StatefulSet VolumeClaimTemplates.
|
|
3387
|
-
:param
|
|
3388
|
-
:param
|
|
3386
|
+
: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.
|
|
3387
|
+
: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.
|
|
3389
3388
|
"""
|
|
3390
3389
|
if when_deleted is not None:
|
|
3391
3390
|
pulumi.set(__self__, "when_deleted", when_deleted)
|
|
3392
3391
|
if when_scaled is not None:
|
|
3393
3392
|
pulumi.set(__self__, "when_scaled", when_scaled)
|
|
3394
3393
|
|
|
3395
|
-
@property
|
|
3394
|
+
@_builtins.property
|
|
3396
3395
|
@pulumi.getter(name="whenDeleted")
|
|
3397
|
-
def when_deleted(self) -> Optional[
|
|
3396
|
+
def when_deleted(self) -> Optional[_builtins.str]:
|
|
3398
3397
|
"""
|
|
3399
3398
|
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.
|
|
3400
3399
|
"""
|
|
3401
3400
|
return pulumi.get(self, "when_deleted")
|
|
3402
3401
|
|
|
3403
|
-
@property
|
|
3402
|
+
@_builtins.property
|
|
3404
3403
|
@pulumi.getter(name="whenScaled")
|
|
3405
|
-
def when_scaled(self) -> Optional[
|
|
3404
|
+
def when_scaled(self) -> Optional[_builtins.str]:
|
|
3406
3405
|
"""
|
|
3407
3406
|
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.
|
|
3408
3407
|
"""
|
|
@@ -3434,29 +3433,29 @@ class StatefulSetPersistentVolumeClaimRetentionPolicyPatch(dict):
|
|
|
3434
3433
|
return super().get(key, default)
|
|
3435
3434
|
|
|
3436
3435
|
def __init__(__self__, *,
|
|
3437
|
-
when_deleted: Optional[
|
|
3438
|
-
when_scaled: Optional[
|
|
3436
|
+
when_deleted: Optional[_builtins.str] = None,
|
|
3437
|
+
when_scaled: Optional[_builtins.str] = None):
|
|
3439
3438
|
"""
|
|
3440
3439
|
StatefulSetPersistentVolumeClaimRetentionPolicy describes the policy used for PVCs created from the StatefulSet VolumeClaimTemplates.
|
|
3441
|
-
:param
|
|
3442
|
-
:param
|
|
3440
|
+
: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.
|
|
3441
|
+
: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.
|
|
3443
3442
|
"""
|
|
3444
3443
|
if when_deleted is not None:
|
|
3445
3444
|
pulumi.set(__self__, "when_deleted", when_deleted)
|
|
3446
3445
|
if when_scaled is not None:
|
|
3447
3446
|
pulumi.set(__self__, "when_scaled", when_scaled)
|
|
3448
3447
|
|
|
3449
|
-
@property
|
|
3448
|
+
@_builtins.property
|
|
3450
3449
|
@pulumi.getter(name="whenDeleted")
|
|
3451
|
-
def when_deleted(self) -> Optional[
|
|
3450
|
+
def when_deleted(self) -> Optional[_builtins.str]:
|
|
3452
3451
|
"""
|
|
3453
3452
|
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.
|
|
3454
3453
|
"""
|
|
3455
3454
|
return pulumi.get(self, "when_deleted")
|
|
3456
3455
|
|
|
3457
|
-
@property
|
|
3456
|
+
@_builtins.property
|
|
3458
3457
|
@pulumi.getter(name="whenScaled")
|
|
3459
|
-
def when_scaled(self) -> Optional[
|
|
3458
|
+
def when_scaled(self) -> Optional[_builtins.str]:
|
|
3460
3459
|
"""
|
|
3461
3460
|
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.
|
|
3462
3461
|
"""
|
|
@@ -3500,26 +3499,26 @@ class StatefulSetSpec(dict):
|
|
|
3500
3499
|
def __init__(__self__, *,
|
|
3501
3500
|
selector: '_meta.v1.outputs.LabelSelector',
|
|
3502
3501
|
template: '_core.v1.outputs.PodTemplateSpec',
|
|
3503
|
-
min_ready_seconds: Optional[
|
|
3502
|
+
min_ready_seconds: Optional[_builtins.int] = None,
|
|
3504
3503
|
ordinals: Optional['outputs.StatefulSetOrdinals'] = None,
|
|
3505
3504
|
persistent_volume_claim_retention_policy: Optional['outputs.StatefulSetPersistentVolumeClaimRetentionPolicy'] = None,
|
|
3506
|
-
pod_management_policy: Optional[
|
|
3507
|
-
replicas: Optional[
|
|
3508
|
-
revision_history_limit: Optional[
|
|
3509
|
-
service_name: Optional[
|
|
3505
|
+
pod_management_policy: Optional[_builtins.str] = None,
|
|
3506
|
+
replicas: Optional[_builtins.int] = None,
|
|
3507
|
+
revision_history_limit: Optional[_builtins.int] = None,
|
|
3508
|
+
service_name: Optional[_builtins.str] = None,
|
|
3510
3509
|
update_strategy: Optional['outputs.StatefulSetUpdateStrategy'] = None,
|
|
3511
3510
|
volume_claim_templates: Optional[Sequence['_core.v1.outputs.PersistentVolumeClaim']] = None):
|
|
3512
3511
|
"""
|
|
3513
3512
|
A StatefulSetSpec is the specification of a StatefulSet.
|
|
3514
3513
|
: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
|
|
3515
3514
|
: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".
|
|
3516
|
-
:param
|
|
3515
|
+
: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)
|
|
3517
3516
|
: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.
|
|
3518
3517
|
: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.
|
|
3519
|
-
:param
|
|
3520
|
-
:param
|
|
3521
|
-
:param
|
|
3522
|
-
:param
|
|
3518
|
+
: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.
|
|
3519
|
+
: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.
|
|
3520
|
+
: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.
|
|
3521
|
+
: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.
|
|
3523
3522
|
: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.
|
|
3524
3523
|
: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.
|
|
3525
3524
|
"""
|
|
@@ -3544,7 +3543,7 @@ class StatefulSetSpec(dict):
|
|
|
3544
3543
|
if volume_claim_templates is not None:
|
|
3545
3544
|
pulumi.set(__self__, "volume_claim_templates", volume_claim_templates)
|
|
3546
3545
|
|
|
3547
|
-
@property
|
|
3546
|
+
@_builtins.property
|
|
3548
3547
|
@pulumi.getter
|
|
3549
3548
|
def selector(self) -> '_meta.v1.outputs.LabelSelector':
|
|
3550
3549
|
"""
|
|
@@ -3552,7 +3551,7 @@ class StatefulSetSpec(dict):
|
|
|
3552
3551
|
"""
|
|
3553
3552
|
return pulumi.get(self, "selector")
|
|
3554
3553
|
|
|
3555
|
-
@property
|
|
3554
|
+
@_builtins.property
|
|
3556
3555
|
@pulumi.getter
|
|
3557
3556
|
def template(self) -> '_core.v1.outputs.PodTemplateSpec':
|
|
3558
3557
|
"""
|
|
@@ -3560,15 +3559,15 @@ class StatefulSetSpec(dict):
|
|
|
3560
3559
|
"""
|
|
3561
3560
|
return pulumi.get(self, "template")
|
|
3562
3561
|
|
|
3563
|
-
@property
|
|
3562
|
+
@_builtins.property
|
|
3564
3563
|
@pulumi.getter(name="minReadySeconds")
|
|
3565
|
-
def min_ready_seconds(self) -> Optional[
|
|
3564
|
+
def min_ready_seconds(self) -> Optional[_builtins.int]:
|
|
3566
3565
|
"""
|
|
3567
3566
|
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)
|
|
3568
3567
|
"""
|
|
3569
3568
|
return pulumi.get(self, "min_ready_seconds")
|
|
3570
3569
|
|
|
3571
|
-
@property
|
|
3570
|
+
@_builtins.property
|
|
3572
3571
|
@pulumi.getter
|
|
3573
3572
|
def ordinals(self) -> Optional['outputs.StatefulSetOrdinals']:
|
|
3574
3573
|
"""
|
|
@@ -3576,7 +3575,7 @@ class StatefulSetSpec(dict):
|
|
|
3576
3575
|
"""
|
|
3577
3576
|
return pulumi.get(self, "ordinals")
|
|
3578
3577
|
|
|
3579
|
-
@property
|
|
3578
|
+
@_builtins.property
|
|
3580
3579
|
@pulumi.getter(name="persistentVolumeClaimRetentionPolicy")
|
|
3581
3580
|
def persistent_volume_claim_retention_policy(self) -> Optional['outputs.StatefulSetPersistentVolumeClaimRetentionPolicy']:
|
|
3582
3581
|
"""
|
|
@@ -3584,39 +3583,39 @@ class StatefulSetSpec(dict):
|
|
|
3584
3583
|
"""
|
|
3585
3584
|
return pulumi.get(self, "persistent_volume_claim_retention_policy")
|
|
3586
3585
|
|
|
3587
|
-
@property
|
|
3586
|
+
@_builtins.property
|
|
3588
3587
|
@pulumi.getter(name="podManagementPolicy")
|
|
3589
|
-
def pod_management_policy(self) -> Optional[
|
|
3588
|
+
def pod_management_policy(self) -> Optional[_builtins.str]:
|
|
3590
3589
|
"""
|
|
3591
3590
|
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.
|
|
3592
3591
|
"""
|
|
3593
3592
|
return pulumi.get(self, "pod_management_policy")
|
|
3594
3593
|
|
|
3595
|
-
@property
|
|
3594
|
+
@_builtins.property
|
|
3596
3595
|
@pulumi.getter
|
|
3597
|
-
def replicas(self) -> Optional[
|
|
3596
|
+
def replicas(self) -> Optional[_builtins.int]:
|
|
3598
3597
|
"""
|
|
3599
3598
|
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.
|
|
3600
3599
|
"""
|
|
3601
3600
|
return pulumi.get(self, "replicas")
|
|
3602
3601
|
|
|
3603
|
-
@property
|
|
3602
|
+
@_builtins.property
|
|
3604
3603
|
@pulumi.getter(name="revisionHistoryLimit")
|
|
3605
|
-
def revision_history_limit(self) -> Optional[
|
|
3604
|
+
def revision_history_limit(self) -> Optional[_builtins.int]:
|
|
3606
3605
|
"""
|
|
3607
3606
|
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.
|
|
3608
3607
|
"""
|
|
3609
3608
|
return pulumi.get(self, "revision_history_limit")
|
|
3610
3609
|
|
|
3611
|
-
@property
|
|
3610
|
+
@_builtins.property
|
|
3612
3611
|
@pulumi.getter(name="serviceName")
|
|
3613
|
-
def service_name(self) -> Optional[
|
|
3612
|
+
def service_name(self) -> Optional[_builtins.str]:
|
|
3614
3613
|
"""
|
|
3615
3614
|
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.
|
|
3616
3615
|
"""
|
|
3617
3616
|
return pulumi.get(self, "service_name")
|
|
3618
3617
|
|
|
3619
|
-
@property
|
|
3618
|
+
@_builtins.property
|
|
3620
3619
|
@pulumi.getter(name="updateStrategy")
|
|
3621
3620
|
def update_strategy(self) -> Optional['outputs.StatefulSetUpdateStrategy']:
|
|
3622
3621
|
"""
|
|
@@ -3624,7 +3623,7 @@ class StatefulSetSpec(dict):
|
|
|
3624
3623
|
"""
|
|
3625
3624
|
return pulumi.get(self, "update_strategy")
|
|
3626
3625
|
|
|
3627
|
-
@property
|
|
3626
|
+
@_builtins.property
|
|
3628
3627
|
@pulumi.getter(name="volumeClaimTemplates")
|
|
3629
3628
|
def volume_claim_templates(self) -> Optional[Sequence['_core.v1.outputs.PersistentVolumeClaim']]:
|
|
3630
3629
|
"""
|
|
@@ -3668,27 +3667,27 @@ class StatefulSetSpecPatch(dict):
|
|
|
3668
3667
|
return super().get(key, default)
|
|
3669
3668
|
|
|
3670
3669
|
def __init__(__self__, *,
|
|
3671
|
-
min_ready_seconds: Optional[
|
|
3670
|
+
min_ready_seconds: Optional[_builtins.int] = None,
|
|
3672
3671
|
ordinals: Optional['outputs.StatefulSetOrdinalsPatch'] = None,
|
|
3673
3672
|
persistent_volume_claim_retention_policy: Optional['outputs.StatefulSetPersistentVolumeClaimRetentionPolicyPatch'] = None,
|
|
3674
|
-
pod_management_policy: Optional[
|
|
3675
|
-
replicas: Optional[
|
|
3676
|
-
revision_history_limit: Optional[
|
|
3673
|
+
pod_management_policy: Optional[_builtins.str] = None,
|
|
3674
|
+
replicas: Optional[_builtins.int] = None,
|
|
3675
|
+
revision_history_limit: Optional[_builtins.int] = None,
|
|
3677
3676
|
selector: Optional['_meta.v1.outputs.LabelSelectorPatch'] = None,
|
|
3678
|
-
service_name: Optional[
|
|
3677
|
+
service_name: Optional[_builtins.str] = None,
|
|
3679
3678
|
template: Optional['_core.v1.outputs.PodTemplateSpecPatch'] = None,
|
|
3680
3679
|
update_strategy: Optional['outputs.StatefulSetUpdateStrategyPatch'] = None,
|
|
3681
3680
|
volume_claim_templates: Optional[Sequence['_core.v1.outputs.PersistentVolumeClaimPatch']] = None):
|
|
3682
3681
|
"""
|
|
3683
3682
|
A StatefulSetSpec is the specification of a StatefulSet.
|
|
3684
|
-
:param
|
|
3683
|
+
: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)
|
|
3685
3684
|
: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.
|
|
3686
3685
|
: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.
|
|
3687
|
-
:param
|
|
3688
|
-
:param
|
|
3689
|
-
:param
|
|
3686
|
+
: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.
|
|
3687
|
+
: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.
|
|
3688
|
+
: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.
|
|
3690
3689
|
: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
|
|
3691
|
-
:param
|
|
3690
|
+
: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.
|
|
3692
3691
|
: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".
|
|
3693
3692
|
: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.
|
|
3694
3693
|
: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.
|
|
@@ -3716,15 +3715,15 @@ class StatefulSetSpecPatch(dict):
|
|
|
3716
3715
|
if volume_claim_templates is not None:
|
|
3717
3716
|
pulumi.set(__self__, "volume_claim_templates", volume_claim_templates)
|
|
3718
3717
|
|
|
3719
|
-
@property
|
|
3718
|
+
@_builtins.property
|
|
3720
3719
|
@pulumi.getter(name="minReadySeconds")
|
|
3721
|
-
def min_ready_seconds(self) -> Optional[
|
|
3720
|
+
def min_ready_seconds(self) -> Optional[_builtins.int]:
|
|
3722
3721
|
"""
|
|
3723
3722
|
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)
|
|
3724
3723
|
"""
|
|
3725
3724
|
return pulumi.get(self, "min_ready_seconds")
|
|
3726
3725
|
|
|
3727
|
-
@property
|
|
3726
|
+
@_builtins.property
|
|
3728
3727
|
@pulumi.getter
|
|
3729
3728
|
def ordinals(self) -> Optional['outputs.StatefulSetOrdinalsPatch']:
|
|
3730
3729
|
"""
|
|
@@ -3732,7 +3731,7 @@ class StatefulSetSpecPatch(dict):
|
|
|
3732
3731
|
"""
|
|
3733
3732
|
return pulumi.get(self, "ordinals")
|
|
3734
3733
|
|
|
3735
|
-
@property
|
|
3734
|
+
@_builtins.property
|
|
3736
3735
|
@pulumi.getter(name="persistentVolumeClaimRetentionPolicy")
|
|
3737
3736
|
def persistent_volume_claim_retention_policy(self) -> Optional['outputs.StatefulSetPersistentVolumeClaimRetentionPolicyPatch']:
|
|
3738
3737
|
"""
|
|
@@ -3740,31 +3739,31 @@ class StatefulSetSpecPatch(dict):
|
|
|
3740
3739
|
"""
|
|
3741
3740
|
return pulumi.get(self, "persistent_volume_claim_retention_policy")
|
|
3742
3741
|
|
|
3743
|
-
@property
|
|
3742
|
+
@_builtins.property
|
|
3744
3743
|
@pulumi.getter(name="podManagementPolicy")
|
|
3745
|
-
def pod_management_policy(self) -> Optional[
|
|
3744
|
+
def pod_management_policy(self) -> Optional[_builtins.str]:
|
|
3746
3745
|
"""
|
|
3747
3746
|
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.
|
|
3748
3747
|
"""
|
|
3749
3748
|
return pulumi.get(self, "pod_management_policy")
|
|
3750
3749
|
|
|
3751
|
-
@property
|
|
3750
|
+
@_builtins.property
|
|
3752
3751
|
@pulumi.getter
|
|
3753
|
-
def replicas(self) -> Optional[
|
|
3752
|
+
def replicas(self) -> Optional[_builtins.int]:
|
|
3754
3753
|
"""
|
|
3755
3754
|
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.
|
|
3756
3755
|
"""
|
|
3757
3756
|
return pulumi.get(self, "replicas")
|
|
3758
3757
|
|
|
3759
|
-
@property
|
|
3758
|
+
@_builtins.property
|
|
3760
3759
|
@pulumi.getter(name="revisionHistoryLimit")
|
|
3761
|
-
def revision_history_limit(self) -> Optional[
|
|
3760
|
+
def revision_history_limit(self) -> Optional[_builtins.int]:
|
|
3762
3761
|
"""
|
|
3763
3762
|
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.
|
|
3764
3763
|
"""
|
|
3765
3764
|
return pulumi.get(self, "revision_history_limit")
|
|
3766
3765
|
|
|
3767
|
-
@property
|
|
3766
|
+
@_builtins.property
|
|
3768
3767
|
@pulumi.getter
|
|
3769
3768
|
def selector(self) -> Optional['_meta.v1.outputs.LabelSelectorPatch']:
|
|
3770
3769
|
"""
|
|
@@ -3772,15 +3771,15 @@ class StatefulSetSpecPatch(dict):
|
|
|
3772
3771
|
"""
|
|
3773
3772
|
return pulumi.get(self, "selector")
|
|
3774
3773
|
|
|
3775
|
-
@property
|
|
3774
|
+
@_builtins.property
|
|
3776
3775
|
@pulumi.getter(name="serviceName")
|
|
3777
|
-
def service_name(self) -> Optional[
|
|
3776
|
+
def service_name(self) -> Optional[_builtins.str]:
|
|
3778
3777
|
"""
|
|
3779
3778
|
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.
|
|
3780
3779
|
"""
|
|
3781
3780
|
return pulumi.get(self, "service_name")
|
|
3782
3781
|
|
|
3783
|
-
@property
|
|
3782
|
+
@_builtins.property
|
|
3784
3783
|
@pulumi.getter
|
|
3785
3784
|
def template(self) -> Optional['_core.v1.outputs.PodTemplateSpecPatch']:
|
|
3786
3785
|
"""
|
|
@@ -3788,7 +3787,7 @@ class StatefulSetSpecPatch(dict):
|
|
|
3788
3787
|
"""
|
|
3789
3788
|
return pulumi.get(self, "template")
|
|
3790
3789
|
|
|
3791
|
-
@property
|
|
3790
|
+
@_builtins.property
|
|
3792
3791
|
@pulumi.getter(name="updateStrategy")
|
|
3793
3792
|
def update_strategy(self) -> Optional['outputs.StatefulSetUpdateStrategyPatch']:
|
|
3794
3793
|
"""
|
|
@@ -3796,7 +3795,7 @@ class StatefulSetSpecPatch(dict):
|
|
|
3796
3795
|
"""
|
|
3797
3796
|
return pulumi.get(self, "update_strategy")
|
|
3798
3797
|
|
|
3799
|
-
@property
|
|
3798
|
+
@_builtins.property
|
|
3800
3799
|
@pulumi.getter(name="volumeClaimTemplates")
|
|
3801
3800
|
def volume_claim_templates(self) -> Optional[Sequence['_core.v1.outputs.PersistentVolumeClaimPatch']]:
|
|
3802
3801
|
"""
|
|
@@ -3842,28 +3841,28 @@ class StatefulSetStatus(dict):
|
|
|
3842
3841
|
return super().get(key, default)
|
|
3843
3842
|
|
|
3844
3843
|
def __init__(__self__, *,
|
|
3845
|
-
replicas:
|
|
3846
|
-
available_replicas: Optional[
|
|
3847
|
-
collision_count: Optional[
|
|
3844
|
+
replicas: _builtins.int,
|
|
3845
|
+
available_replicas: Optional[_builtins.int] = None,
|
|
3846
|
+
collision_count: Optional[_builtins.int] = None,
|
|
3848
3847
|
conditions: Optional[Sequence['outputs.StatefulSetCondition']] = None,
|
|
3849
|
-
current_replicas: Optional[
|
|
3850
|
-
current_revision: Optional[
|
|
3851
|
-
observed_generation: Optional[
|
|
3852
|
-
ready_replicas: Optional[
|
|
3853
|
-
update_revision: Optional[
|
|
3854
|
-
updated_replicas: Optional[
|
|
3848
|
+
current_replicas: Optional[_builtins.int] = None,
|
|
3849
|
+
current_revision: Optional[_builtins.str] = None,
|
|
3850
|
+
observed_generation: Optional[_builtins.int] = None,
|
|
3851
|
+
ready_replicas: Optional[_builtins.int] = None,
|
|
3852
|
+
update_revision: Optional[_builtins.str] = None,
|
|
3853
|
+
updated_replicas: Optional[_builtins.int] = None):
|
|
3855
3854
|
"""
|
|
3856
3855
|
StatefulSetStatus represents the current state of a StatefulSet.
|
|
3857
|
-
:param
|
|
3858
|
-
:param
|
|
3859
|
-
:param
|
|
3856
|
+
:param _builtins.int replicas: replicas is the number of Pods created by the StatefulSet controller.
|
|
3857
|
+
:param _builtins.int available_replicas: Total number of available pods (ready for at least minReadySeconds) targeted by this statefulset.
|
|
3858
|
+
: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.
|
|
3860
3859
|
:param Sequence['StatefulSetConditionArgs'] conditions: Represents the latest available observations of a statefulset's current state.
|
|
3861
|
-
:param
|
|
3862
|
-
:param
|
|
3863
|
-
:param
|
|
3864
|
-
:param
|
|
3865
|
-
:param
|
|
3866
|
-
:param
|
|
3860
|
+
:param _builtins.int current_replicas: currentReplicas is the number of Pods created by the StatefulSet controller from the StatefulSet version indicated by currentRevision.
|
|
3861
|
+
:param _builtins.str current_revision: currentRevision, if not empty, indicates the version of the StatefulSet used to generate Pods in the sequence [0,currentReplicas).
|
|
3862
|
+
: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.
|
|
3863
|
+
:param _builtins.int ready_replicas: readyReplicas is the number of pods created for this StatefulSet with a Ready Condition.
|
|
3864
|
+
: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)
|
|
3865
|
+
:param _builtins.int updated_replicas: updatedReplicas is the number of Pods created by the StatefulSet controller from the StatefulSet version indicated by updateRevision.
|
|
3867
3866
|
"""
|
|
3868
3867
|
pulumi.set(__self__, "replicas", replicas)
|
|
3869
3868
|
if available_replicas is not None:
|
|
@@ -3885,31 +3884,31 @@ class StatefulSetStatus(dict):
|
|
|
3885
3884
|
if updated_replicas is not None:
|
|
3886
3885
|
pulumi.set(__self__, "updated_replicas", updated_replicas)
|
|
3887
3886
|
|
|
3888
|
-
@property
|
|
3887
|
+
@_builtins.property
|
|
3889
3888
|
@pulumi.getter
|
|
3890
|
-
def replicas(self) ->
|
|
3889
|
+
def replicas(self) -> _builtins.int:
|
|
3891
3890
|
"""
|
|
3892
3891
|
replicas is the number of Pods created by the StatefulSet controller.
|
|
3893
3892
|
"""
|
|
3894
3893
|
return pulumi.get(self, "replicas")
|
|
3895
3894
|
|
|
3896
|
-
@property
|
|
3895
|
+
@_builtins.property
|
|
3897
3896
|
@pulumi.getter(name="availableReplicas")
|
|
3898
|
-
def available_replicas(self) -> Optional[
|
|
3897
|
+
def available_replicas(self) -> Optional[_builtins.int]:
|
|
3899
3898
|
"""
|
|
3900
3899
|
Total number of available pods (ready for at least minReadySeconds) targeted by this statefulset.
|
|
3901
3900
|
"""
|
|
3902
3901
|
return pulumi.get(self, "available_replicas")
|
|
3903
3902
|
|
|
3904
|
-
@property
|
|
3903
|
+
@_builtins.property
|
|
3905
3904
|
@pulumi.getter(name="collisionCount")
|
|
3906
|
-
def collision_count(self) -> Optional[
|
|
3905
|
+
def collision_count(self) -> Optional[_builtins.int]:
|
|
3907
3906
|
"""
|
|
3908
3907
|
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.
|
|
3909
3908
|
"""
|
|
3910
3909
|
return pulumi.get(self, "collision_count")
|
|
3911
3910
|
|
|
3912
|
-
@property
|
|
3911
|
+
@_builtins.property
|
|
3913
3912
|
@pulumi.getter
|
|
3914
3913
|
def conditions(self) -> Optional[Sequence['outputs.StatefulSetCondition']]:
|
|
3915
3914
|
"""
|
|
@@ -3917,49 +3916,49 @@ class StatefulSetStatus(dict):
|
|
|
3917
3916
|
"""
|
|
3918
3917
|
return pulumi.get(self, "conditions")
|
|
3919
3918
|
|
|
3920
|
-
@property
|
|
3919
|
+
@_builtins.property
|
|
3921
3920
|
@pulumi.getter(name="currentReplicas")
|
|
3922
|
-
def current_replicas(self) -> Optional[
|
|
3921
|
+
def current_replicas(self) -> Optional[_builtins.int]:
|
|
3923
3922
|
"""
|
|
3924
3923
|
currentReplicas is the number of Pods created by the StatefulSet controller from the StatefulSet version indicated by currentRevision.
|
|
3925
3924
|
"""
|
|
3926
3925
|
return pulumi.get(self, "current_replicas")
|
|
3927
3926
|
|
|
3928
|
-
@property
|
|
3927
|
+
@_builtins.property
|
|
3929
3928
|
@pulumi.getter(name="currentRevision")
|
|
3930
|
-
def current_revision(self) -> Optional[
|
|
3929
|
+
def current_revision(self) -> Optional[_builtins.str]:
|
|
3931
3930
|
"""
|
|
3932
3931
|
currentRevision, if not empty, indicates the version of the StatefulSet used to generate Pods in the sequence [0,currentReplicas).
|
|
3933
3932
|
"""
|
|
3934
3933
|
return pulumi.get(self, "current_revision")
|
|
3935
3934
|
|
|
3936
|
-
@property
|
|
3935
|
+
@_builtins.property
|
|
3937
3936
|
@pulumi.getter(name="observedGeneration")
|
|
3938
|
-
def observed_generation(self) -> Optional[
|
|
3937
|
+
def observed_generation(self) -> Optional[_builtins.int]:
|
|
3939
3938
|
"""
|
|
3940
3939
|
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.
|
|
3941
3940
|
"""
|
|
3942
3941
|
return pulumi.get(self, "observed_generation")
|
|
3943
3942
|
|
|
3944
|
-
@property
|
|
3943
|
+
@_builtins.property
|
|
3945
3944
|
@pulumi.getter(name="readyReplicas")
|
|
3946
|
-
def ready_replicas(self) -> Optional[
|
|
3945
|
+
def ready_replicas(self) -> Optional[_builtins.int]:
|
|
3947
3946
|
"""
|
|
3948
3947
|
readyReplicas is the number of pods created for this StatefulSet with a Ready Condition.
|
|
3949
3948
|
"""
|
|
3950
3949
|
return pulumi.get(self, "ready_replicas")
|
|
3951
3950
|
|
|
3952
|
-
@property
|
|
3951
|
+
@_builtins.property
|
|
3953
3952
|
@pulumi.getter(name="updateRevision")
|
|
3954
|
-
def update_revision(self) -> Optional[
|
|
3953
|
+
def update_revision(self) -> Optional[_builtins.str]:
|
|
3955
3954
|
"""
|
|
3956
3955
|
updateRevision, if not empty, indicates the version of the StatefulSet used to generate Pods in the sequence [replicas-updatedReplicas,replicas)
|
|
3957
3956
|
"""
|
|
3958
3957
|
return pulumi.get(self, "update_revision")
|
|
3959
3958
|
|
|
3960
|
-
@property
|
|
3959
|
+
@_builtins.property
|
|
3961
3960
|
@pulumi.getter(name="updatedReplicas")
|
|
3962
|
-
def updated_replicas(self) -> Optional[
|
|
3961
|
+
def updated_replicas(self) -> Optional[_builtins.int]:
|
|
3963
3962
|
"""
|
|
3964
3963
|
updatedReplicas is the number of Pods created by the StatefulSet controller from the StatefulSet version indicated by updateRevision.
|
|
3965
3964
|
"""
|
|
@@ -4003,28 +4002,28 @@ class StatefulSetStatusPatch(dict):
|
|
|
4003
4002
|
return super().get(key, default)
|
|
4004
4003
|
|
|
4005
4004
|
def __init__(__self__, *,
|
|
4006
|
-
available_replicas: Optional[
|
|
4007
|
-
collision_count: Optional[
|
|
4005
|
+
available_replicas: Optional[_builtins.int] = None,
|
|
4006
|
+
collision_count: Optional[_builtins.int] = None,
|
|
4008
4007
|
conditions: Optional[Sequence['outputs.StatefulSetConditionPatch']] = None,
|
|
4009
|
-
current_replicas: Optional[
|
|
4010
|
-
current_revision: Optional[
|
|
4011
|
-
observed_generation: Optional[
|
|
4012
|
-
ready_replicas: Optional[
|
|
4013
|
-
replicas: Optional[
|
|
4014
|
-
update_revision: Optional[
|
|
4015
|
-
updated_replicas: Optional[
|
|
4008
|
+
current_replicas: Optional[_builtins.int] = None,
|
|
4009
|
+
current_revision: Optional[_builtins.str] = None,
|
|
4010
|
+
observed_generation: Optional[_builtins.int] = None,
|
|
4011
|
+
ready_replicas: Optional[_builtins.int] = None,
|
|
4012
|
+
replicas: Optional[_builtins.int] = None,
|
|
4013
|
+
update_revision: Optional[_builtins.str] = None,
|
|
4014
|
+
updated_replicas: Optional[_builtins.int] = None):
|
|
4016
4015
|
"""
|
|
4017
4016
|
StatefulSetStatus represents the current state of a StatefulSet.
|
|
4018
|
-
:param
|
|
4019
|
-
:param
|
|
4017
|
+
:param _builtins.int available_replicas: Total number of available pods (ready for at least minReadySeconds) targeted by this statefulset.
|
|
4018
|
+
: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.
|
|
4020
4019
|
:param Sequence['StatefulSetConditionPatchArgs'] conditions: Represents the latest available observations of a statefulset's current state.
|
|
4021
|
-
:param
|
|
4022
|
-
:param
|
|
4023
|
-
:param
|
|
4024
|
-
:param
|
|
4025
|
-
:param
|
|
4026
|
-
:param
|
|
4027
|
-
:param
|
|
4020
|
+
:param _builtins.int current_replicas: currentReplicas is the number of Pods created by the StatefulSet controller from the StatefulSet version indicated by currentRevision.
|
|
4021
|
+
:param _builtins.str current_revision: currentRevision, if not empty, indicates the version of the StatefulSet used to generate Pods in the sequence [0,currentReplicas).
|
|
4022
|
+
: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.
|
|
4023
|
+
:param _builtins.int ready_replicas: readyReplicas is the number of pods created for this StatefulSet with a Ready Condition.
|
|
4024
|
+
:param _builtins.int replicas: replicas is the number of Pods created by the StatefulSet controller.
|
|
4025
|
+
: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)
|
|
4026
|
+
:param _builtins.int updated_replicas: updatedReplicas is the number of Pods created by the StatefulSet controller from the StatefulSet version indicated by updateRevision.
|
|
4028
4027
|
"""
|
|
4029
4028
|
if available_replicas is not None:
|
|
4030
4029
|
pulumi.set(__self__, "available_replicas", available_replicas)
|
|
@@ -4047,23 +4046,23 @@ class StatefulSetStatusPatch(dict):
|
|
|
4047
4046
|
if updated_replicas is not None:
|
|
4048
4047
|
pulumi.set(__self__, "updated_replicas", updated_replicas)
|
|
4049
4048
|
|
|
4050
|
-
@property
|
|
4049
|
+
@_builtins.property
|
|
4051
4050
|
@pulumi.getter(name="availableReplicas")
|
|
4052
|
-
def available_replicas(self) -> Optional[
|
|
4051
|
+
def available_replicas(self) -> Optional[_builtins.int]:
|
|
4053
4052
|
"""
|
|
4054
4053
|
Total number of available pods (ready for at least minReadySeconds) targeted by this statefulset.
|
|
4055
4054
|
"""
|
|
4056
4055
|
return pulumi.get(self, "available_replicas")
|
|
4057
4056
|
|
|
4058
|
-
@property
|
|
4057
|
+
@_builtins.property
|
|
4059
4058
|
@pulumi.getter(name="collisionCount")
|
|
4060
|
-
def collision_count(self) -> Optional[
|
|
4059
|
+
def collision_count(self) -> Optional[_builtins.int]:
|
|
4061
4060
|
"""
|
|
4062
4061
|
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.
|
|
4063
4062
|
"""
|
|
4064
4063
|
return pulumi.get(self, "collision_count")
|
|
4065
4064
|
|
|
4066
|
-
@property
|
|
4065
|
+
@_builtins.property
|
|
4067
4066
|
@pulumi.getter
|
|
4068
4067
|
def conditions(self) -> Optional[Sequence['outputs.StatefulSetConditionPatch']]:
|
|
4069
4068
|
"""
|
|
@@ -4071,57 +4070,57 @@ class StatefulSetStatusPatch(dict):
|
|
|
4071
4070
|
"""
|
|
4072
4071
|
return pulumi.get(self, "conditions")
|
|
4073
4072
|
|
|
4074
|
-
@property
|
|
4073
|
+
@_builtins.property
|
|
4075
4074
|
@pulumi.getter(name="currentReplicas")
|
|
4076
|
-
def current_replicas(self) -> Optional[
|
|
4075
|
+
def current_replicas(self) -> Optional[_builtins.int]:
|
|
4077
4076
|
"""
|
|
4078
4077
|
currentReplicas is the number of Pods created by the StatefulSet controller from the StatefulSet version indicated by currentRevision.
|
|
4079
4078
|
"""
|
|
4080
4079
|
return pulumi.get(self, "current_replicas")
|
|
4081
4080
|
|
|
4082
|
-
@property
|
|
4081
|
+
@_builtins.property
|
|
4083
4082
|
@pulumi.getter(name="currentRevision")
|
|
4084
|
-
def current_revision(self) -> Optional[
|
|
4083
|
+
def current_revision(self) -> Optional[_builtins.str]:
|
|
4085
4084
|
"""
|
|
4086
4085
|
currentRevision, if not empty, indicates the version of the StatefulSet used to generate Pods in the sequence [0,currentReplicas).
|
|
4087
4086
|
"""
|
|
4088
4087
|
return pulumi.get(self, "current_revision")
|
|
4089
4088
|
|
|
4090
|
-
@property
|
|
4089
|
+
@_builtins.property
|
|
4091
4090
|
@pulumi.getter(name="observedGeneration")
|
|
4092
|
-
def observed_generation(self) -> Optional[
|
|
4091
|
+
def observed_generation(self) -> Optional[_builtins.int]:
|
|
4093
4092
|
"""
|
|
4094
4093
|
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.
|
|
4095
4094
|
"""
|
|
4096
4095
|
return pulumi.get(self, "observed_generation")
|
|
4097
4096
|
|
|
4098
|
-
@property
|
|
4097
|
+
@_builtins.property
|
|
4099
4098
|
@pulumi.getter(name="readyReplicas")
|
|
4100
|
-
def ready_replicas(self) -> Optional[
|
|
4099
|
+
def ready_replicas(self) -> Optional[_builtins.int]:
|
|
4101
4100
|
"""
|
|
4102
4101
|
readyReplicas is the number of pods created for this StatefulSet with a Ready Condition.
|
|
4103
4102
|
"""
|
|
4104
4103
|
return pulumi.get(self, "ready_replicas")
|
|
4105
4104
|
|
|
4106
|
-
@property
|
|
4105
|
+
@_builtins.property
|
|
4107
4106
|
@pulumi.getter
|
|
4108
|
-
def replicas(self) -> Optional[
|
|
4107
|
+
def replicas(self) -> Optional[_builtins.int]:
|
|
4109
4108
|
"""
|
|
4110
4109
|
replicas is the number of Pods created by the StatefulSet controller.
|
|
4111
4110
|
"""
|
|
4112
4111
|
return pulumi.get(self, "replicas")
|
|
4113
4112
|
|
|
4114
|
-
@property
|
|
4113
|
+
@_builtins.property
|
|
4115
4114
|
@pulumi.getter(name="updateRevision")
|
|
4116
|
-
def update_revision(self) -> Optional[
|
|
4115
|
+
def update_revision(self) -> Optional[_builtins.str]:
|
|
4117
4116
|
"""
|
|
4118
4117
|
updateRevision, if not empty, indicates the version of the StatefulSet used to generate Pods in the sequence [replicas-updatedReplicas,replicas)
|
|
4119
4118
|
"""
|
|
4120
4119
|
return pulumi.get(self, "update_revision")
|
|
4121
4120
|
|
|
4122
|
-
@property
|
|
4121
|
+
@_builtins.property
|
|
4123
4122
|
@pulumi.getter(name="updatedReplicas")
|
|
4124
|
-
def updated_replicas(self) -> Optional[
|
|
4123
|
+
def updated_replicas(self) -> Optional[_builtins.int]:
|
|
4125
4124
|
"""
|
|
4126
4125
|
updatedReplicas is the number of Pods created by the StatefulSet controller from the StatefulSet version indicated by updateRevision.
|
|
4127
4126
|
"""
|
|
@@ -4152,18 +4151,18 @@ class StatefulSetUpdateStrategy(dict):
|
|
|
4152
4151
|
|
|
4153
4152
|
def __init__(__self__, *,
|
|
4154
4153
|
rolling_update: Optional['outputs.RollingUpdateStatefulSetStrategy'] = None,
|
|
4155
|
-
type: Optional[
|
|
4154
|
+
type: Optional[_builtins.str] = None):
|
|
4156
4155
|
"""
|
|
4157
4156
|
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.
|
|
4158
4157
|
:param 'RollingUpdateStatefulSetStrategyArgs' rolling_update: RollingUpdate is used to communicate parameters when Type is RollingUpdateStatefulSetStrategyType.
|
|
4159
|
-
:param
|
|
4158
|
+
:param _builtins.str type: Type indicates the type of the StatefulSetUpdateStrategy. Default is RollingUpdate.
|
|
4160
4159
|
"""
|
|
4161
4160
|
if rolling_update is not None:
|
|
4162
4161
|
pulumi.set(__self__, "rolling_update", rolling_update)
|
|
4163
4162
|
if type is not None:
|
|
4164
4163
|
pulumi.set(__self__, "type", type)
|
|
4165
4164
|
|
|
4166
|
-
@property
|
|
4165
|
+
@_builtins.property
|
|
4167
4166
|
@pulumi.getter(name="rollingUpdate")
|
|
4168
4167
|
def rolling_update(self) -> Optional['outputs.RollingUpdateStatefulSetStrategy']:
|
|
4169
4168
|
"""
|
|
@@ -4171,9 +4170,9 @@ class StatefulSetUpdateStrategy(dict):
|
|
|
4171
4170
|
"""
|
|
4172
4171
|
return pulumi.get(self, "rolling_update")
|
|
4173
4172
|
|
|
4174
|
-
@property
|
|
4173
|
+
@_builtins.property
|
|
4175
4174
|
@pulumi.getter
|
|
4176
|
-
def type(self) -> Optional[
|
|
4175
|
+
def type(self) -> Optional[_builtins.str]:
|
|
4177
4176
|
"""
|
|
4178
4177
|
Type indicates the type of the StatefulSetUpdateStrategy. Default is RollingUpdate.
|
|
4179
4178
|
"""
|
|
@@ -4204,18 +4203,18 @@ class StatefulSetUpdateStrategyPatch(dict):
|
|
|
4204
4203
|
|
|
4205
4204
|
def __init__(__self__, *,
|
|
4206
4205
|
rolling_update: Optional['outputs.RollingUpdateStatefulSetStrategyPatch'] = None,
|
|
4207
|
-
type: Optional[
|
|
4206
|
+
type: Optional[_builtins.str] = None):
|
|
4208
4207
|
"""
|
|
4209
4208
|
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.
|
|
4210
4209
|
:param 'RollingUpdateStatefulSetStrategyPatchArgs' rolling_update: RollingUpdate is used to communicate parameters when Type is RollingUpdateStatefulSetStrategyType.
|
|
4211
|
-
:param
|
|
4210
|
+
:param _builtins.str type: Type indicates the type of the StatefulSetUpdateStrategy. Default is RollingUpdate.
|
|
4212
4211
|
"""
|
|
4213
4212
|
if rolling_update is not None:
|
|
4214
4213
|
pulumi.set(__self__, "rolling_update", rolling_update)
|
|
4215
4214
|
if type is not None:
|
|
4216
4215
|
pulumi.set(__self__, "type", type)
|
|
4217
4216
|
|
|
4218
|
-
@property
|
|
4217
|
+
@_builtins.property
|
|
4219
4218
|
@pulumi.getter(name="rollingUpdate")
|
|
4220
4219
|
def rolling_update(self) -> Optional['outputs.RollingUpdateStatefulSetStrategyPatch']:
|
|
4221
4220
|
"""
|
|
@@ -4223,9 +4222,9 @@ class StatefulSetUpdateStrategyPatch(dict):
|
|
|
4223
4222
|
"""
|
|
4224
4223
|
return pulumi.get(self, "rolling_update")
|
|
4225
4224
|
|
|
4226
|
-
@property
|
|
4225
|
+
@_builtins.property
|
|
4227
4226
|
@pulumi.getter
|
|
4228
|
-
def type(self) -> Optional[
|
|
4227
|
+
def type(self) -> Optional[_builtins.str]:
|
|
4229
4228
|
"""
|
|
4230
4229
|
Type indicates the type of the StatefulSetUpdateStrategy. Default is RollingUpdate.
|
|
4231
4230
|
"""
|