pulumi-kubernetes 4.22.1__py3-none-any.whl → 4.23.0__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 +37 -2
- pulumi_kubernetes/_inputs.py +41 -40
- pulumi_kubernetes/admissionregistration/__init__.py +1 -0
- pulumi_kubernetes/admissionregistration/v1/MutatingWebhookConfiguration.py +18 -16
- pulumi_kubernetes/admissionregistration/v1/MutatingWebhookConfigurationList.py +18 -16
- pulumi_kubernetes/admissionregistration/v1/MutatingWebhookConfigurationPatch.py +18 -16
- pulumi_kubernetes/admissionregistration/v1/ValidatingAdmissionPolicy.py +18 -16
- pulumi_kubernetes/admissionregistration/v1/ValidatingAdmissionPolicyBinding.py +18 -16
- pulumi_kubernetes/admissionregistration/v1/ValidatingAdmissionPolicyBindingList.py +18 -16
- pulumi_kubernetes/admissionregistration/v1/ValidatingAdmissionPolicyBindingPatch.py +18 -16
- pulumi_kubernetes/admissionregistration/v1/ValidatingAdmissionPolicyList.py +18 -16
- pulumi_kubernetes/admissionregistration/v1/ValidatingAdmissionPolicyPatch.py +18 -16
- pulumi_kubernetes/admissionregistration/v1/ValidatingWebhookConfiguration.py +18 -16
- pulumi_kubernetes/admissionregistration/v1/ValidatingWebhookConfigurationList.py +18 -16
- pulumi_kubernetes/admissionregistration/v1/ValidatingWebhookConfigurationPatch.py +18 -16
- pulumi_kubernetes/admissionregistration/v1/__init__.py +1 -0
- pulumi_kubernetes/admissionregistration/v1/_inputs.py +546 -545
- pulumi_kubernetes/admissionregistration/v1/outputs.py +337 -336
- pulumi_kubernetes/admissionregistration/v1alpha1/MutatingAdmissionPolicy.py +18 -16
- pulumi_kubernetes/admissionregistration/v1alpha1/MutatingAdmissionPolicyBinding.py +18 -16
- pulumi_kubernetes/admissionregistration/v1alpha1/MutatingAdmissionPolicyBindingList.py +18 -16
- pulumi_kubernetes/admissionregistration/v1alpha1/MutatingAdmissionPolicyBindingPatch.py +18 -16
- pulumi_kubernetes/admissionregistration/v1alpha1/MutatingAdmissionPolicyList.py +18 -16
- pulumi_kubernetes/admissionregistration/v1alpha1/MutatingAdmissionPolicyPatch.py +18 -16
- pulumi_kubernetes/admissionregistration/v1alpha1/ValidatingAdmissionPolicy.py +18 -16
- pulumi_kubernetes/admissionregistration/v1alpha1/ValidatingAdmissionPolicyBinding.py +18 -16
- pulumi_kubernetes/admissionregistration/v1alpha1/ValidatingAdmissionPolicyBindingList.py +18 -16
- pulumi_kubernetes/admissionregistration/v1alpha1/ValidatingAdmissionPolicyBindingPatch.py +18 -16
- pulumi_kubernetes/admissionregistration/v1alpha1/ValidatingAdmissionPolicyList.py +18 -16
- pulumi_kubernetes/admissionregistration/v1alpha1/ValidatingAdmissionPolicyPatch.py +18 -16
- pulumi_kubernetes/admissionregistration/v1alpha1/__init__.py +1 -0
- pulumi_kubernetes/admissionregistration/v1alpha1/_inputs.py +396 -395
- pulumi_kubernetes/admissionregistration/v1alpha1/outputs.py +249 -248
- pulumi_kubernetes/admissionregistration/v1beta1/MutatingWebhookConfiguration.py +18 -16
- pulumi_kubernetes/admissionregistration/v1beta1/MutatingWebhookConfigurationList.py +18 -16
- pulumi_kubernetes/admissionregistration/v1beta1/MutatingWebhookConfigurationPatch.py +18 -16
- pulumi_kubernetes/admissionregistration/v1beta1/ValidatingAdmissionPolicy.py +18 -16
- pulumi_kubernetes/admissionregistration/v1beta1/ValidatingAdmissionPolicyBinding.py +18 -16
- pulumi_kubernetes/admissionregistration/v1beta1/ValidatingAdmissionPolicyBindingList.py +18 -16
- pulumi_kubernetes/admissionregistration/v1beta1/ValidatingAdmissionPolicyBindingPatch.py +18 -16
- pulumi_kubernetes/admissionregistration/v1beta1/ValidatingAdmissionPolicyList.py +18 -16
- pulumi_kubernetes/admissionregistration/v1beta1/ValidatingAdmissionPolicyPatch.py +18 -16
- pulumi_kubernetes/admissionregistration/v1beta1/ValidatingWebhookConfiguration.py +18 -16
- pulumi_kubernetes/admissionregistration/v1beta1/ValidatingWebhookConfigurationList.py +18 -16
- pulumi_kubernetes/admissionregistration/v1beta1/ValidatingWebhookConfigurationPatch.py +18 -16
- pulumi_kubernetes/admissionregistration/v1beta1/__init__.py +1 -0
- pulumi_kubernetes/admissionregistration/v1beta1/_inputs.py +546 -545
- pulumi_kubernetes/admissionregistration/v1beta1/outputs.py +337 -336
- pulumi_kubernetes/apiextensions/__init__.py +1 -0
- pulumi_kubernetes/apiextensions/v1/CustomResourceDefinition.py +18 -16
- pulumi_kubernetes/apiextensions/v1/CustomResourceDefinitionList.py +18 -16
- pulumi_kubernetes/apiextensions/v1/CustomResourceDefinitionPatch.py +18 -16
- pulumi_kubernetes/apiextensions/v1/__init__.py +1 -0
- pulumi_kubernetes/apiextensions/v1/_inputs.py +699 -698
- pulumi_kubernetes/apiextensions/v1/outputs.py +405 -404
- pulumi_kubernetes/apiextensions/v1beta1/CustomResourceDefinition.py +18 -16
- pulumi_kubernetes/apiextensions/v1beta1/CustomResourceDefinitionList.py +18 -16
- pulumi_kubernetes/apiextensions/v1beta1/CustomResourceDefinitionPatch.py +18 -16
- pulumi_kubernetes/apiextensions/v1beta1/__init__.py +1 -0
- pulumi_kubernetes/apiextensions/v1beta1/_inputs.py +639 -638
- pulumi_kubernetes/apiextensions/v1beta1/outputs.py +369 -368
- pulumi_kubernetes/apiregistration/__init__.py +1 -0
- pulumi_kubernetes/apiregistration/v1/APIService.py +18 -16
- pulumi_kubernetes/apiregistration/v1/APIServiceList.py +18 -16
- pulumi_kubernetes/apiregistration/v1/APIServicePatch.py +18 -16
- pulumi_kubernetes/apiregistration/v1/__init__.py +1 -0
- pulumi_kubernetes/apiregistration/v1/_inputs.py +126 -125
- pulumi_kubernetes/apiregistration/v1/outputs.py +91 -90
- pulumi_kubernetes/apiregistration/v1beta1/APIService.py +18 -16
- pulumi_kubernetes/apiregistration/v1beta1/APIServiceList.py +18 -16
- pulumi_kubernetes/apiregistration/v1beta1/APIServicePatch.py +18 -16
- pulumi_kubernetes/apiregistration/v1beta1/__init__.py +1 -0
- pulumi_kubernetes/apiregistration/v1beta1/_inputs.py +126 -125
- pulumi_kubernetes/apiregistration/v1beta1/outputs.py +91 -90
- pulumi_kubernetes/apps/__init__.py +1 -0
- pulumi_kubernetes/apps/v1/ControllerRevision.py +26 -24
- pulumi_kubernetes/apps/v1/ControllerRevisionList.py +18 -16
- pulumi_kubernetes/apps/v1/ControllerRevisionPatch.py +26 -24
- pulumi_kubernetes/apps/v1/DaemonSet.py +18 -16
- pulumi_kubernetes/apps/v1/DaemonSetList.py +18 -16
- pulumi_kubernetes/apps/v1/DaemonSetPatch.py +18 -16
- pulumi_kubernetes/apps/v1/Deployment.py +18 -16
- pulumi_kubernetes/apps/v1/DeploymentList.py +18 -16
- pulumi_kubernetes/apps/v1/DeploymentPatch.py +18 -16
- pulumi_kubernetes/apps/v1/ReplicaSet.py +18 -16
- pulumi_kubernetes/apps/v1/ReplicaSetList.py +22 -20
- pulumi_kubernetes/apps/v1/ReplicaSetPatch.py +18 -16
- pulumi_kubernetes/apps/v1/StatefulSet.py +18 -16
- pulumi_kubernetes/apps/v1/StatefulSetList.py +18 -16
- pulumi_kubernetes/apps/v1/StatefulSetPatch.py +18 -16
- pulumi_kubernetes/apps/v1/__init__.py +1 -0
- pulumi_kubernetes/apps/v1/_inputs.py +664 -610
- pulumi_kubernetes/apps/v1/outputs.py +582 -508
- pulumi_kubernetes/apps/v1beta1/ControllerRevision.py +26 -24
- pulumi_kubernetes/apps/v1beta1/ControllerRevisionList.py +18 -16
- pulumi_kubernetes/apps/v1beta1/ControllerRevisionPatch.py +26 -24
- pulumi_kubernetes/apps/v1beta1/Deployment.py +18 -16
- pulumi_kubernetes/apps/v1beta1/DeploymentList.py +18 -16
- pulumi_kubernetes/apps/v1beta1/DeploymentPatch.py +18 -16
- pulumi_kubernetes/apps/v1beta1/StatefulSet.py +18 -16
- pulumi_kubernetes/apps/v1beta1/StatefulSetList.py +18 -16
- pulumi_kubernetes/apps/v1beta1/StatefulSetPatch.py +18 -16
- pulumi_kubernetes/apps/v1beta1/__init__.py +1 -0
- pulumi_kubernetes/apps/v1beta1/_inputs.py +316 -315
- pulumi_kubernetes/apps/v1beta1/outputs.py +260 -259
- pulumi_kubernetes/apps/v1beta2/ControllerRevision.py +26 -24
- pulumi_kubernetes/apps/v1beta2/ControllerRevisionList.py +18 -16
- pulumi_kubernetes/apps/v1beta2/ControllerRevisionPatch.py +26 -24
- pulumi_kubernetes/apps/v1beta2/DaemonSet.py +18 -16
- pulumi_kubernetes/apps/v1beta2/DaemonSetList.py +18 -16
- pulumi_kubernetes/apps/v1beta2/DaemonSetPatch.py +18 -16
- pulumi_kubernetes/apps/v1beta2/Deployment.py +18 -16
- pulumi_kubernetes/apps/v1beta2/DeploymentList.py +18 -16
- pulumi_kubernetes/apps/v1beta2/DeploymentPatch.py +18 -16
- pulumi_kubernetes/apps/v1beta2/ReplicaSet.py +18 -16
- pulumi_kubernetes/apps/v1beta2/ReplicaSetList.py +18 -16
- pulumi_kubernetes/apps/v1beta2/ReplicaSetPatch.py +18 -16
- pulumi_kubernetes/apps/v1beta2/StatefulSet.py +18 -16
- pulumi_kubernetes/apps/v1beta2/StatefulSetList.py +18 -16
- pulumi_kubernetes/apps/v1beta2/StatefulSetPatch.py +18 -16
- pulumi_kubernetes/apps/v1beta2/__init__.py +1 -0
- pulumi_kubernetes/apps/v1beta2/_inputs.py +506 -505
- pulumi_kubernetes/apps/v1beta2/outputs.py +442 -441
- pulumi_kubernetes/auditregistration/__init__.py +1 -0
- pulumi_kubernetes/auditregistration/v1alpha1/AuditSink.py +18 -16
- pulumi_kubernetes/auditregistration/v1alpha1/AuditSinkList.py +18 -16
- pulumi_kubernetes/auditregistration/v1alpha1/AuditSinkPatch.py +18 -16
- pulumi_kubernetes/auditregistration/v1alpha1/__init__.py +1 -0
- pulumi_kubernetes/auditregistration/v1alpha1/_inputs.py +111 -110
- pulumi_kubernetes/auditregistration/v1alpha1/outputs.py +67 -66
- pulumi_kubernetes/autoscaling/__init__.py +1 -0
- pulumi_kubernetes/autoscaling/v1/HorizontalPodAutoscaler.py +18 -16
- pulumi_kubernetes/autoscaling/v1/HorizontalPodAutoscalerList.py +18 -16
- pulumi_kubernetes/autoscaling/v1/HorizontalPodAutoscalerPatch.py +18 -16
- pulumi_kubernetes/autoscaling/v1/__init__.py +1 -0
- pulumi_kubernetes/autoscaling/v1/_inputs.py +96 -95
- pulumi_kubernetes/autoscaling/v1/outputs.py +73 -72
- pulumi_kubernetes/autoscaling/v2/HorizontalPodAutoscaler.py +18 -16
- pulumi_kubernetes/autoscaling/v2/HorizontalPodAutoscalerList.py +18 -16
- pulumi_kubernetes/autoscaling/v2/HorizontalPodAutoscalerPatch.py +18 -16
- pulumi_kubernetes/autoscaling/v2/__init__.py +1 -0
- pulumi_kubernetes/autoscaling/v2/_inputs.py +371 -290
- pulumi_kubernetes/autoscaling/v2/outputs.py +281 -224
- pulumi_kubernetes/autoscaling/v2beta1/HorizontalPodAutoscaler.py +18 -16
- pulumi_kubernetes/autoscaling/v2beta1/HorizontalPodAutoscalerList.py +18 -16
- pulumi_kubernetes/autoscaling/v2beta1/HorizontalPodAutoscalerPatch.py +18 -16
- pulumi_kubernetes/autoscaling/v2beta1/__init__.py +1 -0
- pulumi_kubernetes/autoscaling/v2beta1/_inputs.py +346 -345
- pulumi_kubernetes/autoscaling/v2beta1/outputs.py +283 -282
- pulumi_kubernetes/autoscaling/v2beta2/HorizontalPodAutoscaler.py +18 -16
- pulumi_kubernetes/autoscaling/v2beta2/HorizontalPodAutoscalerList.py +18 -16
- pulumi_kubernetes/autoscaling/v2beta2/HorizontalPodAutoscalerPatch.py +18 -16
- pulumi_kubernetes/autoscaling/v2beta2/__init__.py +1 -0
- pulumi_kubernetes/autoscaling/v2beta2/_inputs.py +281 -280
- pulumi_kubernetes/autoscaling/v2beta2/outputs.py +217 -216
- pulumi_kubernetes/batch/__init__.py +1 -0
- pulumi_kubernetes/batch/v1/CronJob.py +18 -16
- pulumi_kubernetes/batch/v1/CronJobList.py +18 -16
- pulumi_kubernetes/batch/v1/CronJobPatch.py +18 -16
- pulumi_kubernetes/batch/v1/Job.py +18 -16
- pulumi_kubernetes/batch/v1/JobList.py +18 -16
- pulumi_kubernetes/batch/v1/JobPatch.py +18 -16
- pulumi_kubernetes/batch/v1/__init__.py +1 -0
- pulumi_kubernetes/batch/v1/_inputs.py +394 -423
- pulumi_kubernetes/batch/v1/outputs.py +293 -316
- pulumi_kubernetes/batch/v1beta1/CronJob.py +18 -16
- pulumi_kubernetes/batch/v1beta1/CronJobList.py +18 -16
- pulumi_kubernetes/batch/v1beta1/CronJobPatch.py +18 -16
- pulumi_kubernetes/batch/v1beta1/__init__.py +1 -0
- pulumi_kubernetes/batch/v1beta1/_inputs.py +76 -75
- pulumi_kubernetes/batch/v1beta1/outputs.py +49 -48
- pulumi_kubernetes/batch/v2alpha1/CronJob.py +18 -16
- pulumi_kubernetes/batch/v2alpha1/CronJobList.py +18 -16
- pulumi_kubernetes/batch/v2alpha1/CronJobPatch.py +18 -16
- pulumi_kubernetes/batch/v2alpha1/__init__.py +1 -0
- pulumi_kubernetes/batch/v2alpha1/_inputs.py +76 -75
- pulumi_kubernetes/batch/v2alpha1/outputs.py +49 -48
- pulumi_kubernetes/certificates/__init__.py +1 -0
- pulumi_kubernetes/certificates/v1/CertificateSigningRequest.py +18 -16
- pulumi_kubernetes/certificates/v1/CertificateSigningRequestList.py +18 -16
- pulumi_kubernetes/certificates/v1/CertificateSigningRequestPatch.py +18 -16
- pulumi_kubernetes/certificates/v1/__init__.py +1 -0
- pulumi_kubernetes/certificates/v1/_inputs.py +126 -125
- pulumi_kubernetes/certificates/v1/outputs.py +97 -96
- pulumi_kubernetes/certificates/v1alpha1/ClusterTrustBundle.py +20 -16
- pulumi_kubernetes/certificates/v1alpha1/ClusterTrustBundleList.py +18 -16
- pulumi_kubernetes/certificates/v1alpha1/ClusterTrustBundlePatch.py +20 -16
- pulumi_kubernetes/certificates/v1alpha1/__init__.py +1 -0
- pulumi_kubernetes/certificates/v1alpha1/_inputs.py +31 -30
- pulumi_kubernetes/certificates/v1alpha1/outputs.py +19 -18
- pulumi_kubernetes/certificates/v1beta1/CertificateSigningRequest.py +18 -16
- pulumi_kubernetes/certificates/v1beta1/CertificateSigningRequestList.py +18 -16
- pulumi_kubernetes/certificates/v1beta1/CertificateSigningRequestPatch.py +18 -16
- pulumi_kubernetes/certificates/v1beta1/ClusterTrustBundle.py +227 -0
- pulumi_kubernetes/certificates/v1beta1/ClusterTrustBundleList.py +217 -0
- pulumi_kubernetes/certificates/v1beta1/ClusterTrustBundlePatch.py +238 -0
- pulumi_kubernetes/certificates/v1beta1/__init__.py +4 -0
- pulumi_kubernetes/certificates/v1beta1/_inputs.py +409 -116
- pulumi_kubernetes/certificates/v1beta1/outputs.py +334 -92
- pulumi_kubernetes/coordination/__init__.py +1 -0
- pulumi_kubernetes/coordination/v1/Lease.py +18 -16
- pulumi_kubernetes/coordination/v1/LeaseList.py +18 -16
- pulumi_kubernetes/coordination/v1/LeasePatch.py +18 -16
- pulumi_kubernetes/coordination/v1/__init__.py +1 -0
- pulumi_kubernetes/coordination/v1/_inputs.py +81 -80
- pulumi_kubernetes/coordination/v1/outputs.py +49 -48
- pulumi_kubernetes/coordination/v1alpha1/LeaseCandidate.py +19 -17
- pulumi_kubernetes/coordination/v1alpha1/LeaseCandidateList.py +18 -16
- pulumi_kubernetes/coordination/v1alpha1/LeaseCandidatePatch.py +19 -17
- pulumi_kubernetes/coordination/v1alpha1/__init__.py +1 -0
- pulumi_kubernetes/coordination/v1alpha1/_inputs.py +71 -70
- pulumi_kubernetes/coordination/v1alpha1/outputs.py +43 -42
- pulumi_kubernetes/coordination/v1alpha2/LeaseCandidate.py +19 -17
- pulumi_kubernetes/coordination/v1alpha2/LeaseCandidateList.py +18 -16
- pulumi_kubernetes/coordination/v1alpha2/LeaseCandidatePatch.py +19 -17
- pulumi_kubernetes/coordination/v1alpha2/__init__.py +1 -0
- pulumi_kubernetes/coordination/v1alpha2/_inputs.py +75 -74
- pulumi_kubernetes/coordination/v1alpha2/outputs.py +45 -44
- pulumi_kubernetes/coordination/v1beta1/Lease.py +18 -16
- pulumi_kubernetes/coordination/v1beta1/LeaseCandidate.py +218 -0
- pulumi_kubernetes/coordination/v1beta1/LeaseCandidateList.py +217 -0
- pulumi_kubernetes/coordination/v1beta1/LeaseCandidatePatch.py +230 -0
- pulumi_kubernetes/coordination/v1beta1/LeaseList.py +18 -16
- pulumi_kubernetes/coordination/v1beta1/LeasePatch.py +18 -16
- pulumi_kubernetes/coordination/v1beta1/__init__.py +4 -0
- pulumi_kubernetes/coordination/v1beta1/_inputs.py +432 -60
- pulumi_kubernetes/coordination/v1beta1/outputs.py +329 -36
- pulumi_kubernetes/core/__init__.py +1 -0
- pulumi_kubernetes/core/v1/Binding.py +18 -16
- pulumi_kubernetes/core/v1/BindingPatch.py +18 -16
- pulumi_kubernetes/core/v1/ConfigMap.py +42 -40
- pulumi_kubernetes/core/v1/ConfigMapList.py +18 -16
- pulumi_kubernetes/core/v1/ConfigMapPatch.py +42 -40
- pulumi_kubernetes/core/v1/Endpoints.py +26 -16
- pulumi_kubernetes/core/v1/EndpointsList.py +20 -18
- pulumi_kubernetes/core/v1/EndpointsPatch.py +26 -16
- pulumi_kubernetes/core/v1/Event.py +98 -96
- pulumi_kubernetes/core/v1/EventList.py +18 -16
- pulumi_kubernetes/core/v1/EventPatch.py +98 -96
- pulumi_kubernetes/core/v1/LimitRange.py +18 -16
- pulumi_kubernetes/core/v1/LimitRangeList.py +18 -16
- pulumi_kubernetes/core/v1/LimitRangePatch.py +18 -16
- pulumi_kubernetes/core/v1/Namespace.py +18 -16
- pulumi_kubernetes/core/v1/NamespaceList.py +18 -16
- pulumi_kubernetes/core/v1/NamespacePatch.py +18 -16
- pulumi_kubernetes/core/v1/Node.py +18 -16
- pulumi_kubernetes/core/v1/NodeList.py +18 -16
- pulumi_kubernetes/core/v1/NodePatch.py +18 -16
- pulumi_kubernetes/core/v1/PersistentVolume.py +18 -16
- pulumi_kubernetes/core/v1/PersistentVolumeClaim.py +18 -16
- pulumi_kubernetes/core/v1/PersistentVolumeClaimList.py +18 -16
- pulumi_kubernetes/core/v1/PersistentVolumeClaimPatch.py +18 -16
- pulumi_kubernetes/core/v1/PersistentVolumeList.py +18 -16
- pulumi_kubernetes/core/v1/PersistentVolumePatch.py +18 -16
- pulumi_kubernetes/core/v1/Pod.py +18 -16
- pulumi_kubernetes/core/v1/PodList.py +18 -16
- pulumi_kubernetes/core/v1/PodPatch.py +18 -16
- pulumi_kubernetes/core/v1/PodTemplate.py +18 -16
- pulumi_kubernetes/core/v1/PodTemplateList.py +18 -16
- pulumi_kubernetes/core/v1/PodTemplatePatch.py +18 -16
- pulumi_kubernetes/core/v1/ReplicationController.py +18 -16
- pulumi_kubernetes/core/v1/ReplicationControllerList.py +18 -16
- pulumi_kubernetes/core/v1/ReplicationControllerPatch.py +18 -16
- pulumi_kubernetes/core/v1/ResourceQuota.py +18 -16
- pulumi_kubernetes/core/v1/ResourceQuotaList.py +18 -16
- pulumi_kubernetes/core/v1/ResourceQuotaPatch.py +18 -16
- pulumi_kubernetes/core/v1/Secret.py +50 -48
- pulumi_kubernetes/core/v1/SecretList.py +18 -16
- pulumi_kubernetes/core/v1/SecretPatch.py +50 -48
- pulumi_kubernetes/core/v1/Service.py +18 -16
- pulumi_kubernetes/core/v1/ServiceAccount.py +26 -24
- pulumi_kubernetes/core/v1/ServiceAccountList.py +18 -16
- pulumi_kubernetes/core/v1/ServiceAccountPatch.py +26 -24
- pulumi_kubernetes/core/v1/ServiceList.py +18 -16
- pulumi_kubernetes/core/v1/ServicePatch.py +18 -16
- pulumi_kubernetes/core/v1/__init__.py +1 -0
- pulumi_kubernetes/core/v1/_enums.py +4 -1
- pulumi_kubernetes/core/v1/_inputs.py +5736 -5561
- pulumi_kubernetes/core/v1/outputs.py +3853 -3652
- pulumi_kubernetes/discovery/__init__.py +1 -0
- pulumi_kubernetes/discovery/v1/EndpointSlice.py +34 -32
- pulumi_kubernetes/discovery/v1/EndpointSliceList.py +18 -16
- pulumi_kubernetes/discovery/v1/EndpointSlicePatch.py +34 -32
- pulumi_kubernetes/discovery/v1/__init__.py +1 -0
- pulumi_kubernetes/discovery/v1/_inputs.py +294 -178
- pulumi_kubernetes/discovery/v1/outputs.py +184 -108
- pulumi_kubernetes/discovery/v1beta1/EndpointSlice.py +26 -24
- pulumi_kubernetes/discovery/v1beta1/EndpointSliceList.py +18 -16
- pulumi_kubernetes/discovery/v1beta1/EndpointSlicePatch.py +26 -24
- pulumi_kubernetes/discovery/v1beta1/__init__.py +1 -0
- pulumi_kubernetes/discovery/v1beta1/_inputs.py +126 -125
- pulumi_kubernetes/discovery/v1beta1/outputs.py +76 -75
- pulumi_kubernetes/events/__init__.py +1 -0
- pulumi_kubernetes/events/v1/Event.py +98 -96
- pulumi_kubernetes/events/v1/EventList.py +18 -16
- pulumi_kubernetes/events/v1/EventPatch.py +98 -96
- pulumi_kubernetes/events/v1/__init__.py +1 -0
- pulumi_kubernetes/events/v1/_inputs.py +81 -80
- pulumi_kubernetes/events/v1/outputs.py +49 -48
- pulumi_kubernetes/events/v1beta1/Event.py +98 -96
- pulumi_kubernetes/events/v1beta1/EventList.py +18 -16
- pulumi_kubernetes/events/v1beta1/EventPatch.py +98 -96
- pulumi_kubernetes/events/v1beta1/__init__.py +1 -0
- pulumi_kubernetes/events/v1beta1/_inputs.py +91 -90
- pulumi_kubernetes/events/v1beta1/outputs.py +55 -54
- pulumi_kubernetes/extensions/__init__.py +1 -0
- pulumi_kubernetes/extensions/v1beta1/DaemonSet.py +18 -16
- pulumi_kubernetes/extensions/v1beta1/DaemonSetList.py +18 -16
- pulumi_kubernetes/extensions/v1beta1/DaemonSetPatch.py +18 -16
- pulumi_kubernetes/extensions/v1beta1/Deployment.py +18 -16
- pulumi_kubernetes/extensions/v1beta1/DeploymentList.py +18 -16
- pulumi_kubernetes/extensions/v1beta1/DeploymentPatch.py +18 -16
- pulumi_kubernetes/extensions/v1beta1/Ingress.py +18 -16
- pulumi_kubernetes/extensions/v1beta1/IngressList.py +18 -16
- pulumi_kubernetes/extensions/v1beta1/IngressPatch.py +18 -16
- pulumi_kubernetes/extensions/v1beta1/NetworkPolicy.py +18 -16
- pulumi_kubernetes/extensions/v1beta1/NetworkPolicyList.py +18 -16
- pulumi_kubernetes/extensions/v1beta1/NetworkPolicyPatch.py +18 -16
- pulumi_kubernetes/extensions/v1beta1/PodSecurityPolicy.py +18 -16
- pulumi_kubernetes/extensions/v1beta1/PodSecurityPolicyList.py +18 -16
- pulumi_kubernetes/extensions/v1beta1/PodSecurityPolicyPatch.py +18 -16
- pulumi_kubernetes/extensions/v1beta1/ReplicaSet.py +18 -16
- pulumi_kubernetes/extensions/v1beta1/ReplicaSetList.py +18 -16
- pulumi_kubernetes/extensions/v1beta1/ReplicaSetPatch.py +18 -16
- pulumi_kubernetes/extensions/v1beta1/__init__.py +1 -0
- pulumi_kubernetes/extensions/v1beta1/_inputs.py +826 -825
- pulumi_kubernetes/extensions/v1beta1/outputs.py +587 -586
- pulumi_kubernetes/flowcontrol/__init__.py +1 -0
- pulumi_kubernetes/flowcontrol/v1/FlowSchema.py +18 -16
- pulumi_kubernetes/flowcontrol/v1/FlowSchemaList.py +18 -16
- pulumi_kubernetes/flowcontrol/v1/FlowSchemaPatch.py +18 -16
- pulumi_kubernetes/flowcontrol/v1/PriorityLevelConfiguration.py +18 -16
- pulumi_kubernetes/flowcontrol/v1/PriorityLevelConfigurationList.py +18 -16
- pulumi_kubernetes/flowcontrol/v1/PriorityLevelConfigurationPatch.py +18 -16
- pulumi_kubernetes/flowcontrol/v1/__init__.py +1 -0
- pulumi_kubernetes/flowcontrol/v1/_inputs.py +321 -320
- pulumi_kubernetes/flowcontrol/v1/outputs.py +223 -222
- pulumi_kubernetes/flowcontrol/v1alpha1/FlowSchema.py +18 -16
- pulumi_kubernetes/flowcontrol/v1alpha1/FlowSchemaList.py +18 -16
- pulumi_kubernetes/flowcontrol/v1alpha1/FlowSchemaPatch.py +18 -16
- pulumi_kubernetes/flowcontrol/v1alpha1/PriorityLevelConfiguration.py +18 -16
- pulumi_kubernetes/flowcontrol/v1alpha1/PriorityLevelConfigurationList.py +18 -16
- pulumi_kubernetes/flowcontrol/v1alpha1/PriorityLevelConfigurationPatch.py +18 -16
- pulumi_kubernetes/flowcontrol/v1alpha1/__init__.py +1 -0
- pulumi_kubernetes/flowcontrol/v1alpha1/_inputs.py +281 -280
- pulumi_kubernetes/flowcontrol/v1alpha1/outputs.py +199 -198
- pulumi_kubernetes/flowcontrol/v1beta1/FlowSchema.py +18 -16
- pulumi_kubernetes/flowcontrol/v1beta1/FlowSchemaList.py +18 -16
- pulumi_kubernetes/flowcontrol/v1beta1/FlowSchemaPatch.py +18 -16
- pulumi_kubernetes/flowcontrol/v1beta1/PriorityLevelConfiguration.py +18 -16
- pulumi_kubernetes/flowcontrol/v1beta1/PriorityLevelConfigurationList.py +18 -16
- pulumi_kubernetes/flowcontrol/v1beta1/PriorityLevelConfigurationPatch.py +18 -16
- pulumi_kubernetes/flowcontrol/v1beta1/__init__.py +1 -0
- pulumi_kubernetes/flowcontrol/v1beta1/_inputs.py +281 -280
- pulumi_kubernetes/flowcontrol/v1beta1/outputs.py +199 -198
- pulumi_kubernetes/flowcontrol/v1beta2/FlowSchema.py +18 -16
- pulumi_kubernetes/flowcontrol/v1beta2/FlowSchemaList.py +18 -16
- pulumi_kubernetes/flowcontrol/v1beta2/FlowSchemaPatch.py +18 -16
- pulumi_kubernetes/flowcontrol/v1beta2/PriorityLevelConfiguration.py +18 -16
- pulumi_kubernetes/flowcontrol/v1beta2/PriorityLevelConfigurationList.py +18 -16
- pulumi_kubernetes/flowcontrol/v1beta2/PriorityLevelConfigurationPatch.py +18 -16
- pulumi_kubernetes/flowcontrol/v1beta2/__init__.py +1 -0
- pulumi_kubernetes/flowcontrol/v1beta2/_inputs.py +321 -320
- pulumi_kubernetes/flowcontrol/v1beta2/outputs.py +223 -222
- pulumi_kubernetes/flowcontrol/v1beta3/FlowSchema.py +18 -16
- pulumi_kubernetes/flowcontrol/v1beta3/FlowSchemaList.py +18 -16
- pulumi_kubernetes/flowcontrol/v1beta3/FlowSchemaPatch.py +18 -16
- pulumi_kubernetes/flowcontrol/v1beta3/PriorityLevelConfiguration.py +18 -16
- pulumi_kubernetes/flowcontrol/v1beta3/PriorityLevelConfigurationList.py +18 -16
- pulumi_kubernetes/flowcontrol/v1beta3/PriorityLevelConfigurationPatch.py +18 -16
- pulumi_kubernetes/flowcontrol/v1beta3/__init__.py +1 -0
- pulumi_kubernetes/flowcontrol/v1beta3/_inputs.py +321 -320
- pulumi_kubernetes/flowcontrol/v1beta3/outputs.py +223 -222
- pulumi_kubernetes/helm/__init__.py +1 -0
- pulumi_kubernetes/helm/v3/Release.py +247 -245
- pulumi_kubernetes/helm/v3/__init__.py +1 -0
- pulumi_kubernetes/helm/v3/_inputs.py +31 -30
- pulumi_kubernetes/helm/v3/outputs.py +41 -40
- pulumi_kubernetes/helm/v4/Chart.py +72 -70
- pulumi_kubernetes/helm/v4/__init__.py +1 -0
- pulumi_kubernetes/helm/v4/_inputs.py +26 -25
- pulumi_kubernetes/kustomize/__init__.py +1 -0
- pulumi_kubernetes/kustomize/v2/Directory.py +31 -29
- pulumi_kubernetes/kustomize/v2/__init__.py +1 -0
- pulumi_kubernetes/meta/__init__.py +1 -0
- pulumi_kubernetes/meta/v1/Status.py +43 -41
- pulumi_kubernetes/meta/v1/StatusPatch.py +43 -41
- pulumi_kubernetes/meta/v1/__init__.py +1 -0
- pulumi_kubernetes/meta/v1/_inputs.py +451 -450
- pulumi_kubernetes/meta/v1/outputs.py +289 -288
- pulumi_kubernetes/networking/__init__.py +1 -0
- pulumi_kubernetes/networking/v1/IPAddress.py +218 -0
- pulumi_kubernetes/networking/v1/IPAddressList.py +217 -0
- pulumi_kubernetes/networking/v1/IPAddressPatch.py +230 -0
- pulumi_kubernetes/networking/v1/Ingress.py +18 -16
- pulumi_kubernetes/networking/v1/IngressClass.py +18 -16
- pulumi_kubernetes/networking/v1/IngressClassList.py +18 -16
- pulumi_kubernetes/networking/v1/IngressClassPatch.py +18 -16
- pulumi_kubernetes/networking/v1/IngressList.py +18 -16
- pulumi_kubernetes/networking/v1/IngressPatch.py +18 -16
- pulumi_kubernetes/networking/v1/NetworkPolicy.py +18 -16
- pulumi_kubernetes/networking/v1/NetworkPolicyList.py +18 -16
- pulumi_kubernetes/networking/v1/NetworkPolicyPatch.py +18 -16
- pulumi_kubernetes/networking/v1/ServiceCIDR.py +228 -0
- pulumi_kubernetes/networking/v1/ServiceCIDRList.py +217 -0
- pulumi_kubernetes/networking/v1/ServiceCIDRPatch.py +240 -0
- pulumi_kubernetes/networking/v1/__init__.py +7 -0
- pulumi_kubernetes/networking/v1/_inputs.py +865 -265
- pulumi_kubernetes/networking/v1/outputs.py +632 -170
- pulumi_kubernetes/networking/v1alpha1/ClusterCIDR.py +18 -16
- pulumi_kubernetes/networking/v1alpha1/ClusterCIDRList.py +18 -16
- pulumi_kubernetes/networking/v1alpha1/ClusterCIDRPatch.py +18 -16
- pulumi_kubernetes/networking/v1alpha1/IPAddress.py +19 -17
- pulumi_kubernetes/networking/v1alpha1/IPAddressList.py +18 -16
- pulumi_kubernetes/networking/v1alpha1/IPAddressPatch.py +19 -17
- pulumi_kubernetes/networking/v1alpha1/ServiceCIDR.py +19 -17
- pulumi_kubernetes/networking/v1alpha1/ServiceCIDRList.py +18 -16
- pulumi_kubernetes/networking/v1alpha1/ServiceCIDRPatch.py +19 -17
- pulumi_kubernetes/networking/v1alpha1/__init__.py +1 -0
- pulumi_kubernetes/networking/v1alpha1/_inputs.py +121 -120
- pulumi_kubernetes/networking/v1alpha1/outputs.py +73 -72
- pulumi_kubernetes/networking/v1beta1/IPAddress.py +19 -17
- pulumi_kubernetes/networking/v1beta1/IPAddressList.py +18 -16
- pulumi_kubernetes/networking/v1beta1/IPAddressPatch.py +19 -17
- pulumi_kubernetes/networking/v1beta1/Ingress.py +18 -16
- pulumi_kubernetes/networking/v1beta1/IngressClass.py +18 -16
- pulumi_kubernetes/networking/v1beta1/IngressClassList.py +18 -16
- pulumi_kubernetes/networking/v1beta1/IngressClassPatch.py +18 -16
- pulumi_kubernetes/networking/v1beta1/IngressList.py +18 -16
- pulumi_kubernetes/networking/v1beta1/IngressPatch.py +18 -16
- pulumi_kubernetes/networking/v1beta1/ServiceCIDR.py +19 -17
- pulumi_kubernetes/networking/v1beta1/ServiceCIDRList.py +18 -16
- pulumi_kubernetes/networking/v1beta1/ServiceCIDRPatch.py +19 -17
- pulumi_kubernetes/networking/v1beta1/__init__.py +1 -0
- pulumi_kubernetes/networking/v1beta1/_inputs.py +181 -180
- pulumi_kubernetes/networking/v1beta1/outputs.py +105 -104
- pulumi_kubernetes/node/__init__.py +1 -0
- pulumi_kubernetes/node/v1/RuntimeClass.py +26 -24
- pulumi_kubernetes/node/v1/RuntimeClassList.py +18 -16
- pulumi_kubernetes/node/v1/RuntimeClassPatch.py +26 -24
- pulumi_kubernetes/node/v1/__init__.py +1 -0
- pulumi_kubernetes/node/v1/_inputs.py +36 -35
- pulumi_kubernetes/node/v1/outputs.py +22 -21
- pulumi_kubernetes/node/v1alpha1/RuntimeClass.py +18 -16
- pulumi_kubernetes/node/v1alpha1/RuntimeClassList.py +18 -16
- pulumi_kubernetes/node/v1alpha1/RuntimeClassPatch.py +18 -16
- pulumi_kubernetes/node/v1alpha1/__init__.py +1 -0
- pulumi_kubernetes/node/v1alpha1/_inputs.py +41 -40
- pulumi_kubernetes/node/v1alpha1/outputs.py +25 -24
- pulumi_kubernetes/node/v1beta1/RuntimeClass.py +26 -24
- pulumi_kubernetes/node/v1beta1/RuntimeClassList.py +18 -16
- pulumi_kubernetes/node/v1beta1/RuntimeClassPatch.py +26 -24
- pulumi_kubernetes/node/v1beta1/__init__.py +1 -0
- pulumi_kubernetes/node/v1beta1/_inputs.py +36 -35
- pulumi_kubernetes/node/v1beta1/outputs.py +22 -21
- pulumi_kubernetes/policy/__init__.py +1 -0
- pulumi_kubernetes/policy/v1/PodDisruptionBudget.py +18 -16
- pulumi_kubernetes/policy/v1/PodDisruptionBudgetList.py +18 -16
- pulumi_kubernetes/policy/v1/PodDisruptionBudgetPatch.py +18 -16
- pulumi_kubernetes/policy/v1/__init__.py +1 -0
- pulumi_kubernetes/policy/v1/_inputs.py +71 -82
- pulumi_kubernetes/policy/v1/outputs.py +53 -60
- pulumi_kubernetes/policy/v1beta1/PodDisruptionBudget.py +18 -16
- pulumi_kubernetes/policy/v1beta1/PodDisruptionBudgetList.py +18 -16
- pulumi_kubernetes/policy/v1beta1/PodDisruptionBudgetPatch.py +18 -16
- pulumi_kubernetes/policy/v1beta1/PodSecurityPolicy.py +18 -16
- pulumi_kubernetes/policy/v1beta1/PodSecurityPolicyList.py +18 -16
- pulumi_kubernetes/policy/v1beta1/PodSecurityPolicyPatch.py +18 -16
- pulumi_kubernetes/policy/v1beta1/__init__.py +1 -0
- pulumi_kubernetes/policy/v1beta1/_inputs.py +361 -360
- pulumi_kubernetes/policy/v1beta1/outputs.py +227 -226
- pulumi_kubernetes/provider.py +93 -91
- pulumi_kubernetes/pulumi-plugin.json +1 -1
- pulumi_kubernetes/rbac/__init__.py +1 -0
- pulumi_kubernetes/rbac/v1/ClusterRole.py +18 -16
- pulumi_kubernetes/rbac/v1/ClusterRoleBinding.py +18 -16
- pulumi_kubernetes/rbac/v1/ClusterRoleBindingList.py +18 -16
- pulumi_kubernetes/rbac/v1/ClusterRoleBindingPatch.py +18 -16
- pulumi_kubernetes/rbac/v1/ClusterRoleList.py +18 -16
- pulumi_kubernetes/rbac/v1/ClusterRolePatch.py +18 -16
- pulumi_kubernetes/rbac/v1/Role.py +18 -16
- pulumi_kubernetes/rbac/v1/RoleBinding.py +18 -16
- pulumi_kubernetes/rbac/v1/RoleBindingList.py +18 -16
- pulumi_kubernetes/rbac/v1/RoleBindingPatch.py +18 -16
- pulumi_kubernetes/rbac/v1/RoleList.py +18 -16
- pulumi_kubernetes/rbac/v1/RolePatch.py +18 -16
- pulumi_kubernetes/rbac/v1/__init__.py +1 -0
- pulumi_kubernetes/rbac/v1/_inputs.py +161 -160
- pulumi_kubernetes/rbac/v1/outputs.py +97 -96
- pulumi_kubernetes/rbac/v1alpha1/ClusterRole.py +18 -16
- pulumi_kubernetes/rbac/v1alpha1/ClusterRoleBinding.py +18 -16
- pulumi_kubernetes/rbac/v1alpha1/ClusterRoleBindingList.py +18 -16
- pulumi_kubernetes/rbac/v1alpha1/ClusterRoleBindingPatch.py +18 -16
- pulumi_kubernetes/rbac/v1alpha1/ClusterRoleList.py +18 -16
- pulumi_kubernetes/rbac/v1alpha1/ClusterRolePatch.py +18 -16
- pulumi_kubernetes/rbac/v1alpha1/Role.py +18 -16
- pulumi_kubernetes/rbac/v1alpha1/RoleBinding.py +18 -16
- pulumi_kubernetes/rbac/v1alpha1/RoleBindingList.py +18 -16
- pulumi_kubernetes/rbac/v1alpha1/RoleBindingPatch.py +18 -16
- pulumi_kubernetes/rbac/v1alpha1/RoleList.py +18 -16
- pulumi_kubernetes/rbac/v1alpha1/RolePatch.py +18 -16
- pulumi_kubernetes/rbac/v1alpha1/__init__.py +1 -0
- pulumi_kubernetes/rbac/v1alpha1/_inputs.py +161 -160
- pulumi_kubernetes/rbac/v1alpha1/outputs.py +97 -96
- pulumi_kubernetes/rbac/v1beta1/ClusterRole.py +18 -16
- pulumi_kubernetes/rbac/v1beta1/ClusterRoleBinding.py +18 -16
- pulumi_kubernetes/rbac/v1beta1/ClusterRoleBindingList.py +18 -16
- pulumi_kubernetes/rbac/v1beta1/ClusterRoleBindingPatch.py +18 -16
- pulumi_kubernetes/rbac/v1beta1/ClusterRoleList.py +18 -16
- pulumi_kubernetes/rbac/v1beta1/ClusterRolePatch.py +18 -16
- pulumi_kubernetes/rbac/v1beta1/Role.py +18 -16
- pulumi_kubernetes/rbac/v1beta1/RoleBinding.py +18 -16
- pulumi_kubernetes/rbac/v1beta1/RoleBindingList.py +18 -16
- pulumi_kubernetes/rbac/v1beta1/RoleBindingPatch.py +18 -16
- pulumi_kubernetes/rbac/v1beta1/RoleList.py +18 -16
- pulumi_kubernetes/rbac/v1beta1/RolePatch.py +18 -16
- pulumi_kubernetes/rbac/v1beta1/__init__.py +1 -0
- pulumi_kubernetes/rbac/v1beta1/_inputs.py +161 -160
- pulumi_kubernetes/rbac/v1beta1/outputs.py +97 -96
- pulumi_kubernetes/resource/__init__.py +4 -0
- pulumi_kubernetes/resource/v1alpha1/PodScheduling.py +18 -16
- pulumi_kubernetes/resource/v1alpha1/PodSchedulingList.py +18 -16
- pulumi_kubernetes/resource/v1alpha1/PodSchedulingPatch.py +18 -16
- pulumi_kubernetes/resource/v1alpha1/ResourceClaim.py +19 -17
- pulumi_kubernetes/resource/v1alpha1/ResourceClaimList.py +18 -16
- pulumi_kubernetes/resource/v1alpha1/ResourceClaimPatch.py +19 -17
- pulumi_kubernetes/resource/v1alpha1/ResourceClaimTemplate.py +19 -17
- pulumi_kubernetes/resource/v1alpha1/ResourceClaimTemplateList.py +18 -16
- pulumi_kubernetes/resource/v1alpha1/ResourceClaimTemplatePatch.py +19 -17
- pulumi_kubernetes/resource/v1alpha1/ResourceClass.py +26 -24
- pulumi_kubernetes/resource/v1alpha1/ResourceClassList.py +18 -16
- pulumi_kubernetes/resource/v1alpha1/ResourceClassPatch.py +26 -24
- pulumi_kubernetes/resource/v1alpha1/__init__.py +1 -0
- pulumi_kubernetes/resource/v1alpha1/_inputs.py +206 -205
- pulumi_kubernetes/resource/v1alpha1/outputs.py +154 -153
- pulumi_kubernetes/resource/v1alpha2/PodSchedulingContext.py +18 -16
- pulumi_kubernetes/resource/v1alpha2/PodSchedulingContextList.py +18 -16
- pulumi_kubernetes/resource/v1alpha2/PodSchedulingContextPatch.py +18 -16
- pulumi_kubernetes/resource/v1alpha2/ResourceClaim.py +19 -17
- pulumi_kubernetes/resource/v1alpha2/ResourceClaimList.py +18 -16
- pulumi_kubernetes/resource/v1alpha2/ResourceClaimParameters.py +26 -24
- pulumi_kubernetes/resource/v1alpha2/ResourceClaimParametersList.py +18 -16
- pulumi_kubernetes/resource/v1alpha2/ResourceClaimParametersPatch.py +26 -24
- pulumi_kubernetes/resource/v1alpha2/ResourceClaimPatch.py +19 -17
- pulumi_kubernetes/resource/v1alpha2/ResourceClaimTemplate.py +19 -17
- pulumi_kubernetes/resource/v1alpha2/ResourceClaimTemplateList.py +18 -16
- pulumi_kubernetes/resource/v1alpha2/ResourceClaimTemplatePatch.py +19 -17
- pulumi_kubernetes/resource/v1alpha2/ResourceClass.py +34 -32
- pulumi_kubernetes/resource/v1alpha2/ResourceClassList.py +18 -16
- pulumi_kubernetes/resource/v1alpha2/ResourceClassParameters.py +18 -16
- pulumi_kubernetes/resource/v1alpha2/ResourceClassParametersList.py +18 -16
- pulumi_kubernetes/resource/v1alpha2/ResourceClassParametersPatch.py +18 -16
- pulumi_kubernetes/resource/v1alpha2/ResourceClassPatch.py +34 -32
- pulumi_kubernetes/resource/v1alpha2/ResourceSlice.py +35 -33
- pulumi_kubernetes/resource/v1alpha2/ResourceSliceList.py +18 -16
- pulumi_kubernetes/resource/v1alpha2/ResourceSlicePatch.py +35 -33
- pulumi_kubernetes/resource/v1alpha2/__init__.py +1 -0
- pulumi_kubernetes/resource/v1alpha2/_inputs.py +411 -410
- pulumi_kubernetes/resource/v1alpha2/outputs.py +286 -285
- pulumi_kubernetes/resource/v1alpha3/DeviceClass.py +19 -17
- pulumi_kubernetes/resource/v1alpha3/DeviceClassList.py +18 -16
- pulumi_kubernetes/resource/v1alpha3/DeviceClassPatch.py +19 -17
- pulumi_kubernetes/resource/v1alpha3/DeviceTaintRule.py +225 -0
- pulumi_kubernetes/resource/v1alpha3/DeviceTaintRuleList.py +217 -0
- pulumi_kubernetes/resource/v1alpha3/DeviceTaintRulePatch.py +236 -0
- pulumi_kubernetes/resource/v1alpha3/PodSchedulingContext.py +18 -16
- pulumi_kubernetes/resource/v1alpha3/PodSchedulingContextList.py +18 -16
- pulumi_kubernetes/resource/v1alpha3/PodSchedulingContextPatch.py +18 -16
- pulumi_kubernetes/resource/v1alpha3/ResourceClaim.py +19 -17
- pulumi_kubernetes/resource/v1alpha3/ResourceClaimList.py +18 -16
- pulumi_kubernetes/resource/v1alpha3/ResourceClaimPatch.py +19 -17
- pulumi_kubernetes/resource/v1alpha3/ResourceClaimTemplate.py +19 -17
- pulumi_kubernetes/resource/v1alpha3/ResourceClaimTemplateList.py +18 -16
- pulumi_kubernetes/resource/v1alpha3/ResourceClaimTemplatePatch.py +19 -17
- pulumi_kubernetes/resource/v1alpha3/ResourceSlice.py +19 -17
- pulumi_kubernetes/resource/v1alpha3/ResourceSliceList.py +18 -16
- pulumi_kubernetes/resource/v1alpha3/ResourceSlicePatch.py +19 -17
- pulumi_kubernetes/resource/v1alpha3/__init__.py +4 -0
- pulumi_kubernetes/resource/v1alpha3/_inputs.py +2999 -652
- pulumi_kubernetes/resource/v1alpha3/outputs.py +2286 -504
- pulumi_kubernetes/resource/v1beta1/DeviceClass.py +19 -17
- pulumi_kubernetes/resource/v1beta1/DeviceClassList.py +18 -16
- pulumi_kubernetes/resource/v1beta1/DeviceClassPatch.py +19 -17
- pulumi_kubernetes/resource/v1beta1/ResourceClaim.py +19 -17
- pulumi_kubernetes/resource/v1beta1/ResourceClaimList.py +18 -16
- pulumi_kubernetes/resource/v1beta1/ResourceClaimPatch.py +19 -17
- pulumi_kubernetes/resource/v1beta1/ResourceClaimTemplate.py +19 -17
- pulumi_kubernetes/resource/v1beta1/ResourceClaimTemplateList.py +18 -16
- pulumi_kubernetes/resource/v1beta1/ResourceClaimTemplatePatch.py +19 -17
- pulumi_kubernetes/resource/v1beta1/ResourceSlice.py +19 -17
- pulumi_kubernetes/resource/v1beta1/ResourceSliceList.py +18 -16
- pulumi_kubernetes/resource/v1beta1/ResourceSlicePatch.py +19 -17
- pulumi_kubernetes/resource/v1beta1/__init__.py +1 -0
- pulumi_kubernetes/resource/v1beta1/_inputs.py +2481 -612
- pulumi_kubernetes/resource/v1beta1/outputs.py +1782 -379
- pulumi_kubernetes/resource/v1beta2/DeviceClass.py +239 -0
- pulumi_kubernetes/resource/v1beta2/DeviceClassList.py +217 -0
- pulumi_kubernetes/resource/v1beta2/DeviceClassPatch.py +250 -0
- pulumi_kubernetes/resource/v1beta2/ResourceClaim.py +234 -0
- pulumi_kubernetes/resource/v1beta2/ResourceClaimList.py +218 -0
- pulumi_kubernetes/resource/v1beta2/ResourceClaimPatch.py +245 -0
- pulumi_kubernetes/resource/v1beta2/ResourceClaimTemplate.py +231 -0
- pulumi_kubernetes/resource/v1beta2/ResourceClaimTemplateList.py +217 -0
- pulumi_kubernetes/resource/v1beta2/ResourceClaimTemplatePatch.py +242 -0
- pulumi_kubernetes/resource/v1beta2/ResourceSlice.py +248 -0
- pulumi_kubernetes/resource/v1beta2/ResourceSliceList.py +218 -0
- pulumi_kubernetes/resource/v1beta2/ResourceSlicePatch.py +259 -0
- pulumi_kubernetes/resource/v1beta2/__init__.py +22 -0
- pulumi_kubernetes/resource/v1beta2/_inputs.py +5681 -0
- pulumi_kubernetes/resource/v1beta2/outputs.py +4726 -0
- pulumi_kubernetes/scheduling/__init__.py +1 -0
- pulumi_kubernetes/scheduling/v1/PriorityClass.py +50 -48
- pulumi_kubernetes/scheduling/v1/PriorityClassList.py +18 -16
- pulumi_kubernetes/scheduling/v1/PriorityClassPatch.py +50 -48
- pulumi_kubernetes/scheduling/v1/__init__.py +1 -0
- pulumi_kubernetes/scheduling/v1/_inputs.py +31 -30
- pulumi_kubernetes/scheduling/v1/outputs.py +19 -18
- pulumi_kubernetes/scheduling/v1alpha1/PriorityClass.py +50 -48
- pulumi_kubernetes/scheduling/v1alpha1/PriorityClassList.py +18 -16
- pulumi_kubernetes/scheduling/v1alpha1/PriorityClassPatch.py +50 -48
- pulumi_kubernetes/scheduling/v1alpha1/__init__.py +1 -0
- pulumi_kubernetes/scheduling/v1alpha1/_inputs.py +31 -30
- pulumi_kubernetes/scheduling/v1alpha1/outputs.py +19 -18
- pulumi_kubernetes/scheduling/v1beta1/PriorityClass.py +50 -48
- pulumi_kubernetes/scheduling/v1beta1/PriorityClassList.py +18 -16
- pulumi_kubernetes/scheduling/v1beta1/PriorityClassPatch.py +50 -48
- pulumi_kubernetes/scheduling/v1beta1/__init__.py +1 -0
- pulumi_kubernetes/scheduling/v1beta1/_inputs.py +31 -30
- pulumi_kubernetes/scheduling/v1beta1/outputs.py +19 -18
- pulumi_kubernetes/settings/__init__.py +1 -0
- pulumi_kubernetes/settings/v1alpha1/PodPreset.py +18 -16
- pulumi_kubernetes/settings/v1alpha1/PodPresetList.py +18 -16
- pulumi_kubernetes/settings/v1alpha1/PodPresetPatch.py +18 -16
- pulumi_kubernetes/settings/v1alpha1/__init__.py +1 -0
- pulumi_kubernetes/settings/v1alpha1/_inputs.py +11 -10
- pulumi_kubernetes/settings/v1alpha1/outputs.py +7 -6
- pulumi_kubernetes/storage/__init__.py +1 -0
- pulumi_kubernetes/storage/v1/CSIDriver.py +18 -16
- pulumi_kubernetes/storage/v1/CSIDriverList.py +18 -16
- pulumi_kubernetes/storage/v1/CSIDriverPatch.py +18 -16
- pulumi_kubernetes/storage/v1/CSINode.py +18 -16
- pulumi_kubernetes/storage/v1/CSINodeList.py +18 -16
- pulumi_kubernetes/storage/v1/CSINodePatch.py +18 -16
- pulumi_kubernetes/storage/v1/CSIStorageCapacity.py +42 -40
- pulumi_kubernetes/storage/v1/CSIStorageCapacityList.py +18 -16
- pulumi_kubernetes/storage/v1/CSIStorageCapacityPatch.py +42 -40
- pulumi_kubernetes/storage/v1/StorageClass.py +66 -64
- pulumi_kubernetes/storage/v1/StorageClassList.py +18 -16
- pulumi_kubernetes/storage/v1/StorageClassPatch.py +66 -64
- pulumi_kubernetes/storage/v1/VolumeAttachment.py +18 -16
- pulumi_kubernetes/storage/v1/VolumeAttachmentList.py +18 -16
- pulumi_kubernetes/storage/v1/VolumeAttachmentPatch.py +18 -16
- pulumi_kubernetes/storage/v1/__init__.py +1 -0
- pulumi_kubernetes/storage/v1/_inputs.py +366 -275
- pulumi_kubernetes/storage/v1/outputs.py +288 -177
- pulumi_kubernetes/storage/v1alpha1/VolumeAttachment.py +18 -16
- pulumi_kubernetes/storage/v1alpha1/VolumeAttachmentList.py +18 -16
- pulumi_kubernetes/storage/v1alpha1/VolumeAttachmentPatch.py +18 -16
- pulumi_kubernetes/storage/v1alpha1/VolumeAttributesClass.py +34 -32
- pulumi_kubernetes/storage/v1alpha1/VolumeAttributesClassList.py +18 -16
- pulumi_kubernetes/storage/v1alpha1/VolumeAttributesClassPatch.py +34 -32
- pulumi_kubernetes/storage/v1alpha1/__init__.py +1 -0
- pulumi_kubernetes/storage/v1alpha1/_inputs.py +81 -80
- pulumi_kubernetes/storage/v1alpha1/outputs.py +61 -60
- pulumi_kubernetes/storage/v1beta1/CSIDriver.py +18 -16
- pulumi_kubernetes/storage/v1beta1/CSIDriverList.py +18 -16
- pulumi_kubernetes/storage/v1beta1/CSIDriverPatch.py +18 -16
- pulumi_kubernetes/storage/v1beta1/CSINode.py +18 -16
- pulumi_kubernetes/storage/v1beta1/CSINodeList.py +18 -16
- pulumi_kubernetes/storage/v1beta1/CSINodePatch.py +18 -16
- pulumi_kubernetes/storage/v1beta1/CSIStorageCapacity.py +42 -40
- pulumi_kubernetes/storage/v1beta1/CSIStorageCapacityList.py +18 -16
- pulumi_kubernetes/storage/v1beta1/CSIStorageCapacityPatch.py +42 -40
- pulumi_kubernetes/storage/v1beta1/StorageClass.py +66 -64
- pulumi_kubernetes/storage/v1beta1/StorageClassList.py +18 -16
- pulumi_kubernetes/storage/v1beta1/StorageClassPatch.py +66 -64
- pulumi_kubernetes/storage/v1beta1/VolumeAttachment.py +18 -16
- pulumi_kubernetes/storage/v1beta1/VolumeAttachmentList.py +18 -16
- pulumi_kubernetes/storage/v1beta1/VolumeAttachmentPatch.py +18 -16
- pulumi_kubernetes/storage/v1beta1/VolumeAttributesClass.py +34 -32
- pulumi_kubernetes/storage/v1beta1/VolumeAttributesClassList.py +18 -16
- pulumi_kubernetes/storage/v1beta1/VolumeAttributesClassPatch.py +34 -32
- pulumi_kubernetes/storage/v1beta1/__init__.py +1 -0
- pulumi_kubernetes/storage/v1beta1/_inputs.py +286 -285
- pulumi_kubernetes/storage/v1beta1/outputs.py +184 -183
- pulumi_kubernetes/storagemigration/__init__.py +1 -0
- pulumi_kubernetes/storagemigration/v1alpha1/StorageVersionMigration.py +18 -16
- pulumi_kubernetes/storagemigration/v1alpha1/StorageVersionMigrationList.py +18 -16
- pulumi_kubernetes/storagemigration/v1alpha1/StorageVersionMigrationPatch.py +18 -16
- pulumi_kubernetes/storagemigration/v1alpha1/__init__.py +1 -0
- pulumi_kubernetes/storagemigration/v1alpha1/_inputs.py +81 -80
- pulumi_kubernetes/storagemigration/v1alpha1/outputs.py +67 -66
- pulumi_kubernetes/yaml/__init__.py +1 -0
- pulumi_kubernetes/yaml/v2/ConfigFile.py +23 -21
- pulumi_kubernetes/yaml/v2/ConfigGroup.py +30 -28
- pulumi_kubernetes/yaml/v2/__init__.py +1 -0
- pulumi_kubernetes/yaml/yaml.py +108 -0
- {pulumi_kubernetes-4.22.1.dist-info → pulumi_kubernetes-4.23.0.dist-info}/METADATA +4 -4
- pulumi_kubernetes-4.23.0.dist-info/RECORD +709 -0
- {pulumi_kubernetes-4.22.1.dist-info → pulumi_kubernetes-4.23.0.dist-info}/WHEEL +1 -1
- pulumi_kubernetes-4.22.1.dist-info/RECORD +0 -679
- {pulumi_kubernetes-4.22.1.dist-info → pulumi_kubernetes-4.23.0.dist-info}/top_level.txt +0 -0
|
@@ -2,6 +2,7 @@
|
|
|
2
2
|
# *** WARNING: this file was generated by pulumigen. ***
|
|
3
3
|
# *** Do not edit by hand unless you're certain you know what you are doing! ***
|
|
4
4
|
|
|
5
|
+
import builtins
|
|
5
6
|
import copy
|
|
6
7
|
import warnings
|
|
7
8
|
import sys
|
|
@@ -88,17 +89,17 @@ class ControllerRevision(dict):
|
|
|
88
89
|
return super().get(key, default)
|
|
89
90
|
|
|
90
91
|
def __init__(__self__, *,
|
|
91
|
-
revision: int,
|
|
92
|
-
api_version: Optional[str] = None,
|
|
92
|
+
revision: builtins.int,
|
|
93
|
+
api_version: Optional[builtins.str] = None,
|
|
93
94
|
data: Optional[Any] = None,
|
|
94
|
-
kind: Optional[str] = None,
|
|
95
|
+
kind: Optional[builtins.str] = None,
|
|
95
96
|
metadata: Optional['_meta.v1.outputs.ObjectMeta'] = None):
|
|
96
97
|
"""
|
|
97
98
|
ControllerRevision implements an immutable snapshot of state data. Clients are responsible for serializing and deserializing the objects that contain their internal state. Once a ControllerRevision has been successfully created, it can not be updated. The API Server will fail validation of all requests that attempt to mutate the Data field. ControllerRevisions may, however, be deleted. Note that, due to its use by both the DaemonSet and StatefulSet controllers for update and rollback, this object is beta. However, it may be subject to name and representation changes in future releases, and clients should not depend on its stability. It is primarily for internal use by controllers.
|
|
98
|
-
:param int revision: Revision indicates the revision of the state represented by Data.
|
|
99
|
-
:param str api_version: APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources
|
|
99
|
+
:param builtins.int revision: Revision indicates the revision of the state represented by Data.
|
|
100
|
+
:param builtins.str api_version: APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources
|
|
100
101
|
:param Any data: Data is the serialized representation of the state.
|
|
101
|
-
:param str kind: Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds
|
|
102
|
+
:param builtins.str kind: Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds
|
|
102
103
|
:param '_meta.v1.ObjectMetaArgs' metadata: Standard object's metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata
|
|
103
104
|
"""
|
|
104
105
|
pulumi.set(__self__, "revision", revision)
|
|
@@ -113,7 +114,7 @@ class ControllerRevision(dict):
|
|
|
113
114
|
|
|
114
115
|
@property
|
|
115
116
|
@pulumi.getter
|
|
116
|
-
def revision(self) -> int:
|
|
117
|
+
def revision(self) -> builtins.int:
|
|
117
118
|
"""
|
|
118
119
|
Revision indicates the revision of the state represented by Data.
|
|
119
120
|
"""
|
|
@@ -121,7 +122,7 @@ class ControllerRevision(dict):
|
|
|
121
122
|
|
|
122
123
|
@property
|
|
123
124
|
@pulumi.getter(name="apiVersion")
|
|
124
|
-
def api_version(self) -> Optional[str]:
|
|
125
|
+
def api_version(self) -> Optional[builtins.str]:
|
|
125
126
|
"""
|
|
126
127
|
APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources
|
|
127
128
|
"""
|
|
@@ -137,7 +138,7 @@ class ControllerRevision(dict):
|
|
|
137
138
|
|
|
138
139
|
@property
|
|
139
140
|
@pulumi.getter
|
|
140
|
-
def kind(self) -> Optional[str]:
|
|
141
|
+
def kind(self) -> Optional[builtins.str]:
|
|
141
142
|
"""
|
|
142
143
|
Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds
|
|
143
144
|
"""
|
|
@@ -175,15 +176,15 @@ class DaemonSet(dict):
|
|
|
175
176
|
return super().get(key, default)
|
|
176
177
|
|
|
177
178
|
def __init__(__self__, *,
|
|
178
|
-
api_version: Optional[str] = None,
|
|
179
|
-
kind: Optional[str] = None,
|
|
179
|
+
api_version: Optional[builtins.str] = None,
|
|
180
|
+
kind: Optional[builtins.str] = None,
|
|
180
181
|
metadata: Optional['_meta.v1.outputs.ObjectMeta'] = None,
|
|
181
182
|
spec: Optional['outputs.DaemonSetSpec'] = None,
|
|
182
183
|
status: Optional['outputs.DaemonSetStatus'] = None):
|
|
183
184
|
"""
|
|
184
185
|
DaemonSet represents the configuration of a daemon set.
|
|
185
|
-
:param str api_version: APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources
|
|
186
|
-
:param str kind: Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds
|
|
186
|
+
:param builtins.str api_version: APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources
|
|
187
|
+
:param builtins.str kind: Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds
|
|
187
188
|
:param '_meta.v1.ObjectMetaArgs' metadata: Standard object's metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata
|
|
188
189
|
:param 'DaemonSetSpecArgs' spec: The desired behavior of this daemon set. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#spec-and-status
|
|
189
190
|
:param 'DaemonSetStatusArgs' status: The current status of this daemon set. This data may be out of date by some window of time. Populated by the system. Read-only. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#spec-and-status
|
|
@@ -201,7 +202,7 @@ class DaemonSet(dict):
|
|
|
201
202
|
|
|
202
203
|
@property
|
|
203
204
|
@pulumi.getter(name="apiVersion")
|
|
204
|
-
def api_version(self) -> Optional[str]:
|
|
205
|
+
def api_version(self) -> Optional[builtins.str]:
|
|
205
206
|
"""
|
|
206
207
|
APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources
|
|
207
208
|
"""
|
|
@@ -209,7 +210,7 @@ class DaemonSet(dict):
|
|
|
209
210
|
|
|
210
211
|
@property
|
|
211
212
|
@pulumi.getter
|
|
212
|
-
def kind(self) -> Optional[str]:
|
|
213
|
+
def kind(self) -> Optional[builtins.str]:
|
|
213
214
|
"""
|
|
214
215
|
Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds
|
|
215
216
|
"""
|
|
@@ -263,18 +264,18 @@ class DaemonSetCondition(dict):
|
|
|
263
264
|
return super().get(key, default)
|
|
264
265
|
|
|
265
266
|
def __init__(__self__, *,
|
|
266
|
-
status: str,
|
|
267
|
-
type: str,
|
|
268
|
-
last_transition_time: Optional[str] = None,
|
|
269
|
-
message: Optional[str] = None,
|
|
270
|
-
reason: Optional[str] = None):
|
|
267
|
+
status: builtins.str,
|
|
268
|
+
type: builtins.str,
|
|
269
|
+
last_transition_time: Optional[builtins.str] = None,
|
|
270
|
+
message: Optional[builtins.str] = None,
|
|
271
|
+
reason: Optional[builtins.str] = None):
|
|
271
272
|
"""
|
|
272
273
|
DaemonSetCondition describes the state of a DaemonSet at a certain point.
|
|
273
|
-
:param str status: Status of the condition, one of True, False, Unknown.
|
|
274
|
-
:param str type: Type of DaemonSet condition.
|
|
275
|
-
:param str last_transition_time: Last time the condition transitioned from one status to another.
|
|
276
|
-
:param str message: A human readable message indicating details about the transition.
|
|
277
|
-
:param str reason: The reason for the condition's last transition.
|
|
274
|
+
:param builtins.str status: Status of the condition, one of True, False, Unknown.
|
|
275
|
+
:param builtins.str type: Type of DaemonSet condition.
|
|
276
|
+
:param builtins.str last_transition_time: Last time the condition transitioned from one status to another.
|
|
277
|
+
:param builtins.str message: A human readable message indicating details about the transition.
|
|
278
|
+
:param builtins.str reason: The reason for the condition's last transition.
|
|
278
279
|
"""
|
|
279
280
|
pulumi.set(__self__, "status", status)
|
|
280
281
|
pulumi.set(__self__, "type", type)
|
|
@@ -287,7 +288,7 @@ class DaemonSetCondition(dict):
|
|
|
287
288
|
|
|
288
289
|
@property
|
|
289
290
|
@pulumi.getter
|
|
290
|
-
def status(self) -> str:
|
|
291
|
+
def status(self) -> builtins.str:
|
|
291
292
|
"""
|
|
292
293
|
Status of the condition, one of True, False, Unknown.
|
|
293
294
|
"""
|
|
@@ -295,7 +296,7 @@ class DaemonSetCondition(dict):
|
|
|
295
296
|
|
|
296
297
|
@property
|
|
297
298
|
@pulumi.getter
|
|
298
|
-
def type(self) -> str:
|
|
299
|
+
def type(self) -> builtins.str:
|
|
299
300
|
"""
|
|
300
301
|
Type of DaemonSet condition.
|
|
301
302
|
"""
|
|
@@ -303,7 +304,7 @@ class DaemonSetCondition(dict):
|
|
|
303
304
|
|
|
304
305
|
@property
|
|
305
306
|
@pulumi.getter(name="lastTransitionTime")
|
|
306
|
-
def last_transition_time(self) -> Optional[str]:
|
|
307
|
+
def last_transition_time(self) -> Optional[builtins.str]:
|
|
307
308
|
"""
|
|
308
309
|
Last time the condition transitioned from one status to another.
|
|
309
310
|
"""
|
|
@@ -311,7 +312,7 @@ class DaemonSetCondition(dict):
|
|
|
311
312
|
|
|
312
313
|
@property
|
|
313
314
|
@pulumi.getter
|
|
314
|
-
def message(self) -> Optional[str]:
|
|
315
|
+
def message(self) -> Optional[builtins.str]:
|
|
315
316
|
"""
|
|
316
317
|
A human readable message indicating details about the transition.
|
|
317
318
|
"""
|
|
@@ -319,7 +320,7 @@ class DaemonSetCondition(dict):
|
|
|
319
320
|
|
|
320
321
|
@property
|
|
321
322
|
@pulumi.getter
|
|
322
|
-
def reason(self) -> Optional[str]:
|
|
323
|
+
def reason(self) -> Optional[builtins.str]:
|
|
323
324
|
"""
|
|
324
325
|
The reason for the condition's last transition.
|
|
325
326
|
"""
|
|
@@ -349,18 +350,18 @@ class DaemonSetConditionPatch(dict):
|
|
|
349
350
|
return super().get(key, default)
|
|
350
351
|
|
|
351
352
|
def __init__(__self__, *,
|
|
352
|
-
last_transition_time: Optional[str] = None,
|
|
353
|
-
message: Optional[str] = None,
|
|
354
|
-
reason: Optional[str] = None,
|
|
355
|
-
status: Optional[str] = None,
|
|
356
|
-
type: Optional[str] = None):
|
|
353
|
+
last_transition_time: Optional[builtins.str] = None,
|
|
354
|
+
message: Optional[builtins.str] = None,
|
|
355
|
+
reason: Optional[builtins.str] = None,
|
|
356
|
+
status: Optional[builtins.str] = None,
|
|
357
|
+
type: Optional[builtins.str] = None):
|
|
357
358
|
"""
|
|
358
359
|
DaemonSetCondition describes the state of a DaemonSet at a certain point.
|
|
359
|
-
:param str last_transition_time: Last time the condition transitioned from one status to another.
|
|
360
|
-
:param str message: A human readable message indicating details about the transition.
|
|
361
|
-
:param str reason: The reason for the condition's last transition.
|
|
362
|
-
:param str status: Status of the condition, one of True, False, Unknown.
|
|
363
|
-
:param str type: Type of DaemonSet condition.
|
|
360
|
+
:param builtins.str last_transition_time: Last time the condition transitioned from one status to another.
|
|
361
|
+
:param builtins.str message: A human readable message indicating details about the transition.
|
|
362
|
+
:param builtins.str reason: The reason for the condition's last transition.
|
|
363
|
+
:param builtins.str status: Status of the condition, one of True, False, Unknown.
|
|
364
|
+
:param builtins.str type: Type of DaemonSet condition.
|
|
364
365
|
"""
|
|
365
366
|
if last_transition_time is not None:
|
|
366
367
|
pulumi.set(__self__, "last_transition_time", last_transition_time)
|
|
@@ -375,7 +376,7 @@ class DaemonSetConditionPatch(dict):
|
|
|
375
376
|
|
|
376
377
|
@property
|
|
377
378
|
@pulumi.getter(name="lastTransitionTime")
|
|
378
|
-
def last_transition_time(self) -> Optional[str]:
|
|
379
|
+
def last_transition_time(self) -> Optional[builtins.str]:
|
|
379
380
|
"""
|
|
380
381
|
Last time the condition transitioned from one status to another.
|
|
381
382
|
"""
|
|
@@ -383,7 +384,7 @@ class DaemonSetConditionPatch(dict):
|
|
|
383
384
|
|
|
384
385
|
@property
|
|
385
386
|
@pulumi.getter
|
|
386
|
-
def message(self) -> Optional[str]:
|
|
387
|
+
def message(self) -> Optional[builtins.str]:
|
|
387
388
|
"""
|
|
388
389
|
A human readable message indicating details about the transition.
|
|
389
390
|
"""
|
|
@@ -391,7 +392,7 @@ class DaemonSetConditionPatch(dict):
|
|
|
391
392
|
|
|
392
393
|
@property
|
|
393
394
|
@pulumi.getter
|
|
394
|
-
def reason(self) -> Optional[str]:
|
|
395
|
+
def reason(self) -> Optional[builtins.str]:
|
|
395
396
|
"""
|
|
396
397
|
The reason for the condition's last transition.
|
|
397
398
|
"""
|
|
@@ -399,7 +400,7 @@ class DaemonSetConditionPatch(dict):
|
|
|
399
400
|
|
|
400
401
|
@property
|
|
401
402
|
@pulumi.getter
|
|
402
|
-
def status(self) -> Optional[str]:
|
|
403
|
+
def status(self) -> Optional[builtins.str]:
|
|
403
404
|
"""
|
|
404
405
|
Status of the condition, one of True, False, Unknown.
|
|
405
406
|
"""
|
|
@@ -407,7 +408,7 @@ class DaemonSetConditionPatch(dict):
|
|
|
407
408
|
|
|
408
409
|
@property
|
|
409
410
|
@pulumi.getter
|
|
410
|
-
def type(self) -> Optional[str]:
|
|
411
|
+
def type(self) -> Optional[builtins.str]:
|
|
411
412
|
"""
|
|
412
413
|
Type of DaemonSet condition.
|
|
413
414
|
"""
|
|
@@ -443,15 +444,15 @@ class DaemonSetSpec(dict):
|
|
|
443
444
|
def __init__(__self__, *,
|
|
444
445
|
selector: '_meta.v1.outputs.LabelSelector',
|
|
445
446
|
template: '_core.v1.outputs.PodTemplateSpec',
|
|
446
|
-
min_ready_seconds: Optional[int] = None,
|
|
447
|
-
revision_history_limit: Optional[int] = None,
|
|
447
|
+
min_ready_seconds: Optional[builtins.int] = None,
|
|
448
|
+
revision_history_limit: Optional[builtins.int] = None,
|
|
448
449
|
update_strategy: Optional['outputs.DaemonSetUpdateStrategy'] = None):
|
|
449
450
|
"""
|
|
450
451
|
DaemonSetSpec is the specification of a daemon set.
|
|
451
452
|
:param '_meta.v1.LabelSelectorArgs' selector: A label query over pods that are managed by the daemon set. Must match in order to be controlled. It must match the pod template's labels. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/labels/#label-selectors
|
|
452
453
|
:param '_core.v1.PodTemplateSpecArgs' template: An object that describes the pod that will be created. The DaemonSet will create exactly one copy of this pod on every node that matches the template's node selector (or on every node if no node selector is specified). The only allowed template.spec.restartPolicy value is "Always". More info: https://kubernetes.io/docs/concepts/workloads/controllers/replicationcontroller#pod-template
|
|
453
|
-
:param int min_ready_seconds: The minimum number of seconds for which a newly created DaemonSet pod should be ready without any of its container crashing, for it to be considered available. Defaults to 0 (pod will be considered available as soon as it is ready).
|
|
454
|
-
:param int revision_history_limit: The number of old history to retain to allow rollback. This is a pointer to distinguish between explicit zero and not specified. Defaults to 10.
|
|
454
|
+
:param builtins.int min_ready_seconds: The minimum number of seconds for which a newly created DaemonSet pod should be ready without any of its container crashing, for it to be considered available. Defaults to 0 (pod will be considered available as soon as it is ready).
|
|
455
|
+
:param builtins.int revision_history_limit: The number of old history to retain to allow rollback. This is a pointer to distinguish between explicit zero and not specified. Defaults to 10.
|
|
455
456
|
:param 'DaemonSetUpdateStrategyArgs' update_strategy: An update strategy to replace existing DaemonSet pods with new pods.
|
|
456
457
|
"""
|
|
457
458
|
pulumi.set(__self__, "selector", selector)
|
|
@@ -481,7 +482,7 @@ class DaemonSetSpec(dict):
|
|
|
481
482
|
|
|
482
483
|
@property
|
|
483
484
|
@pulumi.getter(name="minReadySeconds")
|
|
484
|
-
def min_ready_seconds(self) -> Optional[int]:
|
|
485
|
+
def min_ready_seconds(self) -> Optional[builtins.int]:
|
|
485
486
|
"""
|
|
486
487
|
The minimum number of seconds for which a newly created DaemonSet pod should be ready without any of its container crashing, for it to be considered available. Defaults to 0 (pod will be considered available as soon as it is ready).
|
|
487
488
|
"""
|
|
@@ -489,7 +490,7 @@ class DaemonSetSpec(dict):
|
|
|
489
490
|
|
|
490
491
|
@property
|
|
491
492
|
@pulumi.getter(name="revisionHistoryLimit")
|
|
492
|
-
def revision_history_limit(self) -> Optional[int]:
|
|
493
|
+
def revision_history_limit(self) -> Optional[builtins.int]:
|
|
493
494
|
"""
|
|
494
495
|
The number of old history to retain to allow rollback. This is a pointer to distinguish between explicit zero and not specified. Defaults to 10.
|
|
495
496
|
"""
|
|
@@ -531,15 +532,15 @@ class DaemonSetSpecPatch(dict):
|
|
|
531
532
|
return super().get(key, default)
|
|
532
533
|
|
|
533
534
|
def __init__(__self__, *,
|
|
534
|
-
min_ready_seconds: Optional[int] = None,
|
|
535
|
-
revision_history_limit: Optional[int] = None,
|
|
535
|
+
min_ready_seconds: Optional[builtins.int] = None,
|
|
536
|
+
revision_history_limit: Optional[builtins.int] = None,
|
|
536
537
|
selector: Optional['_meta.v1.outputs.LabelSelectorPatch'] = None,
|
|
537
538
|
template: Optional['_core.v1.outputs.PodTemplateSpecPatch'] = None,
|
|
538
539
|
update_strategy: Optional['outputs.DaemonSetUpdateStrategyPatch'] = None):
|
|
539
540
|
"""
|
|
540
541
|
DaemonSetSpec is the specification of a daemon set.
|
|
541
|
-
:param int min_ready_seconds: The minimum number of seconds for which a newly created DaemonSet pod should be ready without any of its container crashing, for it to be considered available. Defaults to 0 (pod will be considered available as soon as it is ready).
|
|
542
|
-
:param int revision_history_limit: The number of old history to retain to allow rollback. This is a pointer to distinguish between explicit zero and not specified. Defaults to 10.
|
|
542
|
+
:param builtins.int min_ready_seconds: The minimum number of seconds for which a newly created DaemonSet pod should be ready without any of its container crashing, for it to be considered available. Defaults to 0 (pod will be considered available as soon as it is ready).
|
|
543
|
+
:param builtins.int revision_history_limit: The number of old history to retain to allow rollback. This is a pointer to distinguish between explicit zero and not specified. Defaults to 10.
|
|
543
544
|
:param '_meta.v1.LabelSelectorPatchArgs' selector: A label query over pods that are managed by the daemon set. Must match in order to be controlled. It must match the pod template's labels. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/labels/#label-selectors
|
|
544
545
|
:param '_core.v1.PodTemplateSpecPatchArgs' template: An object that describes the pod that will be created. The DaemonSet will create exactly one copy of this pod on every node that matches the template's node selector (or on every node if no node selector is specified). The only allowed template.spec.restartPolicy value is "Always". More info: https://kubernetes.io/docs/concepts/workloads/controllers/replicationcontroller#pod-template
|
|
545
546
|
:param 'DaemonSetUpdateStrategyPatchArgs' update_strategy: An update strategy to replace existing DaemonSet pods with new pods.
|
|
@@ -557,7 +558,7 @@ class DaemonSetSpecPatch(dict):
|
|
|
557
558
|
|
|
558
559
|
@property
|
|
559
560
|
@pulumi.getter(name="minReadySeconds")
|
|
560
|
-
def min_ready_seconds(self) -> Optional[int]:
|
|
561
|
+
def min_ready_seconds(self) -> Optional[builtins.int]:
|
|
561
562
|
"""
|
|
562
563
|
The minimum number of seconds for which a newly created DaemonSet pod should be ready without any of its container crashing, for it to be considered available. Defaults to 0 (pod will be considered available as soon as it is ready).
|
|
563
564
|
"""
|
|
@@ -565,7 +566,7 @@ class DaemonSetSpecPatch(dict):
|
|
|
565
566
|
|
|
566
567
|
@property
|
|
567
568
|
@pulumi.getter(name="revisionHistoryLimit")
|
|
568
|
-
def revision_history_limit(self) -> Optional[int]:
|
|
569
|
+
def revision_history_limit(self) -> Optional[builtins.int]:
|
|
569
570
|
"""
|
|
570
571
|
The number of old history to retain to allow rollback. This is a pointer to distinguish between explicit zero and not specified. Defaults to 10.
|
|
571
572
|
"""
|
|
@@ -635,28 +636,28 @@ class DaemonSetStatus(dict):
|
|
|
635
636
|
return super().get(key, default)
|
|
636
637
|
|
|
637
638
|
def __init__(__self__, *,
|
|
638
|
-
current_number_scheduled: int,
|
|
639
|
-
desired_number_scheduled: int,
|
|
640
|
-
number_misscheduled: int,
|
|
641
|
-
number_ready: int,
|
|
642
|
-
collision_count: Optional[int] = None,
|
|
639
|
+
current_number_scheduled: builtins.int,
|
|
640
|
+
desired_number_scheduled: builtins.int,
|
|
641
|
+
number_misscheduled: builtins.int,
|
|
642
|
+
number_ready: builtins.int,
|
|
643
|
+
collision_count: Optional[builtins.int] = None,
|
|
643
644
|
conditions: Optional[Sequence['outputs.DaemonSetCondition']] = None,
|
|
644
|
-
number_available: Optional[int] = None,
|
|
645
|
-
number_unavailable: Optional[int] = None,
|
|
646
|
-
observed_generation: Optional[int] = None,
|
|
647
|
-
updated_number_scheduled: Optional[int] = None):
|
|
645
|
+
number_available: Optional[builtins.int] = None,
|
|
646
|
+
number_unavailable: Optional[builtins.int] = None,
|
|
647
|
+
observed_generation: Optional[builtins.int] = None,
|
|
648
|
+
updated_number_scheduled: Optional[builtins.int] = None):
|
|
648
649
|
"""
|
|
649
650
|
DaemonSetStatus represents the current status of a daemon set.
|
|
650
|
-
:param int current_number_scheduled: The number of nodes that are running at least 1 daemon pod and are supposed to run the daemon pod. More info: https://kubernetes.io/docs/concepts/workloads/controllers/daemonset/
|
|
651
|
-
:param int desired_number_scheduled: The total number of nodes that should be running the daemon pod (including nodes correctly running the daemon pod). More info: https://kubernetes.io/docs/concepts/workloads/controllers/daemonset/
|
|
652
|
-
:param int number_misscheduled: The number of nodes that are running the daemon pod, but are not supposed to run the daemon pod. More info: https://kubernetes.io/docs/concepts/workloads/controllers/daemonset/
|
|
653
|
-
:param int number_ready: numberReady is the number of nodes that should be running the daemon pod and have one or more of the daemon pod running with a Ready Condition.
|
|
654
|
-
:param int collision_count: Count of hash collisions for the DaemonSet. The DaemonSet controller uses this field as a collision avoidance mechanism when it needs to create the name for the newest ControllerRevision.
|
|
651
|
+
:param builtins.int current_number_scheduled: The number of nodes that are running at least 1 daemon pod and are supposed to run the daemon pod. More info: https://kubernetes.io/docs/concepts/workloads/controllers/daemonset/
|
|
652
|
+
:param builtins.int desired_number_scheduled: The total number of nodes that should be running the daemon pod (including nodes correctly running the daemon pod). More info: https://kubernetes.io/docs/concepts/workloads/controllers/daemonset/
|
|
653
|
+
:param builtins.int number_misscheduled: The number of nodes that are running the daemon pod, but are not supposed to run the daemon pod. More info: https://kubernetes.io/docs/concepts/workloads/controllers/daemonset/
|
|
654
|
+
:param builtins.int number_ready: numberReady is the number of nodes that should be running the daemon pod and have one or more of the daemon pod running with a Ready Condition.
|
|
655
|
+
:param builtins.int collision_count: Count of hash collisions for the DaemonSet. The DaemonSet controller uses this field as a collision avoidance mechanism when it needs to create the name for the newest ControllerRevision.
|
|
655
656
|
:param Sequence['DaemonSetConditionArgs'] conditions: Represents the latest available observations of a DaemonSet's current state.
|
|
656
|
-
:param int number_available: The number of nodes that should be running the daemon pod and have one or more of the daemon pod running and available (ready for at least spec.minReadySeconds)
|
|
657
|
-
:param int number_unavailable: The number of nodes that should be running the daemon pod and have none of the daemon pod running and available (ready for at least spec.minReadySeconds)
|
|
658
|
-
:param int observed_generation: The most recent generation observed by the daemon set controller.
|
|
659
|
-
:param int updated_number_scheduled: The total number of nodes that are running updated daemon pod
|
|
657
|
+
:param builtins.int number_available: The number of nodes that should be running the daemon pod and have one or more of the daemon pod running and available (ready for at least spec.minReadySeconds)
|
|
658
|
+
:param builtins.int number_unavailable: The number of nodes that should be running the daemon pod and have none of the daemon pod running and available (ready for at least spec.minReadySeconds)
|
|
659
|
+
:param builtins.int observed_generation: The most recent generation observed by the daemon set controller.
|
|
660
|
+
:param builtins.int updated_number_scheduled: The total number of nodes that are running updated daemon pod
|
|
660
661
|
"""
|
|
661
662
|
pulumi.set(__self__, "current_number_scheduled", current_number_scheduled)
|
|
662
663
|
pulumi.set(__self__, "desired_number_scheduled", desired_number_scheduled)
|
|
@@ -677,7 +678,7 @@ class DaemonSetStatus(dict):
|
|
|
677
678
|
|
|
678
679
|
@property
|
|
679
680
|
@pulumi.getter(name="currentNumberScheduled")
|
|
680
|
-
def current_number_scheduled(self) -> int:
|
|
681
|
+
def current_number_scheduled(self) -> builtins.int:
|
|
681
682
|
"""
|
|
682
683
|
The number of nodes that are running at least 1 daemon pod and are supposed to run the daemon pod. More info: https://kubernetes.io/docs/concepts/workloads/controllers/daemonset/
|
|
683
684
|
"""
|
|
@@ -685,7 +686,7 @@ class DaemonSetStatus(dict):
|
|
|
685
686
|
|
|
686
687
|
@property
|
|
687
688
|
@pulumi.getter(name="desiredNumberScheduled")
|
|
688
|
-
def desired_number_scheduled(self) -> int:
|
|
689
|
+
def desired_number_scheduled(self) -> builtins.int:
|
|
689
690
|
"""
|
|
690
691
|
The total number of nodes that should be running the daemon pod (including nodes correctly running the daemon pod). More info: https://kubernetes.io/docs/concepts/workloads/controllers/daemonset/
|
|
691
692
|
"""
|
|
@@ -693,7 +694,7 @@ class DaemonSetStatus(dict):
|
|
|
693
694
|
|
|
694
695
|
@property
|
|
695
696
|
@pulumi.getter(name="numberMisscheduled")
|
|
696
|
-
def number_misscheduled(self) -> int:
|
|
697
|
+
def number_misscheduled(self) -> builtins.int:
|
|
697
698
|
"""
|
|
698
699
|
The number of nodes that are running the daemon pod, but are not supposed to run the daemon pod. More info: https://kubernetes.io/docs/concepts/workloads/controllers/daemonset/
|
|
699
700
|
"""
|
|
@@ -701,7 +702,7 @@ class DaemonSetStatus(dict):
|
|
|
701
702
|
|
|
702
703
|
@property
|
|
703
704
|
@pulumi.getter(name="numberReady")
|
|
704
|
-
def number_ready(self) -> int:
|
|
705
|
+
def number_ready(self) -> builtins.int:
|
|
705
706
|
"""
|
|
706
707
|
numberReady is the number of nodes that should be running the daemon pod and have one or more of the daemon pod running with a Ready Condition.
|
|
707
708
|
"""
|
|
@@ -709,7 +710,7 @@ class DaemonSetStatus(dict):
|
|
|
709
710
|
|
|
710
711
|
@property
|
|
711
712
|
@pulumi.getter(name="collisionCount")
|
|
712
|
-
def collision_count(self) -> Optional[int]:
|
|
713
|
+
def collision_count(self) -> Optional[builtins.int]:
|
|
713
714
|
"""
|
|
714
715
|
Count of hash collisions for the DaemonSet. The DaemonSet controller uses this field as a collision avoidance mechanism when it needs to create the name for the newest ControllerRevision.
|
|
715
716
|
"""
|
|
@@ -725,7 +726,7 @@ class DaemonSetStatus(dict):
|
|
|
725
726
|
|
|
726
727
|
@property
|
|
727
728
|
@pulumi.getter(name="numberAvailable")
|
|
728
|
-
def number_available(self) -> Optional[int]:
|
|
729
|
+
def number_available(self) -> Optional[builtins.int]:
|
|
729
730
|
"""
|
|
730
731
|
The number of nodes that should be running the daemon pod and have one or more of the daemon pod running and available (ready for at least spec.minReadySeconds)
|
|
731
732
|
"""
|
|
@@ -733,7 +734,7 @@ class DaemonSetStatus(dict):
|
|
|
733
734
|
|
|
734
735
|
@property
|
|
735
736
|
@pulumi.getter(name="numberUnavailable")
|
|
736
|
-
def number_unavailable(self) -> Optional[int]:
|
|
737
|
+
def number_unavailable(self) -> Optional[builtins.int]:
|
|
737
738
|
"""
|
|
738
739
|
The number of nodes that should be running the daemon pod and have none of the daemon pod running and available (ready for at least spec.minReadySeconds)
|
|
739
740
|
"""
|
|
@@ -741,7 +742,7 @@ class DaemonSetStatus(dict):
|
|
|
741
742
|
|
|
742
743
|
@property
|
|
743
744
|
@pulumi.getter(name="observedGeneration")
|
|
744
|
-
def observed_generation(self) -> Optional[int]:
|
|
745
|
+
def observed_generation(self) -> Optional[builtins.int]:
|
|
745
746
|
"""
|
|
746
747
|
The most recent generation observed by the daemon set controller.
|
|
747
748
|
"""
|
|
@@ -749,7 +750,7 @@ class DaemonSetStatus(dict):
|
|
|
749
750
|
|
|
750
751
|
@property
|
|
751
752
|
@pulumi.getter(name="updatedNumberScheduled")
|
|
752
|
-
def updated_number_scheduled(self) -> Optional[int]:
|
|
753
|
+
def updated_number_scheduled(self) -> Optional[builtins.int]:
|
|
753
754
|
"""
|
|
754
755
|
The total number of nodes that are running updated daemon pod
|
|
755
756
|
"""
|
|
@@ -795,28 +796,28 @@ class DaemonSetStatusPatch(dict):
|
|
|
795
796
|
return super().get(key, default)
|
|
796
797
|
|
|
797
798
|
def __init__(__self__, *,
|
|
798
|
-
collision_count: Optional[int] = None,
|
|
799
|
+
collision_count: Optional[builtins.int] = None,
|
|
799
800
|
conditions: Optional[Sequence['outputs.DaemonSetConditionPatch']] = None,
|
|
800
|
-
current_number_scheduled: Optional[int] = None,
|
|
801
|
-
desired_number_scheduled: Optional[int] = None,
|
|
802
|
-
number_available: Optional[int] = None,
|
|
803
|
-
number_misscheduled: Optional[int] = None,
|
|
804
|
-
number_ready: Optional[int] = None,
|
|
805
|
-
number_unavailable: Optional[int] = None,
|
|
806
|
-
observed_generation: Optional[int] = None,
|
|
807
|
-
updated_number_scheduled: Optional[int] = None):
|
|
801
|
+
current_number_scheduled: Optional[builtins.int] = None,
|
|
802
|
+
desired_number_scheduled: Optional[builtins.int] = None,
|
|
803
|
+
number_available: Optional[builtins.int] = None,
|
|
804
|
+
number_misscheduled: Optional[builtins.int] = None,
|
|
805
|
+
number_ready: Optional[builtins.int] = None,
|
|
806
|
+
number_unavailable: Optional[builtins.int] = None,
|
|
807
|
+
observed_generation: Optional[builtins.int] = None,
|
|
808
|
+
updated_number_scheduled: Optional[builtins.int] = None):
|
|
808
809
|
"""
|
|
809
810
|
DaemonSetStatus represents the current status of a daemon set.
|
|
810
|
-
:param int collision_count: Count of hash collisions for the DaemonSet. The DaemonSet controller uses this field as a collision avoidance mechanism when it needs to create the name for the newest ControllerRevision.
|
|
811
|
+
:param builtins.int collision_count: Count of hash collisions for the DaemonSet. The DaemonSet controller uses this field as a collision avoidance mechanism when it needs to create the name for the newest ControllerRevision.
|
|
811
812
|
:param Sequence['DaemonSetConditionPatchArgs'] conditions: Represents the latest available observations of a DaemonSet's current state.
|
|
812
|
-
:param int current_number_scheduled: The number of nodes that are running at least 1 daemon pod and are supposed to run the daemon pod. More info: https://kubernetes.io/docs/concepts/workloads/controllers/daemonset/
|
|
813
|
-
:param int desired_number_scheduled: The total number of nodes that should be running the daemon pod (including nodes correctly running the daemon pod). More info: https://kubernetes.io/docs/concepts/workloads/controllers/daemonset/
|
|
814
|
-
:param int number_available: The number of nodes that should be running the daemon pod and have one or more of the daemon pod running and available (ready for at least spec.minReadySeconds)
|
|
815
|
-
:param int number_misscheduled: The number of nodes that are running the daemon pod, but are not supposed to run the daemon pod. More info: https://kubernetes.io/docs/concepts/workloads/controllers/daemonset/
|
|
816
|
-
:param int number_ready: numberReady is the number of nodes that should be running the daemon pod and have one or more of the daemon pod running with a Ready Condition.
|
|
817
|
-
:param int number_unavailable: The number of nodes that should be running the daemon pod and have none of the daemon pod running and available (ready for at least spec.minReadySeconds)
|
|
818
|
-
:param int observed_generation: The most recent generation observed by the daemon set controller.
|
|
819
|
-
:param int updated_number_scheduled: The total number of nodes that are running updated daemon pod
|
|
813
|
+
:param builtins.int current_number_scheduled: The number of nodes that are running at least 1 daemon pod and are supposed to run the daemon pod. More info: https://kubernetes.io/docs/concepts/workloads/controllers/daemonset/
|
|
814
|
+
:param builtins.int desired_number_scheduled: The total number of nodes that should be running the daemon pod (including nodes correctly running the daemon pod). More info: https://kubernetes.io/docs/concepts/workloads/controllers/daemonset/
|
|
815
|
+
:param builtins.int number_available: The number of nodes that should be running the daemon pod and have one or more of the daemon pod running and available (ready for at least spec.minReadySeconds)
|
|
816
|
+
:param builtins.int number_misscheduled: The number of nodes that are running the daemon pod, but are not supposed to run the daemon pod. More info: https://kubernetes.io/docs/concepts/workloads/controllers/daemonset/
|
|
817
|
+
:param builtins.int number_ready: numberReady is the number of nodes that should be running the daemon pod and have one or more of the daemon pod running with a Ready Condition.
|
|
818
|
+
:param builtins.int number_unavailable: The number of nodes that should be running the daemon pod and have none of the daemon pod running and available (ready for at least spec.minReadySeconds)
|
|
819
|
+
:param builtins.int observed_generation: The most recent generation observed by the daemon set controller.
|
|
820
|
+
:param builtins.int updated_number_scheduled: The total number of nodes that are running updated daemon pod
|
|
820
821
|
"""
|
|
821
822
|
if collision_count is not None:
|
|
822
823
|
pulumi.set(__self__, "collision_count", collision_count)
|
|
@@ -841,7 +842,7 @@ class DaemonSetStatusPatch(dict):
|
|
|
841
842
|
|
|
842
843
|
@property
|
|
843
844
|
@pulumi.getter(name="collisionCount")
|
|
844
|
-
def collision_count(self) -> Optional[int]:
|
|
845
|
+
def collision_count(self) -> Optional[builtins.int]:
|
|
845
846
|
"""
|
|
846
847
|
Count of hash collisions for the DaemonSet. The DaemonSet controller uses this field as a collision avoidance mechanism when it needs to create the name for the newest ControllerRevision.
|
|
847
848
|
"""
|
|
@@ -857,7 +858,7 @@ class DaemonSetStatusPatch(dict):
|
|
|
857
858
|
|
|
858
859
|
@property
|
|
859
860
|
@pulumi.getter(name="currentNumberScheduled")
|
|
860
|
-
def current_number_scheduled(self) -> Optional[int]:
|
|
861
|
+
def current_number_scheduled(self) -> Optional[builtins.int]:
|
|
861
862
|
"""
|
|
862
863
|
The number of nodes that are running at least 1 daemon pod and are supposed to run the daemon pod. More info: https://kubernetes.io/docs/concepts/workloads/controllers/daemonset/
|
|
863
864
|
"""
|
|
@@ -865,7 +866,7 @@ class DaemonSetStatusPatch(dict):
|
|
|
865
866
|
|
|
866
867
|
@property
|
|
867
868
|
@pulumi.getter(name="desiredNumberScheduled")
|
|
868
|
-
def desired_number_scheduled(self) -> Optional[int]:
|
|
869
|
+
def desired_number_scheduled(self) -> Optional[builtins.int]:
|
|
869
870
|
"""
|
|
870
871
|
The total number of nodes that should be running the daemon pod (including nodes correctly running the daemon pod). More info: https://kubernetes.io/docs/concepts/workloads/controllers/daemonset/
|
|
871
872
|
"""
|
|
@@ -873,7 +874,7 @@ class DaemonSetStatusPatch(dict):
|
|
|
873
874
|
|
|
874
875
|
@property
|
|
875
876
|
@pulumi.getter(name="numberAvailable")
|
|
876
|
-
def number_available(self) -> Optional[int]:
|
|
877
|
+
def number_available(self) -> Optional[builtins.int]:
|
|
877
878
|
"""
|
|
878
879
|
The number of nodes that should be running the daemon pod and have one or more of the daemon pod running and available (ready for at least spec.minReadySeconds)
|
|
879
880
|
"""
|
|
@@ -881,7 +882,7 @@ class DaemonSetStatusPatch(dict):
|
|
|
881
882
|
|
|
882
883
|
@property
|
|
883
884
|
@pulumi.getter(name="numberMisscheduled")
|
|
884
|
-
def number_misscheduled(self) -> Optional[int]:
|
|
885
|
+
def number_misscheduled(self) -> Optional[builtins.int]:
|
|
885
886
|
"""
|
|
886
887
|
The number of nodes that are running the daemon pod, but are not supposed to run the daemon pod. More info: https://kubernetes.io/docs/concepts/workloads/controllers/daemonset/
|
|
887
888
|
"""
|
|
@@ -889,7 +890,7 @@ class DaemonSetStatusPatch(dict):
|
|
|
889
890
|
|
|
890
891
|
@property
|
|
891
892
|
@pulumi.getter(name="numberReady")
|
|
892
|
-
def number_ready(self) -> Optional[int]:
|
|
893
|
+
def number_ready(self) -> Optional[builtins.int]:
|
|
893
894
|
"""
|
|
894
895
|
numberReady is the number of nodes that should be running the daemon pod and have one or more of the daemon pod running with a Ready Condition.
|
|
895
896
|
"""
|
|
@@ -897,7 +898,7 @@ class DaemonSetStatusPatch(dict):
|
|
|
897
898
|
|
|
898
899
|
@property
|
|
899
900
|
@pulumi.getter(name="numberUnavailable")
|
|
900
|
-
def number_unavailable(self) -> Optional[int]:
|
|
901
|
+
def number_unavailable(self) -> Optional[builtins.int]:
|
|
901
902
|
"""
|
|
902
903
|
The number of nodes that should be running the daemon pod and have none of the daemon pod running and available (ready for at least spec.minReadySeconds)
|
|
903
904
|
"""
|
|
@@ -905,7 +906,7 @@ class DaemonSetStatusPatch(dict):
|
|
|
905
906
|
|
|
906
907
|
@property
|
|
907
908
|
@pulumi.getter(name="observedGeneration")
|
|
908
|
-
def observed_generation(self) -> Optional[int]:
|
|
909
|
+
def observed_generation(self) -> Optional[builtins.int]:
|
|
909
910
|
"""
|
|
910
911
|
The most recent generation observed by the daemon set controller.
|
|
911
912
|
"""
|
|
@@ -913,7 +914,7 @@ class DaemonSetStatusPatch(dict):
|
|
|
913
914
|
|
|
914
915
|
@property
|
|
915
916
|
@pulumi.getter(name="updatedNumberScheduled")
|
|
916
|
-
def updated_number_scheduled(self) -> Optional[int]:
|
|
917
|
+
def updated_number_scheduled(self) -> Optional[builtins.int]:
|
|
917
918
|
"""
|
|
918
919
|
The total number of nodes that are running updated daemon pod
|
|
919
920
|
"""
|
|
@@ -944,11 +945,11 @@ class DaemonSetUpdateStrategy(dict):
|
|
|
944
945
|
|
|
945
946
|
def __init__(__self__, *,
|
|
946
947
|
rolling_update: Optional['outputs.RollingUpdateDaemonSet'] = None,
|
|
947
|
-
type: Optional[str] = None):
|
|
948
|
+
type: Optional[builtins.str] = None):
|
|
948
949
|
"""
|
|
949
950
|
DaemonSetUpdateStrategy is a struct used to control the update strategy for a DaemonSet.
|
|
950
951
|
:param 'RollingUpdateDaemonSetArgs' rolling_update: Rolling update config params. Present only if type = "RollingUpdate".
|
|
951
|
-
:param str type: Type of daemon set update. Can be "RollingUpdate" or "OnDelete". Default is RollingUpdate.
|
|
952
|
+
:param builtins.str type: Type of daemon set update. Can be "RollingUpdate" or "OnDelete". Default is RollingUpdate.
|
|
952
953
|
"""
|
|
953
954
|
if rolling_update is not None:
|
|
954
955
|
pulumi.set(__self__, "rolling_update", rolling_update)
|
|
@@ -965,7 +966,7 @@ class DaemonSetUpdateStrategy(dict):
|
|
|
965
966
|
|
|
966
967
|
@property
|
|
967
968
|
@pulumi.getter
|
|
968
|
-
def type(self) -> Optional[str]:
|
|
969
|
+
def type(self) -> Optional[builtins.str]:
|
|
969
970
|
"""
|
|
970
971
|
Type of daemon set update. Can be "RollingUpdate" or "OnDelete". Default is RollingUpdate.
|
|
971
972
|
"""
|
|
@@ -996,11 +997,11 @@ class DaemonSetUpdateStrategyPatch(dict):
|
|
|
996
997
|
|
|
997
998
|
def __init__(__self__, *,
|
|
998
999
|
rolling_update: Optional['outputs.RollingUpdateDaemonSetPatch'] = None,
|
|
999
|
-
type: Optional[str] = None):
|
|
1000
|
+
type: Optional[builtins.str] = None):
|
|
1000
1001
|
"""
|
|
1001
1002
|
DaemonSetUpdateStrategy is a struct used to control the update strategy for a DaemonSet.
|
|
1002
1003
|
:param 'RollingUpdateDaemonSetPatchArgs' rolling_update: Rolling update config params. Present only if type = "RollingUpdate".
|
|
1003
|
-
:param str type: Type of daemon set update. Can be "RollingUpdate" or "OnDelete". Default is RollingUpdate.
|
|
1004
|
+
:param builtins.str type: Type of daemon set update. Can be "RollingUpdate" or "OnDelete". Default is RollingUpdate.
|
|
1004
1005
|
"""
|
|
1005
1006
|
if rolling_update is not None:
|
|
1006
1007
|
pulumi.set(__self__, "rolling_update", rolling_update)
|
|
@@ -1017,7 +1018,7 @@ class DaemonSetUpdateStrategyPatch(dict):
|
|
|
1017
1018
|
|
|
1018
1019
|
@property
|
|
1019
1020
|
@pulumi.getter
|
|
1020
|
-
def type(self) -> Optional[str]:
|
|
1021
|
+
def type(self) -> Optional[builtins.str]:
|
|
1021
1022
|
"""
|
|
1022
1023
|
Type of daemon set update. Can be "RollingUpdate" or "OnDelete". Default is RollingUpdate.
|
|
1023
1024
|
"""
|
|
@@ -1069,8 +1070,8 @@ class Deployment(dict):
|
|
|
1069
1070
|
return super().get(key, default)
|
|
1070
1071
|
|
|
1071
1072
|
def __init__(__self__, *,
|
|
1072
|
-
api_version: Optional[str] = None,
|
|
1073
|
-
kind: Optional[str] = None,
|
|
1073
|
+
api_version: Optional[builtins.str] = None,
|
|
1074
|
+
kind: Optional[builtins.str] = None,
|
|
1074
1075
|
metadata: Optional['_meta.v1.outputs.ObjectMeta'] = None,
|
|
1075
1076
|
spec: Optional['outputs.DeploymentSpec'] = None,
|
|
1076
1077
|
status: Optional['outputs.DeploymentStatus'] = None):
|
|
@@ -1098,8 +1099,8 @@ class Deployment(dict):
|
|
|
1098
1099
|
If the Deployment has not reached a Ready state after 10 minutes, it will
|
|
1099
1100
|
time out and mark the resource update as Failed. You can override the default timeout value
|
|
1100
1101
|
by setting the 'customTimeouts' option on the resource.
|
|
1101
|
-
:param str api_version: APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources
|
|
1102
|
-
:param str kind: Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds
|
|
1102
|
+
:param builtins.str api_version: APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources
|
|
1103
|
+
:param builtins.str kind: Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds
|
|
1103
1104
|
:param '_meta.v1.ObjectMetaArgs' metadata: Standard object's metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata
|
|
1104
1105
|
:param 'DeploymentSpecArgs' spec: Specification of the desired behavior of the Deployment.
|
|
1105
1106
|
:param 'DeploymentStatusArgs' status: Most recently observed status of the Deployment.
|
|
@@ -1117,7 +1118,7 @@ class Deployment(dict):
|
|
|
1117
1118
|
|
|
1118
1119
|
@property
|
|
1119
1120
|
@pulumi.getter(name="apiVersion")
|
|
1120
|
-
def api_version(self) -> Optional[str]:
|
|
1121
|
+
def api_version(self) -> Optional[builtins.str]:
|
|
1121
1122
|
"""
|
|
1122
1123
|
APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources
|
|
1123
1124
|
"""
|
|
@@ -1125,7 +1126,7 @@ class Deployment(dict):
|
|
|
1125
1126
|
|
|
1126
1127
|
@property
|
|
1127
1128
|
@pulumi.getter
|
|
1128
|
-
def kind(self) -> Optional[str]:
|
|
1129
|
+
def kind(self) -> Optional[builtins.str]:
|
|
1129
1130
|
"""
|
|
1130
1131
|
Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds
|
|
1131
1132
|
"""
|
|
@@ -1181,20 +1182,20 @@ class DeploymentCondition(dict):
|
|
|
1181
1182
|
return super().get(key, default)
|
|
1182
1183
|
|
|
1183
1184
|
def __init__(__self__, *,
|
|
1184
|
-
status: str,
|
|
1185
|
-
type: str,
|
|
1186
|
-
last_transition_time: Optional[str] = None,
|
|
1187
|
-
last_update_time: Optional[str] = None,
|
|
1188
|
-
message: Optional[str] = None,
|
|
1189
|
-
reason: Optional[str] = None):
|
|
1185
|
+
status: builtins.str,
|
|
1186
|
+
type: builtins.str,
|
|
1187
|
+
last_transition_time: Optional[builtins.str] = None,
|
|
1188
|
+
last_update_time: Optional[builtins.str] = None,
|
|
1189
|
+
message: Optional[builtins.str] = None,
|
|
1190
|
+
reason: Optional[builtins.str] = None):
|
|
1190
1191
|
"""
|
|
1191
1192
|
DeploymentCondition describes the state of a deployment at a certain point.
|
|
1192
|
-
:param str status: Status of the condition, one of True, False, Unknown.
|
|
1193
|
-
:param str type: Type of deployment condition.
|
|
1194
|
-
:param str last_transition_time: Last time the condition transitioned from one status to another.
|
|
1195
|
-
:param str last_update_time: The last time this condition was updated.
|
|
1196
|
-
:param str message: A human readable message indicating details about the transition.
|
|
1197
|
-
:param str reason: The reason for the condition's last transition.
|
|
1193
|
+
:param builtins.str status: Status of the condition, one of True, False, Unknown.
|
|
1194
|
+
:param builtins.str type: Type of deployment condition.
|
|
1195
|
+
:param builtins.str last_transition_time: Last time the condition transitioned from one status to another.
|
|
1196
|
+
:param builtins.str last_update_time: The last time this condition was updated.
|
|
1197
|
+
:param builtins.str message: A human readable message indicating details about the transition.
|
|
1198
|
+
:param builtins.str reason: The reason for the condition's last transition.
|
|
1198
1199
|
"""
|
|
1199
1200
|
pulumi.set(__self__, "status", status)
|
|
1200
1201
|
pulumi.set(__self__, "type", type)
|
|
@@ -1209,7 +1210,7 @@ class DeploymentCondition(dict):
|
|
|
1209
1210
|
|
|
1210
1211
|
@property
|
|
1211
1212
|
@pulumi.getter
|
|
1212
|
-
def status(self) -> str:
|
|
1213
|
+
def status(self) -> builtins.str:
|
|
1213
1214
|
"""
|
|
1214
1215
|
Status of the condition, one of True, False, Unknown.
|
|
1215
1216
|
"""
|
|
@@ -1217,7 +1218,7 @@ class DeploymentCondition(dict):
|
|
|
1217
1218
|
|
|
1218
1219
|
@property
|
|
1219
1220
|
@pulumi.getter
|
|
1220
|
-
def type(self) -> str:
|
|
1221
|
+
def type(self) -> builtins.str:
|
|
1221
1222
|
"""
|
|
1222
1223
|
Type of deployment condition.
|
|
1223
1224
|
"""
|
|
@@ -1225,7 +1226,7 @@ class DeploymentCondition(dict):
|
|
|
1225
1226
|
|
|
1226
1227
|
@property
|
|
1227
1228
|
@pulumi.getter(name="lastTransitionTime")
|
|
1228
|
-
def last_transition_time(self) -> Optional[str]:
|
|
1229
|
+
def last_transition_time(self) -> Optional[builtins.str]:
|
|
1229
1230
|
"""
|
|
1230
1231
|
Last time the condition transitioned from one status to another.
|
|
1231
1232
|
"""
|
|
@@ -1233,7 +1234,7 @@ class DeploymentCondition(dict):
|
|
|
1233
1234
|
|
|
1234
1235
|
@property
|
|
1235
1236
|
@pulumi.getter(name="lastUpdateTime")
|
|
1236
|
-
def last_update_time(self) -> Optional[str]:
|
|
1237
|
+
def last_update_time(self) -> Optional[builtins.str]:
|
|
1237
1238
|
"""
|
|
1238
1239
|
The last time this condition was updated.
|
|
1239
1240
|
"""
|
|
@@ -1241,7 +1242,7 @@ class DeploymentCondition(dict):
|
|
|
1241
1242
|
|
|
1242
1243
|
@property
|
|
1243
1244
|
@pulumi.getter
|
|
1244
|
-
def message(self) -> Optional[str]:
|
|
1245
|
+
def message(self) -> Optional[builtins.str]:
|
|
1245
1246
|
"""
|
|
1246
1247
|
A human readable message indicating details about the transition.
|
|
1247
1248
|
"""
|
|
@@ -1249,7 +1250,7 @@ class DeploymentCondition(dict):
|
|
|
1249
1250
|
|
|
1250
1251
|
@property
|
|
1251
1252
|
@pulumi.getter
|
|
1252
|
-
def reason(self) -> Optional[str]:
|
|
1253
|
+
def reason(self) -> Optional[builtins.str]:
|
|
1253
1254
|
"""
|
|
1254
1255
|
The reason for the condition's last transition.
|
|
1255
1256
|
"""
|
|
@@ -1281,20 +1282,20 @@ class DeploymentConditionPatch(dict):
|
|
|
1281
1282
|
return super().get(key, default)
|
|
1282
1283
|
|
|
1283
1284
|
def __init__(__self__, *,
|
|
1284
|
-
last_transition_time: Optional[str] = None,
|
|
1285
|
-
last_update_time: Optional[str] = None,
|
|
1286
|
-
message: Optional[str] = None,
|
|
1287
|
-
reason: Optional[str] = None,
|
|
1288
|
-
status: Optional[str] = None,
|
|
1289
|
-
type: Optional[str] = None):
|
|
1285
|
+
last_transition_time: Optional[builtins.str] = None,
|
|
1286
|
+
last_update_time: Optional[builtins.str] = None,
|
|
1287
|
+
message: Optional[builtins.str] = None,
|
|
1288
|
+
reason: Optional[builtins.str] = None,
|
|
1289
|
+
status: Optional[builtins.str] = None,
|
|
1290
|
+
type: Optional[builtins.str] = None):
|
|
1290
1291
|
"""
|
|
1291
1292
|
DeploymentCondition describes the state of a deployment at a certain point.
|
|
1292
|
-
:param str last_transition_time: Last time the condition transitioned from one status to another.
|
|
1293
|
-
:param str last_update_time: The last time this condition was updated.
|
|
1294
|
-
:param str message: A human readable message indicating details about the transition.
|
|
1295
|
-
:param str reason: The reason for the condition's last transition.
|
|
1296
|
-
:param str status: Status of the condition, one of True, False, Unknown.
|
|
1297
|
-
:param str type: Type of deployment condition.
|
|
1293
|
+
:param builtins.str last_transition_time: Last time the condition transitioned from one status to another.
|
|
1294
|
+
:param builtins.str last_update_time: The last time this condition was updated.
|
|
1295
|
+
:param builtins.str message: A human readable message indicating details about the transition.
|
|
1296
|
+
:param builtins.str reason: The reason for the condition's last transition.
|
|
1297
|
+
:param builtins.str status: Status of the condition, one of True, False, Unknown.
|
|
1298
|
+
:param builtins.str type: Type of deployment condition.
|
|
1298
1299
|
"""
|
|
1299
1300
|
if last_transition_time is not None:
|
|
1300
1301
|
pulumi.set(__self__, "last_transition_time", last_transition_time)
|
|
@@ -1311,7 +1312,7 @@ class DeploymentConditionPatch(dict):
|
|
|
1311
1312
|
|
|
1312
1313
|
@property
|
|
1313
1314
|
@pulumi.getter(name="lastTransitionTime")
|
|
1314
|
-
def last_transition_time(self) -> Optional[str]:
|
|
1315
|
+
def last_transition_time(self) -> Optional[builtins.str]:
|
|
1315
1316
|
"""
|
|
1316
1317
|
Last time the condition transitioned from one status to another.
|
|
1317
1318
|
"""
|
|
@@ -1319,7 +1320,7 @@ class DeploymentConditionPatch(dict):
|
|
|
1319
1320
|
|
|
1320
1321
|
@property
|
|
1321
1322
|
@pulumi.getter(name="lastUpdateTime")
|
|
1322
|
-
def last_update_time(self) -> Optional[str]:
|
|
1323
|
+
def last_update_time(self) -> Optional[builtins.str]:
|
|
1323
1324
|
"""
|
|
1324
1325
|
The last time this condition was updated.
|
|
1325
1326
|
"""
|
|
@@ -1327,7 +1328,7 @@ class DeploymentConditionPatch(dict):
|
|
|
1327
1328
|
|
|
1328
1329
|
@property
|
|
1329
1330
|
@pulumi.getter
|
|
1330
|
-
def message(self) -> Optional[str]:
|
|
1331
|
+
def message(self) -> Optional[builtins.str]:
|
|
1331
1332
|
"""
|
|
1332
1333
|
A human readable message indicating details about the transition.
|
|
1333
1334
|
"""
|
|
@@ -1335,7 +1336,7 @@ class DeploymentConditionPatch(dict):
|
|
|
1335
1336
|
|
|
1336
1337
|
@property
|
|
1337
1338
|
@pulumi.getter
|
|
1338
|
-
def reason(self) -> Optional[str]:
|
|
1339
|
+
def reason(self) -> Optional[builtins.str]:
|
|
1339
1340
|
"""
|
|
1340
1341
|
The reason for the condition's last transition.
|
|
1341
1342
|
"""
|
|
@@ -1343,7 +1344,7 @@ class DeploymentConditionPatch(dict):
|
|
|
1343
1344
|
|
|
1344
1345
|
@property
|
|
1345
1346
|
@pulumi.getter
|
|
1346
|
-
def status(self) -> Optional[str]:
|
|
1347
|
+
def status(self) -> Optional[builtins.str]:
|
|
1347
1348
|
"""
|
|
1348
1349
|
Status of the condition, one of True, False, Unknown.
|
|
1349
1350
|
"""
|
|
@@ -1351,7 +1352,7 @@ class DeploymentConditionPatch(dict):
|
|
|
1351
1352
|
|
|
1352
1353
|
@property
|
|
1353
1354
|
@pulumi.getter
|
|
1354
|
-
def type(self) -> Optional[str]:
|
|
1355
|
+
def type(self) -> Optional[builtins.str]:
|
|
1355
1356
|
"""
|
|
1356
1357
|
Type of deployment condition.
|
|
1357
1358
|
"""
|
|
@@ -1387,21 +1388,21 @@ class DeploymentSpec(dict):
|
|
|
1387
1388
|
def __init__(__self__, *,
|
|
1388
1389
|
selector: '_meta.v1.outputs.LabelSelector',
|
|
1389
1390
|
template: '_core.v1.outputs.PodTemplateSpec',
|
|
1390
|
-
min_ready_seconds: Optional[int] = None,
|
|
1391
|
-
paused: Optional[bool] = None,
|
|
1392
|
-
progress_deadline_seconds: Optional[int] = None,
|
|
1393
|
-
replicas: Optional[int] = None,
|
|
1394
|
-
revision_history_limit: Optional[int] = None,
|
|
1391
|
+
min_ready_seconds: Optional[builtins.int] = None,
|
|
1392
|
+
paused: Optional[builtins.bool] = None,
|
|
1393
|
+
progress_deadline_seconds: Optional[builtins.int] = None,
|
|
1394
|
+
replicas: Optional[builtins.int] = None,
|
|
1395
|
+
revision_history_limit: Optional[builtins.int] = None,
|
|
1395
1396
|
strategy: Optional['outputs.DeploymentStrategy'] = None):
|
|
1396
1397
|
"""
|
|
1397
1398
|
DeploymentSpec is the specification of the desired behavior of the Deployment.
|
|
1398
1399
|
:param '_meta.v1.LabelSelectorArgs' selector: Label selector for pods. Existing ReplicaSets whose pods are selected by this will be the ones affected by this deployment. It must match the pod template's labels.
|
|
1399
1400
|
:param '_core.v1.PodTemplateSpecArgs' template: Template describes the pods that will be created. The only allowed template.spec.restartPolicy value is "Always".
|
|
1400
|
-
:param int min_ready_seconds: Minimum number of seconds for which a newly created pod should be ready without any of its container crashing, for it to be considered available. Defaults to 0 (pod will be considered available as soon as it is ready)
|
|
1401
|
-
:param bool paused: Indicates that the deployment is paused.
|
|
1402
|
-
:param int progress_deadline_seconds: The maximum time in seconds for a deployment to make progress before it is considered to be failed. The deployment controller will continue to process failed deployments and a condition with a ProgressDeadlineExceeded reason will be surfaced in the deployment status. Note that progress will not be estimated during the time a deployment is paused. Defaults to 600s.
|
|
1403
|
-
:param int replicas: Number of desired pods. This is a pointer to distinguish between explicit zero and not specified. Defaults to 1.
|
|
1404
|
-
:param int revision_history_limit: The number of old ReplicaSets to retain to allow rollback. This is a pointer to distinguish between explicit zero and not specified. Defaults to 10.
|
|
1401
|
+
:param builtins.int min_ready_seconds: Minimum number of seconds for which a newly created pod should be ready without any of its container crashing, for it to be considered available. Defaults to 0 (pod will be considered available as soon as it is ready)
|
|
1402
|
+
:param builtins.bool paused: Indicates that the deployment is paused.
|
|
1403
|
+
:param builtins.int progress_deadline_seconds: The maximum time in seconds for a deployment to make progress before it is considered to be failed. The deployment controller will continue to process failed deployments and a condition with a ProgressDeadlineExceeded reason will be surfaced in the deployment status. Note that progress will not be estimated during the time a deployment is paused. Defaults to 600s.
|
|
1404
|
+
:param builtins.int replicas: Number of desired pods. This is a pointer to distinguish between explicit zero and not specified. Defaults to 1.
|
|
1405
|
+
:param builtins.int revision_history_limit: The number of old ReplicaSets to retain to allow rollback. This is a pointer to distinguish between explicit zero and not specified. Defaults to 10.
|
|
1405
1406
|
:param 'DeploymentStrategyArgs' strategy: The deployment strategy to use to replace existing pods with new ones.
|
|
1406
1407
|
"""
|
|
1407
1408
|
pulumi.set(__self__, "selector", selector)
|
|
@@ -1437,7 +1438,7 @@ class DeploymentSpec(dict):
|
|
|
1437
1438
|
|
|
1438
1439
|
@property
|
|
1439
1440
|
@pulumi.getter(name="minReadySeconds")
|
|
1440
|
-
def min_ready_seconds(self) -> Optional[int]:
|
|
1441
|
+
def min_ready_seconds(self) -> Optional[builtins.int]:
|
|
1441
1442
|
"""
|
|
1442
1443
|
Minimum number of seconds for which a newly created pod should be ready without any of its container crashing, for it to be considered available. Defaults to 0 (pod will be considered available as soon as it is ready)
|
|
1443
1444
|
"""
|
|
@@ -1445,7 +1446,7 @@ class DeploymentSpec(dict):
|
|
|
1445
1446
|
|
|
1446
1447
|
@property
|
|
1447
1448
|
@pulumi.getter
|
|
1448
|
-
def paused(self) -> Optional[bool]:
|
|
1449
|
+
def paused(self) -> Optional[builtins.bool]:
|
|
1449
1450
|
"""
|
|
1450
1451
|
Indicates that the deployment is paused.
|
|
1451
1452
|
"""
|
|
@@ -1453,7 +1454,7 @@ class DeploymentSpec(dict):
|
|
|
1453
1454
|
|
|
1454
1455
|
@property
|
|
1455
1456
|
@pulumi.getter(name="progressDeadlineSeconds")
|
|
1456
|
-
def progress_deadline_seconds(self) -> Optional[int]:
|
|
1457
|
+
def progress_deadline_seconds(self) -> Optional[builtins.int]:
|
|
1457
1458
|
"""
|
|
1458
1459
|
The maximum time in seconds for a deployment to make progress before it is considered to be failed. The deployment controller will continue to process failed deployments and a condition with a ProgressDeadlineExceeded reason will be surfaced in the deployment status. Note that progress will not be estimated during the time a deployment is paused. Defaults to 600s.
|
|
1459
1460
|
"""
|
|
@@ -1461,7 +1462,7 @@ class DeploymentSpec(dict):
|
|
|
1461
1462
|
|
|
1462
1463
|
@property
|
|
1463
1464
|
@pulumi.getter
|
|
1464
|
-
def replicas(self) -> Optional[int]:
|
|
1465
|
+
def replicas(self) -> Optional[builtins.int]:
|
|
1465
1466
|
"""
|
|
1466
1467
|
Number of desired pods. This is a pointer to distinguish between explicit zero and not specified. Defaults to 1.
|
|
1467
1468
|
"""
|
|
@@ -1469,7 +1470,7 @@ class DeploymentSpec(dict):
|
|
|
1469
1470
|
|
|
1470
1471
|
@property
|
|
1471
1472
|
@pulumi.getter(name="revisionHistoryLimit")
|
|
1472
|
-
def revision_history_limit(self) -> Optional[int]:
|
|
1473
|
+
def revision_history_limit(self) -> Optional[builtins.int]:
|
|
1473
1474
|
"""
|
|
1474
1475
|
The number of old ReplicaSets to retain to allow rollback. This is a pointer to distinguish between explicit zero and not specified. Defaults to 10.
|
|
1475
1476
|
"""
|
|
@@ -1511,21 +1512,21 @@ class DeploymentSpecPatch(dict):
|
|
|
1511
1512
|
return super().get(key, default)
|
|
1512
1513
|
|
|
1513
1514
|
def __init__(__self__, *,
|
|
1514
|
-
min_ready_seconds: Optional[int] = None,
|
|
1515
|
-
paused: Optional[bool] = None,
|
|
1516
|
-
progress_deadline_seconds: Optional[int] = None,
|
|
1517
|
-
replicas: Optional[int] = None,
|
|
1518
|
-
revision_history_limit: Optional[int] = None,
|
|
1515
|
+
min_ready_seconds: Optional[builtins.int] = None,
|
|
1516
|
+
paused: Optional[builtins.bool] = None,
|
|
1517
|
+
progress_deadline_seconds: Optional[builtins.int] = None,
|
|
1518
|
+
replicas: Optional[builtins.int] = None,
|
|
1519
|
+
revision_history_limit: Optional[builtins.int] = None,
|
|
1519
1520
|
selector: Optional['_meta.v1.outputs.LabelSelectorPatch'] = None,
|
|
1520
1521
|
strategy: Optional['outputs.DeploymentStrategyPatch'] = None,
|
|
1521
1522
|
template: Optional['_core.v1.outputs.PodTemplateSpecPatch'] = None):
|
|
1522
1523
|
"""
|
|
1523
1524
|
DeploymentSpec is the specification of the desired behavior of the Deployment.
|
|
1524
|
-
:param int min_ready_seconds: Minimum number of seconds for which a newly created pod should be ready without any of its container crashing, for it to be considered available. Defaults to 0 (pod will be considered available as soon as it is ready)
|
|
1525
|
-
:param bool paused: Indicates that the deployment is paused.
|
|
1526
|
-
:param int progress_deadline_seconds: The maximum time in seconds for a deployment to make progress before it is considered to be failed. The deployment controller will continue to process failed deployments and a condition with a ProgressDeadlineExceeded reason will be surfaced in the deployment status. Note that progress will not be estimated during the time a deployment is paused. Defaults to 600s.
|
|
1527
|
-
:param int replicas: Number of desired pods. This is a pointer to distinguish between explicit zero and not specified. Defaults to 1.
|
|
1528
|
-
:param int revision_history_limit: The number of old ReplicaSets to retain to allow rollback. This is a pointer to distinguish between explicit zero and not specified. Defaults to 10.
|
|
1525
|
+
:param builtins.int min_ready_seconds: Minimum number of seconds for which a newly created pod should be ready without any of its container crashing, for it to be considered available. Defaults to 0 (pod will be considered available as soon as it is ready)
|
|
1526
|
+
:param builtins.bool paused: Indicates that the deployment is paused.
|
|
1527
|
+
:param builtins.int progress_deadline_seconds: The maximum time in seconds for a deployment to make progress before it is considered to be failed. The deployment controller will continue to process failed deployments and a condition with a ProgressDeadlineExceeded reason will be surfaced in the deployment status. Note that progress will not be estimated during the time a deployment is paused. Defaults to 600s.
|
|
1528
|
+
:param builtins.int replicas: Number of desired pods. This is a pointer to distinguish between explicit zero and not specified. Defaults to 1.
|
|
1529
|
+
:param builtins.int revision_history_limit: The number of old ReplicaSets to retain to allow rollback. This is a pointer to distinguish between explicit zero and not specified. Defaults to 10.
|
|
1529
1530
|
:param '_meta.v1.LabelSelectorPatchArgs' selector: Label selector for pods. Existing ReplicaSets whose pods are selected by this will be the ones affected by this deployment. It must match the pod template's labels.
|
|
1530
1531
|
:param 'DeploymentStrategyPatchArgs' strategy: The deployment strategy to use to replace existing pods with new ones.
|
|
1531
1532
|
:param '_core.v1.PodTemplateSpecPatchArgs' template: Template describes the pods that will be created. The only allowed template.spec.restartPolicy value is "Always".
|
|
@@ -1549,7 +1550,7 @@ class DeploymentSpecPatch(dict):
|
|
|
1549
1550
|
|
|
1550
1551
|
@property
|
|
1551
1552
|
@pulumi.getter(name="minReadySeconds")
|
|
1552
|
-
def min_ready_seconds(self) -> Optional[int]:
|
|
1553
|
+
def min_ready_seconds(self) -> Optional[builtins.int]:
|
|
1553
1554
|
"""
|
|
1554
1555
|
Minimum number of seconds for which a newly created pod should be ready without any of its container crashing, for it to be considered available. Defaults to 0 (pod will be considered available as soon as it is ready)
|
|
1555
1556
|
"""
|
|
@@ -1557,7 +1558,7 @@ class DeploymentSpecPatch(dict):
|
|
|
1557
1558
|
|
|
1558
1559
|
@property
|
|
1559
1560
|
@pulumi.getter
|
|
1560
|
-
def paused(self) -> Optional[bool]:
|
|
1561
|
+
def paused(self) -> Optional[builtins.bool]:
|
|
1561
1562
|
"""
|
|
1562
1563
|
Indicates that the deployment is paused.
|
|
1563
1564
|
"""
|
|
@@ -1565,7 +1566,7 @@ class DeploymentSpecPatch(dict):
|
|
|
1565
1566
|
|
|
1566
1567
|
@property
|
|
1567
1568
|
@pulumi.getter(name="progressDeadlineSeconds")
|
|
1568
|
-
def progress_deadline_seconds(self) -> Optional[int]:
|
|
1569
|
+
def progress_deadline_seconds(self) -> Optional[builtins.int]:
|
|
1569
1570
|
"""
|
|
1570
1571
|
The maximum time in seconds for a deployment to make progress before it is considered to be failed. The deployment controller will continue to process failed deployments and a condition with a ProgressDeadlineExceeded reason will be surfaced in the deployment status. Note that progress will not be estimated during the time a deployment is paused. Defaults to 600s.
|
|
1571
1572
|
"""
|
|
@@ -1573,7 +1574,7 @@ class DeploymentSpecPatch(dict):
|
|
|
1573
1574
|
|
|
1574
1575
|
@property
|
|
1575
1576
|
@pulumi.getter
|
|
1576
|
-
def replicas(self) -> Optional[int]:
|
|
1577
|
+
def replicas(self) -> Optional[builtins.int]:
|
|
1577
1578
|
"""
|
|
1578
1579
|
Number of desired pods. This is a pointer to distinguish between explicit zero and not specified. Defaults to 1.
|
|
1579
1580
|
"""
|
|
@@ -1581,7 +1582,7 @@ class DeploymentSpecPatch(dict):
|
|
|
1581
1582
|
|
|
1582
1583
|
@property
|
|
1583
1584
|
@pulumi.getter(name="revisionHistoryLimit")
|
|
1584
|
-
def revision_history_limit(self) -> Optional[int]:
|
|
1585
|
+
def revision_history_limit(self) -> Optional[builtins.int]:
|
|
1585
1586
|
"""
|
|
1586
1587
|
The number of old ReplicaSets to retain to allow rollback. This is a pointer to distinguish between explicit zero and not specified. Defaults to 10.
|
|
1587
1588
|
"""
|
|
@@ -1628,6 +1629,8 @@ class DeploymentStatus(dict):
|
|
|
1628
1629
|
suggest = "observed_generation"
|
|
1629
1630
|
elif key == "readyReplicas":
|
|
1630
1631
|
suggest = "ready_replicas"
|
|
1632
|
+
elif key == "terminatingReplicas":
|
|
1633
|
+
suggest = "terminating_replicas"
|
|
1631
1634
|
elif key == "unavailableReplicas":
|
|
1632
1635
|
suggest = "unavailable_replicas"
|
|
1633
1636
|
elif key == "updatedReplicas":
|
|
@@ -1645,24 +1648,28 @@ class DeploymentStatus(dict):
|
|
|
1645
1648
|
return super().get(key, default)
|
|
1646
1649
|
|
|
1647
1650
|
def __init__(__self__, *,
|
|
1648
|
-
available_replicas: Optional[int] = None,
|
|
1649
|
-
collision_count: Optional[int] = None,
|
|
1651
|
+
available_replicas: Optional[builtins.int] = None,
|
|
1652
|
+
collision_count: Optional[builtins.int] = None,
|
|
1650
1653
|
conditions: Optional[Sequence['outputs.DeploymentCondition']] = None,
|
|
1651
|
-
observed_generation: Optional[int] = None,
|
|
1652
|
-
ready_replicas: Optional[int] = None,
|
|
1653
|
-
replicas: Optional[int] = None,
|
|
1654
|
-
|
|
1655
|
-
|
|
1654
|
+
observed_generation: Optional[builtins.int] = None,
|
|
1655
|
+
ready_replicas: Optional[builtins.int] = None,
|
|
1656
|
+
replicas: Optional[builtins.int] = None,
|
|
1657
|
+
terminating_replicas: Optional[builtins.int] = None,
|
|
1658
|
+
unavailable_replicas: Optional[builtins.int] = None,
|
|
1659
|
+
updated_replicas: Optional[builtins.int] = None):
|
|
1656
1660
|
"""
|
|
1657
1661
|
DeploymentStatus is the most recently observed status of the Deployment.
|
|
1658
|
-
:param int available_replicas: Total number of available pods (ready for at least minReadySeconds) targeted by this deployment.
|
|
1659
|
-
:param int collision_count: Count of hash collisions for the Deployment. The Deployment controller uses this field as a collision avoidance mechanism when it needs to create the name for the newest ReplicaSet.
|
|
1662
|
+
:param builtins.int available_replicas: Total number of available non-terminating pods (ready for at least minReadySeconds) targeted by this deployment.
|
|
1663
|
+
:param builtins.int collision_count: Count of hash collisions for the Deployment. The Deployment controller uses this field as a collision avoidance mechanism when it needs to create the name for the newest ReplicaSet.
|
|
1660
1664
|
:param Sequence['DeploymentConditionArgs'] conditions: Represents the latest available observations of a deployment's current state.
|
|
1661
|
-
:param int observed_generation: The generation observed by the deployment controller.
|
|
1662
|
-
:param int ready_replicas:
|
|
1663
|
-
:param int replicas: Total number of non-
|
|
1664
|
-
:param int
|
|
1665
|
-
|
|
1665
|
+
:param builtins.int observed_generation: The generation observed by the deployment controller.
|
|
1666
|
+
:param builtins.int ready_replicas: Total number of non-terminating pods targeted by this Deployment with a Ready Condition.
|
|
1667
|
+
:param builtins.int replicas: Total number of non-terminating pods targeted by this deployment (their labels match the selector).
|
|
1668
|
+
: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
|
+
|
|
1670
|
+
This is an alpha field. Enable DeploymentReplicaSetTerminatingReplicas to be able to use this field.
|
|
1671
|
+
: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.
|
|
1672
|
+
:param builtins.int updated_replicas: Total number of non-terminating pods targeted by this deployment that have the desired template spec.
|
|
1666
1673
|
"""
|
|
1667
1674
|
if available_replicas is not None:
|
|
1668
1675
|
pulumi.set(__self__, "available_replicas", available_replicas)
|
|
@@ -1676,6 +1683,8 @@ class DeploymentStatus(dict):
|
|
|
1676
1683
|
pulumi.set(__self__, "ready_replicas", ready_replicas)
|
|
1677
1684
|
if replicas is not None:
|
|
1678
1685
|
pulumi.set(__self__, "replicas", replicas)
|
|
1686
|
+
if terminating_replicas is not None:
|
|
1687
|
+
pulumi.set(__self__, "terminating_replicas", terminating_replicas)
|
|
1679
1688
|
if unavailable_replicas is not None:
|
|
1680
1689
|
pulumi.set(__self__, "unavailable_replicas", unavailable_replicas)
|
|
1681
1690
|
if updated_replicas is not None:
|
|
@@ -1683,15 +1692,15 @@ class DeploymentStatus(dict):
|
|
|
1683
1692
|
|
|
1684
1693
|
@property
|
|
1685
1694
|
@pulumi.getter(name="availableReplicas")
|
|
1686
|
-
def available_replicas(self) -> Optional[int]:
|
|
1695
|
+
def available_replicas(self) -> Optional[builtins.int]:
|
|
1687
1696
|
"""
|
|
1688
|
-
Total number of available pods (ready for at least minReadySeconds) targeted by this deployment.
|
|
1697
|
+
Total number of available non-terminating pods (ready for at least minReadySeconds) targeted by this deployment.
|
|
1689
1698
|
"""
|
|
1690
1699
|
return pulumi.get(self, "available_replicas")
|
|
1691
1700
|
|
|
1692
1701
|
@property
|
|
1693
1702
|
@pulumi.getter(name="collisionCount")
|
|
1694
|
-
def collision_count(self) -> Optional[int]:
|
|
1703
|
+
def collision_count(self) -> Optional[builtins.int]:
|
|
1695
1704
|
"""
|
|
1696
1705
|
Count of hash collisions for the Deployment. The Deployment controller uses this field as a collision avoidance mechanism when it needs to create the name for the newest ReplicaSet.
|
|
1697
1706
|
"""
|
|
@@ -1707,7 +1716,7 @@ class DeploymentStatus(dict):
|
|
|
1707
1716
|
|
|
1708
1717
|
@property
|
|
1709
1718
|
@pulumi.getter(name="observedGeneration")
|
|
1710
|
-
def observed_generation(self) -> Optional[int]:
|
|
1719
|
+
def observed_generation(self) -> Optional[builtins.int]:
|
|
1711
1720
|
"""
|
|
1712
1721
|
The generation observed by the deployment controller.
|
|
1713
1722
|
"""
|
|
@@ -1715,23 +1724,33 @@ class DeploymentStatus(dict):
|
|
|
1715
1724
|
|
|
1716
1725
|
@property
|
|
1717
1726
|
@pulumi.getter(name="readyReplicas")
|
|
1718
|
-
def ready_replicas(self) -> Optional[int]:
|
|
1727
|
+
def ready_replicas(self) -> Optional[builtins.int]:
|
|
1719
1728
|
"""
|
|
1720
|
-
|
|
1729
|
+
Total number of non-terminating pods targeted by this Deployment with a Ready Condition.
|
|
1721
1730
|
"""
|
|
1722
1731
|
return pulumi.get(self, "ready_replicas")
|
|
1723
1732
|
|
|
1724
1733
|
@property
|
|
1725
1734
|
@pulumi.getter
|
|
1726
|
-
def replicas(self) -> Optional[int]:
|
|
1735
|
+
def replicas(self) -> Optional[builtins.int]:
|
|
1727
1736
|
"""
|
|
1728
|
-
Total number of non-
|
|
1737
|
+
Total number of non-terminating pods targeted by this deployment (their labels match the selector).
|
|
1729
1738
|
"""
|
|
1730
1739
|
return pulumi.get(self, "replicas")
|
|
1731
1740
|
|
|
1741
|
+
@property
|
|
1742
|
+
@pulumi.getter(name="terminatingReplicas")
|
|
1743
|
+
def terminating_replicas(self) -> Optional[builtins.int]:
|
|
1744
|
+
"""
|
|
1745
|
+
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
|
+
|
|
1747
|
+
This is an alpha field. Enable DeploymentReplicaSetTerminatingReplicas to be able to use this field.
|
|
1748
|
+
"""
|
|
1749
|
+
return pulumi.get(self, "terminating_replicas")
|
|
1750
|
+
|
|
1732
1751
|
@property
|
|
1733
1752
|
@pulumi.getter(name="unavailableReplicas")
|
|
1734
|
-
def unavailable_replicas(self) -> Optional[int]:
|
|
1753
|
+
def unavailable_replicas(self) -> Optional[builtins.int]:
|
|
1735
1754
|
"""
|
|
1736
1755
|
Total number of unavailable pods targeted by this deployment. This is the total number of pods that are still required for the deployment to have 100% available capacity. They may either be pods that are running but not yet available or pods that still have not been created.
|
|
1737
1756
|
"""
|
|
@@ -1739,9 +1758,9 @@ class DeploymentStatus(dict):
|
|
|
1739
1758
|
|
|
1740
1759
|
@property
|
|
1741
1760
|
@pulumi.getter(name="updatedReplicas")
|
|
1742
|
-
def updated_replicas(self) -> Optional[int]:
|
|
1761
|
+
def updated_replicas(self) -> Optional[builtins.int]:
|
|
1743
1762
|
"""
|
|
1744
|
-
Total number of non-
|
|
1763
|
+
Total number of non-terminating pods targeted by this deployment that have the desired template spec.
|
|
1745
1764
|
"""
|
|
1746
1765
|
return pulumi.get(self, "updated_replicas")
|
|
1747
1766
|
|
|
@@ -1762,6 +1781,8 @@ class DeploymentStatusPatch(dict):
|
|
|
1762
1781
|
suggest = "observed_generation"
|
|
1763
1782
|
elif key == "readyReplicas":
|
|
1764
1783
|
suggest = "ready_replicas"
|
|
1784
|
+
elif key == "terminatingReplicas":
|
|
1785
|
+
suggest = "terminating_replicas"
|
|
1765
1786
|
elif key == "unavailableReplicas":
|
|
1766
1787
|
suggest = "unavailable_replicas"
|
|
1767
1788
|
elif key == "updatedReplicas":
|
|
@@ -1779,24 +1800,28 @@ class DeploymentStatusPatch(dict):
|
|
|
1779
1800
|
return super().get(key, default)
|
|
1780
1801
|
|
|
1781
1802
|
def __init__(__self__, *,
|
|
1782
|
-
available_replicas: Optional[int] = None,
|
|
1783
|
-
collision_count: Optional[int] = None,
|
|
1803
|
+
available_replicas: Optional[builtins.int] = None,
|
|
1804
|
+
collision_count: Optional[builtins.int] = None,
|
|
1784
1805
|
conditions: Optional[Sequence['outputs.DeploymentConditionPatch']] = None,
|
|
1785
|
-
observed_generation: Optional[int] = None,
|
|
1786
|
-
ready_replicas: Optional[int] = None,
|
|
1787
|
-
replicas: Optional[int] = None,
|
|
1788
|
-
|
|
1789
|
-
|
|
1806
|
+
observed_generation: Optional[builtins.int] = None,
|
|
1807
|
+
ready_replicas: Optional[builtins.int] = None,
|
|
1808
|
+
replicas: Optional[builtins.int] = None,
|
|
1809
|
+
terminating_replicas: Optional[builtins.int] = None,
|
|
1810
|
+
unavailable_replicas: Optional[builtins.int] = None,
|
|
1811
|
+
updated_replicas: Optional[builtins.int] = None):
|
|
1790
1812
|
"""
|
|
1791
1813
|
DeploymentStatus is the most recently observed status of the Deployment.
|
|
1792
|
-
:param int available_replicas: Total number of available pods (ready for at least minReadySeconds) targeted by this deployment.
|
|
1793
|
-
:param int collision_count: Count of hash collisions for the Deployment. The Deployment controller uses this field as a collision avoidance mechanism when it needs to create the name for the newest ReplicaSet.
|
|
1814
|
+
:param builtins.int available_replicas: Total number of available non-terminating pods (ready for at least minReadySeconds) targeted by this deployment.
|
|
1815
|
+
:param builtins.int collision_count: Count of hash collisions for the Deployment. The Deployment controller uses this field as a collision avoidance mechanism when it needs to create the name for the newest ReplicaSet.
|
|
1794
1816
|
:param Sequence['DeploymentConditionPatchArgs'] conditions: Represents the latest available observations of a deployment's current state.
|
|
1795
|
-
:param int observed_generation: The generation observed by the deployment controller.
|
|
1796
|
-
:param int ready_replicas:
|
|
1797
|
-
:param int replicas: Total number of non-
|
|
1798
|
-
:param int
|
|
1799
|
-
|
|
1817
|
+
:param builtins.int observed_generation: The generation observed by the deployment controller.
|
|
1818
|
+
:param builtins.int ready_replicas: Total number of non-terminating pods targeted by this Deployment with a Ready Condition.
|
|
1819
|
+
:param builtins.int replicas: Total number of non-terminating pods targeted by this deployment (their labels match the selector).
|
|
1820
|
+
: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
|
+
|
|
1822
|
+
This is an alpha field. Enable DeploymentReplicaSetTerminatingReplicas to be able to use this field.
|
|
1823
|
+
: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.
|
|
1824
|
+
:param builtins.int updated_replicas: Total number of non-terminating pods targeted by this deployment that have the desired template spec.
|
|
1800
1825
|
"""
|
|
1801
1826
|
if available_replicas is not None:
|
|
1802
1827
|
pulumi.set(__self__, "available_replicas", available_replicas)
|
|
@@ -1810,6 +1835,8 @@ class DeploymentStatusPatch(dict):
|
|
|
1810
1835
|
pulumi.set(__self__, "ready_replicas", ready_replicas)
|
|
1811
1836
|
if replicas is not None:
|
|
1812
1837
|
pulumi.set(__self__, "replicas", replicas)
|
|
1838
|
+
if terminating_replicas is not None:
|
|
1839
|
+
pulumi.set(__self__, "terminating_replicas", terminating_replicas)
|
|
1813
1840
|
if unavailable_replicas is not None:
|
|
1814
1841
|
pulumi.set(__self__, "unavailable_replicas", unavailable_replicas)
|
|
1815
1842
|
if updated_replicas is not None:
|
|
@@ -1817,15 +1844,15 @@ class DeploymentStatusPatch(dict):
|
|
|
1817
1844
|
|
|
1818
1845
|
@property
|
|
1819
1846
|
@pulumi.getter(name="availableReplicas")
|
|
1820
|
-
def available_replicas(self) -> Optional[int]:
|
|
1847
|
+
def available_replicas(self) -> Optional[builtins.int]:
|
|
1821
1848
|
"""
|
|
1822
|
-
Total number of available pods (ready for at least minReadySeconds) targeted by this deployment.
|
|
1849
|
+
Total number of available non-terminating pods (ready for at least minReadySeconds) targeted by this deployment.
|
|
1823
1850
|
"""
|
|
1824
1851
|
return pulumi.get(self, "available_replicas")
|
|
1825
1852
|
|
|
1826
1853
|
@property
|
|
1827
1854
|
@pulumi.getter(name="collisionCount")
|
|
1828
|
-
def collision_count(self) -> Optional[int]:
|
|
1855
|
+
def collision_count(self) -> Optional[builtins.int]:
|
|
1829
1856
|
"""
|
|
1830
1857
|
Count of hash collisions for the Deployment. The Deployment controller uses this field as a collision avoidance mechanism when it needs to create the name for the newest ReplicaSet.
|
|
1831
1858
|
"""
|
|
@@ -1841,7 +1868,7 @@ class DeploymentStatusPatch(dict):
|
|
|
1841
1868
|
|
|
1842
1869
|
@property
|
|
1843
1870
|
@pulumi.getter(name="observedGeneration")
|
|
1844
|
-
def observed_generation(self) -> Optional[int]:
|
|
1871
|
+
def observed_generation(self) -> Optional[builtins.int]:
|
|
1845
1872
|
"""
|
|
1846
1873
|
The generation observed by the deployment controller.
|
|
1847
1874
|
"""
|
|
@@ -1849,23 +1876,33 @@ class DeploymentStatusPatch(dict):
|
|
|
1849
1876
|
|
|
1850
1877
|
@property
|
|
1851
1878
|
@pulumi.getter(name="readyReplicas")
|
|
1852
|
-
def ready_replicas(self) -> Optional[int]:
|
|
1879
|
+
def ready_replicas(self) -> Optional[builtins.int]:
|
|
1853
1880
|
"""
|
|
1854
|
-
|
|
1881
|
+
Total number of non-terminating pods targeted by this Deployment with a Ready Condition.
|
|
1855
1882
|
"""
|
|
1856
1883
|
return pulumi.get(self, "ready_replicas")
|
|
1857
1884
|
|
|
1858
1885
|
@property
|
|
1859
1886
|
@pulumi.getter
|
|
1860
|
-
def replicas(self) -> Optional[int]:
|
|
1887
|
+
def replicas(self) -> Optional[builtins.int]:
|
|
1861
1888
|
"""
|
|
1862
|
-
Total number of non-
|
|
1889
|
+
Total number of non-terminating pods targeted by this deployment (their labels match the selector).
|
|
1863
1890
|
"""
|
|
1864
1891
|
return pulumi.get(self, "replicas")
|
|
1865
1892
|
|
|
1893
|
+
@property
|
|
1894
|
+
@pulumi.getter(name="terminatingReplicas")
|
|
1895
|
+
def terminating_replicas(self) -> Optional[builtins.int]:
|
|
1896
|
+
"""
|
|
1897
|
+
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
|
+
|
|
1899
|
+
This is an alpha field. Enable DeploymentReplicaSetTerminatingReplicas to be able to use this field.
|
|
1900
|
+
"""
|
|
1901
|
+
return pulumi.get(self, "terminating_replicas")
|
|
1902
|
+
|
|
1866
1903
|
@property
|
|
1867
1904
|
@pulumi.getter(name="unavailableReplicas")
|
|
1868
|
-
def unavailable_replicas(self) -> Optional[int]:
|
|
1905
|
+
def unavailable_replicas(self) -> Optional[builtins.int]:
|
|
1869
1906
|
"""
|
|
1870
1907
|
Total number of unavailable pods targeted by this deployment. This is the total number of pods that are still required for the deployment to have 100% available capacity. They may either be pods that are running but not yet available or pods that still have not been created.
|
|
1871
1908
|
"""
|
|
@@ -1873,9 +1910,9 @@ class DeploymentStatusPatch(dict):
|
|
|
1873
1910
|
|
|
1874
1911
|
@property
|
|
1875
1912
|
@pulumi.getter(name="updatedReplicas")
|
|
1876
|
-
def updated_replicas(self) -> Optional[int]:
|
|
1913
|
+
def updated_replicas(self) -> Optional[builtins.int]:
|
|
1877
1914
|
"""
|
|
1878
|
-
Total number of non-
|
|
1915
|
+
Total number of non-terminating pods targeted by this deployment that have the desired template spec.
|
|
1879
1916
|
"""
|
|
1880
1917
|
return pulumi.get(self, "updated_replicas")
|
|
1881
1918
|
|
|
@@ -1904,11 +1941,11 @@ class DeploymentStrategy(dict):
|
|
|
1904
1941
|
|
|
1905
1942
|
def __init__(__self__, *,
|
|
1906
1943
|
rolling_update: Optional['outputs.RollingUpdateDeployment'] = None,
|
|
1907
|
-
type: Optional[str] = None):
|
|
1944
|
+
type: Optional[builtins.str] = None):
|
|
1908
1945
|
"""
|
|
1909
1946
|
DeploymentStrategy describes how to replace existing pods with new ones.
|
|
1910
1947
|
:param 'RollingUpdateDeploymentArgs' rolling_update: Rolling update config params. Present only if DeploymentStrategyType = RollingUpdate.
|
|
1911
|
-
:param str type: Type of deployment. Can be "Recreate" or "RollingUpdate". Default is RollingUpdate.
|
|
1948
|
+
:param builtins.str type: Type of deployment. Can be "Recreate" or "RollingUpdate". Default is RollingUpdate.
|
|
1912
1949
|
"""
|
|
1913
1950
|
if rolling_update is not None:
|
|
1914
1951
|
pulumi.set(__self__, "rolling_update", rolling_update)
|
|
@@ -1925,7 +1962,7 @@ class DeploymentStrategy(dict):
|
|
|
1925
1962
|
|
|
1926
1963
|
@property
|
|
1927
1964
|
@pulumi.getter
|
|
1928
|
-
def type(self) -> Optional[str]:
|
|
1965
|
+
def type(self) -> Optional[builtins.str]:
|
|
1929
1966
|
"""
|
|
1930
1967
|
Type of deployment. Can be "Recreate" or "RollingUpdate". Default is RollingUpdate.
|
|
1931
1968
|
"""
|
|
@@ -1956,11 +1993,11 @@ class DeploymentStrategyPatch(dict):
|
|
|
1956
1993
|
|
|
1957
1994
|
def __init__(__self__, *,
|
|
1958
1995
|
rolling_update: Optional['outputs.RollingUpdateDeploymentPatch'] = None,
|
|
1959
|
-
type: Optional[str] = None):
|
|
1996
|
+
type: Optional[builtins.str] = None):
|
|
1960
1997
|
"""
|
|
1961
1998
|
DeploymentStrategy describes how to replace existing pods with new ones.
|
|
1962
1999
|
:param 'RollingUpdateDeploymentPatchArgs' rolling_update: Rolling update config params. Present only if DeploymentStrategyType = RollingUpdate.
|
|
1963
|
-
:param str type: Type of deployment. Can be "Recreate" or "RollingUpdate". Default is RollingUpdate.
|
|
2000
|
+
:param builtins.str type: Type of deployment. Can be "Recreate" or "RollingUpdate". Default is RollingUpdate.
|
|
1964
2001
|
"""
|
|
1965
2002
|
if rolling_update is not None:
|
|
1966
2003
|
pulumi.set(__self__, "rolling_update", rolling_update)
|
|
@@ -1977,7 +2014,7 @@ class DeploymentStrategyPatch(dict):
|
|
|
1977
2014
|
|
|
1978
2015
|
@property
|
|
1979
2016
|
@pulumi.getter
|
|
1980
|
-
def type(self) -> Optional[str]:
|
|
2017
|
+
def type(self) -> Optional[builtins.str]:
|
|
1981
2018
|
"""
|
|
1982
2019
|
Type of deployment. Can be "Recreate" or "RollingUpdate". Default is RollingUpdate.
|
|
1983
2020
|
"""
|
|
@@ -2007,15 +2044,15 @@ class ReplicaSet(dict):
|
|
|
2007
2044
|
return super().get(key, default)
|
|
2008
2045
|
|
|
2009
2046
|
def __init__(__self__, *,
|
|
2010
|
-
api_version: Optional[str] = None,
|
|
2011
|
-
kind: Optional[str] = None,
|
|
2047
|
+
api_version: Optional[builtins.str] = None,
|
|
2048
|
+
kind: Optional[builtins.str] = None,
|
|
2012
2049
|
metadata: Optional['_meta.v1.outputs.ObjectMeta'] = None,
|
|
2013
2050
|
spec: Optional['outputs.ReplicaSetSpec'] = None,
|
|
2014
2051
|
status: Optional['outputs.ReplicaSetStatus'] = None):
|
|
2015
2052
|
"""
|
|
2016
2053
|
ReplicaSet ensures that a specified number of pod replicas are running at any given time.
|
|
2017
|
-
:param str api_version: APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources
|
|
2018
|
-
:param str kind: Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds
|
|
2054
|
+
: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
|
|
2055
|
+
:param builtins.str kind: Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds
|
|
2019
2056
|
:param '_meta.v1.ObjectMetaArgs' metadata: If the Labels of a ReplicaSet are empty, they are defaulted to be the same as the Pod(s) that the ReplicaSet manages. Standard object's metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata
|
|
2020
2057
|
:param 'ReplicaSetSpecArgs' spec: Spec defines the specification of the desired behavior of the ReplicaSet. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#spec-and-status
|
|
2021
2058
|
:param 'ReplicaSetStatusArgs' status: Status is the most recently observed status of the ReplicaSet. This data may be out of date by some window of time. Populated by the system. Read-only. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#spec-and-status
|
|
@@ -2033,7 +2070,7 @@ class ReplicaSet(dict):
|
|
|
2033
2070
|
|
|
2034
2071
|
@property
|
|
2035
2072
|
@pulumi.getter(name="apiVersion")
|
|
2036
|
-
def api_version(self) -> Optional[str]:
|
|
2073
|
+
def api_version(self) -> Optional[builtins.str]:
|
|
2037
2074
|
"""
|
|
2038
2075
|
APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources
|
|
2039
2076
|
"""
|
|
@@ -2041,7 +2078,7 @@ class ReplicaSet(dict):
|
|
|
2041
2078
|
|
|
2042
2079
|
@property
|
|
2043
2080
|
@pulumi.getter
|
|
2044
|
-
def kind(self) -> Optional[str]:
|
|
2081
|
+
def kind(self) -> Optional[builtins.str]:
|
|
2045
2082
|
"""
|
|
2046
2083
|
Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds
|
|
2047
2084
|
"""
|
|
@@ -2095,18 +2132,18 @@ class ReplicaSetCondition(dict):
|
|
|
2095
2132
|
return super().get(key, default)
|
|
2096
2133
|
|
|
2097
2134
|
def __init__(__self__, *,
|
|
2098
|
-
status: str,
|
|
2099
|
-
type: str,
|
|
2100
|
-
last_transition_time: Optional[str] = None,
|
|
2101
|
-
message: Optional[str] = None,
|
|
2102
|
-
reason: Optional[str] = None):
|
|
2135
|
+
status: builtins.str,
|
|
2136
|
+
type: builtins.str,
|
|
2137
|
+
last_transition_time: Optional[builtins.str] = None,
|
|
2138
|
+
message: Optional[builtins.str] = None,
|
|
2139
|
+
reason: Optional[builtins.str] = None):
|
|
2103
2140
|
"""
|
|
2104
2141
|
ReplicaSetCondition describes the state of a replica set at a certain point.
|
|
2105
|
-
:param str status: Status of the condition, one of True, False, Unknown.
|
|
2106
|
-
:param str type: Type of replica set condition.
|
|
2107
|
-
:param str last_transition_time: The last time the condition transitioned from one status to another.
|
|
2108
|
-
:param str message: A human readable message indicating details about the transition.
|
|
2109
|
-
:param str reason: The reason for the condition's last transition.
|
|
2142
|
+
:param builtins.str status: Status of the condition, one of True, False, Unknown.
|
|
2143
|
+
:param builtins.str type: Type of replica set condition.
|
|
2144
|
+
:param builtins.str last_transition_time: The last time the condition transitioned from one status to another.
|
|
2145
|
+
:param builtins.str message: A human readable message indicating details about the transition.
|
|
2146
|
+
:param builtins.str reason: The reason for the condition's last transition.
|
|
2110
2147
|
"""
|
|
2111
2148
|
pulumi.set(__self__, "status", status)
|
|
2112
2149
|
pulumi.set(__self__, "type", type)
|
|
@@ -2119,7 +2156,7 @@ class ReplicaSetCondition(dict):
|
|
|
2119
2156
|
|
|
2120
2157
|
@property
|
|
2121
2158
|
@pulumi.getter
|
|
2122
|
-
def status(self) -> str:
|
|
2159
|
+
def status(self) -> builtins.str:
|
|
2123
2160
|
"""
|
|
2124
2161
|
Status of the condition, one of True, False, Unknown.
|
|
2125
2162
|
"""
|
|
@@ -2127,7 +2164,7 @@ class ReplicaSetCondition(dict):
|
|
|
2127
2164
|
|
|
2128
2165
|
@property
|
|
2129
2166
|
@pulumi.getter
|
|
2130
|
-
def type(self) -> str:
|
|
2167
|
+
def type(self) -> builtins.str:
|
|
2131
2168
|
"""
|
|
2132
2169
|
Type of replica set condition.
|
|
2133
2170
|
"""
|
|
@@ -2135,7 +2172,7 @@ class ReplicaSetCondition(dict):
|
|
|
2135
2172
|
|
|
2136
2173
|
@property
|
|
2137
2174
|
@pulumi.getter(name="lastTransitionTime")
|
|
2138
|
-
def last_transition_time(self) -> Optional[str]:
|
|
2175
|
+
def last_transition_time(self) -> Optional[builtins.str]:
|
|
2139
2176
|
"""
|
|
2140
2177
|
The last time the condition transitioned from one status to another.
|
|
2141
2178
|
"""
|
|
@@ -2143,7 +2180,7 @@ class ReplicaSetCondition(dict):
|
|
|
2143
2180
|
|
|
2144
2181
|
@property
|
|
2145
2182
|
@pulumi.getter
|
|
2146
|
-
def message(self) -> Optional[str]:
|
|
2183
|
+
def message(self) -> Optional[builtins.str]:
|
|
2147
2184
|
"""
|
|
2148
2185
|
A human readable message indicating details about the transition.
|
|
2149
2186
|
"""
|
|
@@ -2151,7 +2188,7 @@ class ReplicaSetCondition(dict):
|
|
|
2151
2188
|
|
|
2152
2189
|
@property
|
|
2153
2190
|
@pulumi.getter
|
|
2154
|
-
def reason(self) -> Optional[str]:
|
|
2191
|
+
def reason(self) -> Optional[builtins.str]:
|
|
2155
2192
|
"""
|
|
2156
2193
|
The reason for the condition's last transition.
|
|
2157
2194
|
"""
|
|
@@ -2181,18 +2218,18 @@ class ReplicaSetConditionPatch(dict):
|
|
|
2181
2218
|
return super().get(key, default)
|
|
2182
2219
|
|
|
2183
2220
|
def __init__(__self__, *,
|
|
2184
|
-
last_transition_time: Optional[str] = None,
|
|
2185
|
-
message: Optional[str] = None,
|
|
2186
|
-
reason: Optional[str] = None,
|
|
2187
|
-
status: Optional[str] = None,
|
|
2188
|
-
type: Optional[str] = None):
|
|
2221
|
+
last_transition_time: Optional[builtins.str] = None,
|
|
2222
|
+
message: Optional[builtins.str] = None,
|
|
2223
|
+
reason: Optional[builtins.str] = None,
|
|
2224
|
+
status: Optional[builtins.str] = None,
|
|
2225
|
+
type: Optional[builtins.str] = None):
|
|
2189
2226
|
"""
|
|
2190
2227
|
ReplicaSetCondition describes the state of a replica set at a certain point.
|
|
2191
|
-
:param str last_transition_time: The last time the condition transitioned from one status to another.
|
|
2192
|
-
:param str message: A human readable message indicating details about the transition.
|
|
2193
|
-
:param str reason: The reason for the condition's last transition.
|
|
2194
|
-
:param str status: Status of the condition, one of True, False, Unknown.
|
|
2195
|
-
:param str type: Type of replica set condition.
|
|
2228
|
+
:param builtins.str last_transition_time: The last time the condition transitioned from one status to another.
|
|
2229
|
+
:param builtins.str message: A human readable message indicating details about the transition.
|
|
2230
|
+
:param builtins.str reason: The reason for the condition's last transition.
|
|
2231
|
+
:param builtins.str status: Status of the condition, one of True, False, Unknown.
|
|
2232
|
+
:param builtins.str type: Type of replica set condition.
|
|
2196
2233
|
"""
|
|
2197
2234
|
if last_transition_time is not None:
|
|
2198
2235
|
pulumi.set(__self__, "last_transition_time", last_transition_time)
|
|
@@ -2207,7 +2244,7 @@ class ReplicaSetConditionPatch(dict):
|
|
|
2207
2244
|
|
|
2208
2245
|
@property
|
|
2209
2246
|
@pulumi.getter(name="lastTransitionTime")
|
|
2210
|
-
def last_transition_time(self) -> Optional[str]:
|
|
2247
|
+
def last_transition_time(self) -> Optional[builtins.str]:
|
|
2211
2248
|
"""
|
|
2212
2249
|
The last time the condition transitioned from one status to another.
|
|
2213
2250
|
"""
|
|
@@ -2215,7 +2252,7 @@ class ReplicaSetConditionPatch(dict):
|
|
|
2215
2252
|
|
|
2216
2253
|
@property
|
|
2217
2254
|
@pulumi.getter
|
|
2218
|
-
def message(self) -> Optional[str]:
|
|
2255
|
+
def message(self) -> Optional[builtins.str]:
|
|
2219
2256
|
"""
|
|
2220
2257
|
A human readable message indicating details about the transition.
|
|
2221
2258
|
"""
|
|
@@ -2223,7 +2260,7 @@ class ReplicaSetConditionPatch(dict):
|
|
|
2223
2260
|
|
|
2224
2261
|
@property
|
|
2225
2262
|
@pulumi.getter
|
|
2226
|
-
def reason(self) -> Optional[str]:
|
|
2263
|
+
def reason(self) -> Optional[builtins.str]:
|
|
2227
2264
|
"""
|
|
2228
2265
|
The reason for the condition's last transition.
|
|
2229
2266
|
"""
|
|
@@ -2231,7 +2268,7 @@ class ReplicaSetConditionPatch(dict):
|
|
|
2231
2268
|
|
|
2232
2269
|
@property
|
|
2233
2270
|
@pulumi.getter
|
|
2234
|
-
def status(self) -> Optional[str]:
|
|
2271
|
+
def status(self) -> Optional[builtins.str]:
|
|
2235
2272
|
"""
|
|
2236
2273
|
Status of the condition, one of True, False, Unknown.
|
|
2237
2274
|
"""
|
|
@@ -2239,7 +2276,7 @@ class ReplicaSetConditionPatch(dict):
|
|
|
2239
2276
|
|
|
2240
2277
|
@property
|
|
2241
2278
|
@pulumi.getter
|
|
2242
|
-
def type(self) -> Optional[str]:
|
|
2279
|
+
def type(self) -> Optional[builtins.str]:
|
|
2243
2280
|
"""
|
|
2244
2281
|
Type of replica set condition.
|
|
2245
2282
|
"""
|
|
@@ -2270,15 +2307,15 @@ class ReplicaSetSpec(dict):
|
|
|
2270
2307
|
|
|
2271
2308
|
def __init__(__self__, *,
|
|
2272
2309
|
selector: '_meta.v1.outputs.LabelSelector',
|
|
2273
|
-
min_ready_seconds: Optional[int] = None,
|
|
2274
|
-
replicas: Optional[int] = None,
|
|
2310
|
+
min_ready_seconds: Optional[builtins.int] = None,
|
|
2311
|
+
replicas: Optional[builtins.int] = None,
|
|
2275
2312
|
template: Optional['_core.v1.outputs.PodTemplateSpec'] = None):
|
|
2276
2313
|
"""
|
|
2277
2314
|
ReplicaSetSpec is the specification of a ReplicaSet.
|
|
2278
2315
|
:param '_meta.v1.LabelSelectorArgs' selector: Selector is a label query over pods that should match the replica count. Label keys and values that must match in order to be controlled by this replica set. It must match the pod template's labels. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/labels/#label-selectors
|
|
2279
|
-
:param int min_ready_seconds: Minimum number of seconds for which a newly created pod should be ready without any of its container crashing, for it to be considered available. Defaults to 0 (pod will be considered available as soon as it is ready)
|
|
2280
|
-
:param int replicas: Replicas is the number of desired
|
|
2281
|
-
: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/
|
|
2316
|
+
: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)
|
|
2317
|
+
: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
|
+
: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
|
|
2282
2319
|
"""
|
|
2283
2320
|
pulumi.set(__self__, "selector", selector)
|
|
2284
2321
|
if min_ready_seconds is not None:
|
|
@@ -2298,7 +2335,7 @@ class ReplicaSetSpec(dict):
|
|
|
2298
2335
|
|
|
2299
2336
|
@property
|
|
2300
2337
|
@pulumi.getter(name="minReadySeconds")
|
|
2301
|
-
def min_ready_seconds(self) -> Optional[int]:
|
|
2338
|
+
def min_ready_seconds(self) -> Optional[builtins.int]:
|
|
2302
2339
|
"""
|
|
2303
2340
|
Minimum number of seconds for which a newly created pod should be ready without any of its container crashing, for it to be considered available. Defaults to 0 (pod will be considered available as soon as it is ready)
|
|
2304
2341
|
"""
|
|
@@ -2306,9 +2343,9 @@ class ReplicaSetSpec(dict):
|
|
|
2306
2343
|
|
|
2307
2344
|
@property
|
|
2308
2345
|
@pulumi.getter
|
|
2309
|
-
def replicas(self) -> Optional[int]:
|
|
2346
|
+
def replicas(self) -> Optional[builtins.int]:
|
|
2310
2347
|
"""
|
|
2311
|
-
Replicas is the number of desired
|
|
2348
|
+
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
|
|
2312
2349
|
"""
|
|
2313
2350
|
return pulumi.get(self, "replicas")
|
|
2314
2351
|
|
|
@@ -2316,7 +2353,7 @@ class ReplicaSetSpec(dict):
|
|
|
2316
2353
|
@pulumi.getter
|
|
2317
2354
|
def template(self) -> Optional['_core.v1.outputs.PodTemplateSpec']:
|
|
2318
2355
|
"""
|
|
2319
|
-
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/
|
|
2356
|
+
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
|
|
2320
2357
|
"""
|
|
2321
2358
|
return pulumi.get(self, "template")
|
|
2322
2359
|
|
|
@@ -2344,16 +2381,16 @@ class ReplicaSetSpecPatch(dict):
|
|
|
2344
2381
|
return super().get(key, default)
|
|
2345
2382
|
|
|
2346
2383
|
def __init__(__self__, *,
|
|
2347
|
-
min_ready_seconds: Optional[int] = None,
|
|
2348
|
-
replicas: Optional[int] = None,
|
|
2384
|
+
min_ready_seconds: Optional[builtins.int] = None,
|
|
2385
|
+
replicas: Optional[builtins.int] = None,
|
|
2349
2386
|
selector: Optional['_meta.v1.outputs.LabelSelectorPatch'] = None,
|
|
2350
2387
|
template: Optional['_core.v1.outputs.PodTemplateSpecPatch'] = None):
|
|
2351
2388
|
"""
|
|
2352
2389
|
ReplicaSetSpec is the specification of a ReplicaSet.
|
|
2353
|
-
:param int min_ready_seconds: Minimum number of seconds for which a newly created pod should be ready without any of its container crashing, for it to be considered available. Defaults to 0 (pod will be considered available as soon as it is ready)
|
|
2354
|
-
:param int replicas: Replicas is the number of desired
|
|
2390
|
+
: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)
|
|
2391
|
+
: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
|
|
2355
2392
|
:param '_meta.v1.LabelSelectorPatchArgs' selector: Selector is a label query over pods that should match the replica count. Label keys and values that must match in order to be controlled by this replica set. It must match the pod template's labels. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/labels/#label-selectors
|
|
2356
|
-
: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/
|
|
2393
|
+
: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
|
|
2357
2394
|
"""
|
|
2358
2395
|
if min_ready_seconds is not None:
|
|
2359
2396
|
pulumi.set(__self__, "min_ready_seconds", min_ready_seconds)
|
|
@@ -2366,7 +2403,7 @@ class ReplicaSetSpecPatch(dict):
|
|
|
2366
2403
|
|
|
2367
2404
|
@property
|
|
2368
2405
|
@pulumi.getter(name="minReadySeconds")
|
|
2369
|
-
def min_ready_seconds(self) -> Optional[int]:
|
|
2406
|
+
def min_ready_seconds(self) -> Optional[builtins.int]:
|
|
2370
2407
|
"""
|
|
2371
2408
|
Minimum number of seconds for which a newly created pod should be ready without any of its container crashing, for it to be considered available. Defaults to 0 (pod will be considered available as soon as it is ready)
|
|
2372
2409
|
"""
|
|
@@ -2374,9 +2411,9 @@ class ReplicaSetSpecPatch(dict):
|
|
|
2374
2411
|
|
|
2375
2412
|
@property
|
|
2376
2413
|
@pulumi.getter
|
|
2377
|
-
def replicas(self) -> Optional[int]:
|
|
2414
|
+
def replicas(self) -> Optional[builtins.int]:
|
|
2378
2415
|
"""
|
|
2379
|
-
Replicas is the number of desired
|
|
2416
|
+
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
|
|
2380
2417
|
"""
|
|
2381
2418
|
return pulumi.get(self, "replicas")
|
|
2382
2419
|
|
|
@@ -2392,7 +2429,7 @@ class ReplicaSetSpecPatch(dict):
|
|
|
2392
2429
|
@pulumi.getter
|
|
2393
2430
|
def template(self) -> Optional['_core.v1.outputs.PodTemplateSpecPatch']:
|
|
2394
2431
|
"""
|
|
2395
|
-
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/
|
|
2432
|
+
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
|
|
2396
2433
|
"""
|
|
2397
2434
|
return pulumi.get(self, "template")
|
|
2398
2435
|
|
|
@@ -2413,6 +2450,8 @@ class ReplicaSetStatus(dict):
|
|
|
2413
2450
|
suggest = "observed_generation"
|
|
2414
2451
|
elif key == "readyReplicas":
|
|
2415
2452
|
suggest = "ready_replicas"
|
|
2453
|
+
elif key == "terminatingReplicas":
|
|
2454
|
+
suggest = "terminating_replicas"
|
|
2416
2455
|
|
|
2417
2456
|
if suggest:
|
|
2418
2457
|
pulumi.log.warn(f"Key '{key}' not found in ReplicaSetStatus. Access the value via the '{suggest}' property getter instead.")
|
|
@@ -2426,20 +2465,24 @@ class ReplicaSetStatus(dict):
|
|
|
2426
2465
|
return super().get(key, default)
|
|
2427
2466
|
|
|
2428
2467
|
def __init__(__self__, *,
|
|
2429
|
-
replicas: int,
|
|
2430
|
-
available_replicas: Optional[int] = None,
|
|
2468
|
+
replicas: builtins.int,
|
|
2469
|
+
available_replicas: Optional[builtins.int] = None,
|
|
2431
2470
|
conditions: Optional[Sequence['outputs.ReplicaSetCondition']] = None,
|
|
2432
|
-
fully_labeled_replicas: Optional[int] = None,
|
|
2433
|
-
observed_generation: Optional[int] = None,
|
|
2434
|
-
ready_replicas: Optional[int] = None
|
|
2471
|
+
fully_labeled_replicas: Optional[builtins.int] = None,
|
|
2472
|
+
observed_generation: Optional[builtins.int] = None,
|
|
2473
|
+
ready_replicas: Optional[builtins.int] = None,
|
|
2474
|
+
terminating_replicas: Optional[builtins.int] = None):
|
|
2435
2475
|
"""
|
|
2436
2476
|
ReplicaSetStatus represents the current status of a ReplicaSet.
|
|
2437
|
-
:param int replicas: Replicas is the most recently observed number of
|
|
2438
|
-
:param int available_replicas: The number of available
|
|
2477
|
+
: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
|
|
2478
|
+
:param builtins.int available_replicas: The number of available non-terminating pods (ready for at least minReadySeconds) for this replica set.
|
|
2439
2479
|
:param Sequence['ReplicaSetConditionArgs'] conditions: Represents the latest available observations of a replica set's current state.
|
|
2440
|
-
:param int fully_labeled_replicas: The number of pods that have labels matching the labels of the pod template of the replicaset.
|
|
2441
|
-
:param int observed_generation: ObservedGeneration reflects the generation of the most recently observed ReplicaSet.
|
|
2442
|
-
:param int ready_replicas:
|
|
2480
|
+
: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.
|
|
2481
|
+
:param builtins.int observed_generation: ObservedGeneration reflects the generation of the most recently observed ReplicaSet.
|
|
2482
|
+
:param builtins.int ready_replicas: The number of non-terminating pods targeted by this ReplicaSet with a Ready Condition.
|
|
2483
|
+
: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
|
+
|
|
2485
|
+
This is an alpha field. Enable DeploymentReplicaSetTerminatingReplicas to be able to use this field.
|
|
2443
2486
|
"""
|
|
2444
2487
|
pulumi.set(__self__, "replicas", replicas)
|
|
2445
2488
|
if available_replicas is not None:
|
|
@@ -2452,20 +2495,22 @@ class ReplicaSetStatus(dict):
|
|
|
2452
2495
|
pulumi.set(__self__, "observed_generation", observed_generation)
|
|
2453
2496
|
if ready_replicas is not None:
|
|
2454
2497
|
pulumi.set(__self__, "ready_replicas", ready_replicas)
|
|
2498
|
+
if terminating_replicas is not None:
|
|
2499
|
+
pulumi.set(__self__, "terminating_replicas", terminating_replicas)
|
|
2455
2500
|
|
|
2456
2501
|
@property
|
|
2457
2502
|
@pulumi.getter
|
|
2458
|
-
def replicas(self) -> int:
|
|
2503
|
+
def replicas(self) -> builtins.int:
|
|
2459
2504
|
"""
|
|
2460
|
-
Replicas is the most recently observed number of
|
|
2505
|
+
Replicas is the most recently observed number of non-terminating pods. More info: https://kubernetes.io/docs/concepts/workloads/controllers/replicaset
|
|
2461
2506
|
"""
|
|
2462
2507
|
return pulumi.get(self, "replicas")
|
|
2463
2508
|
|
|
2464
2509
|
@property
|
|
2465
2510
|
@pulumi.getter(name="availableReplicas")
|
|
2466
|
-
def available_replicas(self) -> Optional[int]:
|
|
2511
|
+
def available_replicas(self) -> Optional[builtins.int]:
|
|
2467
2512
|
"""
|
|
2468
|
-
The number of available
|
|
2513
|
+
The number of available non-terminating pods (ready for at least minReadySeconds) for this replica set.
|
|
2469
2514
|
"""
|
|
2470
2515
|
return pulumi.get(self, "available_replicas")
|
|
2471
2516
|
|
|
@@ -2479,15 +2524,15 @@ class ReplicaSetStatus(dict):
|
|
|
2479
2524
|
|
|
2480
2525
|
@property
|
|
2481
2526
|
@pulumi.getter(name="fullyLabeledReplicas")
|
|
2482
|
-
def fully_labeled_replicas(self) -> Optional[int]:
|
|
2527
|
+
def fully_labeled_replicas(self) -> Optional[builtins.int]:
|
|
2483
2528
|
"""
|
|
2484
|
-
The number of pods that have labels matching the labels of the pod template of the replicaset.
|
|
2529
|
+
The number of non-terminating pods that have labels matching the labels of the pod template of the replicaset.
|
|
2485
2530
|
"""
|
|
2486
2531
|
return pulumi.get(self, "fully_labeled_replicas")
|
|
2487
2532
|
|
|
2488
2533
|
@property
|
|
2489
2534
|
@pulumi.getter(name="observedGeneration")
|
|
2490
|
-
def observed_generation(self) -> Optional[int]:
|
|
2535
|
+
def observed_generation(self) -> Optional[builtins.int]:
|
|
2491
2536
|
"""
|
|
2492
2537
|
ObservedGeneration reflects the generation of the most recently observed ReplicaSet.
|
|
2493
2538
|
"""
|
|
@@ -2495,12 +2540,22 @@ class ReplicaSetStatus(dict):
|
|
|
2495
2540
|
|
|
2496
2541
|
@property
|
|
2497
2542
|
@pulumi.getter(name="readyReplicas")
|
|
2498
|
-
def ready_replicas(self) -> Optional[int]:
|
|
2543
|
+
def ready_replicas(self) -> Optional[builtins.int]:
|
|
2499
2544
|
"""
|
|
2500
|
-
|
|
2545
|
+
The number of non-terminating pods targeted by this ReplicaSet with a Ready Condition.
|
|
2501
2546
|
"""
|
|
2502
2547
|
return pulumi.get(self, "ready_replicas")
|
|
2503
2548
|
|
|
2549
|
+
@property
|
|
2550
|
+
@pulumi.getter(name="terminatingReplicas")
|
|
2551
|
+
def terminating_replicas(self) -> Optional[builtins.int]:
|
|
2552
|
+
"""
|
|
2553
|
+
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
|
+
|
|
2555
|
+
This is an alpha field. Enable DeploymentReplicaSetTerminatingReplicas to be able to use this field.
|
|
2556
|
+
"""
|
|
2557
|
+
return pulumi.get(self, "terminating_replicas")
|
|
2558
|
+
|
|
2504
2559
|
|
|
2505
2560
|
@pulumi.output_type
|
|
2506
2561
|
class ReplicaSetStatusPatch(dict):
|
|
@@ -2518,6 +2573,8 @@ class ReplicaSetStatusPatch(dict):
|
|
|
2518
2573
|
suggest = "observed_generation"
|
|
2519
2574
|
elif key == "readyReplicas":
|
|
2520
2575
|
suggest = "ready_replicas"
|
|
2576
|
+
elif key == "terminatingReplicas":
|
|
2577
|
+
suggest = "terminating_replicas"
|
|
2521
2578
|
|
|
2522
2579
|
if suggest:
|
|
2523
2580
|
pulumi.log.warn(f"Key '{key}' not found in ReplicaSetStatusPatch. Access the value via the '{suggest}' property getter instead.")
|
|
@@ -2531,20 +2588,24 @@ class ReplicaSetStatusPatch(dict):
|
|
|
2531
2588
|
return super().get(key, default)
|
|
2532
2589
|
|
|
2533
2590
|
def __init__(__self__, *,
|
|
2534
|
-
available_replicas: Optional[int] = None,
|
|
2591
|
+
available_replicas: Optional[builtins.int] = None,
|
|
2535
2592
|
conditions: Optional[Sequence['outputs.ReplicaSetConditionPatch']] = None,
|
|
2536
|
-
fully_labeled_replicas: Optional[int] = None,
|
|
2537
|
-
observed_generation: Optional[int] = None,
|
|
2538
|
-
ready_replicas: Optional[int] = None,
|
|
2539
|
-
replicas: Optional[int] = None
|
|
2593
|
+
fully_labeled_replicas: Optional[builtins.int] = None,
|
|
2594
|
+
observed_generation: Optional[builtins.int] = None,
|
|
2595
|
+
ready_replicas: Optional[builtins.int] = None,
|
|
2596
|
+
replicas: Optional[builtins.int] = None,
|
|
2597
|
+
terminating_replicas: Optional[builtins.int] = None):
|
|
2540
2598
|
"""
|
|
2541
2599
|
ReplicaSetStatus represents the current status of a ReplicaSet.
|
|
2542
|
-
:param int available_replicas: The number of available
|
|
2600
|
+
:param builtins.int available_replicas: The number of available non-terminating pods (ready for at least minReadySeconds) for this replica set.
|
|
2543
2601
|
:param Sequence['ReplicaSetConditionPatchArgs'] conditions: Represents the latest available observations of a replica set's current state.
|
|
2544
|
-
:param int fully_labeled_replicas: The number of pods that have labels matching the labels of the pod template of the replicaset.
|
|
2545
|
-
:param int observed_generation: ObservedGeneration reflects the generation of the most recently observed ReplicaSet.
|
|
2546
|
-
:param int ready_replicas:
|
|
2547
|
-
:param int replicas: Replicas is the most recently observed number of
|
|
2602
|
+
: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.
|
|
2603
|
+
:param builtins.int observed_generation: ObservedGeneration reflects the generation of the most recently observed ReplicaSet.
|
|
2604
|
+
:param builtins.int ready_replicas: The number of non-terminating pods targeted by this ReplicaSet with a Ready Condition.
|
|
2605
|
+
: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
|
|
2606
|
+
: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
|
+
|
|
2608
|
+
This is an alpha field. Enable DeploymentReplicaSetTerminatingReplicas to be able to use this field.
|
|
2548
2609
|
"""
|
|
2549
2610
|
if available_replicas is not None:
|
|
2550
2611
|
pulumi.set(__self__, "available_replicas", available_replicas)
|
|
@@ -2558,12 +2619,14 @@ class ReplicaSetStatusPatch(dict):
|
|
|
2558
2619
|
pulumi.set(__self__, "ready_replicas", ready_replicas)
|
|
2559
2620
|
if replicas is not None:
|
|
2560
2621
|
pulumi.set(__self__, "replicas", replicas)
|
|
2622
|
+
if terminating_replicas is not None:
|
|
2623
|
+
pulumi.set(__self__, "terminating_replicas", terminating_replicas)
|
|
2561
2624
|
|
|
2562
2625
|
@property
|
|
2563
2626
|
@pulumi.getter(name="availableReplicas")
|
|
2564
|
-
def available_replicas(self) -> Optional[int]:
|
|
2627
|
+
def available_replicas(self) -> Optional[builtins.int]:
|
|
2565
2628
|
"""
|
|
2566
|
-
The number of available
|
|
2629
|
+
The number of available non-terminating pods (ready for at least minReadySeconds) for this replica set.
|
|
2567
2630
|
"""
|
|
2568
2631
|
return pulumi.get(self, "available_replicas")
|
|
2569
2632
|
|
|
@@ -2577,15 +2640,15 @@ class ReplicaSetStatusPatch(dict):
|
|
|
2577
2640
|
|
|
2578
2641
|
@property
|
|
2579
2642
|
@pulumi.getter(name="fullyLabeledReplicas")
|
|
2580
|
-
def fully_labeled_replicas(self) -> Optional[int]:
|
|
2643
|
+
def fully_labeled_replicas(self) -> Optional[builtins.int]:
|
|
2581
2644
|
"""
|
|
2582
|
-
The number of pods that have labels matching the labels of the pod template of the replicaset.
|
|
2645
|
+
The number of non-terminating pods that have labels matching the labels of the pod template of the replicaset.
|
|
2583
2646
|
"""
|
|
2584
2647
|
return pulumi.get(self, "fully_labeled_replicas")
|
|
2585
2648
|
|
|
2586
2649
|
@property
|
|
2587
2650
|
@pulumi.getter(name="observedGeneration")
|
|
2588
|
-
def observed_generation(self) -> Optional[int]:
|
|
2651
|
+
def observed_generation(self) -> Optional[builtins.int]:
|
|
2589
2652
|
"""
|
|
2590
2653
|
ObservedGeneration reflects the generation of the most recently observed ReplicaSet.
|
|
2591
2654
|
"""
|
|
@@ -2593,20 +2656,30 @@ class ReplicaSetStatusPatch(dict):
|
|
|
2593
2656
|
|
|
2594
2657
|
@property
|
|
2595
2658
|
@pulumi.getter(name="readyReplicas")
|
|
2596
|
-
def ready_replicas(self) -> Optional[int]:
|
|
2659
|
+
def ready_replicas(self) -> Optional[builtins.int]:
|
|
2597
2660
|
"""
|
|
2598
|
-
|
|
2661
|
+
The number of non-terminating pods targeted by this ReplicaSet with a Ready Condition.
|
|
2599
2662
|
"""
|
|
2600
2663
|
return pulumi.get(self, "ready_replicas")
|
|
2601
2664
|
|
|
2602
2665
|
@property
|
|
2603
2666
|
@pulumi.getter
|
|
2604
|
-
def replicas(self) -> Optional[int]:
|
|
2667
|
+
def replicas(self) -> Optional[builtins.int]:
|
|
2605
2668
|
"""
|
|
2606
|
-
Replicas is the most recently observed number of
|
|
2669
|
+
Replicas is the most recently observed number of non-terminating pods. More info: https://kubernetes.io/docs/concepts/workloads/controllers/replicaset
|
|
2607
2670
|
"""
|
|
2608
2671
|
return pulumi.get(self, "replicas")
|
|
2609
2672
|
|
|
2673
|
+
@property
|
|
2674
|
+
@pulumi.getter(name="terminatingReplicas")
|
|
2675
|
+
def terminating_replicas(self) -> Optional[builtins.int]:
|
|
2676
|
+
"""
|
|
2677
|
+
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
|
+
|
|
2679
|
+
This is an alpha field. Enable DeploymentReplicaSetTerminatingReplicas to be able to use this field.
|
|
2680
|
+
"""
|
|
2681
|
+
return pulumi.get(self, "terminating_replicas")
|
|
2682
|
+
|
|
2610
2683
|
|
|
2611
2684
|
@pulumi.output_type
|
|
2612
2685
|
class RollingUpdateDaemonSet(dict):
|
|
@@ -2637,8 +2710,8 @@ class RollingUpdateDaemonSet(dict):
|
|
|
2637
2710
|
max_unavailable: Optional[Any] = None):
|
|
2638
2711
|
"""
|
|
2639
2712
|
Spec to control the desired behavior of daemon set rolling update.
|
|
2640
|
-
:param Union[int, str] max_surge: The maximum number of nodes with an existing available DaemonSet pod that can have an updated DaemonSet pod during during an update. Value can be an absolute number (ex: 5) or a percentage of desired pods (ex: 10%). This can not be 0 if MaxUnavailable is 0. Absolute number is calculated from percentage by rounding up to a minimum of 1. Default value is 0. Example: when this is set to 30%, at most 30% of the total number of nodes that should be running the daemon pod (i.e. status.desiredNumberScheduled) can have their a new pod created before the old pod is marked as deleted. The update starts by launching new pods on 30% of nodes. Once an updated pod is available (Ready for at least minReadySeconds) the old DaemonSet pod on that node is marked deleted. If the old pod becomes unavailable for any reason (Ready transitions to false, is evicted, or is drained) an updated pod is immediatedly created on that node without considering surge limits. Allowing surge implies the possibility that the resources consumed by the daemonset on any given node can double if the readiness check fails, and so resource intensive daemonsets should take into account that they may cause evictions during disruption.
|
|
2641
|
-
:param Union[int, str] max_unavailable: The maximum number of DaemonSet pods that can be unavailable during the update. Value can be an absolute number (ex: 5) or a percentage of total number of DaemonSet pods at the start of the update (ex: 10%). Absolute number is calculated from percentage by rounding up. This cannot be 0 if MaxSurge is 0 Default value is 1. Example: when this is set to 30%, at most 30% of the total number of nodes that should be running the daemon pod (i.e. status.desiredNumberScheduled) can have their pods stopped for an update at any given time. The update starts by stopping at most 30% of those DaemonSet pods and then brings up new DaemonSet pods in their place. Once the new pods are available, it then proceeds onto other DaemonSet pods, thus ensuring that at least 70% of original number of DaemonSet pods are available at all times during the update.
|
|
2713
|
+
: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.
|
|
2714
|
+
:param Union[builtins.int, builtins.str] max_unavailable: The maximum number of DaemonSet pods that can be unavailable during the update. Value can be an absolute number (ex: 5) or a percentage of total number of DaemonSet pods at the start of the update (ex: 10%). Absolute number is calculated from percentage by rounding up. This cannot be 0 if MaxSurge is 0 Default value is 1. Example: when this is set to 30%, at most 30% of the total number of nodes that should be running the daemon pod (i.e. status.desiredNumberScheduled) can have their pods stopped for an update at any given time. The update starts by stopping at most 30% of those DaemonSet pods and then brings up new DaemonSet pods in their place. Once the new pods are available, it then proceeds onto other DaemonSet pods, thus ensuring that at least 70% of original number of DaemonSet pods are available at all times during the update.
|
|
2642
2715
|
"""
|
|
2643
2716
|
if max_surge is not None:
|
|
2644
2717
|
pulumi.set(__self__, "max_surge", max_surge)
|
|
@@ -2691,8 +2764,8 @@ class RollingUpdateDaemonSetPatch(dict):
|
|
|
2691
2764
|
max_unavailable: Optional[Any] = None):
|
|
2692
2765
|
"""
|
|
2693
2766
|
Spec to control the desired behavior of daemon set rolling update.
|
|
2694
|
-
:param Union[int, str] max_surge: The maximum number of nodes with an existing available DaemonSet pod that can have an updated DaemonSet pod during during an update. Value can be an absolute number (ex: 5) or a percentage of desired pods (ex: 10%). This can not be 0 if MaxUnavailable is 0. Absolute number is calculated from percentage by rounding up to a minimum of 1. Default value is 0. Example: when this is set to 30%, at most 30% of the total number of nodes that should be running the daemon pod (i.e. status.desiredNumberScheduled) can have their a new pod created before the old pod is marked as deleted. The update starts by launching new pods on 30% of nodes. Once an updated pod is available (Ready for at least minReadySeconds) the old DaemonSet pod on that node is marked deleted. If the old pod becomes unavailable for any reason (Ready transitions to false, is evicted, or is drained) an updated pod is immediatedly created on that node without considering surge limits. Allowing surge implies the possibility that the resources consumed by the daemonset on any given node can double if the readiness check fails, and so resource intensive daemonsets should take into account that they may cause evictions during disruption.
|
|
2695
|
-
:param Union[int, str] max_unavailable: The maximum number of DaemonSet pods that can be unavailable during the update. Value can be an absolute number (ex: 5) or a percentage of total number of DaemonSet pods at the start of the update (ex: 10%). Absolute number is calculated from percentage by rounding up. This cannot be 0 if MaxSurge is 0 Default value is 1. Example: when this is set to 30%, at most 30% of the total number of nodes that should be running the daemon pod (i.e. status.desiredNumberScheduled) can have their pods stopped for an update at any given time. The update starts by stopping at most 30% of those DaemonSet pods and then brings up new DaemonSet pods in their place. Once the new pods are available, it then proceeds onto other DaemonSet pods, thus ensuring that at least 70% of original number of DaemonSet pods are available at all times during the update.
|
|
2767
|
+
: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.
|
|
2768
|
+
:param Union[builtins.int, builtins.str] max_unavailable: The maximum number of DaemonSet pods that can be unavailable during the update. Value can be an absolute number (ex: 5) or a percentage of total number of DaemonSet pods at the start of the update (ex: 10%). Absolute number is calculated from percentage by rounding up. This cannot be 0 if MaxSurge is 0 Default value is 1. Example: when this is set to 30%, at most 30% of the total number of nodes that should be running the daemon pod (i.e. status.desiredNumberScheduled) can have their pods stopped for an update at any given time. The update starts by stopping at most 30% of those DaemonSet pods and then brings up new DaemonSet pods in their place. Once the new pods are available, it then proceeds onto other DaemonSet pods, thus ensuring that at least 70% of original number of DaemonSet pods are available at all times during the update.
|
|
2696
2769
|
"""
|
|
2697
2770
|
if max_surge is not None:
|
|
2698
2771
|
pulumi.set(__self__, "max_surge", max_surge)
|
|
@@ -2745,8 +2818,8 @@ class RollingUpdateDeployment(dict):
|
|
|
2745
2818
|
max_unavailable: Optional[Any] = None):
|
|
2746
2819
|
"""
|
|
2747
2820
|
Spec to control the desired behavior of rolling update.
|
|
2748
|
-
:param Union[int, str] max_surge: The maximum number of pods that can be scheduled above the desired number of pods. Value can be an absolute number (ex: 5) or a percentage of desired pods (ex: 10%). This can not be 0 if MaxUnavailable is 0. Absolute number is calculated from percentage by rounding up. Defaults to 25%. Example: when this is set to 30%, the new ReplicaSet can be scaled up immediately when the rolling update starts, such that the total number of old and new pods do not exceed 130% of desired pods. Once old pods have been killed, new ReplicaSet can be scaled up further, ensuring that total number of pods running at any time during the update is at most 130% of desired pods.
|
|
2749
|
-
:param Union[int, str] max_unavailable: The maximum number of pods that can be unavailable during the update. Value can be an absolute number (ex: 5) or a percentage of desired pods (ex: 10%). Absolute number is calculated from percentage by rounding down. This can not be 0 if MaxSurge is 0. Defaults to 25%. Example: when this is set to 30%, the old ReplicaSet can be scaled down to 70% of desired pods immediately when the rolling update starts. Once new pods are ready, old ReplicaSet can be scaled down further, followed by scaling up the new ReplicaSet, ensuring that the total number of pods available at all times during the update is at least 70% of desired pods.
|
|
2821
|
+
: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.
|
|
2822
|
+
:param Union[builtins.int, builtins.str] max_unavailable: The maximum number of pods that can be unavailable during the update. Value can be an absolute number (ex: 5) or a percentage of desired pods (ex: 10%). Absolute number is calculated from percentage by rounding down. This can not be 0 if MaxSurge is 0. Defaults to 25%. Example: when this is set to 30%, the old ReplicaSet can be scaled down to 70% of desired pods immediately when the rolling update starts. Once new pods are ready, old ReplicaSet can be scaled down further, followed by scaling up the new ReplicaSet, ensuring that the total number of pods available at all times during the update is at least 70% of desired pods.
|
|
2750
2823
|
"""
|
|
2751
2824
|
if max_surge is not None:
|
|
2752
2825
|
pulumi.set(__self__, "max_surge", max_surge)
|
|
@@ -2799,8 +2872,8 @@ class RollingUpdateDeploymentPatch(dict):
|
|
|
2799
2872
|
max_unavailable: Optional[Any] = None):
|
|
2800
2873
|
"""
|
|
2801
2874
|
Spec to control the desired behavior of rolling update.
|
|
2802
|
-
:param Union[int, str] max_surge: The maximum number of pods that can be scheduled above the desired number of pods. Value can be an absolute number (ex: 5) or a percentage of desired pods (ex: 10%). This can not be 0 if MaxUnavailable is 0. Absolute number is calculated from percentage by rounding up. Defaults to 25%. Example: when this is set to 30%, the new ReplicaSet can be scaled up immediately when the rolling update starts, such that the total number of old and new pods do not exceed 130% of desired pods. Once old pods have been killed, new ReplicaSet can be scaled up further, ensuring that total number of pods running at any time during the update is at most 130% of desired pods.
|
|
2803
|
-
:param Union[int, str] max_unavailable: The maximum number of pods that can be unavailable during the update. Value can be an absolute number (ex: 5) or a percentage of desired pods (ex: 10%). Absolute number is calculated from percentage by rounding down. This can not be 0 if MaxSurge is 0. Defaults to 25%. Example: when this is set to 30%, the old ReplicaSet can be scaled down to 70% of desired pods immediately when the rolling update starts. Once new pods are ready, old ReplicaSet can be scaled down further, followed by scaling up the new ReplicaSet, ensuring that the total number of pods available at all times during the update is at least 70% of desired pods.
|
|
2875
|
+
: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.
|
|
2876
|
+
:param Union[builtins.int, builtins.str] max_unavailable: The maximum number of pods that can be unavailable during the update. Value can be an absolute number (ex: 5) or a percentage of desired pods (ex: 10%). Absolute number is calculated from percentage by rounding down. This can not be 0 if MaxSurge is 0. Defaults to 25%. Example: when this is set to 30%, the old ReplicaSet can be scaled down to 70% of desired pods immediately when the rolling update starts. Once new pods are ready, old ReplicaSet can be scaled down further, followed by scaling up the new ReplicaSet, ensuring that the total number of pods available at all times during the update is at least 70% of desired pods.
|
|
2804
2877
|
"""
|
|
2805
2878
|
if max_surge is not None:
|
|
2806
2879
|
pulumi.set(__self__, "max_surge", max_surge)
|
|
@@ -2848,11 +2921,11 @@ class RollingUpdateStatefulSetStrategy(dict):
|
|
|
2848
2921
|
|
|
2849
2922
|
def __init__(__self__, *,
|
|
2850
2923
|
max_unavailable: Optional[Any] = None,
|
|
2851
|
-
partition: Optional[int] = None):
|
|
2924
|
+
partition: Optional[builtins.int] = None):
|
|
2852
2925
|
"""
|
|
2853
2926
|
RollingUpdateStatefulSetStrategy is used to communicate parameter for RollingUpdateStatefulSetStrategyType.
|
|
2854
|
-
:param Union[int, str] max_unavailable: The maximum number of pods that can be unavailable during the update. Value can be an absolute number (ex: 5) or a percentage of desired pods (ex: 10%). Absolute number is calculated from percentage by rounding up. This can not be 0. Defaults to 1. This field is alpha-level and is only honored by servers that enable the MaxUnavailableStatefulSet feature. The field applies to all pods in the range 0 to Replicas-1. That means if there is any unavailable pod in the range 0 to Replicas-1, it will be counted towards MaxUnavailable.
|
|
2855
|
-
:param int partition: Partition indicates the ordinal at which the StatefulSet should be partitioned for updates. During a rolling update, all pods from ordinal Replicas-1 to Partition are updated. All pods from ordinal Partition-1 to 0 remain untouched. This is helpful in being able to do a canary based deployment. The default value is 0.
|
|
2927
|
+
: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.
|
|
2928
|
+
:param builtins.int partition: Partition indicates the ordinal at which the StatefulSet should be partitioned for updates. During a rolling update, all pods from ordinal Replicas-1 to Partition are updated. All pods from ordinal Partition-1 to 0 remain untouched. This is helpful in being able to do a canary based deployment. The default value is 0.
|
|
2856
2929
|
"""
|
|
2857
2930
|
if max_unavailable is not None:
|
|
2858
2931
|
pulumi.set(__self__, "max_unavailable", max_unavailable)
|
|
@@ -2869,7 +2942,7 @@ class RollingUpdateStatefulSetStrategy(dict):
|
|
|
2869
2942
|
|
|
2870
2943
|
@property
|
|
2871
2944
|
@pulumi.getter
|
|
2872
|
-
def partition(self) -> Optional[int]:
|
|
2945
|
+
def partition(self) -> Optional[builtins.int]:
|
|
2873
2946
|
"""
|
|
2874
2947
|
Partition indicates the ordinal at which the StatefulSet should be partitioned for updates. During a rolling update, all pods from ordinal Replicas-1 to Partition are updated. All pods from ordinal Partition-1 to 0 remain untouched. This is helpful in being able to do a canary based deployment. The default value is 0.
|
|
2875
2948
|
"""
|
|
@@ -2900,11 +2973,11 @@ class RollingUpdateStatefulSetStrategyPatch(dict):
|
|
|
2900
2973
|
|
|
2901
2974
|
def __init__(__self__, *,
|
|
2902
2975
|
max_unavailable: Optional[Any] = None,
|
|
2903
|
-
partition: Optional[int] = None):
|
|
2976
|
+
partition: Optional[builtins.int] = None):
|
|
2904
2977
|
"""
|
|
2905
2978
|
RollingUpdateStatefulSetStrategy is used to communicate parameter for RollingUpdateStatefulSetStrategyType.
|
|
2906
|
-
:param Union[int, str] max_unavailable: The maximum number of pods that can be unavailable during the update. Value can be an absolute number (ex: 5) or a percentage of desired pods (ex: 10%). Absolute number is calculated from percentage by rounding up. This can not be 0. Defaults to 1. This field is alpha-level and is only honored by servers that enable the MaxUnavailableStatefulSet feature. The field applies to all pods in the range 0 to Replicas-1. That means if there is any unavailable pod in the range 0 to Replicas-1, it will be counted towards MaxUnavailable.
|
|
2907
|
-
:param int partition: Partition indicates the ordinal at which the StatefulSet should be partitioned for updates. During a rolling update, all pods from ordinal Replicas-1 to Partition are updated. All pods from ordinal Partition-1 to 0 remain untouched. This is helpful in being able to do a canary based deployment. The default value is 0.
|
|
2979
|
+
: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.
|
|
2980
|
+
:param builtins.int partition: Partition indicates the ordinal at which the StatefulSet should be partitioned for updates. During a rolling update, all pods from ordinal Replicas-1 to Partition are updated. All pods from ordinal Partition-1 to 0 remain untouched. This is helpful in being able to do a canary based deployment. The default value is 0.
|
|
2908
2981
|
"""
|
|
2909
2982
|
if max_unavailable is not None:
|
|
2910
2983
|
pulumi.set(__self__, "max_unavailable", max_unavailable)
|
|
@@ -2921,7 +2994,7 @@ class RollingUpdateStatefulSetStrategyPatch(dict):
|
|
|
2921
2994
|
|
|
2922
2995
|
@property
|
|
2923
2996
|
@pulumi.getter
|
|
2924
|
-
def partition(self) -> Optional[int]:
|
|
2997
|
+
def partition(self) -> Optional[builtins.int]:
|
|
2925
2998
|
"""
|
|
2926
2999
|
Partition indicates the ordinal at which the StatefulSet should be partitioned for updates. During a rolling update, all pods from ordinal Replicas-1 to Partition are updated. All pods from ordinal Partition-1 to 0 remain untouched. This is helpful in being able to do a canary based deployment. The default value is 0.
|
|
2927
3000
|
"""
|
|
@@ -2968,8 +3041,8 @@ class StatefulSet(dict):
|
|
|
2968
3041
|
return super().get(key, default)
|
|
2969
3042
|
|
|
2970
3043
|
def __init__(__self__, *,
|
|
2971
|
-
api_version: Optional[str] = None,
|
|
2972
|
-
kind: Optional[str] = None,
|
|
3044
|
+
api_version: Optional[builtins.str] = None,
|
|
3045
|
+
kind: Optional[builtins.str] = None,
|
|
2973
3046
|
metadata: Optional['_meta.v1.outputs.ObjectMeta'] = None,
|
|
2974
3047
|
spec: Optional['outputs.StatefulSetSpec'] = None,
|
|
2975
3048
|
status: Optional['outputs.StatefulSetStatus'] = None):
|
|
@@ -2992,8 +3065,8 @@ class StatefulSet(dict):
|
|
|
2992
3065
|
If the StatefulSet has not reached a Ready state after 10 minutes, it will
|
|
2993
3066
|
time out and mark the resource update as Failed. You can override the default timeout value
|
|
2994
3067
|
by setting the 'customTimeouts' option on the resource.
|
|
2995
|
-
:param str api_version: APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources
|
|
2996
|
-
:param str kind: Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds
|
|
3068
|
+
: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
|
|
3069
|
+
:param builtins.str kind: Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds
|
|
2997
3070
|
:param '_meta.v1.ObjectMetaArgs' metadata: Standard object's metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata
|
|
2998
3071
|
:param 'StatefulSetSpecArgs' spec: Spec defines the desired identities of pods in this set.
|
|
2999
3072
|
:param 'StatefulSetStatusArgs' status: Status is the current status of Pods in this StatefulSet. This data may be out of date by some window of time.
|
|
@@ -3011,7 +3084,7 @@ class StatefulSet(dict):
|
|
|
3011
3084
|
|
|
3012
3085
|
@property
|
|
3013
3086
|
@pulumi.getter(name="apiVersion")
|
|
3014
|
-
def api_version(self) -> Optional[str]:
|
|
3087
|
+
def api_version(self) -> Optional[builtins.str]:
|
|
3015
3088
|
"""
|
|
3016
3089
|
APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources
|
|
3017
3090
|
"""
|
|
@@ -3019,7 +3092,7 @@ class StatefulSet(dict):
|
|
|
3019
3092
|
|
|
3020
3093
|
@property
|
|
3021
3094
|
@pulumi.getter
|
|
3022
|
-
def kind(self) -> Optional[str]:
|
|
3095
|
+
def kind(self) -> Optional[builtins.str]:
|
|
3023
3096
|
"""
|
|
3024
3097
|
Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds
|
|
3025
3098
|
"""
|
|
@@ -3073,18 +3146,18 @@ class StatefulSetCondition(dict):
|
|
|
3073
3146
|
return super().get(key, default)
|
|
3074
3147
|
|
|
3075
3148
|
def __init__(__self__, *,
|
|
3076
|
-
status: str,
|
|
3077
|
-
type: str,
|
|
3078
|
-
last_transition_time: Optional[str] = None,
|
|
3079
|
-
message: Optional[str] = None,
|
|
3080
|
-
reason: Optional[str] = None):
|
|
3149
|
+
status: builtins.str,
|
|
3150
|
+
type: builtins.str,
|
|
3151
|
+
last_transition_time: Optional[builtins.str] = None,
|
|
3152
|
+
message: Optional[builtins.str] = None,
|
|
3153
|
+
reason: Optional[builtins.str] = None):
|
|
3081
3154
|
"""
|
|
3082
3155
|
StatefulSetCondition describes the state of a statefulset at a certain point.
|
|
3083
|
-
:param str status: Status of the condition, one of True, False, Unknown.
|
|
3084
|
-
:param str type: Type of statefulset condition.
|
|
3085
|
-
:param str last_transition_time: Last time the condition transitioned from one status to another.
|
|
3086
|
-
:param str message: A human readable message indicating details about the transition.
|
|
3087
|
-
:param str reason: The reason for the condition's last transition.
|
|
3156
|
+
:param builtins.str status: Status of the condition, one of True, False, Unknown.
|
|
3157
|
+
:param builtins.str type: Type of statefulset condition.
|
|
3158
|
+
:param builtins.str last_transition_time: Last time the condition transitioned from one status to another.
|
|
3159
|
+
:param builtins.str message: A human readable message indicating details about the transition.
|
|
3160
|
+
:param builtins.str reason: The reason for the condition's last transition.
|
|
3088
3161
|
"""
|
|
3089
3162
|
pulumi.set(__self__, "status", status)
|
|
3090
3163
|
pulumi.set(__self__, "type", type)
|
|
@@ -3097,7 +3170,7 @@ class StatefulSetCondition(dict):
|
|
|
3097
3170
|
|
|
3098
3171
|
@property
|
|
3099
3172
|
@pulumi.getter
|
|
3100
|
-
def status(self) -> str:
|
|
3173
|
+
def status(self) -> builtins.str:
|
|
3101
3174
|
"""
|
|
3102
3175
|
Status of the condition, one of True, False, Unknown.
|
|
3103
3176
|
"""
|
|
@@ -3105,7 +3178,7 @@ class StatefulSetCondition(dict):
|
|
|
3105
3178
|
|
|
3106
3179
|
@property
|
|
3107
3180
|
@pulumi.getter
|
|
3108
|
-
def type(self) -> str:
|
|
3181
|
+
def type(self) -> builtins.str:
|
|
3109
3182
|
"""
|
|
3110
3183
|
Type of statefulset condition.
|
|
3111
3184
|
"""
|
|
@@ -3113,7 +3186,7 @@ class StatefulSetCondition(dict):
|
|
|
3113
3186
|
|
|
3114
3187
|
@property
|
|
3115
3188
|
@pulumi.getter(name="lastTransitionTime")
|
|
3116
|
-
def last_transition_time(self) -> Optional[str]:
|
|
3189
|
+
def last_transition_time(self) -> Optional[builtins.str]:
|
|
3117
3190
|
"""
|
|
3118
3191
|
Last time the condition transitioned from one status to another.
|
|
3119
3192
|
"""
|
|
@@ -3121,7 +3194,7 @@ class StatefulSetCondition(dict):
|
|
|
3121
3194
|
|
|
3122
3195
|
@property
|
|
3123
3196
|
@pulumi.getter
|
|
3124
|
-
def message(self) -> Optional[str]:
|
|
3197
|
+
def message(self) -> Optional[builtins.str]:
|
|
3125
3198
|
"""
|
|
3126
3199
|
A human readable message indicating details about the transition.
|
|
3127
3200
|
"""
|
|
@@ -3129,7 +3202,7 @@ class StatefulSetCondition(dict):
|
|
|
3129
3202
|
|
|
3130
3203
|
@property
|
|
3131
3204
|
@pulumi.getter
|
|
3132
|
-
def reason(self) -> Optional[str]:
|
|
3205
|
+
def reason(self) -> Optional[builtins.str]:
|
|
3133
3206
|
"""
|
|
3134
3207
|
The reason for the condition's last transition.
|
|
3135
3208
|
"""
|
|
@@ -3159,18 +3232,18 @@ class StatefulSetConditionPatch(dict):
|
|
|
3159
3232
|
return super().get(key, default)
|
|
3160
3233
|
|
|
3161
3234
|
def __init__(__self__, *,
|
|
3162
|
-
last_transition_time: Optional[str] = None,
|
|
3163
|
-
message: Optional[str] = None,
|
|
3164
|
-
reason: Optional[str] = None,
|
|
3165
|
-
status: Optional[str] = None,
|
|
3166
|
-
type: Optional[str] = None):
|
|
3235
|
+
last_transition_time: Optional[builtins.str] = None,
|
|
3236
|
+
message: Optional[builtins.str] = None,
|
|
3237
|
+
reason: Optional[builtins.str] = None,
|
|
3238
|
+
status: Optional[builtins.str] = None,
|
|
3239
|
+
type: Optional[builtins.str] = None):
|
|
3167
3240
|
"""
|
|
3168
3241
|
StatefulSetCondition describes the state of a statefulset at a certain point.
|
|
3169
|
-
:param str last_transition_time: Last time the condition transitioned from one status to another.
|
|
3170
|
-
:param str message: A human readable message indicating details about the transition.
|
|
3171
|
-
:param str reason: The reason for the condition's last transition.
|
|
3172
|
-
:param str status: Status of the condition, one of True, False, Unknown.
|
|
3173
|
-
:param str type: Type of statefulset condition.
|
|
3242
|
+
:param builtins.str last_transition_time: Last time the condition transitioned from one status to another.
|
|
3243
|
+
:param builtins.str message: A human readable message indicating details about the transition.
|
|
3244
|
+
:param builtins.str reason: The reason for the condition's last transition.
|
|
3245
|
+
:param builtins.str status: Status of the condition, one of True, False, Unknown.
|
|
3246
|
+
:param builtins.str type: Type of statefulset condition.
|
|
3174
3247
|
"""
|
|
3175
3248
|
if last_transition_time is not None:
|
|
3176
3249
|
pulumi.set(__self__, "last_transition_time", last_transition_time)
|
|
@@ -3185,7 +3258,7 @@ class StatefulSetConditionPatch(dict):
|
|
|
3185
3258
|
|
|
3186
3259
|
@property
|
|
3187
3260
|
@pulumi.getter(name="lastTransitionTime")
|
|
3188
|
-
def last_transition_time(self) -> Optional[str]:
|
|
3261
|
+
def last_transition_time(self) -> Optional[builtins.str]:
|
|
3189
3262
|
"""
|
|
3190
3263
|
Last time the condition transitioned from one status to another.
|
|
3191
3264
|
"""
|
|
@@ -3193,7 +3266,7 @@ class StatefulSetConditionPatch(dict):
|
|
|
3193
3266
|
|
|
3194
3267
|
@property
|
|
3195
3268
|
@pulumi.getter
|
|
3196
|
-
def message(self) -> Optional[str]:
|
|
3269
|
+
def message(self) -> Optional[builtins.str]:
|
|
3197
3270
|
"""
|
|
3198
3271
|
A human readable message indicating details about the transition.
|
|
3199
3272
|
"""
|
|
@@ -3201,7 +3274,7 @@ class StatefulSetConditionPatch(dict):
|
|
|
3201
3274
|
|
|
3202
3275
|
@property
|
|
3203
3276
|
@pulumi.getter
|
|
3204
|
-
def reason(self) -> Optional[str]:
|
|
3277
|
+
def reason(self) -> Optional[builtins.str]:
|
|
3205
3278
|
"""
|
|
3206
3279
|
The reason for the condition's last transition.
|
|
3207
3280
|
"""
|
|
@@ -3209,7 +3282,7 @@ class StatefulSetConditionPatch(dict):
|
|
|
3209
3282
|
|
|
3210
3283
|
@property
|
|
3211
3284
|
@pulumi.getter
|
|
3212
|
-
def status(self) -> Optional[str]:
|
|
3285
|
+
def status(self) -> Optional[builtins.str]:
|
|
3213
3286
|
"""
|
|
3214
3287
|
Status of the condition, one of True, False, Unknown.
|
|
3215
3288
|
"""
|
|
@@ -3217,7 +3290,7 @@ class StatefulSetConditionPatch(dict):
|
|
|
3217
3290
|
|
|
3218
3291
|
@property
|
|
3219
3292
|
@pulumi.getter
|
|
3220
|
-
def type(self) -> Optional[str]:
|
|
3293
|
+
def type(self) -> Optional[builtins.str]:
|
|
3221
3294
|
"""
|
|
3222
3295
|
Type of statefulset condition.
|
|
3223
3296
|
"""
|
|
@@ -3230,10 +3303,10 @@ class StatefulSetOrdinals(dict):
|
|
|
3230
3303
|
StatefulSetOrdinals describes the policy used for replica ordinal assignment in this StatefulSet.
|
|
3231
3304
|
"""
|
|
3232
3305
|
def __init__(__self__, *,
|
|
3233
|
-
start: Optional[int] = None):
|
|
3306
|
+
start: Optional[builtins.int] = None):
|
|
3234
3307
|
"""
|
|
3235
3308
|
StatefulSetOrdinals describes the policy used for replica ordinal assignment in this StatefulSet.
|
|
3236
|
-
:param int start: start is the number representing the first replica's index. It may be used to number replicas from an alternate index (eg: 1-indexed) over the default 0-indexed names, or to orchestrate progressive movement of replicas from one StatefulSet to another. If set, replica indices will be in the range:
|
|
3309
|
+
:param builtins.int start: start is the number representing the first replica's index. It may be used to number replicas from an alternate index (eg: 1-indexed) over the default 0-indexed names, or to orchestrate progressive movement of replicas from one StatefulSet to another. If set, replica indices will be in the range:
|
|
3237
3310
|
[.spec.ordinals.start, .spec.ordinals.start + .spec.replicas).
|
|
3238
3311
|
If unset, defaults to 0. Replica indices will be in the range:
|
|
3239
3312
|
[0, .spec.replicas).
|
|
@@ -3243,7 +3316,7 @@ class StatefulSetOrdinals(dict):
|
|
|
3243
3316
|
|
|
3244
3317
|
@property
|
|
3245
3318
|
@pulumi.getter
|
|
3246
|
-
def start(self) -> Optional[int]:
|
|
3319
|
+
def start(self) -> Optional[builtins.int]:
|
|
3247
3320
|
"""
|
|
3248
3321
|
start is the number representing the first replica's index. It may be used to number replicas from an alternate index (eg: 1-indexed) over the default 0-indexed names, or to orchestrate progressive movement of replicas from one StatefulSet to another. If set, replica indices will be in the range:
|
|
3249
3322
|
[.spec.ordinals.start, .spec.ordinals.start + .spec.replicas).
|
|
@@ -3259,10 +3332,10 @@ class StatefulSetOrdinalsPatch(dict):
|
|
|
3259
3332
|
StatefulSetOrdinals describes the policy used for replica ordinal assignment in this StatefulSet.
|
|
3260
3333
|
"""
|
|
3261
3334
|
def __init__(__self__, *,
|
|
3262
|
-
start: Optional[int] = None):
|
|
3335
|
+
start: Optional[builtins.int] = None):
|
|
3263
3336
|
"""
|
|
3264
3337
|
StatefulSetOrdinals describes the policy used for replica ordinal assignment in this StatefulSet.
|
|
3265
|
-
:param int start: start is the number representing the first replica's index. It may be used to number replicas from an alternate index (eg: 1-indexed) over the default 0-indexed names, or to orchestrate progressive movement of replicas from one StatefulSet to another. If set, replica indices will be in the range:
|
|
3338
|
+
:param builtins.int start: start is the number representing the first replica's index. It may be used to number replicas from an alternate index (eg: 1-indexed) over the default 0-indexed names, or to orchestrate progressive movement of replicas from one StatefulSet to another. If set, replica indices will be in the range:
|
|
3266
3339
|
[.spec.ordinals.start, .spec.ordinals.start + .spec.replicas).
|
|
3267
3340
|
If unset, defaults to 0. Replica indices will be in the range:
|
|
3268
3341
|
[0, .spec.replicas).
|
|
@@ -3272,7 +3345,7 @@ class StatefulSetOrdinalsPatch(dict):
|
|
|
3272
3345
|
|
|
3273
3346
|
@property
|
|
3274
3347
|
@pulumi.getter
|
|
3275
|
-
def start(self) -> Optional[int]:
|
|
3348
|
+
def start(self) -> Optional[builtins.int]:
|
|
3276
3349
|
"""
|
|
3277
3350
|
start is the number representing the first replica's index. It may be used to number replicas from an alternate index (eg: 1-indexed) over the default 0-indexed names, or to orchestrate progressive movement of replicas from one StatefulSet to another. If set, replica indices will be in the range:
|
|
3278
3351
|
[.spec.ordinals.start, .spec.ordinals.start + .spec.replicas).
|
|
@@ -3307,12 +3380,12 @@ class StatefulSetPersistentVolumeClaimRetentionPolicy(dict):
|
|
|
3307
3380
|
return super().get(key, default)
|
|
3308
3381
|
|
|
3309
3382
|
def __init__(__self__, *,
|
|
3310
|
-
when_deleted: Optional[str] = None,
|
|
3311
|
-
when_scaled: Optional[str] = None):
|
|
3383
|
+
when_deleted: Optional[builtins.str] = None,
|
|
3384
|
+
when_scaled: Optional[builtins.str] = None):
|
|
3312
3385
|
"""
|
|
3313
3386
|
StatefulSetPersistentVolumeClaimRetentionPolicy describes the policy used for PVCs created from the StatefulSet VolumeClaimTemplates.
|
|
3314
|
-
:param str when_deleted: WhenDeleted specifies what happens to PVCs created from StatefulSet VolumeClaimTemplates when the StatefulSet is deleted. The default policy of `Retain` causes PVCs to not be affected by StatefulSet deletion. The `Delete` policy causes those PVCs to be deleted.
|
|
3315
|
-
:param str when_scaled: WhenScaled specifies what happens to PVCs created from StatefulSet VolumeClaimTemplates when the StatefulSet is scaled down. The default policy of `Retain` causes PVCs to not be affected by a scaledown. The `Delete` policy causes the associated PVCs for any excess pods above the replica count to be deleted.
|
|
3387
|
+
: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.
|
|
3388
|
+
:param builtins.str when_scaled: WhenScaled specifies what happens to PVCs created from StatefulSet VolumeClaimTemplates when the StatefulSet is scaled down. The default policy of `Retain` causes PVCs to not be affected by a scaledown. The `Delete` policy causes the associated PVCs for any excess pods above the replica count to be deleted.
|
|
3316
3389
|
"""
|
|
3317
3390
|
if when_deleted is not None:
|
|
3318
3391
|
pulumi.set(__self__, "when_deleted", when_deleted)
|
|
@@ -3321,7 +3394,7 @@ class StatefulSetPersistentVolumeClaimRetentionPolicy(dict):
|
|
|
3321
3394
|
|
|
3322
3395
|
@property
|
|
3323
3396
|
@pulumi.getter(name="whenDeleted")
|
|
3324
|
-
def when_deleted(self) -> Optional[str]:
|
|
3397
|
+
def when_deleted(self) -> Optional[builtins.str]:
|
|
3325
3398
|
"""
|
|
3326
3399
|
WhenDeleted specifies what happens to PVCs created from StatefulSet VolumeClaimTemplates when the StatefulSet is deleted. The default policy of `Retain` causes PVCs to not be affected by StatefulSet deletion. The `Delete` policy causes those PVCs to be deleted.
|
|
3327
3400
|
"""
|
|
@@ -3329,7 +3402,7 @@ class StatefulSetPersistentVolumeClaimRetentionPolicy(dict):
|
|
|
3329
3402
|
|
|
3330
3403
|
@property
|
|
3331
3404
|
@pulumi.getter(name="whenScaled")
|
|
3332
|
-
def when_scaled(self) -> Optional[str]:
|
|
3405
|
+
def when_scaled(self) -> Optional[builtins.str]:
|
|
3333
3406
|
"""
|
|
3334
3407
|
WhenScaled specifies what happens to PVCs created from StatefulSet VolumeClaimTemplates when the StatefulSet is scaled down. The default policy of `Retain` causes PVCs to not be affected by a scaledown. The `Delete` policy causes the associated PVCs for any excess pods above the replica count to be deleted.
|
|
3335
3408
|
"""
|
|
@@ -3361,12 +3434,12 @@ class StatefulSetPersistentVolumeClaimRetentionPolicyPatch(dict):
|
|
|
3361
3434
|
return super().get(key, default)
|
|
3362
3435
|
|
|
3363
3436
|
def __init__(__self__, *,
|
|
3364
|
-
when_deleted: Optional[str] = None,
|
|
3365
|
-
when_scaled: Optional[str] = None):
|
|
3437
|
+
when_deleted: Optional[builtins.str] = None,
|
|
3438
|
+
when_scaled: Optional[builtins.str] = None):
|
|
3366
3439
|
"""
|
|
3367
3440
|
StatefulSetPersistentVolumeClaimRetentionPolicy describes the policy used for PVCs created from the StatefulSet VolumeClaimTemplates.
|
|
3368
|
-
:param str when_deleted: WhenDeleted specifies what happens to PVCs created from StatefulSet VolumeClaimTemplates when the StatefulSet is deleted. The default policy of `Retain` causes PVCs to not be affected by StatefulSet deletion. The `Delete` policy causes those PVCs to be deleted.
|
|
3369
|
-
:param str when_scaled: WhenScaled specifies what happens to PVCs created from StatefulSet VolumeClaimTemplates when the StatefulSet is scaled down. The default policy of `Retain` causes PVCs to not be affected by a scaledown. The `Delete` policy causes the associated PVCs for any excess pods above the replica count to be deleted.
|
|
3441
|
+
: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.
|
|
3442
|
+
:param builtins.str when_scaled: WhenScaled specifies what happens to PVCs created from StatefulSet VolumeClaimTemplates when the StatefulSet is scaled down. The default policy of `Retain` causes PVCs to not be affected by a scaledown. The `Delete` policy causes the associated PVCs for any excess pods above the replica count to be deleted.
|
|
3370
3443
|
"""
|
|
3371
3444
|
if when_deleted is not None:
|
|
3372
3445
|
pulumi.set(__self__, "when_deleted", when_deleted)
|
|
@@ -3375,7 +3448,7 @@ class StatefulSetPersistentVolumeClaimRetentionPolicyPatch(dict):
|
|
|
3375
3448
|
|
|
3376
3449
|
@property
|
|
3377
3450
|
@pulumi.getter(name="whenDeleted")
|
|
3378
|
-
def when_deleted(self) -> Optional[str]:
|
|
3451
|
+
def when_deleted(self) -> Optional[builtins.str]:
|
|
3379
3452
|
"""
|
|
3380
3453
|
WhenDeleted specifies what happens to PVCs created from StatefulSet VolumeClaimTemplates when the StatefulSet is deleted. The default policy of `Retain` causes PVCs to not be affected by StatefulSet deletion. The `Delete` policy causes those PVCs to be deleted.
|
|
3381
3454
|
"""
|
|
@@ -3383,7 +3456,7 @@ class StatefulSetPersistentVolumeClaimRetentionPolicyPatch(dict):
|
|
|
3383
3456
|
|
|
3384
3457
|
@property
|
|
3385
3458
|
@pulumi.getter(name="whenScaled")
|
|
3386
|
-
def when_scaled(self) -> Optional[str]:
|
|
3459
|
+
def when_scaled(self) -> Optional[builtins.str]:
|
|
3387
3460
|
"""
|
|
3388
3461
|
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
3462
|
"""
|
|
@@ -3398,9 +3471,7 @@ class StatefulSetSpec(dict):
|
|
|
3398
3471
|
@staticmethod
|
|
3399
3472
|
def __key_warning(key: str):
|
|
3400
3473
|
suggest = None
|
|
3401
|
-
if key == "
|
|
3402
|
-
suggest = "service_name"
|
|
3403
|
-
elif key == "minReadySeconds":
|
|
3474
|
+
if key == "minReadySeconds":
|
|
3404
3475
|
suggest = "min_ready_seconds"
|
|
3405
3476
|
elif key == "persistentVolumeClaimRetentionPolicy":
|
|
3406
3477
|
suggest = "persistent_volume_claim_retention_policy"
|
|
@@ -3408,6 +3479,8 @@ class StatefulSetSpec(dict):
|
|
|
3408
3479
|
suggest = "pod_management_policy"
|
|
3409
3480
|
elif key == "revisionHistoryLimit":
|
|
3410
3481
|
suggest = "revision_history_limit"
|
|
3482
|
+
elif key == "serviceName":
|
|
3483
|
+
suggest = "service_name"
|
|
3411
3484
|
elif key == "updateStrategy":
|
|
3412
3485
|
suggest = "update_strategy"
|
|
3413
3486
|
elif key == "volumeClaimTemplates":
|
|
@@ -3426,32 +3499,31 @@ class StatefulSetSpec(dict):
|
|
|
3426
3499
|
|
|
3427
3500
|
def __init__(__self__, *,
|
|
3428
3501
|
selector: '_meta.v1.outputs.LabelSelector',
|
|
3429
|
-
service_name: str,
|
|
3430
3502
|
template: '_core.v1.outputs.PodTemplateSpec',
|
|
3431
|
-
min_ready_seconds: Optional[int] = None,
|
|
3503
|
+
min_ready_seconds: Optional[builtins.int] = None,
|
|
3432
3504
|
ordinals: Optional['outputs.StatefulSetOrdinals'] = None,
|
|
3433
3505
|
persistent_volume_claim_retention_policy: Optional['outputs.StatefulSetPersistentVolumeClaimRetentionPolicy'] = None,
|
|
3434
|
-
pod_management_policy: Optional[str] = None,
|
|
3435
|
-
replicas: Optional[int] = None,
|
|
3436
|
-
revision_history_limit: Optional[int] = None,
|
|
3506
|
+
pod_management_policy: Optional[builtins.str] = None,
|
|
3507
|
+
replicas: Optional[builtins.int] = None,
|
|
3508
|
+
revision_history_limit: Optional[builtins.int] = None,
|
|
3509
|
+
service_name: Optional[builtins.str] = None,
|
|
3437
3510
|
update_strategy: Optional['outputs.StatefulSetUpdateStrategy'] = None,
|
|
3438
3511
|
volume_claim_templates: Optional[Sequence['_core.v1.outputs.PersistentVolumeClaim']] = None):
|
|
3439
3512
|
"""
|
|
3440
3513
|
A StatefulSetSpec is the specification of a StatefulSet.
|
|
3441
3514
|
:param '_meta.v1.LabelSelectorArgs' selector: selector is a label query over pods that should match the replica count. It must match the pod template's labels. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/labels/#label-selectors
|
|
3442
|
-
:param str service_name: serviceName is the name of the service that governs this StatefulSet. This service must exist before the StatefulSet, and is responsible for the network identity of the set. Pods get DNS/hostnames that follow the pattern: pod-specific-string.serviceName.default.svc.cluster.local where "pod-specific-string" is managed by the StatefulSet controller.
|
|
3443
3515
|
:param '_core.v1.PodTemplateSpecArgs' template: template is the object that describes the pod that will be created if insufficient replicas are detected. Each pod stamped out by the StatefulSet will fulfill this Template, but have a unique identity from the rest of the StatefulSet. Each pod will be named with the format <statefulsetname>-<podindex>. For example, a pod in a StatefulSet named "web" with index number "3" would be named "web-3". The only allowed template.spec.restartPolicy value is "Always".
|
|
3444
|
-
:param int min_ready_seconds: Minimum number of seconds for which a newly created pod should be ready without any of its container crashing for it to be considered available. Defaults to 0 (pod will be considered available as soon as it is ready)
|
|
3516
|
+
:param builtins.int min_ready_seconds: Minimum number of seconds for which a newly created pod should be ready without any of its container crashing for it to be considered available. Defaults to 0 (pod will be considered available as soon as it is ready)
|
|
3445
3517
|
:param 'StatefulSetOrdinalsArgs' ordinals: ordinals controls the numbering of replica indices in a StatefulSet. The default ordinals behavior assigns a "0" index to the first replica and increments the index by one for each additional replica requested.
|
|
3446
3518
|
:param 'StatefulSetPersistentVolumeClaimRetentionPolicyArgs' persistent_volume_claim_retention_policy: persistentVolumeClaimRetentionPolicy describes the lifecycle of persistent volume claims created from volumeClaimTemplates. By default, all persistent volume claims are created as needed and retained until manually deleted. This policy allows the lifecycle to be altered, for example by deleting persistent volume claims when their stateful set is deleted, or when their pod is scaled down.
|
|
3447
|
-
:param str pod_management_policy: podManagementPolicy controls how pods are created during initial scale up, when replacing pods on nodes, or when scaling down. The default policy is `OrderedReady`, where pods are created in increasing order (pod-0, then pod-1, etc) and the controller will wait until each pod is ready before continuing. When scaling down, the pods are removed in the opposite order. The alternative policy is `Parallel` which will create pods in parallel to match the desired scale without waiting, and on scale down will delete all pods at once.
|
|
3448
|
-
:param int replicas: replicas is the desired number of replicas of the given Template. These are replicas in the sense that they are instantiations of the same Template, but individual replicas also have a consistent identity. If unspecified, defaults to 1.
|
|
3449
|
-
:param int revision_history_limit: revisionHistoryLimit is the maximum number of revisions that will be maintained in the StatefulSet's revision history. The revision history consists of all revisions not represented by a currently applied StatefulSetSpec version. The default value is 10.
|
|
3519
|
+
: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.
|
|
3520
|
+
: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.
|
|
3521
|
+
: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.
|
|
3522
|
+
: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.
|
|
3450
3523
|
:param 'StatefulSetUpdateStrategyArgs' update_strategy: updateStrategy indicates the StatefulSetUpdateStrategy that will be employed to update Pods in the StatefulSet when a revision is made to Template.
|
|
3451
3524
|
:param Sequence['_core.v1.PersistentVolumeClaimArgs'] volume_claim_templates: volumeClaimTemplates is a list of claims that pods are allowed to reference. The StatefulSet controller is responsible for mapping network identities to claims in a way that maintains the identity of a pod. Every claim in this list must have at least one matching (by name) volumeMount in one container in the template. A claim in this list takes precedence over any volumes in the template, with the same name.
|
|
3452
3525
|
"""
|
|
3453
3526
|
pulumi.set(__self__, "selector", selector)
|
|
3454
|
-
pulumi.set(__self__, "service_name", service_name)
|
|
3455
3527
|
pulumi.set(__self__, "template", template)
|
|
3456
3528
|
if min_ready_seconds is not None:
|
|
3457
3529
|
pulumi.set(__self__, "min_ready_seconds", min_ready_seconds)
|
|
@@ -3465,6 +3537,8 @@ class StatefulSetSpec(dict):
|
|
|
3465
3537
|
pulumi.set(__self__, "replicas", replicas)
|
|
3466
3538
|
if revision_history_limit is not None:
|
|
3467
3539
|
pulumi.set(__self__, "revision_history_limit", revision_history_limit)
|
|
3540
|
+
if service_name is not None:
|
|
3541
|
+
pulumi.set(__self__, "service_name", service_name)
|
|
3468
3542
|
if update_strategy is not None:
|
|
3469
3543
|
pulumi.set(__self__, "update_strategy", update_strategy)
|
|
3470
3544
|
if volume_claim_templates is not None:
|
|
@@ -3478,14 +3552,6 @@ class StatefulSetSpec(dict):
|
|
|
3478
3552
|
"""
|
|
3479
3553
|
return pulumi.get(self, "selector")
|
|
3480
3554
|
|
|
3481
|
-
@property
|
|
3482
|
-
@pulumi.getter(name="serviceName")
|
|
3483
|
-
def service_name(self) -> str:
|
|
3484
|
-
"""
|
|
3485
|
-
serviceName is the name of the service that governs this StatefulSet. This service must exist before the StatefulSet, and is responsible for the network identity of the set. Pods get DNS/hostnames that follow the pattern: pod-specific-string.serviceName.default.svc.cluster.local where "pod-specific-string" is managed by the StatefulSet controller.
|
|
3486
|
-
"""
|
|
3487
|
-
return pulumi.get(self, "service_name")
|
|
3488
|
-
|
|
3489
3555
|
@property
|
|
3490
3556
|
@pulumi.getter
|
|
3491
3557
|
def template(self) -> '_core.v1.outputs.PodTemplateSpec':
|
|
@@ -3496,7 +3562,7 @@ class StatefulSetSpec(dict):
|
|
|
3496
3562
|
|
|
3497
3563
|
@property
|
|
3498
3564
|
@pulumi.getter(name="minReadySeconds")
|
|
3499
|
-
def min_ready_seconds(self) -> Optional[int]:
|
|
3565
|
+
def min_ready_seconds(self) -> Optional[builtins.int]:
|
|
3500
3566
|
"""
|
|
3501
3567
|
Minimum number of seconds for which a newly created pod should be ready without any of its container crashing for it to be considered available. Defaults to 0 (pod will be considered available as soon as it is ready)
|
|
3502
3568
|
"""
|
|
@@ -3520,7 +3586,7 @@ class StatefulSetSpec(dict):
|
|
|
3520
3586
|
|
|
3521
3587
|
@property
|
|
3522
3588
|
@pulumi.getter(name="podManagementPolicy")
|
|
3523
|
-
def pod_management_policy(self) -> Optional[str]:
|
|
3589
|
+
def pod_management_policy(self) -> Optional[builtins.str]:
|
|
3524
3590
|
"""
|
|
3525
3591
|
podManagementPolicy controls how pods are created during initial scale up, when replacing pods on nodes, or when scaling down. The default policy is `OrderedReady`, where pods are created in increasing order (pod-0, then pod-1, etc) and the controller will wait until each pod is ready before continuing. When scaling down, the pods are removed in the opposite order. The alternative policy is `Parallel` which will create pods in parallel to match the desired scale without waiting, and on scale down will delete all pods at once.
|
|
3526
3592
|
"""
|
|
@@ -3528,7 +3594,7 @@ class StatefulSetSpec(dict):
|
|
|
3528
3594
|
|
|
3529
3595
|
@property
|
|
3530
3596
|
@pulumi.getter
|
|
3531
|
-
def replicas(self) -> Optional[int]:
|
|
3597
|
+
def replicas(self) -> Optional[builtins.int]:
|
|
3532
3598
|
"""
|
|
3533
3599
|
replicas is the desired number of replicas of the given Template. These are replicas in the sense that they are instantiations of the same Template, but individual replicas also have a consistent identity. If unspecified, defaults to 1.
|
|
3534
3600
|
"""
|
|
@@ -3536,12 +3602,20 @@ class StatefulSetSpec(dict):
|
|
|
3536
3602
|
|
|
3537
3603
|
@property
|
|
3538
3604
|
@pulumi.getter(name="revisionHistoryLimit")
|
|
3539
|
-
def revision_history_limit(self) -> Optional[int]:
|
|
3605
|
+
def revision_history_limit(self) -> Optional[builtins.int]:
|
|
3540
3606
|
"""
|
|
3541
3607
|
revisionHistoryLimit is the maximum number of revisions that will be maintained in the StatefulSet's revision history. The revision history consists of all revisions not represented by a currently applied StatefulSetSpec version. The default value is 10.
|
|
3542
3608
|
"""
|
|
3543
3609
|
return pulumi.get(self, "revision_history_limit")
|
|
3544
3610
|
|
|
3611
|
+
@property
|
|
3612
|
+
@pulumi.getter(name="serviceName")
|
|
3613
|
+
def service_name(self) -> Optional[builtins.str]:
|
|
3614
|
+
"""
|
|
3615
|
+
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
|
+
"""
|
|
3617
|
+
return pulumi.get(self, "service_name")
|
|
3618
|
+
|
|
3545
3619
|
@property
|
|
3546
3620
|
@pulumi.getter(name="updateStrategy")
|
|
3547
3621
|
def update_strategy(self) -> Optional['outputs.StatefulSetUpdateStrategy']:
|
|
@@ -3594,27 +3668,27 @@ class StatefulSetSpecPatch(dict):
|
|
|
3594
3668
|
return super().get(key, default)
|
|
3595
3669
|
|
|
3596
3670
|
def __init__(__self__, *,
|
|
3597
|
-
min_ready_seconds: Optional[int] = None,
|
|
3671
|
+
min_ready_seconds: Optional[builtins.int] = None,
|
|
3598
3672
|
ordinals: Optional['outputs.StatefulSetOrdinalsPatch'] = None,
|
|
3599
3673
|
persistent_volume_claim_retention_policy: Optional['outputs.StatefulSetPersistentVolumeClaimRetentionPolicyPatch'] = None,
|
|
3600
|
-
pod_management_policy: Optional[str] = None,
|
|
3601
|
-
replicas: Optional[int] = None,
|
|
3602
|
-
revision_history_limit: Optional[int] = None,
|
|
3674
|
+
pod_management_policy: Optional[builtins.str] = None,
|
|
3675
|
+
replicas: Optional[builtins.int] = None,
|
|
3676
|
+
revision_history_limit: Optional[builtins.int] = None,
|
|
3603
3677
|
selector: Optional['_meta.v1.outputs.LabelSelectorPatch'] = None,
|
|
3604
|
-
service_name: Optional[str] = None,
|
|
3678
|
+
service_name: Optional[builtins.str] = None,
|
|
3605
3679
|
template: Optional['_core.v1.outputs.PodTemplateSpecPatch'] = None,
|
|
3606
3680
|
update_strategy: Optional['outputs.StatefulSetUpdateStrategyPatch'] = None,
|
|
3607
3681
|
volume_claim_templates: Optional[Sequence['_core.v1.outputs.PersistentVolumeClaimPatch']] = None):
|
|
3608
3682
|
"""
|
|
3609
3683
|
A StatefulSetSpec is the specification of a StatefulSet.
|
|
3610
|
-
:param int min_ready_seconds: Minimum number of seconds for which a newly created pod should be ready without any of its container crashing for it to be considered available. Defaults to 0 (pod will be considered available as soon as it is ready)
|
|
3684
|
+
:param builtins.int min_ready_seconds: Minimum number of seconds for which a newly created pod should be ready without any of its container crashing for it to be considered available. Defaults to 0 (pod will be considered available as soon as it is ready)
|
|
3611
3685
|
:param 'StatefulSetOrdinalsPatchArgs' ordinals: ordinals controls the numbering of replica indices in a StatefulSet. The default ordinals behavior assigns a "0" index to the first replica and increments the index by one for each additional replica requested.
|
|
3612
3686
|
:param 'StatefulSetPersistentVolumeClaimRetentionPolicyPatchArgs' persistent_volume_claim_retention_policy: persistentVolumeClaimRetentionPolicy describes the lifecycle of persistent volume claims created from volumeClaimTemplates. By default, all persistent volume claims are created as needed and retained until manually deleted. This policy allows the lifecycle to be altered, for example by deleting persistent volume claims when their stateful set is deleted, or when their pod is scaled down.
|
|
3613
|
-
:param str pod_management_policy: podManagementPolicy controls how pods are created during initial scale up, when replacing pods on nodes, or when scaling down. The default policy is `OrderedReady`, where pods are created in increasing order (pod-0, then pod-1, etc) and the controller will wait until each pod is ready before continuing. When scaling down, the pods are removed in the opposite order. The alternative policy is `Parallel` which will create pods in parallel to match the desired scale without waiting, and on scale down will delete all pods at once.
|
|
3614
|
-
:param int replicas: replicas is the desired number of replicas of the given Template. These are replicas in the sense that they are instantiations of the same Template, but individual replicas also have a consistent identity. If unspecified, defaults to 1.
|
|
3615
|
-
:param int revision_history_limit: revisionHistoryLimit is the maximum number of revisions that will be maintained in the StatefulSet's revision history. The revision history consists of all revisions not represented by a currently applied StatefulSetSpec version. The default value is 10.
|
|
3687
|
+
: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.
|
|
3688
|
+
: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.
|
|
3689
|
+
:param builtins.int revision_history_limit: revisionHistoryLimit is the maximum number of revisions that will be maintained in the StatefulSet's revision history. The revision history consists of all revisions not represented by a currently applied StatefulSetSpec version. The default value is 10.
|
|
3616
3690
|
:param '_meta.v1.LabelSelectorPatchArgs' selector: selector is a label query over pods that should match the replica count. It must match the pod template's labels. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/labels/#label-selectors
|
|
3617
|
-
:param str service_name: serviceName is the name of the service that governs this StatefulSet. This service must exist before the StatefulSet, and is responsible for the network identity of the set. Pods get DNS/hostnames that follow the pattern: pod-specific-string.serviceName.default.svc.cluster.local where "pod-specific-string" is managed by the StatefulSet controller.
|
|
3691
|
+
:param builtins.str service_name: serviceName is the name of the service that governs this StatefulSet. This service must exist before the StatefulSet, and is responsible for the network identity of the set. Pods get DNS/hostnames that follow the pattern: pod-specific-string.serviceName.default.svc.cluster.local where "pod-specific-string" is managed by the StatefulSet controller.
|
|
3618
3692
|
:param '_core.v1.PodTemplateSpecPatchArgs' template: template is the object that describes the pod that will be created if insufficient replicas are detected. Each pod stamped out by the StatefulSet will fulfill this Template, but have a unique identity from the rest of the StatefulSet. Each pod will be named with the format <statefulsetname>-<podindex>. For example, a pod in a StatefulSet named "web" with index number "3" would be named "web-3". The only allowed template.spec.restartPolicy value is "Always".
|
|
3619
3693
|
:param 'StatefulSetUpdateStrategyPatchArgs' update_strategy: updateStrategy indicates the StatefulSetUpdateStrategy that will be employed to update Pods in the StatefulSet when a revision is made to Template.
|
|
3620
3694
|
:param Sequence['_core.v1.PersistentVolumeClaimPatchArgs'] volume_claim_templates: volumeClaimTemplates is a list of claims that pods are allowed to reference. The StatefulSet controller is responsible for mapping network identities to claims in a way that maintains the identity of a pod. Every claim in this list must have at least one matching (by name) volumeMount in one container in the template. A claim in this list takes precedence over any volumes in the template, with the same name.
|
|
@@ -3644,7 +3718,7 @@ class StatefulSetSpecPatch(dict):
|
|
|
3644
3718
|
|
|
3645
3719
|
@property
|
|
3646
3720
|
@pulumi.getter(name="minReadySeconds")
|
|
3647
|
-
def min_ready_seconds(self) -> Optional[int]:
|
|
3721
|
+
def min_ready_seconds(self) -> Optional[builtins.int]:
|
|
3648
3722
|
"""
|
|
3649
3723
|
Minimum number of seconds for which a newly created pod should be ready without any of its container crashing for it to be considered available. Defaults to 0 (pod will be considered available as soon as it is ready)
|
|
3650
3724
|
"""
|
|
@@ -3668,7 +3742,7 @@ class StatefulSetSpecPatch(dict):
|
|
|
3668
3742
|
|
|
3669
3743
|
@property
|
|
3670
3744
|
@pulumi.getter(name="podManagementPolicy")
|
|
3671
|
-
def pod_management_policy(self) -> Optional[str]:
|
|
3745
|
+
def pod_management_policy(self) -> Optional[builtins.str]:
|
|
3672
3746
|
"""
|
|
3673
3747
|
podManagementPolicy controls how pods are created during initial scale up, when replacing pods on nodes, or when scaling down. The default policy is `OrderedReady`, where pods are created in increasing order (pod-0, then pod-1, etc) and the controller will wait until each pod is ready before continuing. When scaling down, the pods are removed in the opposite order. The alternative policy is `Parallel` which will create pods in parallel to match the desired scale without waiting, and on scale down will delete all pods at once.
|
|
3674
3748
|
"""
|
|
@@ -3676,7 +3750,7 @@ class StatefulSetSpecPatch(dict):
|
|
|
3676
3750
|
|
|
3677
3751
|
@property
|
|
3678
3752
|
@pulumi.getter
|
|
3679
|
-
def replicas(self) -> Optional[int]:
|
|
3753
|
+
def replicas(self) -> Optional[builtins.int]:
|
|
3680
3754
|
"""
|
|
3681
3755
|
replicas is the desired number of replicas of the given Template. These are replicas in the sense that they are instantiations of the same Template, but individual replicas also have a consistent identity. If unspecified, defaults to 1.
|
|
3682
3756
|
"""
|
|
@@ -3684,7 +3758,7 @@ class StatefulSetSpecPatch(dict):
|
|
|
3684
3758
|
|
|
3685
3759
|
@property
|
|
3686
3760
|
@pulumi.getter(name="revisionHistoryLimit")
|
|
3687
|
-
def revision_history_limit(self) -> Optional[int]:
|
|
3761
|
+
def revision_history_limit(self) -> Optional[builtins.int]:
|
|
3688
3762
|
"""
|
|
3689
3763
|
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
3764
|
"""
|
|
@@ -3700,7 +3774,7 @@ class StatefulSetSpecPatch(dict):
|
|
|
3700
3774
|
|
|
3701
3775
|
@property
|
|
3702
3776
|
@pulumi.getter(name="serviceName")
|
|
3703
|
-
def service_name(self) -> Optional[str]:
|
|
3777
|
+
def service_name(self) -> Optional[builtins.str]:
|
|
3704
3778
|
"""
|
|
3705
3779
|
serviceName is the name of the service that governs this StatefulSet. This service must exist before the StatefulSet, and is responsible for the network identity of the set. Pods get DNS/hostnames that follow the pattern: pod-specific-string.serviceName.default.svc.cluster.local where "pod-specific-string" is managed by the StatefulSet controller.
|
|
3706
3780
|
"""
|
|
@@ -3768,28 +3842,28 @@ class StatefulSetStatus(dict):
|
|
|
3768
3842
|
return super().get(key, default)
|
|
3769
3843
|
|
|
3770
3844
|
def __init__(__self__, *,
|
|
3771
|
-
replicas: int,
|
|
3772
|
-
available_replicas: Optional[int] = None,
|
|
3773
|
-
collision_count: Optional[int] = None,
|
|
3845
|
+
replicas: builtins.int,
|
|
3846
|
+
available_replicas: Optional[builtins.int] = None,
|
|
3847
|
+
collision_count: Optional[builtins.int] = None,
|
|
3774
3848
|
conditions: Optional[Sequence['outputs.StatefulSetCondition']] = None,
|
|
3775
|
-
current_replicas: Optional[int] = None,
|
|
3776
|
-
current_revision: Optional[str] = None,
|
|
3777
|
-
observed_generation: Optional[int] = None,
|
|
3778
|
-
ready_replicas: Optional[int] = None,
|
|
3779
|
-
update_revision: Optional[str] = None,
|
|
3780
|
-
updated_replicas: Optional[int] = None):
|
|
3849
|
+
current_replicas: Optional[builtins.int] = None,
|
|
3850
|
+
current_revision: Optional[builtins.str] = None,
|
|
3851
|
+
observed_generation: Optional[builtins.int] = None,
|
|
3852
|
+
ready_replicas: Optional[builtins.int] = None,
|
|
3853
|
+
update_revision: Optional[builtins.str] = None,
|
|
3854
|
+
updated_replicas: Optional[builtins.int] = None):
|
|
3781
3855
|
"""
|
|
3782
3856
|
StatefulSetStatus represents the current state of a StatefulSet.
|
|
3783
|
-
:param int replicas: replicas is the number of Pods created by the StatefulSet controller.
|
|
3784
|
-
:param int available_replicas: Total number of available pods (ready for at least minReadySeconds) targeted by this statefulset.
|
|
3785
|
-
:param int collision_count: collisionCount is the count of hash collisions for the StatefulSet. The StatefulSet controller uses this field as a collision avoidance mechanism when it needs to create the name for the newest ControllerRevision.
|
|
3857
|
+
:param builtins.int replicas: replicas is the number of Pods created by the StatefulSet controller.
|
|
3858
|
+
:param builtins.int available_replicas: Total number of available pods (ready for at least minReadySeconds) targeted by this statefulset.
|
|
3859
|
+
:param builtins.int collision_count: collisionCount is the count of hash collisions for the StatefulSet. The StatefulSet controller uses this field as a collision avoidance mechanism when it needs to create the name for the newest ControllerRevision.
|
|
3786
3860
|
:param Sequence['StatefulSetConditionArgs'] conditions: Represents the latest available observations of a statefulset's current state.
|
|
3787
|
-
:param int current_replicas: currentReplicas is the number of Pods created by the StatefulSet controller from the StatefulSet version indicated by currentRevision.
|
|
3788
|
-
:param str current_revision: currentRevision, if not empty, indicates the version of the StatefulSet used to generate Pods in the sequence [0,currentReplicas).
|
|
3789
|
-
:param int observed_generation: observedGeneration is the most recent generation observed for this StatefulSet. It corresponds to the StatefulSet's generation, which is updated on mutation by the API Server.
|
|
3790
|
-
:param int ready_replicas: readyReplicas is the number of pods created for this StatefulSet with a Ready Condition.
|
|
3791
|
-
:param str update_revision: updateRevision, if not empty, indicates the version of the StatefulSet used to generate Pods in the sequence [replicas-updatedReplicas,replicas)
|
|
3792
|
-
:param int updated_replicas: updatedReplicas is the number of Pods created by the StatefulSet controller from the StatefulSet version indicated by updateRevision.
|
|
3861
|
+
:param builtins.int current_replicas: currentReplicas is the number of Pods created by the StatefulSet controller from the StatefulSet version indicated by currentRevision.
|
|
3862
|
+
:param builtins.str current_revision: currentRevision, if not empty, indicates the version of the StatefulSet used to generate Pods in the sequence [0,currentReplicas).
|
|
3863
|
+
: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.
|
|
3864
|
+
:param builtins.int ready_replicas: readyReplicas is the number of pods created for this StatefulSet with a Ready Condition.
|
|
3865
|
+
: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)
|
|
3866
|
+
:param builtins.int updated_replicas: updatedReplicas is the number of Pods created by the StatefulSet controller from the StatefulSet version indicated by updateRevision.
|
|
3793
3867
|
"""
|
|
3794
3868
|
pulumi.set(__self__, "replicas", replicas)
|
|
3795
3869
|
if available_replicas is not None:
|
|
@@ -3813,7 +3887,7 @@ class StatefulSetStatus(dict):
|
|
|
3813
3887
|
|
|
3814
3888
|
@property
|
|
3815
3889
|
@pulumi.getter
|
|
3816
|
-
def replicas(self) -> int:
|
|
3890
|
+
def replicas(self) -> builtins.int:
|
|
3817
3891
|
"""
|
|
3818
3892
|
replicas is the number of Pods created by the StatefulSet controller.
|
|
3819
3893
|
"""
|
|
@@ -3821,7 +3895,7 @@ class StatefulSetStatus(dict):
|
|
|
3821
3895
|
|
|
3822
3896
|
@property
|
|
3823
3897
|
@pulumi.getter(name="availableReplicas")
|
|
3824
|
-
def available_replicas(self) -> Optional[int]:
|
|
3898
|
+
def available_replicas(self) -> Optional[builtins.int]:
|
|
3825
3899
|
"""
|
|
3826
3900
|
Total number of available pods (ready for at least minReadySeconds) targeted by this statefulset.
|
|
3827
3901
|
"""
|
|
@@ -3829,7 +3903,7 @@ class StatefulSetStatus(dict):
|
|
|
3829
3903
|
|
|
3830
3904
|
@property
|
|
3831
3905
|
@pulumi.getter(name="collisionCount")
|
|
3832
|
-
def collision_count(self) -> Optional[int]:
|
|
3906
|
+
def collision_count(self) -> Optional[builtins.int]:
|
|
3833
3907
|
"""
|
|
3834
3908
|
collisionCount is the count of hash collisions for the StatefulSet. The StatefulSet controller uses this field as a collision avoidance mechanism when it needs to create the name for the newest ControllerRevision.
|
|
3835
3909
|
"""
|
|
@@ -3845,7 +3919,7 @@ class StatefulSetStatus(dict):
|
|
|
3845
3919
|
|
|
3846
3920
|
@property
|
|
3847
3921
|
@pulumi.getter(name="currentReplicas")
|
|
3848
|
-
def current_replicas(self) -> Optional[int]:
|
|
3922
|
+
def current_replicas(self) -> Optional[builtins.int]:
|
|
3849
3923
|
"""
|
|
3850
3924
|
currentReplicas is the number of Pods created by the StatefulSet controller from the StatefulSet version indicated by currentRevision.
|
|
3851
3925
|
"""
|
|
@@ -3853,7 +3927,7 @@ class StatefulSetStatus(dict):
|
|
|
3853
3927
|
|
|
3854
3928
|
@property
|
|
3855
3929
|
@pulumi.getter(name="currentRevision")
|
|
3856
|
-
def current_revision(self) -> Optional[str]:
|
|
3930
|
+
def current_revision(self) -> Optional[builtins.str]:
|
|
3857
3931
|
"""
|
|
3858
3932
|
currentRevision, if not empty, indicates the version of the StatefulSet used to generate Pods in the sequence [0,currentReplicas).
|
|
3859
3933
|
"""
|
|
@@ -3861,7 +3935,7 @@ class StatefulSetStatus(dict):
|
|
|
3861
3935
|
|
|
3862
3936
|
@property
|
|
3863
3937
|
@pulumi.getter(name="observedGeneration")
|
|
3864
|
-
def observed_generation(self) -> Optional[int]:
|
|
3938
|
+
def observed_generation(self) -> Optional[builtins.int]:
|
|
3865
3939
|
"""
|
|
3866
3940
|
observedGeneration is the most recent generation observed for this StatefulSet. It corresponds to the StatefulSet's generation, which is updated on mutation by the API Server.
|
|
3867
3941
|
"""
|
|
@@ -3869,7 +3943,7 @@ class StatefulSetStatus(dict):
|
|
|
3869
3943
|
|
|
3870
3944
|
@property
|
|
3871
3945
|
@pulumi.getter(name="readyReplicas")
|
|
3872
|
-
def ready_replicas(self) -> Optional[int]:
|
|
3946
|
+
def ready_replicas(self) -> Optional[builtins.int]:
|
|
3873
3947
|
"""
|
|
3874
3948
|
readyReplicas is the number of pods created for this StatefulSet with a Ready Condition.
|
|
3875
3949
|
"""
|
|
@@ -3877,7 +3951,7 @@ class StatefulSetStatus(dict):
|
|
|
3877
3951
|
|
|
3878
3952
|
@property
|
|
3879
3953
|
@pulumi.getter(name="updateRevision")
|
|
3880
|
-
def update_revision(self) -> Optional[str]:
|
|
3954
|
+
def update_revision(self) -> Optional[builtins.str]:
|
|
3881
3955
|
"""
|
|
3882
3956
|
updateRevision, if not empty, indicates the version of the StatefulSet used to generate Pods in the sequence [replicas-updatedReplicas,replicas)
|
|
3883
3957
|
"""
|
|
@@ -3885,7 +3959,7 @@ class StatefulSetStatus(dict):
|
|
|
3885
3959
|
|
|
3886
3960
|
@property
|
|
3887
3961
|
@pulumi.getter(name="updatedReplicas")
|
|
3888
|
-
def updated_replicas(self) -> Optional[int]:
|
|
3962
|
+
def updated_replicas(self) -> Optional[builtins.int]:
|
|
3889
3963
|
"""
|
|
3890
3964
|
updatedReplicas is the number of Pods created by the StatefulSet controller from the StatefulSet version indicated by updateRevision.
|
|
3891
3965
|
"""
|
|
@@ -3929,28 +4003,28 @@ class StatefulSetStatusPatch(dict):
|
|
|
3929
4003
|
return super().get(key, default)
|
|
3930
4004
|
|
|
3931
4005
|
def __init__(__self__, *,
|
|
3932
|
-
available_replicas: Optional[int] = None,
|
|
3933
|
-
collision_count: Optional[int] = None,
|
|
4006
|
+
available_replicas: Optional[builtins.int] = None,
|
|
4007
|
+
collision_count: Optional[builtins.int] = None,
|
|
3934
4008
|
conditions: Optional[Sequence['outputs.StatefulSetConditionPatch']] = None,
|
|
3935
|
-
current_replicas: Optional[int] = None,
|
|
3936
|
-
current_revision: Optional[str] = None,
|
|
3937
|
-
observed_generation: Optional[int] = None,
|
|
3938
|
-
ready_replicas: Optional[int] = None,
|
|
3939
|
-
replicas: Optional[int] = None,
|
|
3940
|
-
update_revision: Optional[str] = None,
|
|
3941
|
-
updated_replicas: Optional[int] = None):
|
|
4009
|
+
current_replicas: Optional[builtins.int] = None,
|
|
4010
|
+
current_revision: Optional[builtins.str] = None,
|
|
4011
|
+
observed_generation: Optional[builtins.int] = None,
|
|
4012
|
+
ready_replicas: Optional[builtins.int] = None,
|
|
4013
|
+
replicas: Optional[builtins.int] = None,
|
|
4014
|
+
update_revision: Optional[builtins.str] = None,
|
|
4015
|
+
updated_replicas: Optional[builtins.int] = None):
|
|
3942
4016
|
"""
|
|
3943
4017
|
StatefulSetStatus represents the current state of a StatefulSet.
|
|
3944
|
-
:param int available_replicas: Total number of available pods (ready for at least minReadySeconds) targeted by this statefulset.
|
|
3945
|
-
:param int collision_count: collisionCount is the count of hash collisions for the StatefulSet. The StatefulSet controller uses this field as a collision avoidance mechanism when it needs to create the name for the newest ControllerRevision.
|
|
4018
|
+
:param builtins.int available_replicas: Total number of available pods (ready for at least minReadySeconds) targeted by this statefulset.
|
|
4019
|
+
:param builtins.int collision_count: collisionCount is the count of hash collisions for the StatefulSet. The StatefulSet controller uses this field as a collision avoidance mechanism when it needs to create the name for the newest ControllerRevision.
|
|
3946
4020
|
:param Sequence['StatefulSetConditionPatchArgs'] conditions: Represents the latest available observations of a statefulset's current state.
|
|
3947
|
-
:param int current_replicas: currentReplicas is the number of Pods created by the StatefulSet controller from the StatefulSet version indicated by currentRevision.
|
|
3948
|
-
:param str current_revision: currentRevision, if not empty, indicates the version of the StatefulSet used to generate Pods in the sequence [0,currentReplicas).
|
|
3949
|
-
:param int observed_generation: observedGeneration is the most recent generation observed for this StatefulSet. It corresponds to the StatefulSet's generation, which is updated on mutation by the API Server.
|
|
3950
|
-
:param int ready_replicas: readyReplicas is the number of pods created for this StatefulSet with a Ready Condition.
|
|
3951
|
-
:param int replicas: replicas is the number of Pods created by the StatefulSet controller.
|
|
3952
|
-
:param str update_revision: updateRevision, if not empty, indicates the version of the StatefulSet used to generate Pods in the sequence [replicas-updatedReplicas,replicas)
|
|
3953
|
-
:param int updated_replicas: updatedReplicas is the number of Pods created by the StatefulSet controller from the StatefulSet version indicated by updateRevision.
|
|
4021
|
+
:param builtins.int current_replicas: currentReplicas is the number of Pods created by the StatefulSet controller from the StatefulSet version indicated by currentRevision.
|
|
4022
|
+
:param builtins.str current_revision: currentRevision, if not empty, indicates the version of the StatefulSet used to generate Pods in the sequence [0,currentReplicas).
|
|
4023
|
+
: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.
|
|
4024
|
+
:param builtins.int ready_replicas: readyReplicas is the number of pods created for this StatefulSet with a Ready Condition.
|
|
4025
|
+
:param builtins.int replicas: replicas is the number of Pods created by the StatefulSet controller.
|
|
4026
|
+
: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)
|
|
4027
|
+
:param builtins.int updated_replicas: updatedReplicas is the number of Pods created by the StatefulSet controller from the StatefulSet version indicated by updateRevision.
|
|
3954
4028
|
"""
|
|
3955
4029
|
if available_replicas is not None:
|
|
3956
4030
|
pulumi.set(__self__, "available_replicas", available_replicas)
|
|
@@ -3975,7 +4049,7 @@ class StatefulSetStatusPatch(dict):
|
|
|
3975
4049
|
|
|
3976
4050
|
@property
|
|
3977
4051
|
@pulumi.getter(name="availableReplicas")
|
|
3978
|
-
def available_replicas(self) -> Optional[int]:
|
|
4052
|
+
def available_replicas(self) -> Optional[builtins.int]:
|
|
3979
4053
|
"""
|
|
3980
4054
|
Total number of available pods (ready for at least minReadySeconds) targeted by this statefulset.
|
|
3981
4055
|
"""
|
|
@@ -3983,7 +4057,7 @@ class StatefulSetStatusPatch(dict):
|
|
|
3983
4057
|
|
|
3984
4058
|
@property
|
|
3985
4059
|
@pulumi.getter(name="collisionCount")
|
|
3986
|
-
def collision_count(self) -> Optional[int]:
|
|
4060
|
+
def collision_count(self) -> Optional[builtins.int]:
|
|
3987
4061
|
"""
|
|
3988
4062
|
collisionCount is the count of hash collisions for the StatefulSet. The StatefulSet controller uses this field as a collision avoidance mechanism when it needs to create the name for the newest ControllerRevision.
|
|
3989
4063
|
"""
|
|
@@ -3999,7 +4073,7 @@ class StatefulSetStatusPatch(dict):
|
|
|
3999
4073
|
|
|
4000
4074
|
@property
|
|
4001
4075
|
@pulumi.getter(name="currentReplicas")
|
|
4002
|
-
def current_replicas(self) -> Optional[int]:
|
|
4076
|
+
def current_replicas(self) -> Optional[builtins.int]:
|
|
4003
4077
|
"""
|
|
4004
4078
|
currentReplicas is the number of Pods created by the StatefulSet controller from the StatefulSet version indicated by currentRevision.
|
|
4005
4079
|
"""
|
|
@@ -4007,7 +4081,7 @@ class StatefulSetStatusPatch(dict):
|
|
|
4007
4081
|
|
|
4008
4082
|
@property
|
|
4009
4083
|
@pulumi.getter(name="currentRevision")
|
|
4010
|
-
def current_revision(self) -> Optional[str]:
|
|
4084
|
+
def current_revision(self) -> Optional[builtins.str]:
|
|
4011
4085
|
"""
|
|
4012
4086
|
currentRevision, if not empty, indicates the version of the StatefulSet used to generate Pods in the sequence [0,currentReplicas).
|
|
4013
4087
|
"""
|
|
@@ -4015,7 +4089,7 @@ class StatefulSetStatusPatch(dict):
|
|
|
4015
4089
|
|
|
4016
4090
|
@property
|
|
4017
4091
|
@pulumi.getter(name="observedGeneration")
|
|
4018
|
-
def observed_generation(self) -> Optional[int]:
|
|
4092
|
+
def observed_generation(self) -> Optional[builtins.int]:
|
|
4019
4093
|
"""
|
|
4020
4094
|
observedGeneration is the most recent generation observed for this StatefulSet. It corresponds to the StatefulSet's generation, which is updated on mutation by the API Server.
|
|
4021
4095
|
"""
|
|
@@ -4023,7 +4097,7 @@ class StatefulSetStatusPatch(dict):
|
|
|
4023
4097
|
|
|
4024
4098
|
@property
|
|
4025
4099
|
@pulumi.getter(name="readyReplicas")
|
|
4026
|
-
def ready_replicas(self) -> Optional[int]:
|
|
4100
|
+
def ready_replicas(self) -> Optional[builtins.int]:
|
|
4027
4101
|
"""
|
|
4028
4102
|
readyReplicas is the number of pods created for this StatefulSet with a Ready Condition.
|
|
4029
4103
|
"""
|
|
@@ -4031,7 +4105,7 @@ class StatefulSetStatusPatch(dict):
|
|
|
4031
4105
|
|
|
4032
4106
|
@property
|
|
4033
4107
|
@pulumi.getter
|
|
4034
|
-
def replicas(self) -> Optional[int]:
|
|
4108
|
+
def replicas(self) -> Optional[builtins.int]:
|
|
4035
4109
|
"""
|
|
4036
4110
|
replicas is the number of Pods created by the StatefulSet controller.
|
|
4037
4111
|
"""
|
|
@@ -4039,7 +4113,7 @@ class StatefulSetStatusPatch(dict):
|
|
|
4039
4113
|
|
|
4040
4114
|
@property
|
|
4041
4115
|
@pulumi.getter(name="updateRevision")
|
|
4042
|
-
def update_revision(self) -> Optional[str]:
|
|
4116
|
+
def update_revision(self) -> Optional[builtins.str]:
|
|
4043
4117
|
"""
|
|
4044
4118
|
updateRevision, if not empty, indicates the version of the StatefulSet used to generate Pods in the sequence [replicas-updatedReplicas,replicas)
|
|
4045
4119
|
"""
|
|
@@ -4047,7 +4121,7 @@ class StatefulSetStatusPatch(dict):
|
|
|
4047
4121
|
|
|
4048
4122
|
@property
|
|
4049
4123
|
@pulumi.getter(name="updatedReplicas")
|
|
4050
|
-
def updated_replicas(self) -> Optional[int]:
|
|
4124
|
+
def updated_replicas(self) -> Optional[builtins.int]:
|
|
4051
4125
|
"""
|
|
4052
4126
|
updatedReplicas is the number of Pods created by the StatefulSet controller from the StatefulSet version indicated by updateRevision.
|
|
4053
4127
|
"""
|
|
@@ -4078,11 +4152,11 @@ class StatefulSetUpdateStrategy(dict):
|
|
|
4078
4152
|
|
|
4079
4153
|
def __init__(__self__, *,
|
|
4080
4154
|
rolling_update: Optional['outputs.RollingUpdateStatefulSetStrategy'] = None,
|
|
4081
|
-
type: Optional[str] = None):
|
|
4155
|
+
type: Optional[builtins.str] = None):
|
|
4082
4156
|
"""
|
|
4083
4157
|
StatefulSetUpdateStrategy indicates the strategy that the StatefulSet controller will use to perform updates. It includes any additional parameters necessary to perform the update for the indicated strategy.
|
|
4084
4158
|
:param 'RollingUpdateStatefulSetStrategyArgs' rolling_update: RollingUpdate is used to communicate parameters when Type is RollingUpdateStatefulSetStrategyType.
|
|
4085
|
-
:param str type: Type indicates the type of the StatefulSetUpdateStrategy. Default is RollingUpdate.
|
|
4159
|
+
:param builtins.str type: Type indicates the type of the StatefulSetUpdateStrategy. Default is RollingUpdate.
|
|
4086
4160
|
"""
|
|
4087
4161
|
if rolling_update is not None:
|
|
4088
4162
|
pulumi.set(__self__, "rolling_update", rolling_update)
|
|
@@ -4099,7 +4173,7 @@ class StatefulSetUpdateStrategy(dict):
|
|
|
4099
4173
|
|
|
4100
4174
|
@property
|
|
4101
4175
|
@pulumi.getter
|
|
4102
|
-
def type(self) -> Optional[str]:
|
|
4176
|
+
def type(self) -> Optional[builtins.str]:
|
|
4103
4177
|
"""
|
|
4104
4178
|
Type indicates the type of the StatefulSetUpdateStrategy. Default is RollingUpdate.
|
|
4105
4179
|
"""
|
|
@@ -4130,11 +4204,11 @@ class StatefulSetUpdateStrategyPatch(dict):
|
|
|
4130
4204
|
|
|
4131
4205
|
def __init__(__self__, *,
|
|
4132
4206
|
rolling_update: Optional['outputs.RollingUpdateStatefulSetStrategyPatch'] = None,
|
|
4133
|
-
type: Optional[str] = None):
|
|
4207
|
+
type: Optional[builtins.str] = None):
|
|
4134
4208
|
"""
|
|
4135
4209
|
StatefulSetUpdateStrategy indicates the strategy that the StatefulSet controller will use to perform updates. It includes any additional parameters necessary to perform the update for the indicated strategy.
|
|
4136
4210
|
:param 'RollingUpdateStatefulSetStrategyPatchArgs' rolling_update: RollingUpdate is used to communicate parameters when Type is RollingUpdateStatefulSetStrategyType.
|
|
4137
|
-
:param str type: Type indicates the type of the StatefulSetUpdateStrategy. Default is RollingUpdate.
|
|
4211
|
+
:param builtins.str type: Type indicates the type of the StatefulSetUpdateStrategy. Default is RollingUpdate.
|
|
4138
4212
|
"""
|
|
4139
4213
|
if rolling_update is not None:
|
|
4140
4214
|
pulumi.set(__self__, "rolling_update", rolling_update)
|
|
@@ -4151,7 +4225,7 @@ class StatefulSetUpdateStrategyPatch(dict):
|
|
|
4151
4225
|
|
|
4152
4226
|
@property
|
|
4153
4227
|
@pulumi.getter
|
|
4154
|
-
def type(self) -> Optional[str]:
|
|
4228
|
+
def type(self) -> Optional[builtins.str]:
|
|
4155
4229
|
"""
|
|
4156
4230
|
Type indicates the type of the StatefulSetUpdateStrategy. Default is RollingUpdate.
|
|
4157
4231
|
"""
|