pulumi-kubernetes 4.24.0a1753079574__py3-none-any.whl → 4.24.0a1753165802__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of pulumi-kubernetes might be problematic. Click here for more details.
- pulumi_kubernetes/__init__.py +1 -1
- pulumi_kubernetes/_inputs.py +49 -50
- pulumi_kubernetes/admissionregistration/__init__.py +1 -1
- pulumi_kubernetes/admissionregistration/v1/MutatingWebhookConfiguration.py +25 -26
- pulumi_kubernetes/admissionregistration/v1/MutatingWebhookConfigurationList.py +25 -26
- pulumi_kubernetes/admissionregistration/v1/MutatingWebhookConfigurationPatch.py +25 -26
- pulumi_kubernetes/admissionregistration/v1/ValidatingAdmissionPolicy.py +26 -27
- pulumi_kubernetes/admissionregistration/v1/ValidatingAdmissionPolicyBinding.py +25 -26
- pulumi_kubernetes/admissionregistration/v1/ValidatingAdmissionPolicyBindingList.py +25 -26
- pulumi_kubernetes/admissionregistration/v1/ValidatingAdmissionPolicyBindingPatch.py +25 -26
- pulumi_kubernetes/admissionregistration/v1/ValidatingAdmissionPolicyList.py +25 -26
- pulumi_kubernetes/admissionregistration/v1/ValidatingAdmissionPolicyPatch.py +26 -27
- pulumi_kubernetes/admissionregistration/v1/ValidatingWebhookConfiguration.py +25 -26
- pulumi_kubernetes/admissionregistration/v1/ValidatingWebhookConfigurationList.py +25 -26
- pulumi_kubernetes/admissionregistration/v1/ValidatingWebhookConfigurationPatch.py +25 -26
- pulumi_kubernetes/admissionregistration/v1/__init__.py +1 -1
- pulumi_kubernetes/admissionregistration/v1/_inputs.py +715 -716
- pulumi_kubernetes/admissionregistration/v1/outputs.py +512 -513
- pulumi_kubernetes/admissionregistration/v1alpha1/MutatingAdmissionPolicy.py +25 -26
- pulumi_kubernetes/admissionregistration/v1alpha1/MutatingAdmissionPolicyBinding.py +25 -26
- pulumi_kubernetes/admissionregistration/v1alpha1/MutatingAdmissionPolicyBindingList.py +25 -26
- pulumi_kubernetes/admissionregistration/v1alpha1/MutatingAdmissionPolicyBindingPatch.py +25 -26
- pulumi_kubernetes/admissionregistration/v1alpha1/MutatingAdmissionPolicyList.py +25 -26
- pulumi_kubernetes/admissionregistration/v1alpha1/MutatingAdmissionPolicyPatch.py +25 -26
- pulumi_kubernetes/admissionregistration/v1alpha1/ValidatingAdmissionPolicy.py +26 -27
- pulumi_kubernetes/admissionregistration/v1alpha1/ValidatingAdmissionPolicyBinding.py +25 -26
- pulumi_kubernetes/admissionregistration/v1alpha1/ValidatingAdmissionPolicyBindingList.py +25 -26
- pulumi_kubernetes/admissionregistration/v1alpha1/ValidatingAdmissionPolicyBindingPatch.py +25 -26
- pulumi_kubernetes/admissionregistration/v1alpha1/ValidatingAdmissionPolicyList.py +25 -26
- pulumi_kubernetes/admissionregistration/v1alpha1/ValidatingAdmissionPolicyPatch.py +26 -27
- pulumi_kubernetes/admissionregistration/v1alpha1/__init__.py +1 -1
- pulumi_kubernetes/admissionregistration/v1alpha1/_inputs.py +495 -496
- pulumi_kubernetes/admissionregistration/v1alpha1/outputs.py +364 -365
- pulumi_kubernetes/admissionregistration/v1beta1/MutatingWebhookConfiguration.py +25 -26
- pulumi_kubernetes/admissionregistration/v1beta1/MutatingWebhookConfigurationList.py +25 -26
- pulumi_kubernetes/admissionregistration/v1beta1/MutatingWebhookConfigurationPatch.py +25 -26
- pulumi_kubernetes/admissionregistration/v1beta1/ValidatingAdmissionPolicy.py +26 -27
- pulumi_kubernetes/admissionregistration/v1beta1/ValidatingAdmissionPolicyBinding.py +25 -26
- pulumi_kubernetes/admissionregistration/v1beta1/ValidatingAdmissionPolicyBindingList.py +25 -26
- pulumi_kubernetes/admissionregistration/v1beta1/ValidatingAdmissionPolicyBindingPatch.py +25 -26
- pulumi_kubernetes/admissionregistration/v1beta1/ValidatingAdmissionPolicyList.py +25 -26
- pulumi_kubernetes/admissionregistration/v1beta1/ValidatingAdmissionPolicyPatch.py +26 -27
- pulumi_kubernetes/admissionregistration/v1beta1/ValidatingWebhookConfiguration.py +25 -26
- pulumi_kubernetes/admissionregistration/v1beta1/ValidatingWebhookConfigurationList.py +25 -26
- pulumi_kubernetes/admissionregistration/v1beta1/ValidatingWebhookConfigurationPatch.py +25 -26
- pulumi_kubernetes/admissionregistration/v1beta1/__init__.py +1 -1
- pulumi_kubernetes/admissionregistration/v1beta1/_inputs.py +711 -712
- pulumi_kubernetes/admissionregistration/v1beta1/outputs.py +508 -509
- pulumi_kubernetes/apiextensions/__init__.py +1 -1
- pulumi_kubernetes/apiextensions/v1/CustomResourceDefinition.py +26 -27
- pulumi_kubernetes/apiextensions/v1/CustomResourceDefinitionList.py +25 -26
- pulumi_kubernetes/apiextensions/v1/CustomResourceDefinitionPatch.py +26 -27
- pulumi_kubernetes/apiextensions/v1/__init__.py +1 -1
- pulumi_kubernetes/apiextensions/v1/_inputs.py +906 -907
- pulumi_kubernetes/apiextensions/v1/outputs.py +620 -621
- pulumi_kubernetes/apiextensions/v1beta1/CustomResourceDefinition.py +26 -27
- pulumi_kubernetes/apiextensions/v1beta1/CustomResourceDefinitionList.py +25 -26
- pulumi_kubernetes/apiextensions/v1beta1/CustomResourceDefinitionPatch.py +26 -27
- pulumi_kubernetes/apiextensions/v1beta1/__init__.py +1 -1
- pulumi_kubernetes/apiextensions/v1beta1/_inputs.py +834 -835
- pulumi_kubernetes/apiextensions/v1beta1/outputs.py +572 -573
- pulumi_kubernetes/apiregistration/__init__.py +1 -1
- pulumi_kubernetes/apiregistration/v1/APIService.py +26 -27
- pulumi_kubernetes/apiregistration/v1/APIServiceList.py +25 -26
- pulumi_kubernetes/apiregistration/v1/APIServicePatch.py +26 -27
- pulumi_kubernetes/apiregistration/v1/__init__.py +1 -1
- pulumi_kubernetes/apiregistration/v1/_inputs.py +157 -158
- pulumi_kubernetes/apiregistration/v1/outputs.py +128 -129
- pulumi_kubernetes/apiregistration/v1beta1/APIService.py +26 -27
- pulumi_kubernetes/apiregistration/v1beta1/APIServiceList.py +25 -26
- pulumi_kubernetes/apiregistration/v1beta1/APIServicePatch.py +26 -27
- pulumi_kubernetes/apiregistration/v1beta1/__init__.py +1 -1
- pulumi_kubernetes/apiregistration/v1beta1/_inputs.py +157 -158
- pulumi_kubernetes/apiregistration/v1beta1/outputs.py +128 -129
- pulumi_kubernetes/apps/__init__.py +1 -1
- pulumi_kubernetes/apps/v1/ControllerRevision.py +35 -36
- pulumi_kubernetes/apps/v1/ControllerRevisionList.py +25 -26
- pulumi_kubernetes/apps/v1/ControllerRevisionPatch.py +35 -36
- pulumi_kubernetes/apps/v1/DaemonSet.py +26 -27
- pulumi_kubernetes/apps/v1/DaemonSetList.py +25 -26
- pulumi_kubernetes/apps/v1/DaemonSetPatch.py +26 -27
- pulumi_kubernetes/apps/v1/Deployment.py +26 -27
- pulumi_kubernetes/apps/v1/DeploymentList.py +25 -26
- pulumi_kubernetes/apps/v1/DeploymentPatch.py +26 -27
- pulumi_kubernetes/apps/v1/ReplicaSet.py +26 -27
- pulumi_kubernetes/apps/v1/ReplicaSetList.py +25 -26
- pulumi_kubernetes/apps/v1/ReplicaSetPatch.py +26 -27
- pulumi_kubernetes/apps/v1/StatefulSet.py +26 -27
- pulumi_kubernetes/apps/v1/StatefulSetList.py +25 -26
- pulumi_kubernetes/apps/v1/StatefulSetPatch.py +26 -27
- pulumi_kubernetes/apps/v1/__init__.py +1 -1
- pulumi_kubernetes/apps/v1/_inputs.py +749 -750
- pulumi_kubernetes/apps/v1/outputs.py +713 -714
- pulumi_kubernetes/apps/v1beta1/ControllerRevision.py +35 -36
- pulumi_kubernetes/apps/v1beta1/ControllerRevisionList.py +25 -26
- pulumi_kubernetes/apps/v1beta1/ControllerRevisionPatch.py +35 -36
- pulumi_kubernetes/apps/v1beta1/Deployment.py +26 -27
- pulumi_kubernetes/apps/v1beta1/DeploymentList.py +25 -26
- pulumi_kubernetes/apps/v1beta1/DeploymentPatch.py +26 -27
- pulumi_kubernetes/apps/v1beta1/StatefulSet.py +26 -27
- pulumi_kubernetes/apps/v1beta1/StatefulSetList.py +25 -26
- pulumi_kubernetes/apps/v1beta1/StatefulSetPatch.py +26 -27
- pulumi_kubernetes/apps/v1beta1/__init__.py +1 -1
- pulumi_kubernetes/apps/v1beta1/_inputs.py +409 -410
- pulumi_kubernetes/apps/v1beta1/outputs.py +381 -382
- pulumi_kubernetes/apps/v1beta2/ControllerRevision.py +35 -36
- pulumi_kubernetes/apps/v1beta2/ControllerRevisionList.py +25 -26
- pulumi_kubernetes/apps/v1beta2/ControllerRevisionPatch.py +35 -36
- pulumi_kubernetes/apps/v1beta2/DaemonSet.py +26 -27
- pulumi_kubernetes/apps/v1beta2/DaemonSetList.py +25 -26
- pulumi_kubernetes/apps/v1beta2/DaemonSetPatch.py +26 -27
- pulumi_kubernetes/apps/v1beta2/Deployment.py +26 -27
- pulumi_kubernetes/apps/v1beta2/DeploymentList.py +25 -26
- pulumi_kubernetes/apps/v1beta2/DeploymentPatch.py +26 -27
- pulumi_kubernetes/apps/v1beta2/ReplicaSet.py +26 -27
- pulumi_kubernetes/apps/v1beta2/ReplicaSetList.py +25 -26
- pulumi_kubernetes/apps/v1beta2/ReplicaSetPatch.py +26 -27
- pulumi_kubernetes/apps/v1beta2/StatefulSet.py +26 -27
- pulumi_kubernetes/apps/v1beta2/StatefulSetList.py +25 -26
- pulumi_kubernetes/apps/v1beta2/StatefulSetPatch.py +26 -27
- pulumi_kubernetes/apps/v1beta2/__init__.py +1 -1
- pulumi_kubernetes/apps/v1beta2/_inputs.py +655 -656
- pulumi_kubernetes/apps/v1beta2/outputs.py +645 -646
- pulumi_kubernetes/auditregistration/__init__.py +1 -1
- pulumi_kubernetes/auditregistration/v1alpha1/AuditSink.py +25 -26
- pulumi_kubernetes/auditregistration/v1alpha1/AuditSinkList.py +25 -26
- pulumi_kubernetes/auditregistration/v1alpha1/AuditSinkPatch.py +25 -26
- pulumi_kubernetes/auditregistration/v1alpha1/__init__.py +1 -1
- pulumi_kubernetes/auditregistration/v1alpha1/_inputs.py +145 -146
- pulumi_kubernetes/auditregistration/v1alpha1/outputs.py +101 -102
- pulumi_kubernetes/autoscaling/__init__.py +1 -1
- pulumi_kubernetes/autoscaling/v1/HorizontalPodAutoscaler.py +26 -27
- pulumi_kubernetes/autoscaling/v1/HorizontalPodAutoscalerList.py +25 -26
- pulumi_kubernetes/autoscaling/v1/HorizontalPodAutoscalerPatch.py +26 -27
- pulumi_kubernetes/autoscaling/v1/__init__.py +1 -1
- pulumi_kubernetes/autoscaling/v1/_inputs.py +120 -121
- pulumi_kubernetes/autoscaling/v1/outputs.py +102 -103
- pulumi_kubernetes/autoscaling/v2/HorizontalPodAutoscaler.py +26 -27
- pulumi_kubernetes/autoscaling/v2/HorizontalPodAutoscalerList.py +25 -26
- pulumi_kubernetes/autoscaling/v2/HorizontalPodAutoscalerPatch.py +26 -27
- pulumi_kubernetes/autoscaling/v2/__init__.py +1 -1
- pulumi_kubernetes/autoscaling/v2/_inputs.py +410 -411
- pulumi_kubernetes/autoscaling/v2/outputs.py +374 -375
- pulumi_kubernetes/autoscaling/v2beta1/HorizontalPodAutoscaler.py +26 -27
- pulumi_kubernetes/autoscaling/v2beta1/HorizontalPodAutoscalerList.py +25 -26
- pulumi_kubernetes/autoscaling/v2beta1/HorizontalPodAutoscalerPatch.py +26 -27
- pulumi_kubernetes/autoscaling/v2beta1/__init__.py +1 -1
- pulumi_kubernetes/autoscaling/v2beta1/_inputs.py +451 -452
- pulumi_kubernetes/autoscaling/v2beta1/outputs.py +424 -425
- pulumi_kubernetes/autoscaling/v2beta2/HorizontalPodAutoscaler.py +26 -27
- pulumi_kubernetes/autoscaling/v2beta2/HorizontalPodAutoscalerList.py +25 -26
- pulumi_kubernetes/autoscaling/v2beta2/HorizontalPodAutoscalerPatch.py +26 -27
- pulumi_kubernetes/autoscaling/v2beta2/__init__.py +1 -1
- pulumi_kubernetes/autoscaling/v2beta2/_inputs.py +398 -399
- pulumi_kubernetes/autoscaling/v2beta2/outputs.py +366 -367
- pulumi_kubernetes/batch/__init__.py +1 -1
- pulumi_kubernetes/batch/v1/CronJob.py +26 -27
- pulumi_kubernetes/batch/v1/CronJobList.py +25 -26
- pulumi_kubernetes/batch/v1/CronJobPatch.py +26 -27
- pulumi_kubernetes/batch/v1/Job.py +26 -27
- pulumi_kubernetes/batch/v1/JobList.py +25 -26
- pulumi_kubernetes/batch/v1/JobPatch.py +26 -27
- pulumi_kubernetes/batch/v1/__init__.py +1 -1
- pulumi_kubernetes/batch/v1/_inputs.py +494 -495
- pulumi_kubernetes/batch/v1/outputs.py +419 -420
- pulumi_kubernetes/batch/v1beta1/CronJob.py +26 -27
- pulumi_kubernetes/batch/v1beta1/CronJobList.py +25 -26
- pulumi_kubernetes/batch/v1beta1/CronJobPatch.py +26 -27
- pulumi_kubernetes/batch/v1beta1/__init__.py +1 -1
- pulumi_kubernetes/batch/v1beta1/_inputs.py +101 -102
- pulumi_kubernetes/batch/v1beta1/outputs.py +76 -77
- pulumi_kubernetes/batch/v2alpha1/CronJob.py +26 -27
- pulumi_kubernetes/batch/v2alpha1/CronJobList.py +25 -26
- pulumi_kubernetes/batch/v2alpha1/CronJobPatch.py +26 -27
- pulumi_kubernetes/batch/v2alpha1/__init__.py +1 -1
- pulumi_kubernetes/batch/v2alpha1/_inputs.py +101 -102
- pulumi_kubernetes/batch/v2alpha1/outputs.py +76 -77
- pulumi_kubernetes/certificates/__init__.py +1 -1
- pulumi_kubernetes/certificates/v1/CertificateSigningRequest.py +26 -27
- pulumi_kubernetes/certificates/v1/CertificateSigningRequestList.py +25 -26
- pulumi_kubernetes/certificates/v1/CertificateSigningRequestPatch.py +26 -27
- pulumi_kubernetes/certificates/v1/__init__.py +1 -1
- pulumi_kubernetes/certificates/v1/_inputs.py +155 -156
- pulumi_kubernetes/certificates/v1/outputs.py +134 -135
- pulumi_kubernetes/certificates/v1alpha1/ClusterTrustBundle.py +25 -26
- pulumi_kubernetes/certificates/v1alpha1/ClusterTrustBundleList.py +25 -26
- pulumi_kubernetes/certificates/v1alpha1/ClusterTrustBundlePatch.py +25 -26
- pulumi_kubernetes/certificates/v1alpha1/__init__.py +1 -1
- pulumi_kubernetes/certificates/v1alpha1/_inputs.py +39 -40
- pulumi_kubernetes/certificates/v1alpha1/outputs.py +27 -28
- pulumi_kubernetes/certificates/v1beta1/CertificateSigningRequest.py +26 -27
- pulumi_kubernetes/certificates/v1beta1/CertificateSigningRequestList.py +25 -26
- pulumi_kubernetes/certificates/v1beta1/CertificateSigningRequestPatch.py +26 -27
- pulumi_kubernetes/certificates/v1beta1/ClusterTrustBundle.py +25 -26
- pulumi_kubernetes/certificates/v1beta1/ClusterTrustBundleList.py +25 -26
- pulumi_kubernetes/certificates/v1beta1/ClusterTrustBundlePatch.py +25 -26
- pulumi_kubernetes/certificates/v1beta1/__init__.py +1 -1
- pulumi_kubernetes/certificates/v1beta1/_inputs.py +182 -183
- pulumi_kubernetes/certificates/v1beta1/outputs.py +154 -155
- pulumi_kubernetes/coordination/__init__.py +1 -1
- pulumi_kubernetes/coordination/v1/Lease.py +25 -26
- pulumi_kubernetes/coordination/v1/LeaseList.py +25 -26
- pulumi_kubernetes/coordination/v1/LeasePatch.py +25 -26
- pulumi_kubernetes/coordination/v1/__init__.py +1 -1
- pulumi_kubernetes/coordination/v1/_inputs.py +99 -100
- pulumi_kubernetes/coordination/v1/outputs.py +67 -68
- pulumi_kubernetes/coordination/v1alpha1/LeaseCandidate.py +25 -26
- pulumi_kubernetes/coordination/v1alpha1/LeaseCandidateList.py +25 -26
- pulumi_kubernetes/coordination/v1alpha1/LeaseCandidatePatch.py +25 -26
- pulumi_kubernetes/coordination/v1alpha1/__init__.py +1 -1
- pulumi_kubernetes/coordination/v1alpha1/_inputs.py +87 -88
- pulumi_kubernetes/coordination/v1alpha1/outputs.py +59 -60
- pulumi_kubernetes/coordination/v1alpha2/LeaseCandidate.py +25 -26
- pulumi_kubernetes/coordination/v1alpha2/LeaseCandidateList.py +25 -26
- pulumi_kubernetes/coordination/v1alpha2/LeaseCandidatePatch.py +25 -26
- pulumi_kubernetes/coordination/v1alpha2/__init__.py +1 -1
- pulumi_kubernetes/coordination/v1alpha2/_inputs.py +87 -88
- pulumi_kubernetes/coordination/v1alpha2/outputs.py +59 -60
- pulumi_kubernetes/coordination/v1beta1/Lease.py +25 -26
- pulumi_kubernetes/coordination/v1beta1/LeaseCandidate.py +25 -26
- pulumi_kubernetes/coordination/v1beta1/LeaseCandidateList.py +25 -26
- pulumi_kubernetes/coordination/v1beta1/LeaseCandidatePatch.py +25 -26
- pulumi_kubernetes/coordination/v1beta1/LeaseList.py +25 -26
- pulumi_kubernetes/coordination/v1beta1/LeasePatch.py +25 -26
- pulumi_kubernetes/coordination/v1beta1/__init__.py +1 -1
- pulumi_kubernetes/coordination/v1beta1/_inputs.py +161 -162
- pulumi_kubernetes/coordination/v1beta1/outputs.py +109 -110
- pulumi_kubernetes/core/__init__.py +1 -1
- pulumi_kubernetes/core/v1/Binding.py +25 -26
- pulumi_kubernetes/core/v1/BindingPatch.py +25 -26
- pulumi_kubernetes/core/v1/ConfigMap.py +53 -54
- pulumi_kubernetes/core/v1/ConfigMapList.py +25 -26
- pulumi_kubernetes/core/v1/ConfigMapPatch.py +53 -54
- pulumi_kubernetes/core/v1/Endpoints.py +25 -26
- pulumi_kubernetes/core/v1/EndpointsList.py +25 -26
- pulumi_kubernetes/core/v1/EndpointsPatch.py +25 -26
- pulumi_kubernetes/core/v1/Event.py +131 -132
- pulumi_kubernetes/core/v1/EventList.py +25 -26
- pulumi_kubernetes/core/v1/EventPatch.py +131 -132
- pulumi_kubernetes/core/v1/LimitRange.py +25 -26
- pulumi_kubernetes/core/v1/LimitRangeList.py +25 -26
- pulumi_kubernetes/core/v1/LimitRangePatch.py +25 -26
- pulumi_kubernetes/core/v1/Namespace.py +26 -27
- pulumi_kubernetes/core/v1/NamespaceList.py +25 -26
- pulumi_kubernetes/core/v1/NamespacePatch.py +26 -27
- pulumi_kubernetes/core/v1/Node.py +26 -27
- pulumi_kubernetes/core/v1/NodeList.py +25 -26
- pulumi_kubernetes/core/v1/NodePatch.py +26 -27
- pulumi_kubernetes/core/v1/PersistentVolume.py +26 -27
- pulumi_kubernetes/core/v1/PersistentVolumeClaim.py +26 -27
- pulumi_kubernetes/core/v1/PersistentVolumeClaimList.py +25 -26
- pulumi_kubernetes/core/v1/PersistentVolumeClaimPatch.py +26 -27
- pulumi_kubernetes/core/v1/PersistentVolumeList.py +25 -26
- pulumi_kubernetes/core/v1/PersistentVolumePatch.py +26 -27
- pulumi_kubernetes/core/v1/Pod.py +26 -27
- pulumi_kubernetes/core/v1/PodList.py +25 -26
- pulumi_kubernetes/core/v1/PodPatch.py +26 -27
- pulumi_kubernetes/core/v1/PodTemplate.py +25 -26
- pulumi_kubernetes/core/v1/PodTemplateList.py +25 -26
- pulumi_kubernetes/core/v1/PodTemplatePatch.py +25 -26
- pulumi_kubernetes/core/v1/ReplicationController.py +26 -27
- pulumi_kubernetes/core/v1/ReplicationControllerList.py +25 -26
- pulumi_kubernetes/core/v1/ReplicationControllerPatch.py +26 -27
- pulumi_kubernetes/core/v1/ResourceQuota.py +26 -27
- pulumi_kubernetes/core/v1/ResourceQuotaList.py +25 -26
- pulumi_kubernetes/core/v1/ResourceQuotaPatch.py +26 -27
- pulumi_kubernetes/core/v1/Secret.py +63 -64
- pulumi_kubernetes/core/v1/SecretList.py +25 -26
- pulumi_kubernetes/core/v1/SecretPatch.py +63 -64
- pulumi_kubernetes/core/v1/Service.py +26 -27
- pulumi_kubernetes/core/v1/ServiceAccount.py +37 -38
- pulumi_kubernetes/core/v1/ServiceAccountList.py +25 -26
- pulumi_kubernetes/core/v1/ServiceAccountPatch.py +37 -38
- pulumi_kubernetes/core/v1/ServiceList.py +25 -26
- pulumi_kubernetes/core/v1/ServicePatch.py +26 -27
- pulumi_kubernetes/core/v1/__init__.py +1 -1
- pulumi_kubernetes/core/v1/_enums.py +2 -2
- pulumi_kubernetes/core/v1/_inputs.py +7133 -7134
- pulumi_kubernetes/core/v1/outputs.py +5390 -5391
- pulumi_kubernetes/discovery/__init__.py +1 -1
- pulumi_kubernetes/discovery/v1/EndpointSlice.py +37 -38
- pulumi_kubernetes/discovery/v1/EndpointSliceList.py +25 -26
- pulumi_kubernetes/discovery/v1/EndpointSlicePatch.py +37 -38
- pulumi_kubernetes/discovery/v1/__init__.py +1 -1
- pulumi_kubernetes/discovery/v1/_inputs.py +200 -201
- pulumi_kubernetes/discovery/v1/outputs.py +138 -139
- pulumi_kubernetes/discovery/v1beta1/EndpointSlice.py +37 -38
- pulumi_kubernetes/discovery/v1beta1/EndpointSliceList.py +25 -26
- pulumi_kubernetes/discovery/v1beta1/EndpointSlicePatch.py +37 -38
- pulumi_kubernetes/discovery/v1beta1/__init__.py +1 -1
- pulumi_kubernetes/discovery/v1beta1/_inputs.py +158 -159
- pulumi_kubernetes/discovery/v1beta1/outputs.py +108 -109
- pulumi_kubernetes/events/__init__.py +1 -1
- pulumi_kubernetes/events/v1/Event.py +131 -132
- pulumi_kubernetes/events/v1/EventList.py +25 -26
- pulumi_kubernetes/events/v1/EventPatch.py +131 -132
- pulumi_kubernetes/events/v1/__init__.py +1 -1
- pulumi_kubernetes/events/v1/_inputs.py +102 -103
- pulumi_kubernetes/events/v1/outputs.py +70 -71
- pulumi_kubernetes/events/v1beta1/Event.py +131 -132
- pulumi_kubernetes/events/v1beta1/EventList.py +25 -26
- pulumi_kubernetes/events/v1beta1/EventPatch.py +131 -132
- pulumi_kubernetes/events/v1beta1/__init__.py +1 -1
- pulumi_kubernetes/events/v1beta1/_inputs.py +114 -115
- pulumi_kubernetes/events/v1beta1/outputs.py +78 -79
- pulumi_kubernetes/extensions/__init__.py +1 -1
- pulumi_kubernetes/extensions/v1beta1/DaemonSet.py +26 -27
- pulumi_kubernetes/extensions/v1beta1/DaemonSetList.py +25 -26
- pulumi_kubernetes/extensions/v1beta1/DaemonSetPatch.py +26 -27
- pulumi_kubernetes/extensions/v1beta1/Deployment.py +26 -27
- pulumi_kubernetes/extensions/v1beta1/DeploymentList.py +25 -26
- pulumi_kubernetes/extensions/v1beta1/DeploymentPatch.py +26 -27
- pulumi_kubernetes/extensions/v1beta1/Ingress.py +26 -27
- pulumi_kubernetes/extensions/v1beta1/IngressList.py +25 -26
- pulumi_kubernetes/extensions/v1beta1/IngressPatch.py +26 -27
- pulumi_kubernetes/extensions/v1beta1/NetworkPolicy.py +25 -26
- pulumi_kubernetes/extensions/v1beta1/NetworkPolicyList.py +25 -26
- pulumi_kubernetes/extensions/v1beta1/NetworkPolicyPatch.py +25 -26
- pulumi_kubernetes/extensions/v1beta1/PodSecurityPolicy.py +25 -26
- pulumi_kubernetes/extensions/v1beta1/PodSecurityPolicyList.py +25 -26
- pulumi_kubernetes/extensions/v1beta1/PodSecurityPolicyPatch.py +25 -26
- pulumi_kubernetes/extensions/v1beta1/ReplicaSet.py +26 -27
- pulumi_kubernetes/extensions/v1beta1/ReplicaSetList.py +25 -26
- pulumi_kubernetes/extensions/v1beta1/ReplicaSetPatch.py +26 -27
- pulumi_kubernetes/extensions/v1beta1/__init__.py +1 -1
- pulumi_kubernetes/extensions/v1beta1/_inputs.py +1097 -1098
- pulumi_kubernetes/extensions/v1beta1/outputs.py +899 -900
- pulumi_kubernetes/flowcontrol/__init__.py +1 -1
- pulumi_kubernetes/flowcontrol/v1/FlowSchema.py +26 -27
- pulumi_kubernetes/flowcontrol/v1/FlowSchemaList.py +25 -26
- pulumi_kubernetes/flowcontrol/v1/FlowSchemaPatch.py +26 -27
- pulumi_kubernetes/flowcontrol/v1/PriorityLevelConfiguration.py +26 -27
- pulumi_kubernetes/flowcontrol/v1/PriorityLevelConfigurationList.py +25 -26
- pulumi_kubernetes/flowcontrol/v1/PriorityLevelConfigurationPatch.py +26 -27
- pulumi_kubernetes/flowcontrol/v1/__init__.py +1 -1
- pulumi_kubernetes/flowcontrol/v1/_inputs.py +419 -420
- pulumi_kubernetes/flowcontrol/v1/outputs.py +333 -334
- pulumi_kubernetes/flowcontrol/v1alpha1/FlowSchema.py +26 -27
- pulumi_kubernetes/flowcontrol/v1alpha1/FlowSchemaList.py +25 -26
- pulumi_kubernetes/flowcontrol/v1alpha1/FlowSchemaPatch.py +26 -27
- pulumi_kubernetes/flowcontrol/v1alpha1/PriorityLevelConfiguration.py +26 -27
- pulumi_kubernetes/flowcontrol/v1alpha1/PriorityLevelConfigurationList.py +25 -26
- pulumi_kubernetes/flowcontrol/v1alpha1/PriorityLevelConfigurationPatch.py +26 -27
- pulumi_kubernetes/flowcontrol/v1alpha1/__init__.py +1 -1
- pulumi_kubernetes/flowcontrol/v1alpha1/_inputs.py +369 -370
- pulumi_kubernetes/flowcontrol/v1alpha1/outputs.py +299 -300
- pulumi_kubernetes/flowcontrol/v1beta1/FlowSchema.py +26 -27
- pulumi_kubernetes/flowcontrol/v1beta1/FlowSchemaList.py +25 -26
- pulumi_kubernetes/flowcontrol/v1beta1/FlowSchemaPatch.py +26 -27
- pulumi_kubernetes/flowcontrol/v1beta1/PriorityLevelConfiguration.py +26 -27
- pulumi_kubernetes/flowcontrol/v1beta1/PriorityLevelConfigurationList.py +25 -26
- pulumi_kubernetes/flowcontrol/v1beta1/PriorityLevelConfigurationPatch.py +26 -27
- pulumi_kubernetes/flowcontrol/v1beta1/__init__.py +1 -1
- pulumi_kubernetes/flowcontrol/v1beta1/_inputs.py +369 -370
- pulumi_kubernetes/flowcontrol/v1beta1/outputs.py +299 -300
- pulumi_kubernetes/flowcontrol/v1beta2/FlowSchema.py +26 -27
- pulumi_kubernetes/flowcontrol/v1beta2/FlowSchemaList.py +25 -26
- pulumi_kubernetes/flowcontrol/v1beta2/FlowSchemaPatch.py +26 -27
- pulumi_kubernetes/flowcontrol/v1beta2/PriorityLevelConfiguration.py +26 -27
- pulumi_kubernetes/flowcontrol/v1beta2/PriorityLevelConfigurationList.py +25 -26
- pulumi_kubernetes/flowcontrol/v1beta2/PriorityLevelConfigurationPatch.py +26 -27
- pulumi_kubernetes/flowcontrol/v1beta2/__init__.py +1 -1
- pulumi_kubernetes/flowcontrol/v1beta2/_inputs.py +419 -420
- pulumi_kubernetes/flowcontrol/v1beta2/outputs.py +333 -334
- pulumi_kubernetes/flowcontrol/v1beta3/FlowSchema.py +26 -27
- pulumi_kubernetes/flowcontrol/v1beta3/FlowSchemaList.py +25 -26
- pulumi_kubernetes/flowcontrol/v1beta3/FlowSchemaPatch.py +26 -27
- pulumi_kubernetes/flowcontrol/v1beta3/PriorityLevelConfiguration.py +26 -27
- pulumi_kubernetes/flowcontrol/v1beta3/PriorityLevelConfigurationList.py +25 -26
- pulumi_kubernetes/flowcontrol/v1beta3/PriorityLevelConfigurationPatch.py +26 -27
- pulumi_kubernetes/flowcontrol/v1beta3/__init__.py +1 -1
- pulumi_kubernetes/flowcontrol/v1beta3/_inputs.py +419 -420
- pulumi_kubernetes/flowcontrol/v1beta3/outputs.py +333 -334
- pulumi_kubernetes/helm/__init__.py +1 -1
- pulumi_kubernetes/helm/v3/Release.py +316 -317
- pulumi_kubernetes/helm/v3/__init__.py +1 -1
- pulumi_kubernetes/helm/v3/_inputs.py +37 -38
- pulumi_kubernetes/helm/v3/outputs.py +54 -55
- pulumi_kubernetes/helm/v4/Chart.py +95 -96
- pulumi_kubernetes/helm/v4/__init__.py +1 -1
- pulumi_kubernetes/helm/v4/_inputs.py +34 -35
- pulumi_kubernetes/kustomize/__init__.py +1 -1
- pulumi_kubernetes/kustomize/v2/Directory.py +35 -36
- pulumi_kubernetes/kustomize/v2/__init__.py +1 -1
- pulumi_kubernetes/meta/__init__.py +1 -1
- pulumi_kubernetes/meta/v1/Status.py +57 -58
- pulumi_kubernetes/meta/v1/StatusPatch.py +57 -58
- pulumi_kubernetes/meta/v1/__init__.py +1 -1
- pulumi_kubernetes/meta/v1/_inputs.py +551 -552
- pulumi_kubernetes/meta/v1/outputs.py +395 -396
- pulumi_kubernetes/networking/__init__.py +1 -1
- pulumi_kubernetes/networking/v1/IPAddress.py +25 -26
- pulumi_kubernetes/networking/v1/IPAddressList.py +25 -26
- pulumi_kubernetes/networking/v1/IPAddressPatch.py +25 -26
- pulumi_kubernetes/networking/v1/Ingress.py +26 -27
- pulumi_kubernetes/networking/v1/IngressClass.py +25 -26
- pulumi_kubernetes/networking/v1/IngressClassList.py +25 -26
- pulumi_kubernetes/networking/v1/IngressClassPatch.py +25 -26
- pulumi_kubernetes/networking/v1/IngressList.py +25 -26
- pulumi_kubernetes/networking/v1/IngressPatch.py +26 -27
- pulumi_kubernetes/networking/v1/NetworkPolicy.py +26 -27
- pulumi_kubernetes/networking/v1/NetworkPolicyList.py +25 -26
- pulumi_kubernetes/networking/v1/NetworkPolicyPatch.py +26 -27
- pulumi_kubernetes/networking/v1/ServiceCIDR.py +26 -27
- pulumi_kubernetes/networking/v1/ServiceCIDRList.py +25 -26
- pulumi_kubernetes/networking/v1/ServiceCIDRPatch.py +26 -27
- pulumi_kubernetes/networking/v1/__init__.py +1 -1
- pulumi_kubernetes/networking/v1/_inputs.py +463 -464
- pulumi_kubernetes/networking/v1/outputs.py +350 -351
- pulumi_kubernetes/networking/v1alpha1/ClusterCIDR.py +25 -26
- pulumi_kubernetes/networking/v1alpha1/ClusterCIDRList.py +25 -26
- pulumi_kubernetes/networking/v1alpha1/ClusterCIDRPatch.py +25 -26
- pulumi_kubernetes/networking/v1alpha1/IPAddress.py +25 -26
- pulumi_kubernetes/networking/v1alpha1/IPAddressList.py +25 -26
- pulumi_kubernetes/networking/v1alpha1/IPAddressPatch.py +25 -26
- pulumi_kubernetes/networking/v1alpha1/ServiceCIDR.py +26 -27
- pulumi_kubernetes/networking/v1alpha1/ServiceCIDRList.py +25 -26
- pulumi_kubernetes/networking/v1alpha1/ServiceCIDRPatch.py +26 -27
- pulumi_kubernetes/networking/v1alpha1/__init__.py +1 -1
- pulumi_kubernetes/networking/v1alpha1/_inputs.py +157 -158
- pulumi_kubernetes/networking/v1alpha1/outputs.py +110 -111
- pulumi_kubernetes/networking/v1beta1/IPAddress.py +25 -26
- pulumi_kubernetes/networking/v1beta1/IPAddressList.py +25 -26
- pulumi_kubernetes/networking/v1beta1/IPAddressPatch.py +25 -26
- pulumi_kubernetes/networking/v1beta1/Ingress.py +26 -27
- pulumi_kubernetes/networking/v1beta1/IngressClass.py +25 -26
- pulumi_kubernetes/networking/v1beta1/IngressClassList.py +25 -26
- pulumi_kubernetes/networking/v1beta1/IngressClassPatch.py +25 -26
- pulumi_kubernetes/networking/v1beta1/IngressList.py +25 -26
- pulumi_kubernetes/networking/v1beta1/IngressPatch.py +26 -27
- pulumi_kubernetes/networking/v1beta1/ServiceCIDR.py +26 -27
- pulumi_kubernetes/networking/v1beta1/ServiceCIDRList.py +25 -26
- pulumi_kubernetes/networking/v1beta1/ServiceCIDRPatch.py +26 -27
- pulumi_kubernetes/networking/v1beta1/__init__.py +1 -1
- pulumi_kubernetes/networking/v1beta1/_inputs.py +247 -248
- pulumi_kubernetes/networking/v1beta1/outputs.py +173 -174
- pulumi_kubernetes/node/__init__.py +1 -1
- pulumi_kubernetes/node/v1/RuntimeClass.py +37 -38
- pulumi_kubernetes/node/v1/RuntimeClassList.py +25 -26
- pulumi_kubernetes/node/v1/RuntimeClassPatch.py +37 -38
- pulumi_kubernetes/node/v1/__init__.py +1 -1
- pulumi_kubernetes/node/v1/_inputs.py +48 -49
- pulumi_kubernetes/node/v1/outputs.py +34 -35
- pulumi_kubernetes/node/v1alpha1/RuntimeClass.py +25 -26
- pulumi_kubernetes/node/v1alpha1/RuntimeClassList.py +25 -26
- pulumi_kubernetes/node/v1alpha1/RuntimeClassPatch.py +25 -26
- pulumi_kubernetes/node/v1alpha1/__init__.py +1 -1
- pulumi_kubernetes/node/v1alpha1/_inputs.py +57 -58
- pulumi_kubernetes/node/v1alpha1/outputs.py +41 -42
- pulumi_kubernetes/node/v1beta1/RuntimeClass.py +37 -38
- pulumi_kubernetes/node/v1beta1/RuntimeClassList.py +25 -26
- pulumi_kubernetes/node/v1beta1/RuntimeClassPatch.py +37 -38
- pulumi_kubernetes/node/v1beta1/__init__.py +1 -1
- pulumi_kubernetes/node/v1beta1/_inputs.py +48 -49
- pulumi_kubernetes/node/v1beta1/outputs.py +34 -35
- pulumi_kubernetes/policy/__init__.py +1 -1
- pulumi_kubernetes/policy/v1/PodDisruptionBudget.py +26 -27
- pulumi_kubernetes/policy/v1/PodDisruptionBudgetList.py +25 -26
- pulumi_kubernetes/policy/v1/PodDisruptionBudgetPatch.py +26 -27
- pulumi_kubernetes/policy/v1/__init__.py +1 -1
- pulumi_kubernetes/policy/v1/_inputs.py +91 -92
- pulumi_kubernetes/policy/v1/outputs.py +80 -81
- pulumi_kubernetes/policy/v1beta1/PodDisruptionBudget.py +26 -27
- pulumi_kubernetes/policy/v1beta1/PodDisruptionBudgetList.py +25 -26
- pulumi_kubernetes/policy/v1beta1/PodDisruptionBudgetPatch.py +26 -27
- pulumi_kubernetes/policy/v1beta1/PodSecurityPolicy.py +25 -26
- pulumi_kubernetes/policy/v1beta1/PodSecurityPolicyList.py +25 -26
- pulumi_kubernetes/policy/v1beta1/PodSecurityPolicyPatch.py +25 -26
- pulumi_kubernetes/policy/v1beta1/__init__.py +1 -1
- pulumi_kubernetes/policy/v1beta1/_inputs.py +470 -471
- pulumi_kubernetes/policy/v1beta1/outputs.py +342 -343
- pulumi_kubernetes/provider.py +107 -108
- pulumi_kubernetes/pulumi-plugin.json +1 -1
- pulumi_kubernetes/rbac/__init__.py +1 -1
- pulumi_kubernetes/rbac/v1/ClusterRole.py +27 -28
- pulumi_kubernetes/rbac/v1/ClusterRoleBinding.py +27 -28
- pulumi_kubernetes/rbac/v1/ClusterRoleBindingList.py +25 -26
- pulumi_kubernetes/rbac/v1/ClusterRoleBindingPatch.py +27 -28
- pulumi_kubernetes/rbac/v1/ClusterRoleList.py +25 -26
- pulumi_kubernetes/rbac/v1/ClusterRolePatch.py +27 -28
- pulumi_kubernetes/rbac/v1/Role.py +25 -26
- pulumi_kubernetes/rbac/v1/RoleBinding.py +27 -28
- pulumi_kubernetes/rbac/v1/RoleBindingList.py +25 -26
- pulumi_kubernetes/rbac/v1/RoleBindingPatch.py +27 -28
- pulumi_kubernetes/rbac/v1/RoleList.py +25 -26
- pulumi_kubernetes/rbac/v1/RolePatch.py +25 -26
- pulumi_kubernetes/rbac/v1/__init__.py +1 -1
- pulumi_kubernetes/rbac/v1/_inputs.py +206 -207
- pulumi_kubernetes/rbac/v1/outputs.py +142 -143
- pulumi_kubernetes/rbac/v1alpha1/ClusterRole.py +27 -28
- pulumi_kubernetes/rbac/v1alpha1/ClusterRoleBinding.py +27 -28
- pulumi_kubernetes/rbac/v1alpha1/ClusterRoleBindingList.py +25 -26
- pulumi_kubernetes/rbac/v1alpha1/ClusterRoleBindingPatch.py +27 -28
- pulumi_kubernetes/rbac/v1alpha1/ClusterRoleList.py +25 -26
- pulumi_kubernetes/rbac/v1alpha1/ClusterRolePatch.py +27 -28
- pulumi_kubernetes/rbac/v1alpha1/Role.py +25 -26
- pulumi_kubernetes/rbac/v1alpha1/RoleBinding.py +27 -28
- pulumi_kubernetes/rbac/v1alpha1/RoleBindingList.py +25 -26
- pulumi_kubernetes/rbac/v1alpha1/RoleBindingPatch.py +27 -28
- pulumi_kubernetes/rbac/v1alpha1/RoleList.py +25 -26
- pulumi_kubernetes/rbac/v1alpha1/RolePatch.py +25 -26
- pulumi_kubernetes/rbac/v1alpha1/__init__.py +1 -1
- pulumi_kubernetes/rbac/v1alpha1/_inputs.py +206 -207
- pulumi_kubernetes/rbac/v1alpha1/outputs.py +142 -143
- pulumi_kubernetes/rbac/v1beta1/ClusterRole.py +27 -28
- pulumi_kubernetes/rbac/v1beta1/ClusterRoleBinding.py +27 -28
- pulumi_kubernetes/rbac/v1beta1/ClusterRoleBindingList.py +25 -26
- pulumi_kubernetes/rbac/v1beta1/ClusterRoleBindingPatch.py +27 -28
- pulumi_kubernetes/rbac/v1beta1/ClusterRoleList.py +25 -26
- pulumi_kubernetes/rbac/v1beta1/ClusterRolePatch.py +27 -28
- pulumi_kubernetes/rbac/v1beta1/Role.py +25 -26
- pulumi_kubernetes/rbac/v1beta1/RoleBinding.py +27 -28
- pulumi_kubernetes/rbac/v1beta1/RoleBindingList.py +25 -26
- pulumi_kubernetes/rbac/v1beta1/RoleBindingPatch.py +27 -28
- pulumi_kubernetes/rbac/v1beta1/RoleList.py +25 -26
- pulumi_kubernetes/rbac/v1beta1/RolePatch.py +25 -26
- pulumi_kubernetes/rbac/v1beta1/__init__.py +1 -1
- pulumi_kubernetes/rbac/v1beta1/_inputs.py +206 -207
- pulumi_kubernetes/rbac/v1beta1/outputs.py +142 -143
- pulumi_kubernetes/resource/__init__.py +1 -1
- pulumi_kubernetes/resource/v1alpha1/PodScheduling.py +26 -27
- pulumi_kubernetes/resource/v1alpha1/PodSchedulingList.py +25 -26
- pulumi_kubernetes/resource/v1alpha1/PodSchedulingPatch.py +26 -27
- pulumi_kubernetes/resource/v1alpha1/ResourceClaim.py +26 -27
- pulumi_kubernetes/resource/v1alpha1/ResourceClaimList.py +25 -26
- pulumi_kubernetes/resource/v1alpha1/ResourceClaimPatch.py +26 -27
- pulumi_kubernetes/resource/v1alpha1/ResourceClaimTemplate.py +25 -26
- pulumi_kubernetes/resource/v1alpha1/ResourceClaimTemplateList.py +25 -26
- pulumi_kubernetes/resource/v1alpha1/ResourceClaimTemplatePatch.py +25 -26
- pulumi_kubernetes/resource/v1alpha1/ResourceClass.py +37 -38
- pulumi_kubernetes/resource/v1alpha1/ResourceClassList.py +25 -26
- pulumi_kubernetes/resource/v1alpha1/ResourceClassPatch.py +37 -38
- pulumi_kubernetes/resource/v1alpha1/__init__.py +1 -1
- pulumi_kubernetes/resource/v1alpha1/_inputs.py +268 -269
- pulumi_kubernetes/resource/v1alpha1/outputs.py +230 -231
- pulumi_kubernetes/resource/v1alpha2/PodSchedulingContext.py +26 -27
- pulumi_kubernetes/resource/v1alpha2/PodSchedulingContextList.py +25 -26
- pulumi_kubernetes/resource/v1alpha2/PodSchedulingContextPatch.py +26 -27
- pulumi_kubernetes/resource/v1alpha2/ResourceClaim.py +26 -27
- pulumi_kubernetes/resource/v1alpha2/ResourceClaimList.py +25 -26
- pulumi_kubernetes/resource/v1alpha2/ResourceClaimParameters.py +37 -38
- pulumi_kubernetes/resource/v1alpha2/ResourceClaimParametersList.py +25 -26
- pulumi_kubernetes/resource/v1alpha2/ResourceClaimParametersPatch.py +37 -38
- pulumi_kubernetes/resource/v1alpha2/ResourceClaimPatch.py +26 -27
- pulumi_kubernetes/resource/v1alpha2/ResourceClaimTemplate.py +25 -26
- pulumi_kubernetes/resource/v1alpha2/ResourceClaimTemplateList.py +25 -26
- pulumi_kubernetes/resource/v1alpha2/ResourceClaimTemplatePatch.py +25 -26
- pulumi_kubernetes/resource/v1alpha2/ResourceClass.py +47 -48
- pulumi_kubernetes/resource/v1alpha2/ResourceClassList.py +25 -26
- pulumi_kubernetes/resource/v1alpha2/ResourceClassParameters.py +29 -30
- pulumi_kubernetes/resource/v1alpha2/ResourceClassParametersList.py +25 -26
- pulumi_kubernetes/resource/v1alpha2/ResourceClassParametersPatch.py +29 -30
- pulumi_kubernetes/resource/v1alpha2/ResourceClassPatch.py +47 -48
- pulumi_kubernetes/resource/v1alpha2/ResourceSlice.py +45 -46
- pulumi_kubernetes/resource/v1alpha2/ResourceSliceList.py +25 -26
- pulumi_kubernetes/resource/v1alpha2/ResourceSlicePatch.py +45 -46
- pulumi_kubernetes/resource/v1alpha2/__init__.py +1 -1
- pulumi_kubernetes/resource/v1alpha2/_inputs.py +550 -551
- pulumi_kubernetes/resource/v1alpha2/outputs.py +449 -450
- pulumi_kubernetes/resource/v1alpha3/DeviceClass.py +25 -26
- pulumi_kubernetes/resource/v1alpha3/DeviceClassList.py +25 -26
- pulumi_kubernetes/resource/v1alpha3/DeviceClassPatch.py +25 -26
- pulumi_kubernetes/resource/v1alpha3/DeviceTaintRule.py +25 -26
- pulumi_kubernetes/resource/v1alpha3/DeviceTaintRuleList.py +25 -26
- pulumi_kubernetes/resource/v1alpha3/DeviceTaintRulePatch.py +25 -26
- pulumi_kubernetes/resource/v1alpha3/PodSchedulingContext.py +26 -27
- pulumi_kubernetes/resource/v1alpha3/PodSchedulingContextList.py +25 -26
- pulumi_kubernetes/resource/v1alpha3/PodSchedulingContextPatch.py +26 -27
- pulumi_kubernetes/resource/v1alpha3/ResourceClaim.py +26 -27
- pulumi_kubernetes/resource/v1alpha3/ResourceClaimList.py +25 -26
- pulumi_kubernetes/resource/v1alpha3/ResourceClaimPatch.py +26 -27
- pulumi_kubernetes/resource/v1alpha3/ResourceClaimTemplate.py +25 -26
- pulumi_kubernetes/resource/v1alpha3/ResourceClaimTemplateList.py +25 -26
- pulumi_kubernetes/resource/v1alpha3/ResourceClaimTemplatePatch.py +25 -26
- pulumi_kubernetes/resource/v1alpha3/ResourceSlice.py +25 -26
- pulumi_kubernetes/resource/v1alpha3/ResourceSliceList.py +27 -28
- pulumi_kubernetes/resource/v1alpha3/ResourceSlicePatch.py +25 -26
- pulumi_kubernetes/resource/v1alpha3/__init__.py +1 -1
- pulumi_kubernetes/resource/v1alpha3/_inputs.py +836 -837
- pulumi_kubernetes/resource/v1alpha3/outputs.py +685 -686
- pulumi_kubernetes/resource/v1beta1/DeviceClass.py +25 -26
- pulumi_kubernetes/resource/v1beta1/DeviceClassList.py +25 -26
- pulumi_kubernetes/resource/v1beta1/DeviceClassPatch.py +25 -26
- pulumi_kubernetes/resource/v1beta1/ResourceClaim.py +26 -27
- pulumi_kubernetes/resource/v1beta1/ResourceClaimList.py +25 -26
- pulumi_kubernetes/resource/v1beta1/ResourceClaimPatch.py +26 -27
- pulumi_kubernetes/resource/v1beta1/ResourceClaimTemplate.py +25 -26
- pulumi_kubernetes/resource/v1beta1/ResourceClaimTemplateList.py +25 -26
- pulumi_kubernetes/resource/v1beta1/ResourceClaimTemplatePatch.py +25 -26
- pulumi_kubernetes/resource/v1beta1/ResourceSlice.py +25 -26
- pulumi_kubernetes/resource/v1beta1/ResourceSliceList.py +25 -26
- pulumi_kubernetes/resource/v1beta1/ResourceSlicePatch.py +25 -26
- pulumi_kubernetes/resource/v1beta1/__init__.py +1 -1
- pulumi_kubernetes/resource/v1beta1/_inputs.py +686 -687
- pulumi_kubernetes/resource/v1beta1/outputs.py +564 -565
- pulumi_kubernetes/resource/v1beta2/DeviceClass.py +25 -26
- pulumi_kubernetes/resource/v1beta2/DeviceClassList.py +25 -26
- pulumi_kubernetes/resource/v1beta2/DeviceClassPatch.py +25 -26
- pulumi_kubernetes/resource/v1beta2/ResourceClaim.py +26 -27
- pulumi_kubernetes/resource/v1beta2/ResourceClaimList.py +25 -26
- pulumi_kubernetes/resource/v1beta2/ResourceClaimPatch.py +26 -27
- pulumi_kubernetes/resource/v1beta2/ResourceClaimTemplate.py +25 -26
- pulumi_kubernetes/resource/v1beta2/ResourceClaimTemplateList.py +25 -26
- pulumi_kubernetes/resource/v1beta2/ResourceClaimTemplatePatch.py +25 -26
- pulumi_kubernetes/resource/v1beta2/ResourceSlice.py +25 -26
- pulumi_kubernetes/resource/v1beta2/ResourceSliceList.py +25 -26
- pulumi_kubernetes/resource/v1beta2/ResourceSlicePatch.py +25 -26
- pulumi_kubernetes/resource/v1beta2/__init__.py +1 -1
- pulumi_kubernetes/resource/v1beta2/_inputs.py +686 -687
- pulumi_kubernetes/resource/v1beta2/outputs.py +564 -565
- pulumi_kubernetes/scheduling/__init__.py +1 -1
- pulumi_kubernetes/scheduling/v1/PriorityClass.py +63 -64
- pulumi_kubernetes/scheduling/v1/PriorityClassList.py +25 -26
- pulumi_kubernetes/scheduling/v1/PriorityClassPatch.py +63 -64
- pulumi_kubernetes/scheduling/v1/__init__.py +1 -1
- pulumi_kubernetes/scheduling/v1/_inputs.py +38 -39
- pulumi_kubernetes/scheduling/v1/outputs.py +26 -27
- pulumi_kubernetes/scheduling/v1alpha1/PriorityClass.py +63 -64
- pulumi_kubernetes/scheduling/v1alpha1/PriorityClassList.py +25 -26
- pulumi_kubernetes/scheduling/v1alpha1/PriorityClassPatch.py +63 -64
- pulumi_kubernetes/scheduling/v1alpha1/__init__.py +1 -1
- pulumi_kubernetes/scheduling/v1alpha1/_inputs.py +38 -39
- pulumi_kubernetes/scheduling/v1alpha1/outputs.py +26 -27
- pulumi_kubernetes/scheduling/v1beta1/PriorityClass.py +63 -64
- pulumi_kubernetes/scheduling/v1beta1/PriorityClassList.py +25 -26
- pulumi_kubernetes/scheduling/v1beta1/PriorityClassPatch.py +63 -64
- pulumi_kubernetes/scheduling/v1beta1/__init__.py +1 -1
- pulumi_kubernetes/scheduling/v1beta1/_inputs.py +38 -39
- pulumi_kubernetes/scheduling/v1beta1/outputs.py +26 -27
- pulumi_kubernetes/settings/__init__.py +1 -1
- pulumi_kubernetes/settings/v1alpha1/PodPreset.py +25 -26
- pulumi_kubernetes/settings/v1alpha1/PodPresetList.py +25 -26
- pulumi_kubernetes/settings/v1alpha1/PodPresetPatch.py +25 -26
- pulumi_kubernetes/settings/v1alpha1/__init__.py +1 -1
- pulumi_kubernetes/settings/v1alpha1/_inputs.py +25 -26
- pulumi_kubernetes/settings/v1alpha1/outputs.py +21 -22
- pulumi_kubernetes/storage/__init__.py +1 -1
- pulumi_kubernetes/storage/v1/CSIDriver.py +25 -26
- pulumi_kubernetes/storage/v1/CSIDriverList.py +25 -26
- pulumi_kubernetes/storage/v1/CSIDriverPatch.py +25 -26
- pulumi_kubernetes/storage/v1/CSINode.py +25 -26
- pulumi_kubernetes/storage/v1/CSINodeList.py +25 -26
- pulumi_kubernetes/storage/v1/CSINodePatch.py +25 -26
- pulumi_kubernetes/storage/v1/CSIStorageCapacity.py +55 -56
- pulumi_kubernetes/storage/v1/CSIStorageCapacityList.py +25 -26
- pulumi_kubernetes/storage/v1/CSIStorageCapacityPatch.py +55 -56
- pulumi_kubernetes/storage/v1/StorageClass.py +85 -86
- pulumi_kubernetes/storage/v1/StorageClassList.py +25 -26
- pulumi_kubernetes/storage/v1/StorageClassPatch.py +85 -86
- pulumi_kubernetes/storage/v1/VolumeAttachment.py +26 -27
- pulumi_kubernetes/storage/v1/VolumeAttachmentList.py +25 -26
- pulumi_kubernetes/storage/v1/VolumeAttachmentPatch.py +26 -27
- pulumi_kubernetes/storage/v1/__init__.py +1 -1
- pulumi_kubernetes/storage/v1/_inputs.py +372 -373
- pulumi_kubernetes/storage/v1/outputs.py +278 -279
- pulumi_kubernetes/storage/v1alpha1/VolumeAttachment.py +26 -27
- pulumi_kubernetes/storage/v1alpha1/VolumeAttachmentList.py +25 -26
- pulumi_kubernetes/storage/v1alpha1/VolumeAttachmentPatch.py +26 -27
- pulumi_kubernetes/storage/v1alpha1/VolumeAttributesClass.py +43 -44
- pulumi_kubernetes/storage/v1alpha1/VolumeAttributesClassList.py +25 -26
- pulumi_kubernetes/storage/v1alpha1/VolumeAttributesClassPatch.py +43 -44
- pulumi_kubernetes/storage/v1alpha1/__init__.py +1 -1
- pulumi_kubernetes/storage/v1alpha1/_inputs.py +107 -108
- pulumi_kubernetes/storage/v1alpha1/outputs.py +93 -94
- pulumi_kubernetes/storage/v1beta1/CSIDriver.py +25 -26
- pulumi_kubernetes/storage/v1beta1/CSIDriverList.py +25 -26
- pulumi_kubernetes/storage/v1beta1/CSIDriverPatch.py +25 -26
- pulumi_kubernetes/storage/v1beta1/CSINode.py +25 -26
- pulumi_kubernetes/storage/v1beta1/CSINodeList.py +25 -26
- pulumi_kubernetes/storage/v1beta1/CSINodePatch.py +25 -26
- pulumi_kubernetes/storage/v1beta1/CSIStorageCapacity.py +55 -56
- pulumi_kubernetes/storage/v1beta1/CSIStorageCapacityList.py +25 -26
- pulumi_kubernetes/storage/v1beta1/CSIStorageCapacityPatch.py +55 -56
- pulumi_kubernetes/storage/v1beta1/StorageClass.py +85 -86
- pulumi_kubernetes/storage/v1beta1/StorageClassList.py +25 -26
- pulumi_kubernetes/storage/v1beta1/StorageClassPatch.py +85 -86
- pulumi_kubernetes/storage/v1beta1/VolumeAttachment.py +26 -27
- pulumi_kubernetes/storage/v1beta1/VolumeAttachmentList.py +25 -26
- pulumi_kubernetes/storage/v1beta1/VolumeAttachmentPatch.py +26 -27
- pulumi_kubernetes/storage/v1beta1/VolumeAttributesClass.py +43 -44
- pulumi_kubernetes/storage/v1beta1/VolumeAttributesClassList.py +25 -26
- pulumi_kubernetes/storage/v1beta1/VolumeAttributesClassPatch.py +43 -44
- pulumi_kubernetes/storage/v1beta1/__init__.py +1 -1
- pulumi_kubernetes/storage/v1beta1/_inputs.py +367 -368
- pulumi_kubernetes/storage/v1beta1/outputs.py +271 -272
- pulumi_kubernetes/storagemigration/__init__.py +1 -1
- pulumi_kubernetes/storagemigration/v1alpha1/StorageVersionMigration.py +26 -27
- pulumi_kubernetes/storagemigration/v1alpha1/StorageVersionMigrationList.py +25 -26
- pulumi_kubernetes/storagemigration/v1alpha1/StorageVersionMigrationPatch.py +26 -27
- pulumi_kubernetes/storagemigration/v1alpha1/__init__.py +1 -1
- pulumi_kubernetes/storagemigration/v1alpha1/_inputs.py +103 -104
- pulumi_kubernetes/storagemigration/v1alpha1/outputs.py +96 -97
- pulumi_kubernetes/yaml/__init__.py +1 -1
- pulumi_kubernetes/yaml/v2/ConfigFile.py +26 -27
- pulumi_kubernetes/yaml/v2/ConfigGroup.py +35 -36
- pulumi_kubernetes/yaml/v2/__init__.py +1 -1
- {pulumi_kubernetes-4.24.0a1753079574.dist-info → pulumi_kubernetes-4.24.0a1753165802.dist-info}/METADATA +1 -1
- pulumi_kubernetes-4.24.0a1753165802.dist-info/RECORD +709 -0
- pulumi_kubernetes-4.24.0a1753079574.dist-info/RECORD +0 -709
- {pulumi_kubernetes-4.24.0a1753079574.dist-info → pulumi_kubernetes-4.24.0a1753165802.dist-info}/WHEEL +0 -0
- {pulumi_kubernetes-4.24.0a1753079574.dist-info → pulumi_kubernetes-4.24.0a1753165802.dist-info}/top_level.txt +0 -0
|
@@ -2,8 +2,7 @@
|
|
|
2
2
|
# *** WARNING: this file was generated by pulumigen. ***
|
|
3
3
|
# *** Do not edit by hand unless you're certain you know what you are doing! ***
|
|
4
4
|
|
|
5
|
-
import builtins
|
|
6
|
-
import copy
|
|
5
|
+
import builtins as _builtins
|
|
7
6
|
import warnings
|
|
8
7
|
import sys
|
|
9
8
|
import pulumi
|
|
@@ -93,11 +92,11 @@ if not MYPY:
|
|
|
93
92
|
"""
|
|
94
93
|
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.
|
|
95
94
|
"""
|
|
96
|
-
revision: pulumi.Input[
|
|
95
|
+
revision: pulumi.Input[_builtins.int]
|
|
97
96
|
"""
|
|
98
97
|
Revision indicates the revision of the state represented by Data.
|
|
99
98
|
"""
|
|
100
|
-
api_version: NotRequired[pulumi.Input[
|
|
99
|
+
api_version: NotRequired[pulumi.Input[_builtins.str]]
|
|
101
100
|
"""
|
|
102
101
|
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
|
|
103
102
|
"""
|
|
@@ -105,7 +104,7 @@ if not MYPY:
|
|
|
105
104
|
"""
|
|
106
105
|
Data is the serialized representation of the state.
|
|
107
106
|
"""
|
|
108
|
-
kind: NotRequired[pulumi.Input[
|
|
107
|
+
kind: NotRequired[pulumi.Input[_builtins.str]]
|
|
109
108
|
"""
|
|
110
109
|
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
|
|
111
110
|
"""
|
|
@@ -119,17 +118,17 @@ elif False:
|
|
|
119
118
|
@pulumi.input_type
|
|
120
119
|
class ControllerRevisionArgs:
|
|
121
120
|
def __init__(__self__, *,
|
|
122
|
-
revision: pulumi.Input[
|
|
123
|
-
api_version: Optional[pulumi.Input[
|
|
121
|
+
revision: pulumi.Input[_builtins.int],
|
|
122
|
+
api_version: Optional[pulumi.Input[_builtins.str]] = None,
|
|
124
123
|
data: Optional[Any] = None,
|
|
125
|
-
kind: Optional[pulumi.Input[
|
|
124
|
+
kind: Optional[pulumi.Input[_builtins.str]] = None,
|
|
126
125
|
metadata: Optional[pulumi.Input['_meta.v1.ObjectMetaArgs']] = None):
|
|
127
126
|
"""
|
|
128
127
|
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.
|
|
129
|
-
:param pulumi.Input[
|
|
130
|
-
:param pulumi.Input[
|
|
128
|
+
:param pulumi.Input[_builtins.int] revision: Revision indicates the revision of the state represented by Data.
|
|
129
|
+
:param pulumi.Input[_builtins.str] api_version: APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources
|
|
131
130
|
:param Any data: Data is the serialized representation of the state.
|
|
132
|
-
:param pulumi.Input[
|
|
131
|
+
:param pulumi.Input[_builtins.str] kind: Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds
|
|
133
132
|
:param pulumi.Input['_meta.v1.ObjectMetaArgs'] metadata: Standard object's metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata
|
|
134
133
|
"""
|
|
135
134
|
pulumi.set(__self__, "revision", revision)
|
|
@@ -142,31 +141,31 @@ class ControllerRevisionArgs:
|
|
|
142
141
|
if metadata is not None:
|
|
143
142
|
pulumi.set(__self__, "metadata", metadata)
|
|
144
143
|
|
|
145
|
-
@property
|
|
144
|
+
@_builtins.property
|
|
146
145
|
@pulumi.getter
|
|
147
|
-
def revision(self) -> pulumi.Input[
|
|
146
|
+
def revision(self) -> pulumi.Input[_builtins.int]:
|
|
148
147
|
"""
|
|
149
148
|
Revision indicates the revision of the state represented by Data.
|
|
150
149
|
"""
|
|
151
150
|
return pulumi.get(self, "revision")
|
|
152
151
|
|
|
153
152
|
@revision.setter
|
|
154
|
-
def revision(self, value: pulumi.Input[
|
|
153
|
+
def revision(self, value: pulumi.Input[_builtins.int]):
|
|
155
154
|
pulumi.set(self, "revision", value)
|
|
156
155
|
|
|
157
|
-
@property
|
|
156
|
+
@_builtins.property
|
|
158
157
|
@pulumi.getter(name="apiVersion")
|
|
159
|
-
def api_version(self) -> Optional[pulumi.Input[
|
|
158
|
+
def api_version(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
160
159
|
"""
|
|
161
160
|
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
|
|
162
161
|
"""
|
|
163
162
|
return pulumi.get(self, "api_version")
|
|
164
163
|
|
|
165
164
|
@api_version.setter
|
|
166
|
-
def api_version(self, value: Optional[pulumi.Input[
|
|
165
|
+
def api_version(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
167
166
|
pulumi.set(self, "api_version", value)
|
|
168
167
|
|
|
169
|
-
@property
|
|
168
|
+
@_builtins.property
|
|
170
169
|
@pulumi.getter
|
|
171
170
|
def data(self) -> Optional[Any]:
|
|
172
171
|
"""
|
|
@@ -178,19 +177,19 @@ class ControllerRevisionArgs:
|
|
|
178
177
|
def data(self, value: Optional[Any]):
|
|
179
178
|
pulumi.set(self, "data", value)
|
|
180
179
|
|
|
181
|
-
@property
|
|
180
|
+
@_builtins.property
|
|
182
181
|
@pulumi.getter
|
|
183
|
-
def kind(self) -> Optional[pulumi.Input[
|
|
182
|
+
def kind(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
184
183
|
"""
|
|
185
184
|
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
185
|
"""
|
|
187
186
|
return pulumi.get(self, "kind")
|
|
188
187
|
|
|
189
188
|
@kind.setter
|
|
190
|
-
def kind(self, value: Optional[pulumi.Input[
|
|
189
|
+
def kind(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
191
190
|
pulumi.set(self, "kind", value)
|
|
192
191
|
|
|
193
|
-
@property
|
|
192
|
+
@_builtins.property
|
|
194
193
|
@pulumi.getter
|
|
195
194
|
def metadata(self) -> Optional[pulumi.Input['_meta.v1.ObjectMetaArgs']]:
|
|
196
195
|
"""
|
|
@@ -208,23 +207,23 @@ if not MYPY:
|
|
|
208
207
|
"""
|
|
209
208
|
DaemonSetCondition describes the state of a DaemonSet at a certain point.
|
|
210
209
|
"""
|
|
211
|
-
status: pulumi.Input[
|
|
210
|
+
status: pulumi.Input[_builtins.str]
|
|
212
211
|
"""
|
|
213
212
|
Status of the condition, one of True, False, Unknown.
|
|
214
213
|
"""
|
|
215
|
-
type: pulumi.Input[
|
|
214
|
+
type: pulumi.Input[_builtins.str]
|
|
216
215
|
"""
|
|
217
216
|
Type of DaemonSet condition.
|
|
218
217
|
"""
|
|
219
|
-
last_transition_time: NotRequired[pulumi.Input[
|
|
218
|
+
last_transition_time: NotRequired[pulumi.Input[_builtins.str]]
|
|
220
219
|
"""
|
|
221
220
|
Last time the condition transitioned from one status to another.
|
|
222
221
|
"""
|
|
223
|
-
message: NotRequired[pulumi.Input[
|
|
222
|
+
message: NotRequired[pulumi.Input[_builtins.str]]
|
|
224
223
|
"""
|
|
225
224
|
A human readable message indicating details about the transition.
|
|
226
225
|
"""
|
|
227
|
-
reason: NotRequired[pulumi.Input[
|
|
226
|
+
reason: NotRequired[pulumi.Input[_builtins.str]]
|
|
228
227
|
"""
|
|
229
228
|
The reason for the condition's last transition.
|
|
230
229
|
"""
|
|
@@ -234,18 +233,18 @@ elif False:
|
|
|
234
233
|
@pulumi.input_type
|
|
235
234
|
class DaemonSetConditionArgs:
|
|
236
235
|
def __init__(__self__, *,
|
|
237
|
-
status: pulumi.Input[
|
|
238
|
-
type: pulumi.Input[
|
|
239
|
-
last_transition_time: Optional[pulumi.Input[
|
|
240
|
-
message: Optional[pulumi.Input[
|
|
241
|
-
reason: Optional[pulumi.Input[
|
|
236
|
+
status: pulumi.Input[_builtins.str],
|
|
237
|
+
type: pulumi.Input[_builtins.str],
|
|
238
|
+
last_transition_time: Optional[pulumi.Input[_builtins.str]] = None,
|
|
239
|
+
message: Optional[pulumi.Input[_builtins.str]] = None,
|
|
240
|
+
reason: Optional[pulumi.Input[_builtins.str]] = None):
|
|
242
241
|
"""
|
|
243
242
|
DaemonSetCondition describes the state of a DaemonSet at a certain point.
|
|
244
|
-
:param pulumi.Input[
|
|
245
|
-
:param pulumi.Input[
|
|
246
|
-
:param pulumi.Input[
|
|
247
|
-
:param pulumi.Input[
|
|
248
|
-
:param pulumi.Input[
|
|
243
|
+
:param pulumi.Input[_builtins.str] status: Status of the condition, one of True, False, Unknown.
|
|
244
|
+
:param pulumi.Input[_builtins.str] type: Type of DaemonSet condition.
|
|
245
|
+
:param pulumi.Input[_builtins.str] last_transition_time: Last time the condition transitioned from one status to another.
|
|
246
|
+
:param pulumi.Input[_builtins.str] message: A human readable message indicating details about the transition.
|
|
247
|
+
:param pulumi.Input[_builtins.str] reason: The reason for the condition's last transition.
|
|
249
248
|
"""
|
|
250
249
|
pulumi.set(__self__, "status", status)
|
|
251
250
|
pulumi.set(__self__, "type", type)
|
|
@@ -256,64 +255,64 @@ class DaemonSetConditionArgs:
|
|
|
256
255
|
if reason is not None:
|
|
257
256
|
pulumi.set(__self__, "reason", reason)
|
|
258
257
|
|
|
259
|
-
@property
|
|
258
|
+
@_builtins.property
|
|
260
259
|
@pulumi.getter
|
|
261
|
-
def status(self) -> pulumi.Input[
|
|
260
|
+
def status(self) -> pulumi.Input[_builtins.str]:
|
|
262
261
|
"""
|
|
263
262
|
Status of the condition, one of True, False, Unknown.
|
|
264
263
|
"""
|
|
265
264
|
return pulumi.get(self, "status")
|
|
266
265
|
|
|
267
266
|
@status.setter
|
|
268
|
-
def status(self, value: pulumi.Input[
|
|
267
|
+
def status(self, value: pulumi.Input[_builtins.str]):
|
|
269
268
|
pulumi.set(self, "status", value)
|
|
270
269
|
|
|
271
|
-
@property
|
|
270
|
+
@_builtins.property
|
|
272
271
|
@pulumi.getter
|
|
273
|
-
def type(self) -> pulumi.Input[
|
|
272
|
+
def type(self) -> pulumi.Input[_builtins.str]:
|
|
274
273
|
"""
|
|
275
274
|
Type of DaemonSet condition.
|
|
276
275
|
"""
|
|
277
276
|
return pulumi.get(self, "type")
|
|
278
277
|
|
|
279
278
|
@type.setter
|
|
280
|
-
def type(self, value: pulumi.Input[
|
|
279
|
+
def type(self, value: pulumi.Input[_builtins.str]):
|
|
281
280
|
pulumi.set(self, "type", value)
|
|
282
281
|
|
|
283
|
-
@property
|
|
282
|
+
@_builtins.property
|
|
284
283
|
@pulumi.getter(name="lastTransitionTime")
|
|
285
|
-
def last_transition_time(self) -> Optional[pulumi.Input[
|
|
284
|
+
def last_transition_time(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
286
285
|
"""
|
|
287
286
|
Last time the condition transitioned from one status to another.
|
|
288
287
|
"""
|
|
289
288
|
return pulumi.get(self, "last_transition_time")
|
|
290
289
|
|
|
291
290
|
@last_transition_time.setter
|
|
292
|
-
def last_transition_time(self, value: Optional[pulumi.Input[
|
|
291
|
+
def last_transition_time(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
293
292
|
pulumi.set(self, "last_transition_time", value)
|
|
294
293
|
|
|
295
|
-
@property
|
|
294
|
+
@_builtins.property
|
|
296
295
|
@pulumi.getter
|
|
297
|
-
def message(self) -> Optional[pulumi.Input[
|
|
296
|
+
def message(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
298
297
|
"""
|
|
299
298
|
A human readable message indicating details about the transition.
|
|
300
299
|
"""
|
|
301
300
|
return pulumi.get(self, "message")
|
|
302
301
|
|
|
303
302
|
@message.setter
|
|
304
|
-
def message(self, value: Optional[pulumi.Input[
|
|
303
|
+
def message(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
305
304
|
pulumi.set(self, "message", value)
|
|
306
305
|
|
|
307
|
-
@property
|
|
306
|
+
@_builtins.property
|
|
308
307
|
@pulumi.getter
|
|
309
|
-
def reason(self) -> Optional[pulumi.Input[
|
|
308
|
+
def reason(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
310
309
|
"""
|
|
311
310
|
The reason for the condition's last transition.
|
|
312
311
|
"""
|
|
313
312
|
return pulumi.get(self, "reason")
|
|
314
313
|
|
|
315
314
|
@reason.setter
|
|
316
|
-
def reason(self, value: Optional[pulumi.Input[
|
|
315
|
+
def reason(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
317
316
|
pulumi.set(self, "reason", value)
|
|
318
317
|
|
|
319
318
|
|
|
@@ -322,11 +321,11 @@ if not MYPY:
|
|
|
322
321
|
"""
|
|
323
322
|
DaemonSetSpec is the specification of a daemon set.
|
|
324
323
|
"""
|
|
325
|
-
min_ready_seconds: NotRequired[pulumi.Input[
|
|
324
|
+
min_ready_seconds: NotRequired[pulumi.Input[_builtins.int]]
|
|
326
325
|
"""
|
|
327
326
|
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).
|
|
328
327
|
"""
|
|
329
|
-
revision_history_limit: NotRequired[pulumi.Input[
|
|
328
|
+
revision_history_limit: NotRequired[pulumi.Input[_builtins.int]]
|
|
330
329
|
"""
|
|
331
330
|
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.
|
|
332
331
|
"""
|
|
@@ -348,15 +347,15 @@ elif False:
|
|
|
348
347
|
@pulumi.input_type
|
|
349
348
|
class DaemonSetSpecPatchArgs:
|
|
350
349
|
def __init__(__self__, *,
|
|
351
|
-
min_ready_seconds: Optional[pulumi.Input[
|
|
352
|
-
revision_history_limit: Optional[pulumi.Input[
|
|
350
|
+
min_ready_seconds: Optional[pulumi.Input[_builtins.int]] = None,
|
|
351
|
+
revision_history_limit: Optional[pulumi.Input[_builtins.int]] = None,
|
|
353
352
|
selector: Optional[pulumi.Input['_meta.v1.LabelSelectorPatchArgs']] = None,
|
|
354
353
|
template: Optional[pulumi.Input['_core.v1.PodTemplateSpecPatchArgs']] = None,
|
|
355
354
|
update_strategy: Optional[pulumi.Input['DaemonSetUpdateStrategyPatchArgs']] = None):
|
|
356
355
|
"""
|
|
357
356
|
DaemonSetSpec is the specification of a daemon set.
|
|
358
|
-
:param pulumi.Input[
|
|
359
|
-
:param pulumi.Input[
|
|
357
|
+
:param pulumi.Input[_builtins.int] min_ready_seconds: The minimum number of seconds for which a newly created DaemonSet pod should be ready without any of its container crashing, for it to be considered available. Defaults to 0 (pod will be considered available as soon as it is ready).
|
|
358
|
+
:param pulumi.Input[_builtins.int] revision_history_limit: The number of old history to retain to allow rollback. This is a pointer to distinguish between explicit zero and not specified. Defaults to 10.
|
|
360
359
|
:param pulumi.Input['_meta.v1.LabelSelectorPatchArgs'] selector: A label query over pods that are managed by the daemon set. Must match in order to be controlled. It must match the pod template's labels. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/labels/#label-selectors
|
|
361
360
|
:param pulumi.Input['_core.v1.PodTemplateSpecPatchArgs'] template: An object that describes the pod that will be created. The DaemonSet will create exactly one copy of this pod on every node that matches the template's node selector (or on every node if no node selector is specified). More info: https://kubernetes.io/docs/concepts/workloads/controllers/replicationcontroller#pod-template
|
|
362
361
|
:param pulumi.Input['DaemonSetUpdateStrategyPatchArgs'] update_strategy: An update strategy to replace existing DaemonSet pods with new pods.
|
|
@@ -372,31 +371,31 @@ class DaemonSetSpecPatchArgs:
|
|
|
372
371
|
if update_strategy is not None:
|
|
373
372
|
pulumi.set(__self__, "update_strategy", update_strategy)
|
|
374
373
|
|
|
375
|
-
@property
|
|
374
|
+
@_builtins.property
|
|
376
375
|
@pulumi.getter(name="minReadySeconds")
|
|
377
|
-
def min_ready_seconds(self) -> Optional[pulumi.Input[
|
|
376
|
+
def min_ready_seconds(self) -> Optional[pulumi.Input[_builtins.int]]:
|
|
378
377
|
"""
|
|
379
378
|
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).
|
|
380
379
|
"""
|
|
381
380
|
return pulumi.get(self, "min_ready_seconds")
|
|
382
381
|
|
|
383
382
|
@min_ready_seconds.setter
|
|
384
|
-
def min_ready_seconds(self, value: Optional[pulumi.Input[
|
|
383
|
+
def min_ready_seconds(self, value: Optional[pulumi.Input[_builtins.int]]):
|
|
385
384
|
pulumi.set(self, "min_ready_seconds", value)
|
|
386
385
|
|
|
387
|
-
@property
|
|
386
|
+
@_builtins.property
|
|
388
387
|
@pulumi.getter(name="revisionHistoryLimit")
|
|
389
|
-
def revision_history_limit(self) -> Optional[pulumi.Input[
|
|
388
|
+
def revision_history_limit(self) -> Optional[pulumi.Input[_builtins.int]]:
|
|
390
389
|
"""
|
|
391
390
|
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.
|
|
392
391
|
"""
|
|
393
392
|
return pulumi.get(self, "revision_history_limit")
|
|
394
393
|
|
|
395
394
|
@revision_history_limit.setter
|
|
396
|
-
def revision_history_limit(self, value: Optional[pulumi.Input[
|
|
395
|
+
def revision_history_limit(self, value: Optional[pulumi.Input[_builtins.int]]):
|
|
397
396
|
pulumi.set(self, "revision_history_limit", value)
|
|
398
397
|
|
|
399
|
-
@property
|
|
398
|
+
@_builtins.property
|
|
400
399
|
@pulumi.getter
|
|
401
400
|
def selector(self) -> Optional[pulumi.Input['_meta.v1.LabelSelectorPatchArgs']]:
|
|
402
401
|
"""
|
|
@@ -408,7 +407,7 @@ class DaemonSetSpecPatchArgs:
|
|
|
408
407
|
def selector(self, value: Optional[pulumi.Input['_meta.v1.LabelSelectorPatchArgs']]):
|
|
409
408
|
pulumi.set(self, "selector", value)
|
|
410
409
|
|
|
411
|
-
@property
|
|
410
|
+
@_builtins.property
|
|
412
411
|
@pulumi.getter
|
|
413
412
|
def template(self) -> Optional[pulumi.Input['_core.v1.PodTemplateSpecPatchArgs']]:
|
|
414
413
|
"""
|
|
@@ -420,7 +419,7 @@ class DaemonSetSpecPatchArgs:
|
|
|
420
419
|
def template(self, value: Optional[pulumi.Input['_core.v1.PodTemplateSpecPatchArgs']]):
|
|
421
420
|
pulumi.set(self, "template", value)
|
|
422
421
|
|
|
423
|
-
@property
|
|
422
|
+
@_builtins.property
|
|
424
423
|
@pulumi.getter(name="updateStrategy")
|
|
425
424
|
def update_strategy(self) -> Optional[pulumi.Input['DaemonSetUpdateStrategyPatchArgs']]:
|
|
426
425
|
"""
|
|
@@ -446,11 +445,11 @@ if not MYPY:
|
|
|
446
445
|
"""
|
|
447
446
|
An object that describes the pod that will be created. The DaemonSet will create exactly one copy of this pod on every node that matches the template's node selector (or on every node if no node selector is specified). More info: https://kubernetes.io/docs/concepts/workloads/controllers/replicationcontroller#pod-template
|
|
448
447
|
"""
|
|
449
|
-
min_ready_seconds: NotRequired[pulumi.Input[
|
|
448
|
+
min_ready_seconds: NotRequired[pulumi.Input[_builtins.int]]
|
|
450
449
|
"""
|
|
451
450
|
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).
|
|
452
451
|
"""
|
|
453
|
-
revision_history_limit: NotRequired[pulumi.Input[
|
|
452
|
+
revision_history_limit: NotRequired[pulumi.Input[_builtins.int]]
|
|
454
453
|
"""
|
|
455
454
|
The number of old history to retain to allow rollback. This is a pointer to distinguish between explicit zero and not specified. Defaults to 10.
|
|
456
455
|
"""
|
|
@@ -466,15 +465,15 @@ class DaemonSetSpecArgs:
|
|
|
466
465
|
def __init__(__self__, *,
|
|
467
466
|
selector: pulumi.Input['_meta.v1.LabelSelectorArgs'],
|
|
468
467
|
template: pulumi.Input['_core.v1.PodTemplateSpecArgs'],
|
|
469
|
-
min_ready_seconds: Optional[pulumi.Input[
|
|
470
|
-
revision_history_limit: Optional[pulumi.Input[
|
|
468
|
+
min_ready_seconds: Optional[pulumi.Input[_builtins.int]] = None,
|
|
469
|
+
revision_history_limit: Optional[pulumi.Input[_builtins.int]] = None,
|
|
471
470
|
update_strategy: Optional[pulumi.Input['DaemonSetUpdateStrategyArgs']] = None):
|
|
472
471
|
"""
|
|
473
472
|
DaemonSetSpec is the specification of a daemon set.
|
|
474
473
|
:param pulumi.Input['_meta.v1.LabelSelectorArgs'] selector: A label query over pods that are managed by the daemon set. Must match in order to be controlled. It must match the pod template's labels. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/labels/#label-selectors
|
|
475
474
|
:param pulumi.Input['_core.v1.PodTemplateSpecArgs'] template: An object that describes the pod that will be created. The DaemonSet will create exactly one copy of this pod on every node that matches the template's node selector (or on every node if no node selector is specified). More info: https://kubernetes.io/docs/concepts/workloads/controllers/replicationcontroller#pod-template
|
|
476
|
-
:param pulumi.Input[
|
|
477
|
-
:param pulumi.Input[
|
|
475
|
+
:param pulumi.Input[_builtins.int] min_ready_seconds: The minimum number of seconds for which a newly created DaemonSet pod should be ready without any of its container crashing, for it to be considered available. Defaults to 0 (pod will be considered available as soon as it is ready).
|
|
476
|
+
:param pulumi.Input[_builtins.int] revision_history_limit: The number of old history to retain to allow rollback. This is a pointer to distinguish between explicit zero and not specified. Defaults to 10.
|
|
478
477
|
:param pulumi.Input['DaemonSetUpdateStrategyArgs'] update_strategy: An update strategy to replace existing DaemonSet pods with new pods.
|
|
479
478
|
"""
|
|
480
479
|
pulumi.set(__self__, "selector", selector)
|
|
@@ -486,7 +485,7 @@ class DaemonSetSpecArgs:
|
|
|
486
485
|
if update_strategy is not None:
|
|
487
486
|
pulumi.set(__self__, "update_strategy", update_strategy)
|
|
488
487
|
|
|
489
|
-
@property
|
|
488
|
+
@_builtins.property
|
|
490
489
|
@pulumi.getter
|
|
491
490
|
def selector(self) -> pulumi.Input['_meta.v1.LabelSelectorArgs']:
|
|
492
491
|
"""
|
|
@@ -498,7 +497,7 @@ class DaemonSetSpecArgs:
|
|
|
498
497
|
def selector(self, value: pulumi.Input['_meta.v1.LabelSelectorArgs']):
|
|
499
498
|
pulumi.set(self, "selector", value)
|
|
500
499
|
|
|
501
|
-
@property
|
|
500
|
+
@_builtins.property
|
|
502
501
|
@pulumi.getter
|
|
503
502
|
def template(self) -> pulumi.Input['_core.v1.PodTemplateSpecArgs']:
|
|
504
503
|
"""
|
|
@@ -510,31 +509,31 @@ class DaemonSetSpecArgs:
|
|
|
510
509
|
def template(self, value: pulumi.Input['_core.v1.PodTemplateSpecArgs']):
|
|
511
510
|
pulumi.set(self, "template", value)
|
|
512
511
|
|
|
513
|
-
@property
|
|
512
|
+
@_builtins.property
|
|
514
513
|
@pulumi.getter(name="minReadySeconds")
|
|
515
|
-
def min_ready_seconds(self) -> Optional[pulumi.Input[
|
|
514
|
+
def min_ready_seconds(self) -> Optional[pulumi.Input[_builtins.int]]:
|
|
516
515
|
"""
|
|
517
516
|
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).
|
|
518
517
|
"""
|
|
519
518
|
return pulumi.get(self, "min_ready_seconds")
|
|
520
519
|
|
|
521
520
|
@min_ready_seconds.setter
|
|
522
|
-
def min_ready_seconds(self, value: Optional[pulumi.Input[
|
|
521
|
+
def min_ready_seconds(self, value: Optional[pulumi.Input[_builtins.int]]):
|
|
523
522
|
pulumi.set(self, "min_ready_seconds", value)
|
|
524
523
|
|
|
525
|
-
@property
|
|
524
|
+
@_builtins.property
|
|
526
525
|
@pulumi.getter(name="revisionHistoryLimit")
|
|
527
|
-
def revision_history_limit(self) -> Optional[pulumi.Input[
|
|
526
|
+
def revision_history_limit(self) -> Optional[pulumi.Input[_builtins.int]]:
|
|
528
527
|
"""
|
|
529
528
|
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.
|
|
530
529
|
"""
|
|
531
530
|
return pulumi.get(self, "revision_history_limit")
|
|
532
531
|
|
|
533
532
|
@revision_history_limit.setter
|
|
534
|
-
def revision_history_limit(self, value: Optional[pulumi.Input[
|
|
533
|
+
def revision_history_limit(self, value: Optional[pulumi.Input[_builtins.int]]):
|
|
535
534
|
pulumi.set(self, "revision_history_limit", value)
|
|
536
535
|
|
|
537
|
-
@property
|
|
536
|
+
@_builtins.property
|
|
538
537
|
@pulumi.getter(name="updateStrategy")
|
|
539
538
|
def update_strategy(self) -> Optional[pulumi.Input['DaemonSetUpdateStrategyArgs']]:
|
|
540
539
|
"""
|
|
@@ -552,23 +551,23 @@ if not MYPY:
|
|
|
552
551
|
"""
|
|
553
552
|
DaemonSetStatus represents the current status of a daemon set.
|
|
554
553
|
"""
|
|
555
|
-
current_number_scheduled: pulumi.Input[
|
|
554
|
+
current_number_scheduled: pulumi.Input[_builtins.int]
|
|
556
555
|
"""
|
|
557
556
|
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/
|
|
558
557
|
"""
|
|
559
|
-
desired_number_scheduled: pulumi.Input[
|
|
558
|
+
desired_number_scheduled: pulumi.Input[_builtins.int]
|
|
560
559
|
"""
|
|
561
560
|
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/
|
|
562
561
|
"""
|
|
563
|
-
number_misscheduled: pulumi.Input[
|
|
562
|
+
number_misscheduled: pulumi.Input[_builtins.int]
|
|
564
563
|
"""
|
|
565
564
|
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/
|
|
566
565
|
"""
|
|
567
|
-
number_ready: pulumi.Input[
|
|
566
|
+
number_ready: pulumi.Input[_builtins.int]
|
|
568
567
|
"""
|
|
569
568
|
The number of nodes that should be running the daemon pod and have one or more of the daemon pod running and ready.
|
|
570
569
|
"""
|
|
571
|
-
collision_count: NotRequired[pulumi.Input[
|
|
570
|
+
collision_count: NotRequired[pulumi.Input[_builtins.int]]
|
|
572
571
|
"""
|
|
573
572
|
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.
|
|
574
573
|
"""
|
|
@@ -576,19 +575,19 @@ if not MYPY:
|
|
|
576
575
|
"""
|
|
577
576
|
Represents the latest available observations of a DaemonSet's current state.
|
|
578
577
|
"""
|
|
579
|
-
number_available: NotRequired[pulumi.Input[
|
|
578
|
+
number_available: NotRequired[pulumi.Input[_builtins.int]]
|
|
580
579
|
"""
|
|
581
580
|
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)
|
|
582
581
|
"""
|
|
583
|
-
number_unavailable: NotRequired[pulumi.Input[
|
|
582
|
+
number_unavailable: NotRequired[pulumi.Input[_builtins.int]]
|
|
584
583
|
"""
|
|
585
584
|
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)
|
|
586
585
|
"""
|
|
587
|
-
observed_generation: NotRequired[pulumi.Input[
|
|
586
|
+
observed_generation: NotRequired[pulumi.Input[_builtins.int]]
|
|
588
587
|
"""
|
|
589
588
|
The most recent generation observed by the daemon set controller.
|
|
590
589
|
"""
|
|
591
|
-
updated_number_scheduled: NotRequired[pulumi.Input[
|
|
590
|
+
updated_number_scheduled: NotRequired[pulumi.Input[_builtins.int]]
|
|
592
591
|
"""
|
|
593
592
|
The total number of nodes that are running updated daemon pod
|
|
594
593
|
"""
|
|
@@ -598,28 +597,28 @@ elif False:
|
|
|
598
597
|
@pulumi.input_type
|
|
599
598
|
class DaemonSetStatusArgs:
|
|
600
599
|
def __init__(__self__, *,
|
|
601
|
-
current_number_scheduled: pulumi.Input[
|
|
602
|
-
desired_number_scheduled: pulumi.Input[
|
|
603
|
-
number_misscheduled: pulumi.Input[
|
|
604
|
-
number_ready: pulumi.Input[
|
|
605
|
-
collision_count: Optional[pulumi.Input[
|
|
600
|
+
current_number_scheduled: pulumi.Input[_builtins.int],
|
|
601
|
+
desired_number_scheduled: pulumi.Input[_builtins.int],
|
|
602
|
+
number_misscheduled: pulumi.Input[_builtins.int],
|
|
603
|
+
number_ready: pulumi.Input[_builtins.int],
|
|
604
|
+
collision_count: Optional[pulumi.Input[_builtins.int]] = None,
|
|
606
605
|
conditions: Optional[pulumi.Input[Sequence[pulumi.Input['DaemonSetConditionArgs']]]] = None,
|
|
607
|
-
number_available: Optional[pulumi.Input[
|
|
608
|
-
number_unavailable: Optional[pulumi.Input[
|
|
609
|
-
observed_generation: Optional[pulumi.Input[
|
|
610
|
-
updated_number_scheduled: Optional[pulumi.Input[
|
|
606
|
+
number_available: Optional[pulumi.Input[_builtins.int]] = None,
|
|
607
|
+
number_unavailable: Optional[pulumi.Input[_builtins.int]] = None,
|
|
608
|
+
observed_generation: Optional[pulumi.Input[_builtins.int]] = None,
|
|
609
|
+
updated_number_scheduled: Optional[pulumi.Input[_builtins.int]] = None):
|
|
611
610
|
"""
|
|
612
611
|
DaemonSetStatus represents the current status of a daemon set.
|
|
613
|
-
:param pulumi.Input[
|
|
614
|
-
:param pulumi.Input[
|
|
615
|
-
:param pulumi.Input[
|
|
616
|
-
:param pulumi.Input[
|
|
617
|
-
:param pulumi.Input[
|
|
612
|
+
:param pulumi.Input[_builtins.int] current_number_scheduled: The number of nodes that are running at least 1 daemon pod and are supposed to run the daemon pod. More info: https://kubernetes.io/docs/concepts/workloads/controllers/daemonset/
|
|
613
|
+
:param pulumi.Input[_builtins.int] desired_number_scheduled: The total number of nodes that should be running the daemon pod (including nodes correctly running the daemon pod). More info: https://kubernetes.io/docs/concepts/workloads/controllers/daemonset/
|
|
614
|
+
:param pulumi.Input[_builtins.int] number_misscheduled: The number of nodes that are running the daemon pod, but are not supposed to run the daemon pod. More info: https://kubernetes.io/docs/concepts/workloads/controllers/daemonset/
|
|
615
|
+
:param pulumi.Input[_builtins.int] number_ready: The number of nodes that should be running the daemon pod and have one or more of the daemon pod running and ready.
|
|
616
|
+
:param pulumi.Input[_builtins.int] collision_count: Count of hash collisions for the DaemonSet. The DaemonSet controller uses this field as a collision avoidance mechanism when it needs to create the name for the newest ControllerRevision.
|
|
618
617
|
:param pulumi.Input[Sequence[pulumi.Input['DaemonSetConditionArgs']]] conditions: Represents the latest available observations of a DaemonSet's current state.
|
|
619
|
-
:param pulumi.Input[
|
|
620
|
-
:param pulumi.Input[
|
|
621
|
-
:param pulumi.Input[
|
|
622
|
-
:param pulumi.Input[
|
|
618
|
+
:param pulumi.Input[_builtins.int] number_available: The number of nodes that should be running the daemon pod and have one or more of the daemon pod running and available (ready for at least spec.minReadySeconds)
|
|
619
|
+
:param pulumi.Input[_builtins.int] number_unavailable: The number of nodes that should be running the daemon pod and have none of the daemon pod running and available (ready for at least spec.minReadySeconds)
|
|
620
|
+
:param pulumi.Input[_builtins.int] observed_generation: The most recent generation observed by the daemon set controller.
|
|
621
|
+
:param pulumi.Input[_builtins.int] updated_number_scheduled: The total number of nodes that are running updated daemon pod
|
|
623
622
|
"""
|
|
624
623
|
pulumi.set(__self__, "current_number_scheduled", current_number_scheduled)
|
|
625
624
|
pulumi.set(__self__, "desired_number_scheduled", desired_number_scheduled)
|
|
@@ -638,67 +637,67 @@ class DaemonSetStatusArgs:
|
|
|
638
637
|
if updated_number_scheduled is not None:
|
|
639
638
|
pulumi.set(__self__, "updated_number_scheduled", updated_number_scheduled)
|
|
640
639
|
|
|
641
|
-
@property
|
|
640
|
+
@_builtins.property
|
|
642
641
|
@pulumi.getter(name="currentNumberScheduled")
|
|
643
|
-
def current_number_scheduled(self) -> pulumi.Input[
|
|
642
|
+
def current_number_scheduled(self) -> pulumi.Input[_builtins.int]:
|
|
644
643
|
"""
|
|
645
644
|
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/
|
|
646
645
|
"""
|
|
647
646
|
return pulumi.get(self, "current_number_scheduled")
|
|
648
647
|
|
|
649
648
|
@current_number_scheduled.setter
|
|
650
|
-
def current_number_scheduled(self, value: pulumi.Input[
|
|
649
|
+
def current_number_scheduled(self, value: pulumi.Input[_builtins.int]):
|
|
651
650
|
pulumi.set(self, "current_number_scheduled", value)
|
|
652
651
|
|
|
653
|
-
@property
|
|
652
|
+
@_builtins.property
|
|
654
653
|
@pulumi.getter(name="desiredNumberScheduled")
|
|
655
|
-
def desired_number_scheduled(self) -> pulumi.Input[
|
|
654
|
+
def desired_number_scheduled(self) -> pulumi.Input[_builtins.int]:
|
|
656
655
|
"""
|
|
657
656
|
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/
|
|
658
657
|
"""
|
|
659
658
|
return pulumi.get(self, "desired_number_scheduled")
|
|
660
659
|
|
|
661
660
|
@desired_number_scheduled.setter
|
|
662
|
-
def desired_number_scheduled(self, value: pulumi.Input[
|
|
661
|
+
def desired_number_scheduled(self, value: pulumi.Input[_builtins.int]):
|
|
663
662
|
pulumi.set(self, "desired_number_scheduled", value)
|
|
664
663
|
|
|
665
|
-
@property
|
|
664
|
+
@_builtins.property
|
|
666
665
|
@pulumi.getter(name="numberMisscheduled")
|
|
667
|
-
def number_misscheduled(self) -> pulumi.Input[
|
|
666
|
+
def number_misscheduled(self) -> pulumi.Input[_builtins.int]:
|
|
668
667
|
"""
|
|
669
668
|
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/
|
|
670
669
|
"""
|
|
671
670
|
return pulumi.get(self, "number_misscheduled")
|
|
672
671
|
|
|
673
672
|
@number_misscheduled.setter
|
|
674
|
-
def number_misscheduled(self, value: pulumi.Input[
|
|
673
|
+
def number_misscheduled(self, value: pulumi.Input[_builtins.int]):
|
|
675
674
|
pulumi.set(self, "number_misscheduled", value)
|
|
676
675
|
|
|
677
|
-
@property
|
|
676
|
+
@_builtins.property
|
|
678
677
|
@pulumi.getter(name="numberReady")
|
|
679
|
-
def number_ready(self) -> pulumi.Input[
|
|
678
|
+
def number_ready(self) -> pulumi.Input[_builtins.int]:
|
|
680
679
|
"""
|
|
681
680
|
The number of nodes that should be running the daemon pod and have one or more of the daemon pod running and ready.
|
|
682
681
|
"""
|
|
683
682
|
return pulumi.get(self, "number_ready")
|
|
684
683
|
|
|
685
684
|
@number_ready.setter
|
|
686
|
-
def number_ready(self, value: pulumi.Input[
|
|
685
|
+
def number_ready(self, value: pulumi.Input[_builtins.int]):
|
|
687
686
|
pulumi.set(self, "number_ready", value)
|
|
688
687
|
|
|
689
|
-
@property
|
|
688
|
+
@_builtins.property
|
|
690
689
|
@pulumi.getter(name="collisionCount")
|
|
691
|
-
def collision_count(self) -> Optional[pulumi.Input[
|
|
690
|
+
def collision_count(self) -> Optional[pulumi.Input[_builtins.int]]:
|
|
692
691
|
"""
|
|
693
692
|
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.
|
|
694
693
|
"""
|
|
695
694
|
return pulumi.get(self, "collision_count")
|
|
696
695
|
|
|
697
696
|
@collision_count.setter
|
|
698
|
-
def collision_count(self, value: Optional[pulumi.Input[
|
|
697
|
+
def collision_count(self, value: Optional[pulumi.Input[_builtins.int]]):
|
|
699
698
|
pulumi.set(self, "collision_count", value)
|
|
700
699
|
|
|
701
|
-
@property
|
|
700
|
+
@_builtins.property
|
|
702
701
|
@pulumi.getter
|
|
703
702
|
def conditions(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['DaemonSetConditionArgs']]]]:
|
|
704
703
|
"""
|
|
@@ -710,52 +709,52 @@ class DaemonSetStatusArgs:
|
|
|
710
709
|
def conditions(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['DaemonSetConditionArgs']]]]):
|
|
711
710
|
pulumi.set(self, "conditions", value)
|
|
712
711
|
|
|
713
|
-
@property
|
|
712
|
+
@_builtins.property
|
|
714
713
|
@pulumi.getter(name="numberAvailable")
|
|
715
|
-
def number_available(self) -> Optional[pulumi.Input[
|
|
714
|
+
def number_available(self) -> Optional[pulumi.Input[_builtins.int]]:
|
|
716
715
|
"""
|
|
717
716
|
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)
|
|
718
717
|
"""
|
|
719
718
|
return pulumi.get(self, "number_available")
|
|
720
719
|
|
|
721
720
|
@number_available.setter
|
|
722
|
-
def number_available(self, value: Optional[pulumi.Input[
|
|
721
|
+
def number_available(self, value: Optional[pulumi.Input[_builtins.int]]):
|
|
723
722
|
pulumi.set(self, "number_available", value)
|
|
724
723
|
|
|
725
|
-
@property
|
|
724
|
+
@_builtins.property
|
|
726
725
|
@pulumi.getter(name="numberUnavailable")
|
|
727
|
-
def number_unavailable(self) -> Optional[pulumi.Input[
|
|
726
|
+
def number_unavailable(self) -> Optional[pulumi.Input[_builtins.int]]:
|
|
728
727
|
"""
|
|
729
728
|
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)
|
|
730
729
|
"""
|
|
731
730
|
return pulumi.get(self, "number_unavailable")
|
|
732
731
|
|
|
733
732
|
@number_unavailable.setter
|
|
734
|
-
def number_unavailable(self, value: Optional[pulumi.Input[
|
|
733
|
+
def number_unavailable(self, value: Optional[pulumi.Input[_builtins.int]]):
|
|
735
734
|
pulumi.set(self, "number_unavailable", value)
|
|
736
735
|
|
|
737
|
-
@property
|
|
736
|
+
@_builtins.property
|
|
738
737
|
@pulumi.getter(name="observedGeneration")
|
|
739
|
-
def observed_generation(self) -> Optional[pulumi.Input[
|
|
738
|
+
def observed_generation(self) -> Optional[pulumi.Input[_builtins.int]]:
|
|
740
739
|
"""
|
|
741
740
|
The most recent generation observed by the daemon set controller.
|
|
742
741
|
"""
|
|
743
742
|
return pulumi.get(self, "observed_generation")
|
|
744
743
|
|
|
745
744
|
@observed_generation.setter
|
|
746
|
-
def observed_generation(self, value: Optional[pulumi.Input[
|
|
745
|
+
def observed_generation(self, value: Optional[pulumi.Input[_builtins.int]]):
|
|
747
746
|
pulumi.set(self, "observed_generation", value)
|
|
748
747
|
|
|
749
|
-
@property
|
|
748
|
+
@_builtins.property
|
|
750
749
|
@pulumi.getter(name="updatedNumberScheduled")
|
|
751
|
-
def updated_number_scheduled(self) -> Optional[pulumi.Input[
|
|
750
|
+
def updated_number_scheduled(self) -> Optional[pulumi.Input[_builtins.int]]:
|
|
752
751
|
"""
|
|
753
752
|
The total number of nodes that are running updated daemon pod
|
|
754
753
|
"""
|
|
755
754
|
return pulumi.get(self, "updated_number_scheduled")
|
|
756
755
|
|
|
757
756
|
@updated_number_scheduled.setter
|
|
758
|
-
def updated_number_scheduled(self, value: Optional[pulumi.Input[
|
|
757
|
+
def updated_number_scheduled(self, value: Optional[pulumi.Input[_builtins.int]]):
|
|
759
758
|
pulumi.set(self, "updated_number_scheduled", value)
|
|
760
759
|
|
|
761
760
|
|
|
@@ -768,7 +767,7 @@ if not MYPY:
|
|
|
768
767
|
"""
|
|
769
768
|
Rolling update config params. Present only if type = "RollingUpdate".
|
|
770
769
|
"""
|
|
771
|
-
type: NotRequired[pulumi.Input[
|
|
770
|
+
type: NotRequired[pulumi.Input[_builtins.str]]
|
|
772
771
|
"""
|
|
773
772
|
Type of daemon set update. Can be "RollingUpdate" or "OnDelete". Default is RollingUpdate.
|
|
774
773
|
"""
|
|
@@ -779,18 +778,18 @@ elif False:
|
|
|
779
778
|
class DaemonSetUpdateStrategyPatchArgs:
|
|
780
779
|
def __init__(__self__, *,
|
|
781
780
|
rolling_update: Optional[pulumi.Input['RollingUpdateDaemonSetPatchArgs']] = None,
|
|
782
|
-
type: Optional[pulumi.Input[
|
|
781
|
+
type: Optional[pulumi.Input[_builtins.str]] = None):
|
|
783
782
|
"""
|
|
784
783
|
DaemonSetUpdateStrategy is a struct used to control the update strategy for a DaemonSet.
|
|
785
784
|
:param pulumi.Input['RollingUpdateDaemonSetPatchArgs'] rolling_update: Rolling update config params. Present only if type = "RollingUpdate".
|
|
786
|
-
:param pulumi.Input[
|
|
785
|
+
:param pulumi.Input[_builtins.str] type: Type of daemon set update. Can be "RollingUpdate" or "OnDelete". Default is RollingUpdate.
|
|
787
786
|
"""
|
|
788
787
|
if rolling_update is not None:
|
|
789
788
|
pulumi.set(__self__, "rolling_update", rolling_update)
|
|
790
789
|
if type is not None:
|
|
791
790
|
pulumi.set(__self__, "type", type)
|
|
792
791
|
|
|
793
|
-
@property
|
|
792
|
+
@_builtins.property
|
|
794
793
|
@pulumi.getter(name="rollingUpdate")
|
|
795
794
|
def rolling_update(self) -> Optional[pulumi.Input['RollingUpdateDaemonSetPatchArgs']]:
|
|
796
795
|
"""
|
|
@@ -802,16 +801,16 @@ class DaemonSetUpdateStrategyPatchArgs:
|
|
|
802
801
|
def rolling_update(self, value: Optional[pulumi.Input['RollingUpdateDaemonSetPatchArgs']]):
|
|
803
802
|
pulumi.set(self, "rolling_update", value)
|
|
804
803
|
|
|
805
|
-
@property
|
|
804
|
+
@_builtins.property
|
|
806
805
|
@pulumi.getter
|
|
807
|
-
def type(self) -> Optional[pulumi.Input[
|
|
806
|
+
def type(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
808
807
|
"""
|
|
809
808
|
Type of daemon set update. Can be "RollingUpdate" or "OnDelete". Default is RollingUpdate.
|
|
810
809
|
"""
|
|
811
810
|
return pulumi.get(self, "type")
|
|
812
811
|
|
|
813
812
|
@type.setter
|
|
814
|
-
def type(self, value: Optional[pulumi.Input[
|
|
813
|
+
def type(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
815
814
|
pulumi.set(self, "type", value)
|
|
816
815
|
|
|
817
816
|
|
|
@@ -824,7 +823,7 @@ if not MYPY:
|
|
|
824
823
|
"""
|
|
825
824
|
Rolling update config params. Present only if type = "RollingUpdate".
|
|
826
825
|
"""
|
|
827
|
-
type: NotRequired[pulumi.Input[
|
|
826
|
+
type: NotRequired[pulumi.Input[_builtins.str]]
|
|
828
827
|
"""
|
|
829
828
|
Type of daemon set update. Can be "RollingUpdate" or "OnDelete". Default is RollingUpdate.
|
|
830
829
|
"""
|
|
@@ -835,18 +834,18 @@ elif False:
|
|
|
835
834
|
class DaemonSetUpdateStrategyArgs:
|
|
836
835
|
def __init__(__self__, *,
|
|
837
836
|
rolling_update: Optional[pulumi.Input['RollingUpdateDaemonSetArgs']] = None,
|
|
838
|
-
type: Optional[pulumi.Input[
|
|
837
|
+
type: Optional[pulumi.Input[_builtins.str]] = None):
|
|
839
838
|
"""
|
|
840
839
|
DaemonSetUpdateStrategy is a struct used to control the update strategy for a DaemonSet.
|
|
841
840
|
:param pulumi.Input['RollingUpdateDaemonSetArgs'] rolling_update: Rolling update config params. Present only if type = "RollingUpdate".
|
|
842
|
-
:param pulumi.Input[
|
|
841
|
+
:param pulumi.Input[_builtins.str] type: Type of daemon set update. Can be "RollingUpdate" or "OnDelete". Default is RollingUpdate.
|
|
843
842
|
"""
|
|
844
843
|
if rolling_update is not None:
|
|
845
844
|
pulumi.set(__self__, "rolling_update", rolling_update)
|
|
846
845
|
if type is not None:
|
|
847
846
|
pulumi.set(__self__, "type", type)
|
|
848
847
|
|
|
849
|
-
@property
|
|
848
|
+
@_builtins.property
|
|
850
849
|
@pulumi.getter(name="rollingUpdate")
|
|
851
850
|
def rolling_update(self) -> Optional[pulumi.Input['RollingUpdateDaemonSetArgs']]:
|
|
852
851
|
"""
|
|
@@ -858,16 +857,16 @@ class DaemonSetUpdateStrategyArgs:
|
|
|
858
857
|
def rolling_update(self, value: Optional[pulumi.Input['RollingUpdateDaemonSetArgs']]):
|
|
859
858
|
pulumi.set(self, "rolling_update", value)
|
|
860
859
|
|
|
861
|
-
@property
|
|
860
|
+
@_builtins.property
|
|
862
861
|
@pulumi.getter
|
|
863
|
-
def type(self) -> Optional[pulumi.Input[
|
|
862
|
+
def type(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
864
863
|
"""
|
|
865
864
|
Type of daemon set update. Can be "RollingUpdate" or "OnDelete". Default is RollingUpdate.
|
|
866
865
|
"""
|
|
867
866
|
return pulumi.get(self, "type")
|
|
868
867
|
|
|
869
868
|
@type.setter
|
|
870
|
-
def type(self, value: Optional[pulumi.Input[
|
|
869
|
+
def type(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
871
870
|
pulumi.set(self, "type", value)
|
|
872
871
|
|
|
873
872
|
|
|
@@ -876,11 +875,11 @@ if not MYPY:
|
|
|
876
875
|
"""
|
|
877
876
|
DaemonSet represents the configuration of a daemon set.
|
|
878
877
|
"""
|
|
879
|
-
api_version: NotRequired[pulumi.Input[
|
|
878
|
+
api_version: NotRequired[pulumi.Input[_builtins.str]]
|
|
880
879
|
"""
|
|
881
880
|
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
|
|
882
881
|
"""
|
|
883
|
-
kind: NotRequired[pulumi.Input[
|
|
882
|
+
kind: NotRequired[pulumi.Input[_builtins.str]]
|
|
884
883
|
"""
|
|
885
884
|
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
|
|
886
885
|
"""
|
|
@@ -902,15 +901,15 @@ elif False:
|
|
|
902
901
|
@pulumi.input_type
|
|
903
902
|
class DaemonSetArgs:
|
|
904
903
|
def __init__(__self__, *,
|
|
905
|
-
api_version: Optional[pulumi.Input[
|
|
906
|
-
kind: Optional[pulumi.Input[
|
|
904
|
+
api_version: Optional[pulumi.Input[_builtins.str]] = None,
|
|
905
|
+
kind: Optional[pulumi.Input[_builtins.str]] = None,
|
|
907
906
|
metadata: Optional[pulumi.Input['_meta.v1.ObjectMetaArgs']] = None,
|
|
908
907
|
spec: Optional[pulumi.Input['DaemonSetSpecArgs']] = None,
|
|
909
908
|
status: Optional[pulumi.Input['DaemonSetStatusArgs']] = None):
|
|
910
909
|
"""
|
|
911
910
|
DaemonSet represents the configuration of a daemon set.
|
|
912
|
-
:param pulumi.Input[
|
|
913
|
-
:param pulumi.Input[
|
|
911
|
+
:param pulumi.Input[_builtins.str] api_version: APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources
|
|
912
|
+
:param pulumi.Input[_builtins.str] kind: Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds
|
|
914
913
|
:param pulumi.Input['_meta.v1.ObjectMetaArgs'] metadata: Standard object's metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata
|
|
915
914
|
:param pulumi.Input['DaemonSetSpecArgs'] spec: The desired behavior of this daemon set. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#spec-and-status
|
|
916
915
|
:param pulumi.Input['DaemonSetStatusArgs'] status: The current status of this daemon set. This data may be out of date by some window of time. Populated by the system. Read-only. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#spec-and-status
|
|
@@ -926,31 +925,31 @@ class DaemonSetArgs:
|
|
|
926
925
|
if status is not None:
|
|
927
926
|
pulumi.set(__self__, "status", status)
|
|
928
927
|
|
|
929
|
-
@property
|
|
928
|
+
@_builtins.property
|
|
930
929
|
@pulumi.getter(name="apiVersion")
|
|
931
|
-
def api_version(self) -> Optional[pulumi.Input[
|
|
930
|
+
def api_version(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
932
931
|
"""
|
|
933
932
|
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
|
|
934
933
|
"""
|
|
935
934
|
return pulumi.get(self, "api_version")
|
|
936
935
|
|
|
937
936
|
@api_version.setter
|
|
938
|
-
def api_version(self, value: Optional[pulumi.Input[
|
|
937
|
+
def api_version(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
939
938
|
pulumi.set(self, "api_version", value)
|
|
940
939
|
|
|
941
|
-
@property
|
|
940
|
+
@_builtins.property
|
|
942
941
|
@pulumi.getter
|
|
943
|
-
def kind(self) -> Optional[pulumi.Input[
|
|
942
|
+
def kind(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
944
943
|
"""
|
|
945
944
|
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
|
|
946
945
|
"""
|
|
947
946
|
return pulumi.get(self, "kind")
|
|
948
947
|
|
|
949
948
|
@kind.setter
|
|
950
|
-
def kind(self, value: Optional[pulumi.Input[
|
|
949
|
+
def kind(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
951
950
|
pulumi.set(self, "kind", value)
|
|
952
951
|
|
|
953
|
-
@property
|
|
952
|
+
@_builtins.property
|
|
954
953
|
@pulumi.getter
|
|
955
954
|
def metadata(self) -> Optional[pulumi.Input['_meta.v1.ObjectMetaArgs']]:
|
|
956
955
|
"""
|
|
@@ -962,7 +961,7 @@ class DaemonSetArgs:
|
|
|
962
961
|
def metadata(self, value: Optional[pulumi.Input['_meta.v1.ObjectMetaArgs']]):
|
|
963
962
|
pulumi.set(self, "metadata", value)
|
|
964
963
|
|
|
965
|
-
@property
|
|
964
|
+
@_builtins.property
|
|
966
965
|
@pulumi.getter
|
|
967
966
|
def spec(self) -> Optional[pulumi.Input['DaemonSetSpecArgs']]:
|
|
968
967
|
"""
|
|
@@ -974,7 +973,7 @@ class DaemonSetArgs:
|
|
|
974
973
|
def spec(self, value: Optional[pulumi.Input['DaemonSetSpecArgs']]):
|
|
975
974
|
pulumi.set(self, "spec", value)
|
|
976
975
|
|
|
977
|
-
@property
|
|
976
|
+
@_builtins.property
|
|
978
977
|
@pulumi.getter
|
|
979
978
|
def status(self) -> Optional[pulumi.Input['DaemonSetStatusArgs']]:
|
|
980
979
|
"""
|
|
@@ -992,27 +991,27 @@ if not MYPY:
|
|
|
992
991
|
"""
|
|
993
992
|
DeploymentCondition describes the state of a deployment at a certain point.
|
|
994
993
|
"""
|
|
995
|
-
status: pulumi.Input[
|
|
994
|
+
status: pulumi.Input[_builtins.str]
|
|
996
995
|
"""
|
|
997
996
|
Status of the condition, one of True, False, Unknown.
|
|
998
997
|
"""
|
|
999
|
-
type: pulumi.Input[
|
|
998
|
+
type: pulumi.Input[_builtins.str]
|
|
1000
999
|
"""
|
|
1001
1000
|
Type of deployment condition.
|
|
1002
1001
|
"""
|
|
1003
|
-
last_transition_time: NotRequired[pulumi.Input[
|
|
1002
|
+
last_transition_time: NotRequired[pulumi.Input[_builtins.str]]
|
|
1004
1003
|
"""
|
|
1005
1004
|
Last time the condition transitioned from one status to another.
|
|
1006
1005
|
"""
|
|
1007
|
-
last_update_time: NotRequired[pulumi.Input[
|
|
1006
|
+
last_update_time: NotRequired[pulumi.Input[_builtins.str]]
|
|
1008
1007
|
"""
|
|
1009
1008
|
The last time this condition was updated.
|
|
1010
1009
|
"""
|
|
1011
|
-
message: NotRequired[pulumi.Input[
|
|
1010
|
+
message: NotRequired[pulumi.Input[_builtins.str]]
|
|
1012
1011
|
"""
|
|
1013
1012
|
A human readable message indicating details about the transition.
|
|
1014
1013
|
"""
|
|
1015
|
-
reason: NotRequired[pulumi.Input[
|
|
1014
|
+
reason: NotRequired[pulumi.Input[_builtins.str]]
|
|
1016
1015
|
"""
|
|
1017
1016
|
The reason for the condition's last transition.
|
|
1018
1017
|
"""
|
|
@@ -1022,20 +1021,20 @@ elif False:
|
|
|
1022
1021
|
@pulumi.input_type
|
|
1023
1022
|
class DeploymentConditionArgs:
|
|
1024
1023
|
def __init__(__self__, *,
|
|
1025
|
-
status: pulumi.Input[
|
|
1026
|
-
type: pulumi.Input[
|
|
1027
|
-
last_transition_time: Optional[pulumi.Input[
|
|
1028
|
-
last_update_time: Optional[pulumi.Input[
|
|
1029
|
-
message: Optional[pulumi.Input[
|
|
1030
|
-
reason: Optional[pulumi.Input[
|
|
1024
|
+
status: pulumi.Input[_builtins.str],
|
|
1025
|
+
type: pulumi.Input[_builtins.str],
|
|
1026
|
+
last_transition_time: Optional[pulumi.Input[_builtins.str]] = None,
|
|
1027
|
+
last_update_time: Optional[pulumi.Input[_builtins.str]] = None,
|
|
1028
|
+
message: Optional[pulumi.Input[_builtins.str]] = None,
|
|
1029
|
+
reason: Optional[pulumi.Input[_builtins.str]] = None):
|
|
1031
1030
|
"""
|
|
1032
1031
|
DeploymentCondition describes the state of a deployment at a certain point.
|
|
1033
|
-
:param pulumi.Input[
|
|
1034
|
-
:param pulumi.Input[
|
|
1035
|
-
:param pulumi.Input[
|
|
1036
|
-
:param pulumi.Input[
|
|
1037
|
-
:param pulumi.Input[
|
|
1038
|
-
:param pulumi.Input[
|
|
1032
|
+
:param pulumi.Input[_builtins.str] status: Status of the condition, one of True, False, Unknown.
|
|
1033
|
+
:param pulumi.Input[_builtins.str] type: Type of deployment condition.
|
|
1034
|
+
:param pulumi.Input[_builtins.str] last_transition_time: Last time the condition transitioned from one status to another.
|
|
1035
|
+
:param pulumi.Input[_builtins.str] last_update_time: The last time this condition was updated.
|
|
1036
|
+
:param pulumi.Input[_builtins.str] message: A human readable message indicating details about the transition.
|
|
1037
|
+
:param pulumi.Input[_builtins.str] reason: The reason for the condition's last transition.
|
|
1039
1038
|
"""
|
|
1040
1039
|
pulumi.set(__self__, "status", status)
|
|
1041
1040
|
pulumi.set(__self__, "type", type)
|
|
@@ -1048,76 +1047,76 @@ class DeploymentConditionArgs:
|
|
|
1048
1047
|
if reason is not None:
|
|
1049
1048
|
pulumi.set(__self__, "reason", reason)
|
|
1050
1049
|
|
|
1051
|
-
@property
|
|
1050
|
+
@_builtins.property
|
|
1052
1051
|
@pulumi.getter
|
|
1053
|
-
def status(self) -> pulumi.Input[
|
|
1052
|
+
def status(self) -> pulumi.Input[_builtins.str]:
|
|
1054
1053
|
"""
|
|
1055
1054
|
Status of the condition, one of True, False, Unknown.
|
|
1056
1055
|
"""
|
|
1057
1056
|
return pulumi.get(self, "status")
|
|
1058
1057
|
|
|
1059
1058
|
@status.setter
|
|
1060
|
-
def status(self, value: pulumi.Input[
|
|
1059
|
+
def status(self, value: pulumi.Input[_builtins.str]):
|
|
1061
1060
|
pulumi.set(self, "status", value)
|
|
1062
1061
|
|
|
1063
|
-
@property
|
|
1062
|
+
@_builtins.property
|
|
1064
1063
|
@pulumi.getter
|
|
1065
|
-
def type(self) -> pulumi.Input[
|
|
1064
|
+
def type(self) -> pulumi.Input[_builtins.str]:
|
|
1066
1065
|
"""
|
|
1067
1066
|
Type of deployment condition.
|
|
1068
1067
|
"""
|
|
1069
1068
|
return pulumi.get(self, "type")
|
|
1070
1069
|
|
|
1071
1070
|
@type.setter
|
|
1072
|
-
def type(self, value: pulumi.Input[
|
|
1071
|
+
def type(self, value: pulumi.Input[_builtins.str]):
|
|
1073
1072
|
pulumi.set(self, "type", value)
|
|
1074
1073
|
|
|
1075
|
-
@property
|
|
1074
|
+
@_builtins.property
|
|
1076
1075
|
@pulumi.getter(name="lastTransitionTime")
|
|
1077
|
-
def last_transition_time(self) -> Optional[pulumi.Input[
|
|
1076
|
+
def last_transition_time(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
1078
1077
|
"""
|
|
1079
1078
|
Last time the condition transitioned from one status to another.
|
|
1080
1079
|
"""
|
|
1081
1080
|
return pulumi.get(self, "last_transition_time")
|
|
1082
1081
|
|
|
1083
1082
|
@last_transition_time.setter
|
|
1084
|
-
def last_transition_time(self, value: Optional[pulumi.Input[
|
|
1083
|
+
def last_transition_time(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
1085
1084
|
pulumi.set(self, "last_transition_time", value)
|
|
1086
1085
|
|
|
1087
|
-
@property
|
|
1086
|
+
@_builtins.property
|
|
1088
1087
|
@pulumi.getter(name="lastUpdateTime")
|
|
1089
|
-
def last_update_time(self) -> Optional[pulumi.Input[
|
|
1088
|
+
def last_update_time(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
1090
1089
|
"""
|
|
1091
1090
|
The last time this condition was updated.
|
|
1092
1091
|
"""
|
|
1093
1092
|
return pulumi.get(self, "last_update_time")
|
|
1094
1093
|
|
|
1095
1094
|
@last_update_time.setter
|
|
1096
|
-
def last_update_time(self, value: Optional[pulumi.Input[
|
|
1095
|
+
def last_update_time(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
1097
1096
|
pulumi.set(self, "last_update_time", value)
|
|
1098
1097
|
|
|
1099
|
-
@property
|
|
1098
|
+
@_builtins.property
|
|
1100
1099
|
@pulumi.getter
|
|
1101
|
-
def message(self) -> Optional[pulumi.Input[
|
|
1100
|
+
def message(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
1102
1101
|
"""
|
|
1103
1102
|
A human readable message indicating details about the transition.
|
|
1104
1103
|
"""
|
|
1105
1104
|
return pulumi.get(self, "message")
|
|
1106
1105
|
|
|
1107
1106
|
@message.setter
|
|
1108
|
-
def message(self, value: Optional[pulumi.Input[
|
|
1107
|
+
def message(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
1109
1108
|
pulumi.set(self, "message", value)
|
|
1110
1109
|
|
|
1111
|
-
@property
|
|
1110
|
+
@_builtins.property
|
|
1112
1111
|
@pulumi.getter
|
|
1113
|
-
def reason(self) -> Optional[pulumi.Input[
|
|
1112
|
+
def reason(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
1114
1113
|
"""
|
|
1115
1114
|
The reason for the condition's last transition.
|
|
1116
1115
|
"""
|
|
1117
1116
|
return pulumi.get(self, "reason")
|
|
1118
1117
|
|
|
1119
1118
|
@reason.setter
|
|
1120
|
-
def reason(self, value: Optional[pulumi.Input[
|
|
1119
|
+
def reason(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
1121
1120
|
pulumi.set(self, "reason", value)
|
|
1122
1121
|
|
|
1123
1122
|
|
|
@@ -1126,23 +1125,23 @@ if not MYPY:
|
|
|
1126
1125
|
"""
|
|
1127
1126
|
DeploymentSpec is the specification of the desired behavior of the Deployment.
|
|
1128
1127
|
"""
|
|
1129
|
-
min_ready_seconds: NotRequired[pulumi.Input[
|
|
1128
|
+
min_ready_seconds: NotRequired[pulumi.Input[_builtins.int]]
|
|
1130
1129
|
"""
|
|
1131
1130
|
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)
|
|
1132
1131
|
"""
|
|
1133
|
-
paused: NotRequired[pulumi.Input[
|
|
1132
|
+
paused: NotRequired[pulumi.Input[_builtins.bool]]
|
|
1134
1133
|
"""
|
|
1135
1134
|
Indicates that the deployment is paused.
|
|
1136
1135
|
"""
|
|
1137
|
-
progress_deadline_seconds: NotRequired[pulumi.Input[
|
|
1136
|
+
progress_deadline_seconds: NotRequired[pulumi.Input[_builtins.int]]
|
|
1138
1137
|
"""
|
|
1139
1138
|
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.
|
|
1140
1139
|
"""
|
|
1141
|
-
replicas: NotRequired[pulumi.Input[
|
|
1140
|
+
replicas: NotRequired[pulumi.Input[_builtins.int]]
|
|
1142
1141
|
"""
|
|
1143
1142
|
Number of desired pods. This is a pointer to distinguish between explicit zero and not specified. Defaults to 1.
|
|
1144
1143
|
"""
|
|
1145
|
-
revision_history_limit: NotRequired[pulumi.Input[
|
|
1144
|
+
revision_history_limit: NotRequired[pulumi.Input[_builtins.int]]
|
|
1146
1145
|
"""
|
|
1147
1146
|
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.
|
|
1148
1147
|
"""
|
|
@@ -1164,21 +1163,21 @@ elif False:
|
|
|
1164
1163
|
@pulumi.input_type
|
|
1165
1164
|
class DeploymentSpecPatchArgs:
|
|
1166
1165
|
def __init__(__self__, *,
|
|
1167
|
-
min_ready_seconds: Optional[pulumi.Input[
|
|
1168
|
-
paused: Optional[pulumi.Input[
|
|
1169
|
-
progress_deadline_seconds: Optional[pulumi.Input[
|
|
1170
|
-
replicas: Optional[pulumi.Input[
|
|
1171
|
-
revision_history_limit: Optional[pulumi.Input[
|
|
1166
|
+
min_ready_seconds: Optional[pulumi.Input[_builtins.int]] = None,
|
|
1167
|
+
paused: Optional[pulumi.Input[_builtins.bool]] = None,
|
|
1168
|
+
progress_deadline_seconds: Optional[pulumi.Input[_builtins.int]] = None,
|
|
1169
|
+
replicas: Optional[pulumi.Input[_builtins.int]] = None,
|
|
1170
|
+
revision_history_limit: Optional[pulumi.Input[_builtins.int]] = None,
|
|
1172
1171
|
selector: Optional[pulumi.Input['_meta.v1.LabelSelectorPatchArgs']] = None,
|
|
1173
1172
|
strategy: Optional[pulumi.Input['DeploymentStrategyPatchArgs']] = None,
|
|
1174
1173
|
template: Optional[pulumi.Input['_core.v1.PodTemplateSpecPatchArgs']] = None):
|
|
1175
1174
|
"""
|
|
1176
1175
|
DeploymentSpec is the specification of the desired behavior of the Deployment.
|
|
1177
|
-
:param pulumi.Input[
|
|
1178
|
-
:param pulumi.Input[
|
|
1179
|
-
:param pulumi.Input[
|
|
1180
|
-
:param pulumi.Input[
|
|
1181
|
-
:param pulumi.Input[
|
|
1176
|
+
:param pulumi.Input[_builtins.int] min_ready_seconds: Minimum number of seconds for which a newly created pod should be ready without any of its container crashing, for it to be considered available. Defaults to 0 (pod will be considered available as soon as it is ready)
|
|
1177
|
+
:param pulumi.Input[_builtins.bool] paused: Indicates that the deployment is paused.
|
|
1178
|
+
:param pulumi.Input[_builtins.int] progress_deadline_seconds: The maximum time in seconds for a deployment to make progress before it is considered to be failed. The deployment controller will continue to process failed deployments and a condition with a ProgressDeadlineExceeded reason will be surfaced in the deployment status. Note that progress will not be estimated during the time a deployment is paused. Defaults to 600s.
|
|
1179
|
+
:param pulumi.Input[_builtins.int] replicas: Number of desired pods. This is a pointer to distinguish between explicit zero and not specified. Defaults to 1.
|
|
1180
|
+
:param pulumi.Input[_builtins.int] revision_history_limit: The number of old ReplicaSets to retain to allow rollback. This is a pointer to distinguish between explicit zero and not specified. Defaults to 10.
|
|
1182
1181
|
:param pulumi.Input['_meta.v1.LabelSelectorPatchArgs'] selector: Label selector for pods. Existing ReplicaSets whose pods are selected by this will be the ones affected by this deployment. It must match the pod template's labels.
|
|
1183
1182
|
:param pulumi.Input['DeploymentStrategyPatchArgs'] strategy: The deployment strategy to use to replace existing pods with new ones.
|
|
1184
1183
|
:param pulumi.Input['_core.v1.PodTemplateSpecPatchArgs'] template: Template describes the pods that will be created.
|
|
@@ -1200,67 +1199,67 @@ class DeploymentSpecPatchArgs:
|
|
|
1200
1199
|
if template is not None:
|
|
1201
1200
|
pulumi.set(__self__, "template", template)
|
|
1202
1201
|
|
|
1203
|
-
@property
|
|
1202
|
+
@_builtins.property
|
|
1204
1203
|
@pulumi.getter(name="minReadySeconds")
|
|
1205
|
-
def min_ready_seconds(self) -> Optional[pulumi.Input[
|
|
1204
|
+
def min_ready_seconds(self) -> Optional[pulumi.Input[_builtins.int]]:
|
|
1206
1205
|
"""
|
|
1207
1206
|
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)
|
|
1208
1207
|
"""
|
|
1209
1208
|
return pulumi.get(self, "min_ready_seconds")
|
|
1210
1209
|
|
|
1211
1210
|
@min_ready_seconds.setter
|
|
1212
|
-
def min_ready_seconds(self, value: Optional[pulumi.Input[
|
|
1211
|
+
def min_ready_seconds(self, value: Optional[pulumi.Input[_builtins.int]]):
|
|
1213
1212
|
pulumi.set(self, "min_ready_seconds", value)
|
|
1214
1213
|
|
|
1215
|
-
@property
|
|
1214
|
+
@_builtins.property
|
|
1216
1215
|
@pulumi.getter
|
|
1217
|
-
def paused(self) -> Optional[pulumi.Input[
|
|
1216
|
+
def paused(self) -> Optional[pulumi.Input[_builtins.bool]]:
|
|
1218
1217
|
"""
|
|
1219
1218
|
Indicates that the deployment is paused.
|
|
1220
1219
|
"""
|
|
1221
1220
|
return pulumi.get(self, "paused")
|
|
1222
1221
|
|
|
1223
1222
|
@paused.setter
|
|
1224
|
-
def paused(self, value: Optional[pulumi.Input[
|
|
1223
|
+
def paused(self, value: Optional[pulumi.Input[_builtins.bool]]):
|
|
1225
1224
|
pulumi.set(self, "paused", value)
|
|
1226
1225
|
|
|
1227
|
-
@property
|
|
1226
|
+
@_builtins.property
|
|
1228
1227
|
@pulumi.getter(name="progressDeadlineSeconds")
|
|
1229
|
-
def progress_deadline_seconds(self) -> Optional[pulumi.Input[
|
|
1228
|
+
def progress_deadline_seconds(self) -> Optional[pulumi.Input[_builtins.int]]:
|
|
1230
1229
|
"""
|
|
1231
1230
|
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.
|
|
1232
1231
|
"""
|
|
1233
1232
|
return pulumi.get(self, "progress_deadline_seconds")
|
|
1234
1233
|
|
|
1235
1234
|
@progress_deadline_seconds.setter
|
|
1236
|
-
def progress_deadline_seconds(self, value: Optional[pulumi.Input[
|
|
1235
|
+
def progress_deadline_seconds(self, value: Optional[pulumi.Input[_builtins.int]]):
|
|
1237
1236
|
pulumi.set(self, "progress_deadline_seconds", value)
|
|
1238
1237
|
|
|
1239
|
-
@property
|
|
1238
|
+
@_builtins.property
|
|
1240
1239
|
@pulumi.getter
|
|
1241
|
-
def replicas(self) -> Optional[pulumi.Input[
|
|
1240
|
+
def replicas(self) -> Optional[pulumi.Input[_builtins.int]]:
|
|
1242
1241
|
"""
|
|
1243
1242
|
Number of desired pods. This is a pointer to distinguish between explicit zero and not specified. Defaults to 1.
|
|
1244
1243
|
"""
|
|
1245
1244
|
return pulumi.get(self, "replicas")
|
|
1246
1245
|
|
|
1247
1246
|
@replicas.setter
|
|
1248
|
-
def replicas(self, value: Optional[pulumi.Input[
|
|
1247
|
+
def replicas(self, value: Optional[pulumi.Input[_builtins.int]]):
|
|
1249
1248
|
pulumi.set(self, "replicas", value)
|
|
1250
1249
|
|
|
1251
|
-
@property
|
|
1250
|
+
@_builtins.property
|
|
1252
1251
|
@pulumi.getter(name="revisionHistoryLimit")
|
|
1253
|
-
def revision_history_limit(self) -> Optional[pulumi.Input[
|
|
1252
|
+
def revision_history_limit(self) -> Optional[pulumi.Input[_builtins.int]]:
|
|
1254
1253
|
"""
|
|
1255
1254
|
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.
|
|
1256
1255
|
"""
|
|
1257
1256
|
return pulumi.get(self, "revision_history_limit")
|
|
1258
1257
|
|
|
1259
1258
|
@revision_history_limit.setter
|
|
1260
|
-
def revision_history_limit(self, value: Optional[pulumi.Input[
|
|
1259
|
+
def revision_history_limit(self, value: Optional[pulumi.Input[_builtins.int]]):
|
|
1261
1260
|
pulumi.set(self, "revision_history_limit", value)
|
|
1262
1261
|
|
|
1263
|
-
@property
|
|
1262
|
+
@_builtins.property
|
|
1264
1263
|
@pulumi.getter
|
|
1265
1264
|
def selector(self) -> Optional[pulumi.Input['_meta.v1.LabelSelectorPatchArgs']]:
|
|
1266
1265
|
"""
|
|
@@ -1272,7 +1271,7 @@ class DeploymentSpecPatchArgs:
|
|
|
1272
1271
|
def selector(self, value: Optional[pulumi.Input['_meta.v1.LabelSelectorPatchArgs']]):
|
|
1273
1272
|
pulumi.set(self, "selector", value)
|
|
1274
1273
|
|
|
1275
|
-
@property
|
|
1274
|
+
@_builtins.property
|
|
1276
1275
|
@pulumi.getter
|
|
1277
1276
|
def strategy(self) -> Optional[pulumi.Input['DeploymentStrategyPatchArgs']]:
|
|
1278
1277
|
"""
|
|
@@ -1284,7 +1283,7 @@ class DeploymentSpecPatchArgs:
|
|
|
1284
1283
|
def strategy(self, value: Optional[pulumi.Input['DeploymentStrategyPatchArgs']]):
|
|
1285
1284
|
pulumi.set(self, "strategy", value)
|
|
1286
1285
|
|
|
1287
|
-
@property
|
|
1286
|
+
@_builtins.property
|
|
1288
1287
|
@pulumi.getter
|
|
1289
1288
|
def template(self) -> Optional[pulumi.Input['_core.v1.PodTemplateSpecPatchArgs']]:
|
|
1290
1289
|
"""
|
|
@@ -1310,23 +1309,23 @@ if not MYPY:
|
|
|
1310
1309
|
"""
|
|
1311
1310
|
Template describes the pods that will be created.
|
|
1312
1311
|
"""
|
|
1313
|
-
min_ready_seconds: NotRequired[pulumi.Input[
|
|
1312
|
+
min_ready_seconds: NotRequired[pulumi.Input[_builtins.int]]
|
|
1314
1313
|
"""
|
|
1315
1314
|
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)
|
|
1316
1315
|
"""
|
|
1317
|
-
paused: NotRequired[pulumi.Input[
|
|
1316
|
+
paused: NotRequired[pulumi.Input[_builtins.bool]]
|
|
1318
1317
|
"""
|
|
1319
1318
|
Indicates that the deployment is paused.
|
|
1320
1319
|
"""
|
|
1321
|
-
progress_deadline_seconds: NotRequired[pulumi.Input[
|
|
1320
|
+
progress_deadline_seconds: NotRequired[pulumi.Input[_builtins.int]]
|
|
1322
1321
|
"""
|
|
1323
1322
|
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.
|
|
1324
1323
|
"""
|
|
1325
|
-
replicas: NotRequired[pulumi.Input[
|
|
1324
|
+
replicas: NotRequired[pulumi.Input[_builtins.int]]
|
|
1326
1325
|
"""
|
|
1327
1326
|
Number of desired pods. This is a pointer to distinguish between explicit zero and not specified. Defaults to 1.
|
|
1328
1327
|
"""
|
|
1329
|
-
revision_history_limit: NotRequired[pulumi.Input[
|
|
1328
|
+
revision_history_limit: NotRequired[pulumi.Input[_builtins.int]]
|
|
1330
1329
|
"""
|
|
1331
1330
|
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.
|
|
1332
1331
|
"""
|
|
@@ -1342,21 +1341,21 @@ class DeploymentSpecArgs:
|
|
|
1342
1341
|
def __init__(__self__, *,
|
|
1343
1342
|
selector: pulumi.Input['_meta.v1.LabelSelectorArgs'],
|
|
1344
1343
|
template: pulumi.Input['_core.v1.PodTemplateSpecArgs'],
|
|
1345
|
-
min_ready_seconds: Optional[pulumi.Input[
|
|
1346
|
-
paused: Optional[pulumi.Input[
|
|
1347
|
-
progress_deadline_seconds: Optional[pulumi.Input[
|
|
1348
|
-
replicas: Optional[pulumi.Input[
|
|
1349
|
-
revision_history_limit: Optional[pulumi.Input[
|
|
1344
|
+
min_ready_seconds: Optional[pulumi.Input[_builtins.int]] = None,
|
|
1345
|
+
paused: Optional[pulumi.Input[_builtins.bool]] = None,
|
|
1346
|
+
progress_deadline_seconds: Optional[pulumi.Input[_builtins.int]] = None,
|
|
1347
|
+
replicas: Optional[pulumi.Input[_builtins.int]] = None,
|
|
1348
|
+
revision_history_limit: Optional[pulumi.Input[_builtins.int]] = None,
|
|
1350
1349
|
strategy: Optional[pulumi.Input['DeploymentStrategyArgs']] = None):
|
|
1351
1350
|
"""
|
|
1352
1351
|
DeploymentSpec is the specification of the desired behavior of the Deployment.
|
|
1353
1352
|
:param pulumi.Input['_meta.v1.LabelSelectorArgs'] selector: Label selector for pods. Existing ReplicaSets whose pods are selected by this will be the ones affected by this deployment. It must match the pod template's labels.
|
|
1354
1353
|
:param pulumi.Input['_core.v1.PodTemplateSpecArgs'] template: Template describes the pods that will be created.
|
|
1355
|
-
:param pulumi.Input[
|
|
1356
|
-
:param pulumi.Input[
|
|
1357
|
-
:param pulumi.Input[
|
|
1358
|
-
:param pulumi.Input[
|
|
1359
|
-
:param pulumi.Input[
|
|
1354
|
+
:param pulumi.Input[_builtins.int] min_ready_seconds: Minimum number of seconds for which a newly created pod should be ready without any of its container crashing, for it to be considered available. Defaults to 0 (pod will be considered available as soon as it is ready)
|
|
1355
|
+
:param pulumi.Input[_builtins.bool] paused: Indicates that the deployment is paused.
|
|
1356
|
+
:param pulumi.Input[_builtins.int] progress_deadline_seconds: The maximum time in seconds for a deployment to make progress before it is considered to be failed. The deployment controller will continue to process failed deployments and a condition with a ProgressDeadlineExceeded reason will be surfaced in the deployment status. Note that progress will not be estimated during the time a deployment is paused. Defaults to 600s.
|
|
1357
|
+
:param pulumi.Input[_builtins.int] replicas: Number of desired pods. This is a pointer to distinguish between explicit zero and not specified. Defaults to 1.
|
|
1358
|
+
:param pulumi.Input[_builtins.int] revision_history_limit: The number of old ReplicaSets to retain to allow rollback. This is a pointer to distinguish between explicit zero and not specified. Defaults to 10.
|
|
1360
1359
|
:param pulumi.Input['DeploymentStrategyArgs'] strategy: The deployment strategy to use to replace existing pods with new ones.
|
|
1361
1360
|
"""
|
|
1362
1361
|
pulumi.set(__self__, "selector", selector)
|
|
@@ -1374,7 +1373,7 @@ class DeploymentSpecArgs:
|
|
|
1374
1373
|
if strategy is not None:
|
|
1375
1374
|
pulumi.set(__self__, "strategy", strategy)
|
|
1376
1375
|
|
|
1377
|
-
@property
|
|
1376
|
+
@_builtins.property
|
|
1378
1377
|
@pulumi.getter
|
|
1379
1378
|
def selector(self) -> pulumi.Input['_meta.v1.LabelSelectorArgs']:
|
|
1380
1379
|
"""
|
|
@@ -1386,7 +1385,7 @@ class DeploymentSpecArgs:
|
|
|
1386
1385
|
def selector(self, value: pulumi.Input['_meta.v1.LabelSelectorArgs']):
|
|
1387
1386
|
pulumi.set(self, "selector", value)
|
|
1388
1387
|
|
|
1389
|
-
@property
|
|
1388
|
+
@_builtins.property
|
|
1390
1389
|
@pulumi.getter
|
|
1391
1390
|
def template(self) -> pulumi.Input['_core.v1.PodTemplateSpecArgs']:
|
|
1392
1391
|
"""
|
|
@@ -1398,67 +1397,67 @@ class DeploymentSpecArgs:
|
|
|
1398
1397
|
def template(self, value: pulumi.Input['_core.v1.PodTemplateSpecArgs']):
|
|
1399
1398
|
pulumi.set(self, "template", value)
|
|
1400
1399
|
|
|
1401
|
-
@property
|
|
1400
|
+
@_builtins.property
|
|
1402
1401
|
@pulumi.getter(name="minReadySeconds")
|
|
1403
|
-
def min_ready_seconds(self) -> Optional[pulumi.Input[
|
|
1402
|
+
def min_ready_seconds(self) -> Optional[pulumi.Input[_builtins.int]]:
|
|
1404
1403
|
"""
|
|
1405
1404
|
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)
|
|
1406
1405
|
"""
|
|
1407
1406
|
return pulumi.get(self, "min_ready_seconds")
|
|
1408
1407
|
|
|
1409
1408
|
@min_ready_seconds.setter
|
|
1410
|
-
def min_ready_seconds(self, value: Optional[pulumi.Input[
|
|
1409
|
+
def min_ready_seconds(self, value: Optional[pulumi.Input[_builtins.int]]):
|
|
1411
1410
|
pulumi.set(self, "min_ready_seconds", value)
|
|
1412
1411
|
|
|
1413
|
-
@property
|
|
1412
|
+
@_builtins.property
|
|
1414
1413
|
@pulumi.getter
|
|
1415
|
-
def paused(self) -> Optional[pulumi.Input[
|
|
1414
|
+
def paused(self) -> Optional[pulumi.Input[_builtins.bool]]:
|
|
1416
1415
|
"""
|
|
1417
1416
|
Indicates that the deployment is paused.
|
|
1418
1417
|
"""
|
|
1419
1418
|
return pulumi.get(self, "paused")
|
|
1420
1419
|
|
|
1421
1420
|
@paused.setter
|
|
1422
|
-
def paused(self, value: Optional[pulumi.Input[
|
|
1421
|
+
def paused(self, value: Optional[pulumi.Input[_builtins.bool]]):
|
|
1423
1422
|
pulumi.set(self, "paused", value)
|
|
1424
1423
|
|
|
1425
|
-
@property
|
|
1424
|
+
@_builtins.property
|
|
1426
1425
|
@pulumi.getter(name="progressDeadlineSeconds")
|
|
1427
|
-
def progress_deadline_seconds(self) -> Optional[pulumi.Input[
|
|
1426
|
+
def progress_deadline_seconds(self) -> Optional[pulumi.Input[_builtins.int]]:
|
|
1428
1427
|
"""
|
|
1429
1428
|
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.
|
|
1430
1429
|
"""
|
|
1431
1430
|
return pulumi.get(self, "progress_deadline_seconds")
|
|
1432
1431
|
|
|
1433
1432
|
@progress_deadline_seconds.setter
|
|
1434
|
-
def progress_deadline_seconds(self, value: Optional[pulumi.Input[
|
|
1433
|
+
def progress_deadline_seconds(self, value: Optional[pulumi.Input[_builtins.int]]):
|
|
1435
1434
|
pulumi.set(self, "progress_deadline_seconds", value)
|
|
1436
1435
|
|
|
1437
|
-
@property
|
|
1436
|
+
@_builtins.property
|
|
1438
1437
|
@pulumi.getter
|
|
1439
|
-
def replicas(self) -> Optional[pulumi.Input[
|
|
1438
|
+
def replicas(self) -> Optional[pulumi.Input[_builtins.int]]:
|
|
1440
1439
|
"""
|
|
1441
1440
|
Number of desired pods. This is a pointer to distinguish between explicit zero and not specified. Defaults to 1.
|
|
1442
1441
|
"""
|
|
1443
1442
|
return pulumi.get(self, "replicas")
|
|
1444
1443
|
|
|
1445
1444
|
@replicas.setter
|
|
1446
|
-
def replicas(self, value: Optional[pulumi.Input[
|
|
1445
|
+
def replicas(self, value: Optional[pulumi.Input[_builtins.int]]):
|
|
1447
1446
|
pulumi.set(self, "replicas", value)
|
|
1448
1447
|
|
|
1449
|
-
@property
|
|
1448
|
+
@_builtins.property
|
|
1450
1449
|
@pulumi.getter(name="revisionHistoryLimit")
|
|
1451
|
-
def revision_history_limit(self) -> Optional[pulumi.Input[
|
|
1450
|
+
def revision_history_limit(self) -> Optional[pulumi.Input[_builtins.int]]:
|
|
1452
1451
|
"""
|
|
1453
1452
|
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.
|
|
1454
1453
|
"""
|
|
1455
1454
|
return pulumi.get(self, "revision_history_limit")
|
|
1456
1455
|
|
|
1457
1456
|
@revision_history_limit.setter
|
|
1458
|
-
def revision_history_limit(self, value: Optional[pulumi.Input[
|
|
1457
|
+
def revision_history_limit(self, value: Optional[pulumi.Input[_builtins.int]]):
|
|
1459
1458
|
pulumi.set(self, "revision_history_limit", value)
|
|
1460
1459
|
|
|
1461
|
-
@property
|
|
1460
|
+
@_builtins.property
|
|
1462
1461
|
@pulumi.getter
|
|
1463
1462
|
def strategy(self) -> Optional[pulumi.Input['DeploymentStrategyArgs']]:
|
|
1464
1463
|
"""
|
|
@@ -1476,11 +1475,11 @@ if not MYPY:
|
|
|
1476
1475
|
"""
|
|
1477
1476
|
DeploymentStatus is the most recently observed status of the Deployment.
|
|
1478
1477
|
"""
|
|
1479
|
-
available_replicas: NotRequired[pulumi.Input[
|
|
1478
|
+
available_replicas: NotRequired[pulumi.Input[_builtins.int]]
|
|
1480
1479
|
"""
|
|
1481
1480
|
Total number of available pods (ready for at least minReadySeconds) targeted by this deployment.
|
|
1482
1481
|
"""
|
|
1483
|
-
collision_count: NotRequired[pulumi.Input[
|
|
1482
|
+
collision_count: NotRequired[pulumi.Input[_builtins.int]]
|
|
1484
1483
|
"""
|
|
1485
1484
|
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.
|
|
1486
1485
|
"""
|
|
@@ -1488,23 +1487,23 @@ if not MYPY:
|
|
|
1488
1487
|
"""
|
|
1489
1488
|
Represents the latest available observations of a deployment's current state.
|
|
1490
1489
|
"""
|
|
1491
|
-
observed_generation: NotRequired[pulumi.Input[
|
|
1490
|
+
observed_generation: NotRequired[pulumi.Input[_builtins.int]]
|
|
1492
1491
|
"""
|
|
1493
1492
|
The generation observed by the deployment controller.
|
|
1494
1493
|
"""
|
|
1495
|
-
ready_replicas: NotRequired[pulumi.Input[
|
|
1494
|
+
ready_replicas: NotRequired[pulumi.Input[_builtins.int]]
|
|
1496
1495
|
"""
|
|
1497
1496
|
Total number of ready pods targeted by this deployment.
|
|
1498
1497
|
"""
|
|
1499
|
-
replicas: NotRequired[pulumi.Input[
|
|
1498
|
+
replicas: NotRequired[pulumi.Input[_builtins.int]]
|
|
1500
1499
|
"""
|
|
1501
1500
|
Total number of non-terminated pods targeted by this deployment (their labels match the selector).
|
|
1502
1501
|
"""
|
|
1503
|
-
unavailable_replicas: NotRequired[pulumi.Input[
|
|
1502
|
+
unavailable_replicas: NotRequired[pulumi.Input[_builtins.int]]
|
|
1504
1503
|
"""
|
|
1505
1504
|
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.
|
|
1506
1505
|
"""
|
|
1507
|
-
updated_replicas: NotRequired[pulumi.Input[
|
|
1506
|
+
updated_replicas: NotRequired[pulumi.Input[_builtins.int]]
|
|
1508
1507
|
"""
|
|
1509
1508
|
Total number of non-terminated pods targeted by this deployment that have the desired template spec.
|
|
1510
1509
|
"""
|
|
@@ -1514,24 +1513,24 @@ elif False:
|
|
|
1514
1513
|
@pulumi.input_type
|
|
1515
1514
|
class DeploymentStatusArgs:
|
|
1516
1515
|
def __init__(__self__, *,
|
|
1517
|
-
available_replicas: Optional[pulumi.Input[
|
|
1518
|
-
collision_count: Optional[pulumi.Input[
|
|
1516
|
+
available_replicas: Optional[pulumi.Input[_builtins.int]] = None,
|
|
1517
|
+
collision_count: Optional[pulumi.Input[_builtins.int]] = None,
|
|
1519
1518
|
conditions: Optional[pulumi.Input[Sequence[pulumi.Input['DeploymentConditionArgs']]]] = None,
|
|
1520
|
-
observed_generation: Optional[pulumi.Input[
|
|
1521
|
-
ready_replicas: Optional[pulumi.Input[
|
|
1522
|
-
replicas: Optional[pulumi.Input[
|
|
1523
|
-
unavailable_replicas: Optional[pulumi.Input[
|
|
1524
|
-
updated_replicas: Optional[pulumi.Input[
|
|
1519
|
+
observed_generation: Optional[pulumi.Input[_builtins.int]] = None,
|
|
1520
|
+
ready_replicas: Optional[pulumi.Input[_builtins.int]] = None,
|
|
1521
|
+
replicas: Optional[pulumi.Input[_builtins.int]] = None,
|
|
1522
|
+
unavailable_replicas: Optional[pulumi.Input[_builtins.int]] = None,
|
|
1523
|
+
updated_replicas: Optional[pulumi.Input[_builtins.int]] = None):
|
|
1525
1524
|
"""
|
|
1526
1525
|
DeploymentStatus is the most recently observed status of the Deployment.
|
|
1527
|
-
:param pulumi.Input[
|
|
1528
|
-
:param pulumi.Input[
|
|
1526
|
+
:param pulumi.Input[_builtins.int] available_replicas: Total number of available pods (ready for at least minReadySeconds) targeted by this deployment.
|
|
1527
|
+
:param pulumi.Input[_builtins.int] collision_count: Count of hash collisions for the Deployment. The Deployment controller uses this field as a collision avoidance mechanism when it needs to create the name for the newest ReplicaSet.
|
|
1529
1528
|
:param pulumi.Input[Sequence[pulumi.Input['DeploymentConditionArgs']]] conditions: Represents the latest available observations of a deployment's current state.
|
|
1530
|
-
:param pulumi.Input[
|
|
1531
|
-
:param pulumi.Input[
|
|
1532
|
-
:param pulumi.Input[
|
|
1533
|
-
:param pulumi.Input[
|
|
1534
|
-
:param pulumi.Input[
|
|
1529
|
+
:param pulumi.Input[_builtins.int] observed_generation: The generation observed by the deployment controller.
|
|
1530
|
+
:param pulumi.Input[_builtins.int] ready_replicas: Total number of ready pods targeted by this deployment.
|
|
1531
|
+
:param pulumi.Input[_builtins.int] replicas: Total number of non-terminated pods targeted by this deployment (their labels match the selector).
|
|
1532
|
+
:param pulumi.Input[_builtins.int] unavailable_replicas: Total number of unavailable pods targeted by this deployment. This is the total number of pods that are still required for the deployment to have 100% available capacity. They may either be pods that are running but not yet available or pods that still have not been created.
|
|
1533
|
+
:param pulumi.Input[_builtins.int] updated_replicas: Total number of non-terminated pods targeted by this deployment that have the desired template spec.
|
|
1535
1534
|
"""
|
|
1536
1535
|
if available_replicas is not None:
|
|
1537
1536
|
pulumi.set(__self__, "available_replicas", available_replicas)
|
|
@@ -1550,31 +1549,31 @@ class DeploymentStatusArgs:
|
|
|
1550
1549
|
if updated_replicas is not None:
|
|
1551
1550
|
pulumi.set(__self__, "updated_replicas", updated_replicas)
|
|
1552
1551
|
|
|
1553
|
-
@property
|
|
1552
|
+
@_builtins.property
|
|
1554
1553
|
@pulumi.getter(name="availableReplicas")
|
|
1555
|
-
def available_replicas(self) -> Optional[pulumi.Input[
|
|
1554
|
+
def available_replicas(self) -> Optional[pulumi.Input[_builtins.int]]:
|
|
1556
1555
|
"""
|
|
1557
1556
|
Total number of available pods (ready for at least minReadySeconds) targeted by this deployment.
|
|
1558
1557
|
"""
|
|
1559
1558
|
return pulumi.get(self, "available_replicas")
|
|
1560
1559
|
|
|
1561
1560
|
@available_replicas.setter
|
|
1562
|
-
def available_replicas(self, value: Optional[pulumi.Input[
|
|
1561
|
+
def available_replicas(self, value: Optional[pulumi.Input[_builtins.int]]):
|
|
1563
1562
|
pulumi.set(self, "available_replicas", value)
|
|
1564
1563
|
|
|
1565
|
-
@property
|
|
1564
|
+
@_builtins.property
|
|
1566
1565
|
@pulumi.getter(name="collisionCount")
|
|
1567
|
-
def collision_count(self) -> Optional[pulumi.Input[
|
|
1566
|
+
def collision_count(self) -> Optional[pulumi.Input[_builtins.int]]:
|
|
1568
1567
|
"""
|
|
1569
1568
|
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.
|
|
1570
1569
|
"""
|
|
1571
1570
|
return pulumi.get(self, "collision_count")
|
|
1572
1571
|
|
|
1573
1572
|
@collision_count.setter
|
|
1574
|
-
def collision_count(self, value: Optional[pulumi.Input[
|
|
1573
|
+
def collision_count(self, value: Optional[pulumi.Input[_builtins.int]]):
|
|
1575
1574
|
pulumi.set(self, "collision_count", value)
|
|
1576
1575
|
|
|
1577
|
-
@property
|
|
1576
|
+
@_builtins.property
|
|
1578
1577
|
@pulumi.getter
|
|
1579
1578
|
def conditions(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['DeploymentConditionArgs']]]]:
|
|
1580
1579
|
"""
|
|
@@ -1586,64 +1585,64 @@ class DeploymentStatusArgs:
|
|
|
1586
1585
|
def conditions(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['DeploymentConditionArgs']]]]):
|
|
1587
1586
|
pulumi.set(self, "conditions", value)
|
|
1588
1587
|
|
|
1589
|
-
@property
|
|
1588
|
+
@_builtins.property
|
|
1590
1589
|
@pulumi.getter(name="observedGeneration")
|
|
1591
|
-
def observed_generation(self) -> Optional[pulumi.Input[
|
|
1590
|
+
def observed_generation(self) -> Optional[pulumi.Input[_builtins.int]]:
|
|
1592
1591
|
"""
|
|
1593
1592
|
The generation observed by the deployment controller.
|
|
1594
1593
|
"""
|
|
1595
1594
|
return pulumi.get(self, "observed_generation")
|
|
1596
1595
|
|
|
1597
1596
|
@observed_generation.setter
|
|
1598
|
-
def observed_generation(self, value: Optional[pulumi.Input[
|
|
1597
|
+
def observed_generation(self, value: Optional[pulumi.Input[_builtins.int]]):
|
|
1599
1598
|
pulumi.set(self, "observed_generation", value)
|
|
1600
1599
|
|
|
1601
|
-
@property
|
|
1600
|
+
@_builtins.property
|
|
1602
1601
|
@pulumi.getter(name="readyReplicas")
|
|
1603
|
-
def ready_replicas(self) -> Optional[pulumi.Input[
|
|
1602
|
+
def ready_replicas(self) -> Optional[pulumi.Input[_builtins.int]]:
|
|
1604
1603
|
"""
|
|
1605
1604
|
Total number of ready pods targeted by this deployment.
|
|
1606
1605
|
"""
|
|
1607
1606
|
return pulumi.get(self, "ready_replicas")
|
|
1608
1607
|
|
|
1609
1608
|
@ready_replicas.setter
|
|
1610
|
-
def ready_replicas(self, value: Optional[pulumi.Input[
|
|
1609
|
+
def ready_replicas(self, value: Optional[pulumi.Input[_builtins.int]]):
|
|
1611
1610
|
pulumi.set(self, "ready_replicas", value)
|
|
1612
1611
|
|
|
1613
|
-
@property
|
|
1612
|
+
@_builtins.property
|
|
1614
1613
|
@pulumi.getter
|
|
1615
|
-
def replicas(self) -> Optional[pulumi.Input[
|
|
1614
|
+
def replicas(self) -> Optional[pulumi.Input[_builtins.int]]:
|
|
1616
1615
|
"""
|
|
1617
1616
|
Total number of non-terminated pods targeted by this deployment (their labels match the selector).
|
|
1618
1617
|
"""
|
|
1619
1618
|
return pulumi.get(self, "replicas")
|
|
1620
1619
|
|
|
1621
1620
|
@replicas.setter
|
|
1622
|
-
def replicas(self, value: Optional[pulumi.Input[
|
|
1621
|
+
def replicas(self, value: Optional[pulumi.Input[_builtins.int]]):
|
|
1623
1622
|
pulumi.set(self, "replicas", value)
|
|
1624
1623
|
|
|
1625
|
-
@property
|
|
1624
|
+
@_builtins.property
|
|
1626
1625
|
@pulumi.getter(name="unavailableReplicas")
|
|
1627
|
-
def unavailable_replicas(self) -> Optional[pulumi.Input[
|
|
1626
|
+
def unavailable_replicas(self) -> Optional[pulumi.Input[_builtins.int]]:
|
|
1628
1627
|
"""
|
|
1629
1628
|
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.
|
|
1630
1629
|
"""
|
|
1631
1630
|
return pulumi.get(self, "unavailable_replicas")
|
|
1632
1631
|
|
|
1633
1632
|
@unavailable_replicas.setter
|
|
1634
|
-
def unavailable_replicas(self, value: Optional[pulumi.Input[
|
|
1633
|
+
def unavailable_replicas(self, value: Optional[pulumi.Input[_builtins.int]]):
|
|
1635
1634
|
pulumi.set(self, "unavailable_replicas", value)
|
|
1636
1635
|
|
|
1637
|
-
@property
|
|
1636
|
+
@_builtins.property
|
|
1638
1637
|
@pulumi.getter(name="updatedReplicas")
|
|
1639
|
-
def updated_replicas(self) -> Optional[pulumi.Input[
|
|
1638
|
+
def updated_replicas(self) -> Optional[pulumi.Input[_builtins.int]]:
|
|
1640
1639
|
"""
|
|
1641
1640
|
Total number of non-terminated pods targeted by this deployment that have the desired template spec.
|
|
1642
1641
|
"""
|
|
1643
1642
|
return pulumi.get(self, "updated_replicas")
|
|
1644
1643
|
|
|
1645
1644
|
@updated_replicas.setter
|
|
1646
|
-
def updated_replicas(self, value: Optional[pulumi.Input[
|
|
1645
|
+
def updated_replicas(self, value: Optional[pulumi.Input[_builtins.int]]):
|
|
1647
1646
|
pulumi.set(self, "updated_replicas", value)
|
|
1648
1647
|
|
|
1649
1648
|
|
|
@@ -1656,7 +1655,7 @@ if not MYPY:
|
|
|
1656
1655
|
"""
|
|
1657
1656
|
Rolling update config params. Present only if DeploymentStrategyType = RollingUpdate.
|
|
1658
1657
|
"""
|
|
1659
|
-
type: NotRequired[pulumi.Input[
|
|
1658
|
+
type: NotRequired[pulumi.Input[_builtins.str]]
|
|
1660
1659
|
"""
|
|
1661
1660
|
Type of deployment. Can be "Recreate" or "RollingUpdate". Default is RollingUpdate.
|
|
1662
1661
|
"""
|
|
@@ -1667,18 +1666,18 @@ elif False:
|
|
|
1667
1666
|
class DeploymentStrategyPatchArgs:
|
|
1668
1667
|
def __init__(__self__, *,
|
|
1669
1668
|
rolling_update: Optional[pulumi.Input['RollingUpdateDeploymentPatchArgs']] = None,
|
|
1670
|
-
type: Optional[pulumi.Input[
|
|
1669
|
+
type: Optional[pulumi.Input[_builtins.str]] = None):
|
|
1671
1670
|
"""
|
|
1672
1671
|
DeploymentStrategy describes how to replace existing pods with new ones.
|
|
1673
1672
|
:param pulumi.Input['RollingUpdateDeploymentPatchArgs'] rolling_update: Rolling update config params. Present only if DeploymentStrategyType = RollingUpdate.
|
|
1674
|
-
:param pulumi.Input[
|
|
1673
|
+
:param pulumi.Input[_builtins.str] type: Type of deployment. Can be "Recreate" or "RollingUpdate". Default is RollingUpdate.
|
|
1675
1674
|
"""
|
|
1676
1675
|
if rolling_update is not None:
|
|
1677
1676
|
pulumi.set(__self__, "rolling_update", rolling_update)
|
|
1678
1677
|
if type is not None:
|
|
1679
1678
|
pulumi.set(__self__, "type", type)
|
|
1680
1679
|
|
|
1681
|
-
@property
|
|
1680
|
+
@_builtins.property
|
|
1682
1681
|
@pulumi.getter(name="rollingUpdate")
|
|
1683
1682
|
def rolling_update(self) -> Optional[pulumi.Input['RollingUpdateDeploymentPatchArgs']]:
|
|
1684
1683
|
"""
|
|
@@ -1690,16 +1689,16 @@ class DeploymentStrategyPatchArgs:
|
|
|
1690
1689
|
def rolling_update(self, value: Optional[pulumi.Input['RollingUpdateDeploymentPatchArgs']]):
|
|
1691
1690
|
pulumi.set(self, "rolling_update", value)
|
|
1692
1691
|
|
|
1693
|
-
@property
|
|
1692
|
+
@_builtins.property
|
|
1694
1693
|
@pulumi.getter
|
|
1695
|
-
def type(self) -> Optional[pulumi.Input[
|
|
1694
|
+
def type(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
1696
1695
|
"""
|
|
1697
1696
|
Type of deployment. Can be "Recreate" or "RollingUpdate". Default is RollingUpdate.
|
|
1698
1697
|
"""
|
|
1699
1698
|
return pulumi.get(self, "type")
|
|
1700
1699
|
|
|
1701
1700
|
@type.setter
|
|
1702
|
-
def type(self, value: Optional[pulumi.Input[
|
|
1701
|
+
def type(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
1703
1702
|
pulumi.set(self, "type", value)
|
|
1704
1703
|
|
|
1705
1704
|
|
|
@@ -1712,7 +1711,7 @@ if not MYPY:
|
|
|
1712
1711
|
"""
|
|
1713
1712
|
Rolling update config params. Present only if DeploymentStrategyType = RollingUpdate.
|
|
1714
1713
|
"""
|
|
1715
|
-
type: NotRequired[pulumi.Input[
|
|
1714
|
+
type: NotRequired[pulumi.Input[_builtins.str]]
|
|
1716
1715
|
"""
|
|
1717
1716
|
Type of deployment. Can be "Recreate" or "RollingUpdate". Default is RollingUpdate.
|
|
1718
1717
|
"""
|
|
@@ -1723,18 +1722,18 @@ elif False:
|
|
|
1723
1722
|
class DeploymentStrategyArgs:
|
|
1724
1723
|
def __init__(__self__, *,
|
|
1725
1724
|
rolling_update: Optional[pulumi.Input['RollingUpdateDeploymentArgs']] = None,
|
|
1726
|
-
type: Optional[pulumi.Input[
|
|
1725
|
+
type: Optional[pulumi.Input[_builtins.str]] = None):
|
|
1727
1726
|
"""
|
|
1728
1727
|
DeploymentStrategy describes how to replace existing pods with new ones.
|
|
1729
1728
|
:param pulumi.Input['RollingUpdateDeploymentArgs'] rolling_update: Rolling update config params. Present only if DeploymentStrategyType = RollingUpdate.
|
|
1730
|
-
:param pulumi.Input[
|
|
1729
|
+
:param pulumi.Input[_builtins.str] type: Type of deployment. Can be "Recreate" or "RollingUpdate". Default is RollingUpdate.
|
|
1731
1730
|
"""
|
|
1732
1731
|
if rolling_update is not None:
|
|
1733
1732
|
pulumi.set(__self__, "rolling_update", rolling_update)
|
|
1734
1733
|
if type is not None:
|
|
1735
1734
|
pulumi.set(__self__, "type", type)
|
|
1736
1735
|
|
|
1737
|
-
@property
|
|
1736
|
+
@_builtins.property
|
|
1738
1737
|
@pulumi.getter(name="rollingUpdate")
|
|
1739
1738
|
def rolling_update(self) -> Optional[pulumi.Input['RollingUpdateDeploymentArgs']]:
|
|
1740
1739
|
"""
|
|
@@ -1746,16 +1745,16 @@ class DeploymentStrategyArgs:
|
|
|
1746
1745
|
def rolling_update(self, value: Optional[pulumi.Input['RollingUpdateDeploymentArgs']]):
|
|
1747
1746
|
pulumi.set(self, "rolling_update", value)
|
|
1748
1747
|
|
|
1749
|
-
@property
|
|
1748
|
+
@_builtins.property
|
|
1750
1749
|
@pulumi.getter
|
|
1751
|
-
def type(self) -> Optional[pulumi.Input[
|
|
1750
|
+
def type(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
1752
1751
|
"""
|
|
1753
1752
|
Type of deployment. Can be "Recreate" or "RollingUpdate". Default is RollingUpdate.
|
|
1754
1753
|
"""
|
|
1755
1754
|
return pulumi.get(self, "type")
|
|
1756
1755
|
|
|
1757
1756
|
@type.setter
|
|
1758
|
-
def type(self, value: Optional[pulumi.Input[
|
|
1757
|
+
def type(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
1759
1758
|
pulumi.set(self, "type", value)
|
|
1760
1759
|
|
|
1761
1760
|
|
|
@@ -1786,11 +1785,11 @@ if not MYPY:
|
|
|
1786
1785
|
time out and mark the resource update as Failed. You can override the default timeout value
|
|
1787
1786
|
by setting the 'customTimeouts' option on the resource.
|
|
1788
1787
|
"""
|
|
1789
|
-
api_version: NotRequired[pulumi.Input[
|
|
1788
|
+
api_version: NotRequired[pulumi.Input[_builtins.str]]
|
|
1790
1789
|
"""
|
|
1791
1790
|
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
|
|
1792
1791
|
"""
|
|
1793
|
-
kind: NotRequired[pulumi.Input[
|
|
1792
|
+
kind: NotRequired[pulumi.Input[_builtins.str]]
|
|
1794
1793
|
"""
|
|
1795
1794
|
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
|
|
1796
1795
|
"""
|
|
@@ -1812,8 +1811,8 @@ elif False:
|
|
|
1812
1811
|
@pulumi.input_type
|
|
1813
1812
|
class DeploymentArgs:
|
|
1814
1813
|
def __init__(__self__, *,
|
|
1815
|
-
api_version: Optional[pulumi.Input[
|
|
1816
|
-
kind: Optional[pulumi.Input[
|
|
1814
|
+
api_version: Optional[pulumi.Input[_builtins.str]] = None,
|
|
1815
|
+
kind: Optional[pulumi.Input[_builtins.str]] = None,
|
|
1817
1816
|
metadata: Optional[pulumi.Input['_meta.v1.ObjectMetaArgs']] = None,
|
|
1818
1817
|
spec: Optional[pulumi.Input['DeploymentSpecArgs']] = None,
|
|
1819
1818
|
status: Optional[pulumi.Input['DeploymentStatusArgs']] = None):
|
|
@@ -1841,8 +1840,8 @@ class DeploymentArgs:
|
|
|
1841
1840
|
If the Deployment has not reached a Ready state after 10 minutes, it will
|
|
1842
1841
|
time out and mark the resource update as Failed. You can override the default timeout value
|
|
1843
1842
|
by setting the 'customTimeouts' option on the resource.
|
|
1844
|
-
:param pulumi.Input[
|
|
1845
|
-
:param pulumi.Input[
|
|
1843
|
+
:param pulumi.Input[_builtins.str] api_version: APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources
|
|
1844
|
+
:param pulumi.Input[_builtins.str] kind: Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds
|
|
1846
1845
|
:param pulumi.Input['_meta.v1.ObjectMetaArgs'] metadata: Standard object metadata.
|
|
1847
1846
|
:param pulumi.Input['DeploymentSpecArgs'] spec: Specification of the desired behavior of the Deployment.
|
|
1848
1847
|
:param pulumi.Input['DeploymentStatusArgs'] status: Most recently observed status of the Deployment.
|
|
@@ -1858,31 +1857,31 @@ class DeploymentArgs:
|
|
|
1858
1857
|
if status is not None:
|
|
1859
1858
|
pulumi.set(__self__, "status", status)
|
|
1860
1859
|
|
|
1861
|
-
@property
|
|
1860
|
+
@_builtins.property
|
|
1862
1861
|
@pulumi.getter(name="apiVersion")
|
|
1863
|
-
def api_version(self) -> Optional[pulumi.Input[
|
|
1862
|
+
def api_version(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
1864
1863
|
"""
|
|
1865
1864
|
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
|
|
1866
1865
|
"""
|
|
1867
1866
|
return pulumi.get(self, "api_version")
|
|
1868
1867
|
|
|
1869
1868
|
@api_version.setter
|
|
1870
|
-
def api_version(self, value: Optional[pulumi.Input[
|
|
1869
|
+
def api_version(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
1871
1870
|
pulumi.set(self, "api_version", value)
|
|
1872
1871
|
|
|
1873
|
-
@property
|
|
1872
|
+
@_builtins.property
|
|
1874
1873
|
@pulumi.getter
|
|
1875
|
-
def kind(self) -> Optional[pulumi.Input[
|
|
1874
|
+
def kind(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
1876
1875
|
"""
|
|
1877
1876
|
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
|
|
1878
1877
|
"""
|
|
1879
1878
|
return pulumi.get(self, "kind")
|
|
1880
1879
|
|
|
1881
1880
|
@kind.setter
|
|
1882
|
-
def kind(self, value: Optional[pulumi.Input[
|
|
1881
|
+
def kind(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
1883
1882
|
pulumi.set(self, "kind", value)
|
|
1884
1883
|
|
|
1885
|
-
@property
|
|
1884
|
+
@_builtins.property
|
|
1886
1885
|
@pulumi.getter
|
|
1887
1886
|
def metadata(self) -> Optional[pulumi.Input['_meta.v1.ObjectMetaArgs']]:
|
|
1888
1887
|
"""
|
|
@@ -1894,7 +1893,7 @@ class DeploymentArgs:
|
|
|
1894
1893
|
def metadata(self, value: Optional[pulumi.Input['_meta.v1.ObjectMetaArgs']]):
|
|
1895
1894
|
pulumi.set(self, "metadata", value)
|
|
1896
1895
|
|
|
1897
|
-
@property
|
|
1896
|
+
@_builtins.property
|
|
1898
1897
|
@pulumi.getter
|
|
1899
1898
|
def spec(self) -> Optional[pulumi.Input['DeploymentSpecArgs']]:
|
|
1900
1899
|
"""
|
|
@@ -1906,7 +1905,7 @@ class DeploymentArgs:
|
|
|
1906
1905
|
def spec(self, value: Optional[pulumi.Input['DeploymentSpecArgs']]):
|
|
1907
1906
|
pulumi.set(self, "spec", value)
|
|
1908
1907
|
|
|
1909
|
-
@property
|
|
1908
|
+
@_builtins.property
|
|
1910
1909
|
@pulumi.getter
|
|
1911
1910
|
def status(self) -> Optional[pulumi.Input['DeploymentStatusArgs']]:
|
|
1912
1911
|
"""
|
|
@@ -1924,23 +1923,23 @@ if not MYPY:
|
|
|
1924
1923
|
"""
|
|
1925
1924
|
ReplicaSetCondition describes the state of a replica set at a certain point.
|
|
1926
1925
|
"""
|
|
1927
|
-
status: pulumi.Input[
|
|
1926
|
+
status: pulumi.Input[_builtins.str]
|
|
1928
1927
|
"""
|
|
1929
1928
|
Status of the condition, one of True, False, Unknown.
|
|
1930
1929
|
"""
|
|
1931
|
-
type: pulumi.Input[
|
|
1930
|
+
type: pulumi.Input[_builtins.str]
|
|
1932
1931
|
"""
|
|
1933
1932
|
Type of replica set condition.
|
|
1934
1933
|
"""
|
|
1935
|
-
last_transition_time: NotRequired[pulumi.Input[
|
|
1934
|
+
last_transition_time: NotRequired[pulumi.Input[_builtins.str]]
|
|
1936
1935
|
"""
|
|
1937
1936
|
The last time the condition transitioned from one status to another.
|
|
1938
1937
|
"""
|
|
1939
|
-
message: NotRequired[pulumi.Input[
|
|
1938
|
+
message: NotRequired[pulumi.Input[_builtins.str]]
|
|
1940
1939
|
"""
|
|
1941
1940
|
A human readable message indicating details about the transition.
|
|
1942
1941
|
"""
|
|
1943
|
-
reason: NotRequired[pulumi.Input[
|
|
1942
|
+
reason: NotRequired[pulumi.Input[_builtins.str]]
|
|
1944
1943
|
"""
|
|
1945
1944
|
The reason for the condition's last transition.
|
|
1946
1945
|
"""
|
|
@@ -1950,18 +1949,18 @@ elif False:
|
|
|
1950
1949
|
@pulumi.input_type
|
|
1951
1950
|
class ReplicaSetConditionArgs:
|
|
1952
1951
|
def __init__(__self__, *,
|
|
1953
|
-
status: pulumi.Input[
|
|
1954
|
-
type: pulumi.Input[
|
|
1955
|
-
last_transition_time: Optional[pulumi.Input[
|
|
1956
|
-
message: Optional[pulumi.Input[
|
|
1957
|
-
reason: Optional[pulumi.Input[
|
|
1952
|
+
status: pulumi.Input[_builtins.str],
|
|
1953
|
+
type: pulumi.Input[_builtins.str],
|
|
1954
|
+
last_transition_time: Optional[pulumi.Input[_builtins.str]] = None,
|
|
1955
|
+
message: Optional[pulumi.Input[_builtins.str]] = None,
|
|
1956
|
+
reason: Optional[pulumi.Input[_builtins.str]] = None):
|
|
1958
1957
|
"""
|
|
1959
1958
|
ReplicaSetCondition describes the state of a replica set at a certain point.
|
|
1960
|
-
:param pulumi.Input[
|
|
1961
|
-
:param pulumi.Input[
|
|
1962
|
-
:param pulumi.Input[
|
|
1963
|
-
:param pulumi.Input[
|
|
1964
|
-
:param pulumi.Input[
|
|
1959
|
+
:param pulumi.Input[_builtins.str] status: Status of the condition, one of True, False, Unknown.
|
|
1960
|
+
:param pulumi.Input[_builtins.str] type: Type of replica set condition.
|
|
1961
|
+
:param pulumi.Input[_builtins.str] last_transition_time: The last time the condition transitioned from one status to another.
|
|
1962
|
+
:param pulumi.Input[_builtins.str] message: A human readable message indicating details about the transition.
|
|
1963
|
+
:param pulumi.Input[_builtins.str] reason: The reason for the condition's last transition.
|
|
1965
1964
|
"""
|
|
1966
1965
|
pulumi.set(__self__, "status", status)
|
|
1967
1966
|
pulumi.set(__self__, "type", type)
|
|
@@ -1972,64 +1971,64 @@ class ReplicaSetConditionArgs:
|
|
|
1972
1971
|
if reason is not None:
|
|
1973
1972
|
pulumi.set(__self__, "reason", reason)
|
|
1974
1973
|
|
|
1975
|
-
@property
|
|
1974
|
+
@_builtins.property
|
|
1976
1975
|
@pulumi.getter
|
|
1977
|
-
def status(self) -> pulumi.Input[
|
|
1976
|
+
def status(self) -> pulumi.Input[_builtins.str]:
|
|
1978
1977
|
"""
|
|
1979
1978
|
Status of the condition, one of True, False, Unknown.
|
|
1980
1979
|
"""
|
|
1981
1980
|
return pulumi.get(self, "status")
|
|
1982
1981
|
|
|
1983
1982
|
@status.setter
|
|
1984
|
-
def status(self, value: pulumi.Input[
|
|
1983
|
+
def status(self, value: pulumi.Input[_builtins.str]):
|
|
1985
1984
|
pulumi.set(self, "status", value)
|
|
1986
1985
|
|
|
1987
|
-
@property
|
|
1986
|
+
@_builtins.property
|
|
1988
1987
|
@pulumi.getter
|
|
1989
|
-
def type(self) -> pulumi.Input[
|
|
1988
|
+
def type(self) -> pulumi.Input[_builtins.str]:
|
|
1990
1989
|
"""
|
|
1991
1990
|
Type of replica set condition.
|
|
1992
1991
|
"""
|
|
1993
1992
|
return pulumi.get(self, "type")
|
|
1994
1993
|
|
|
1995
1994
|
@type.setter
|
|
1996
|
-
def type(self, value: pulumi.Input[
|
|
1995
|
+
def type(self, value: pulumi.Input[_builtins.str]):
|
|
1997
1996
|
pulumi.set(self, "type", value)
|
|
1998
1997
|
|
|
1999
|
-
@property
|
|
1998
|
+
@_builtins.property
|
|
2000
1999
|
@pulumi.getter(name="lastTransitionTime")
|
|
2001
|
-
def last_transition_time(self) -> Optional[pulumi.Input[
|
|
2000
|
+
def last_transition_time(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
2002
2001
|
"""
|
|
2003
2002
|
The last time the condition transitioned from one status to another.
|
|
2004
2003
|
"""
|
|
2005
2004
|
return pulumi.get(self, "last_transition_time")
|
|
2006
2005
|
|
|
2007
2006
|
@last_transition_time.setter
|
|
2008
|
-
def last_transition_time(self, value: Optional[pulumi.Input[
|
|
2007
|
+
def last_transition_time(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
2009
2008
|
pulumi.set(self, "last_transition_time", value)
|
|
2010
2009
|
|
|
2011
|
-
@property
|
|
2010
|
+
@_builtins.property
|
|
2012
2011
|
@pulumi.getter
|
|
2013
|
-
def message(self) -> Optional[pulumi.Input[
|
|
2012
|
+
def message(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
2014
2013
|
"""
|
|
2015
2014
|
A human readable message indicating details about the transition.
|
|
2016
2015
|
"""
|
|
2017
2016
|
return pulumi.get(self, "message")
|
|
2018
2017
|
|
|
2019
2018
|
@message.setter
|
|
2020
|
-
def message(self, value: Optional[pulumi.Input[
|
|
2019
|
+
def message(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
2021
2020
|
pulumi.set(self, "message", value)
|
|
2022
2021
|
|
|
2023
|
-
@property
|
|
2022
|
+
@_builtins.property
|
|
2024
2023
|
@pulumi.getter
|
|
2025
|
-
def reason(self) -> Optional[pulumi.Input[
|
|
2024
|
+
def reason(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
2026
2025
|
"""
|
|
2027
2026
|
The reason for the condition's last transition.
|
|
2028
2027
|
"""
|
|
2029
2028
|
return pulumi.get(self, "reason")
|
|
2030
2029
|
|
|
2031
2030
|
@reason.setter
|
|
2032
|
-
def reason(self, value: Optional[pulumi.Input[
|
|
2031
|
+
def reason(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
2033
2032
|
pulumi.set(self, "reason", value)
|
|
2034
2033
|
|
|
2035
2034
|
|
|
@@ -2038,11 +2037,11 @@ if not MYPY:
|
|
|
2038
2037
|
"""
|
|
2039
2038
|
ReplicaSetSpec is the specification of a ReplicaSet.
|
|
2040
2039
|
"""
|
|
2041
|
-
min_ready_seconds: NotRequired[pulumi.Input[
|
|
2040
|
+
min_ready_seconds: NotRequired[pulumi.Input[_builtins.int]]
|
|
2042
2041
|
"""
|
|
2043
2042
|
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)
|
|
2044
2043
|
"""
|
|
2045
|
-
replicas: NotRequired[pulumi.Input[
|
|
2044
|
+
replicas: NotRequired[pulumi.Input[_builtins.int]]
|
|
2046
2045
|
"""
|
|
2047
2046
|
Replicas is the number of desired replicas. This is a pointer to distinguish between explicit zero and unspecified. Defaults to 1. More info: https://kubernetes.io/docs/concepts/workloads/controllers/replicationcontroller/#what-is-a-replicationcontroller
|
|
2048
2047
|
"""
|
|
@@ -2060,14 +2059,14 @@ elif False:
|
|
|
2060
2059
|
@pulumi.input_type
|
|
2061
2060
|
class ReplicaSetSpecPatchArgs:
|
|
2062
2061
|
def __init__(__self__, *,
|
|
2063
|
-
min_ready_seconds: Optional[pulumi.Input[
|
|
2064
|
-
replicas: Optional[pulumi.Input[
|
|
2062
|
+
min_ready_seconds: Optional[pulumi.Input[_builtins.int]] = None,
|
|
2063
|
+
replicas: Optional[pulumi.Input[_builtins.int]] = None,
|
|
2065
2064
|
selector: Optional[pulumi.Input['_meta.v1.LabelSelectorPatchArgs']] = None,
|
|
2066
2065
|
template: Optional[pulumi.Input['_core.v1.PodTemplateSpecPatchArgs']] = None):
|
|
2067
2066
|
"""
|
|
2068
2067
|
ReplicaSetSpec is the specification of a ReplicaSet.
|
|
2069
|
-
:param pulumi.Input[
|
|
2070
|
-
:param pulumi.Input[
|
|
2068
|
+
:param pulumi.Input[_builtins.int] min_ready_seconds: Minimum number of seconds for which a newly created pod should be ready without any of its container crashing, for it to be considered available. Defaults to 0 (pod will be considered available as soon as it is ready)
|
|
2069
|
+
:param pulumi.Input[_builtins.int] replicas: Replicas is the number of desired replicas. This is a pointer to distinguish between explicit zero and unspecified. Defaults to 1. More info: https://kubernetes.io/docs/concepts/workloads/controllers/replicationcontroller/#what-is-a-replicationcontroller
|
|
2071
2070
|
:param pulumi.Input['_meta.v1.LabelSelectorPatchArgs'] selector: Selector is a label query over pods that should match the replica count. Label keys and values that must match in order to be controlled by this replica set. It must match the pod template's labels. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/labels/#label-selectors
|
|
2072
2071
|
:param pulumi.Input['_core.v1.PodTemplateSpecPatchArgs'] template: Template is the object that describes the pod that will be created if insufficient replicas are detected. More info: https://kubernetes.io/docs/concepts/workloads/controllers/replicationcontroller#pod-template
|
|
2073
2072
|
"""
|
|
@@ -2080,31 +2079,31 @@ class ReplicaSetSpecPatchArgs:
|
|
|
2080
2079
|
if template is not None:
|
|
2081
2080
|
pulumi.set(__self__, "template", template)
|
|
2082
2081
|
|
|
2083
|
-
@property
|
|
2082
|
+
@_builtins.property
|
|
2084
2083
|
@pulumi.getter(name="minReadySeconds")
|
|
2085
|
-
def min_ready_seconds(self) -> Optional[pulumi.Input[
|
|
2084
|
+
def min_ready_seconds(self) -> Optional[pulumi.Input[_builtins.int]]:
|
|
2086
2085
|
"""
|
|
2087
2086
|
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)
|
|
2088
2087
|
"""
|
|
2089
2088
|
return pulumi.get(self, "min_ready_seconds")
|
|
2090
2089
|
|
|
2091
2090
|
@min_ready_seconds.setter
|
|
2092
|
-
def min_ready_seconds(self, value: Optional[pulumi.Input[
|
|
2091
|
+
def min_ready_seconds(self, value: Optional[pulumi.Input[_builtins.int]]):
|
|
2093
2092
|
pulumi.set(self, "min_ready_seconds", value)
|
|
2094
2093
|
|
|
2095
|
-
@property
|
|
2094
|
+
@_builtins.property
|
|
2096
2095
|
@pulumi.getter
|
|
2097
|
-
def replicas(self) -> Optional[pulumi.Input[
|
|
2096
|
+
def replicas(self) -> Optional[pulumi.Input[_builtins.int]]:
|
|
2098
2097
|
"""
|
|
2099
2098
|
Replicas is the number of desired replicas. This is a pointer to distinguish between explicit zero and unspecified. Defaults to 1. More info: https://kubernetes.io/docs/concepts/workloads/controllers/replicationcontroller/#what-is-a-replicationcontroller
|
|
2100
2099
|
"""
|
|
2101
2100
|
return pulumi.get(self, "replicas")
|
|
2102
2101
|
|
|
2103
2102
|
@replicas.setter
|
|
2104
|
-
def replicas(self, value: Optional[pulumi.Input[
|
|
2103
|
+
def replicas(self, value: Optional[pulumi.Input[_builtins.int]]):
|
|
2105
2104
|
pulumi.set(self, "replicas", value)
|
|
2106
2105
|
|
|
2107
|
-
@property
|
|
2106
|
+
@_builtins.property
|
|
2108
2107
|
@pulumi.getter
|
|
2109
2108
|
def selector(self) -> Optional[pulumi.Input['_meta.v1.LabelSelectorPatchArgs']]:
|
|
2110
2109
|
"""
|
|
@@ -2116,7 +2115,7 @@ class ReplicaSetSpecPatchArgs:
|
|
|
2116
2115
|
def selector(self, value: Optional[pulumi.Input['_meta.v1.LabelSelectorPatchArgs']]):
|
|
2117
2116
|
pulumi.set(self, "selector", value)
|
|
2118
2117
|
|
|
2119
|
-
@property
|
|
2118
|
+
@_builtins.property
|
|
2120
2119
|
@pulumi.getter
|
|
2121
2120
|
def template(self) -> Optional[pulumi.Input['_core.v1.PodTemplateSpecPatchArgs']]:
|
|
2122
2121
|
"""
|
|
@@ -2138,11 +2137,11 @@ if not MYPY:
|
|
|
2138
2137
|
"""
|
|
2139
2138
|
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
|
|
2140
2139
|
"""
|
|
2141
|
-
min_ready_seconds: NotRequired[pulumi.Input[
|
|
2140
|
+
min_ready_seconds: NotRequired[pulumi.Input[_builtins.int]]
|
|
2142
2141
|
"""
|
|
2143
2142
|
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)
|
|
2144
2143
|
"""
|
|
2145
|
-
replicas: NotRequired[pulumi.Input[
|
|
2144
|
+
replicas: NotRequired[pulumi.Input[_builtins.int]]
|
|
2146
2145
|
"""
|
|
2147
2146
|
Replicas is the number of desired replicas. This is a pointer to distinguish between explicit zero and unspecified. Defaults to 1. More info: https://kubernetes.io/docs/concepts/workloads/controllers/replicationcontroller/#what-is-a-replicationcontroller
|
|
2148
2147
|
"""
|
|
@@ -2157,14 +2156,14 @@ elif False:
|
|
|
2157
2156
|
class ReplicaSetSpecArgs:
|
|
2158
2157
|
def __init__(__self__, *,
|
|
2159
2158
|
selector: pulumi.Input['_meta.v1.LabelSelectorArgs'],
|
|
2160
|
-
min_ready_seconds: Optional[pulumi.Input[
|
|
2161
|
-
replicas: Optional[pulumi.Input[
|
|
2159
|
+
min_ready_seconds: Optional[pulumi.Input[_builtins.int]] = None,
|
|
2160
|
+
replicas: Optional[pulumi.Input[_builtins.int]] = None,
|
|
2162
2161
|
template: Optional[pulumi.Input['_core.v1.PodTemplateSpecArgs']] = None):
|
|
2163
2162
|
"""
|
|
2164
2163
|
ReplicaSetSpec is the specification of a ReplicaSet.
|
|
2165
2164
|
:param pulumi.Input['_meta.v1.LabelSelectorArgs'] selector: Selector is a label query over pods that should match the replica count. Label keys and values that must match in order to be controlled by this replica set. It must match the pod template's labels. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/labels/#label-selectors
|
|
2166
|
-
:param pulumi.Input[
|
|
2167
|
-
:param pulumi.Input[
|
|
2165
|
+
:param pulumi.Input[_builtins.int] min_ready_seconds: Minimum number of seconds for which a newly created pod should be ready without any of its container crashing, for it to be considered available. Defaults to 0 (pod will be considered available as soon as it is ready)
|
|
2166
|
+
:param pulumi.Input[_builtins.int] replicas: Replicas is the number of desired replicas. This is a pointer to distinguish between explicit zero and unspecified. Defaults to 1. More info: https://kubernetes.io/docs/concepts/workloads/controllers/replicationcontroller/#what-is-a-replicationcontroller
|
|
2168
2167
|
:param pulumi.Input['_core.v1.PodTemplateSpecArgs'] template: Template is the object that describes the pod that will be created if insufficient replicas are detected. More info: https://kubernetes.io/docs/concepts/workloads/controllers/replicationcontroller#pod-template
|
|
2169
2168
|
"""
|
|
2170
2169
|
pulumi.set(__self__, "selector", selector)
|
|
@@ -2175,7 +2174,7 @@ class ReplicaSetSpecArgs:
|
|
|
2175
2174
|
if template is not None:
|
|
2176
2175
|
pulumi.set(__self__, "template", template)
|
|
2177
2176
|
|
|
2178
|
-
@property
|
|
2177
|
+
@_builtins.property
|
|
2179
2178
|
@pulumi.getter
|
|
2180
2179
|
def selector(self) -> pulumi.Input['_meta.v1.LabelSelectorArgs']:
|
|
2181
2180
|
"""
|
|
@@ -2187,31 +2186,31 @@ class ReplicaSetSpecArgs:
|
|
|
2187
2186
|
def selector(self, value: pulumi.Input['_meta.v1.LabelSelectorArgs']):
|
|
2188
2187
|
pulumi.set(self, "selector", value)
|
|
2189
2188
|
|
|
2190
|
-
@property
|
|
2189
|
+
@_builtins.property
|
|
2191
2190
|
@pulumi.getter(name="minReadySeconds")
|
|
2192
|
-
def min_ready_seconds(self) -> Optional[pulumi.Input[
|
|
2191
|
+
def min_ready_seconds(self) -> Optional[pulumi.Input[_builtins.int]]:
|
|
2193
2192
|
"""
|
|
2194
2193
|
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)
|
|
2195
2194
|
"""
|
|
2196
2195
|
return pulumi.get(self, "min_ready_seconds")
|
|
2197
2196
|
|
|
2198
2197
|
@min_ready_seconds.setter
|
|
2199
|
-
def min_ready_seconds(self, value: Optional[pulumi.Input[
|
|
2198
|
+
def min_ready_seconds(self, value: Optional[pulumi.Input[_builtins.int]]):
|
|
2200
2199
|
pulumi.set(self, "min_ready_seconds", value)
|
|
2201
2200
|
|
|
2202
|
-
@property
|
|
2201
|
+
@_builtins.property
|
|
2203
2202
|
@pulumi.getter
|
|
2204
|
-
def replicas(self) -> Optional[pulumi.Input[
|
|
2203
|
+
def replicas(self) -> Optional[pulumi.Input[_builtins.int]]:
|
|
2205
2204
|
"""
|
|
2206
2205
|
Replicas is the number of desired replicas. This is a pointer to distinguish between explicit zero and unspecified. Defaults to 1. More info: https://kubernetes.io/docs/concepts/workloads/controllers/replicationcontroller/#what-is-a-replicationcontroller
|
|
2207
2206
|
"""
|
|
2208
2207
|
return pulumi.get(self, "replicas")
|
|
2209
2208
|
|
|
2210
2209
|
@replicas.setter
|
|
2211
|
-
def replicas(self, value: Optional[pulumi.Input[
|
|
2210
|
+
def replicas(self, value: Optional[pulumi.Input[_builtins.int]]):
|
|
2212
2211
|
pulumi.set(self, "replicas", value)
|
|
2213
2212
|
|
|
2214
|
-
@property
|
|
2213
|
+
@_builtins.property
|
|
2215
2214
|
@pulumi.getter
|
|
2216
2215
|
def template(self) -> Optional[pulumi.Input['_core.v1.PodTemplateSpecArgs']]:
|
|
2217
2216
|
"""
|
|
@@ -2229,11 +2228,11 @@ if not MYPY:
|
|
|
2229
2228
|
"""
|
|
2230
2229
|
ReplicaSetStatus represents the current status of a ReplicaSet.
|
|
2231
2230
|
"""
|
|
2232
|
-
replicas: pulumi.Input[
|
|
2231
|
+
replicas: pulumi.Input[_builtins.int]
|
|
2233
2232
|
"""
|
|
2234
2233
|
Replicas is the most recently oberved number of replicas. More info: https://kubernetes.io/docs/concepts/workloads/controllers/replicationcontroller/#what-is-a-replicationcontroller
|
|
2235
2234
|
"""
|
|
2236
|
-
available_replicas: NotRequired[pulumi.Input[
|
|
2235
|
+
available_replicas: NotRequired[pulumi.Input[_builtins.int]]
|
|
2237
2236
|
"""
|
|
2238
2237
|
The number of available replicas (ready for at least minReadySeconds) for this replica set.
|
|
2239
2238
|
"""
|
|
@@ -2241,15 +2240,15 @@ if not MYPY:
|
|
|
2241
2240
|
"""
|
|
2242
2241
|
Represents the latest available observations of a replica set's current state.
|
|
2243
2242
|
"""
|
|
2244
|
-
fully_labeled_replicas: NotRequired[pulumi.Input[
|
|
2243
|
+
fully_labeled_replicas: NotRequired[pulumi.Input[_builtins.int]]
|
|
2245
2244
|
"""
|
|
2246
2245
|
The number of pods that have labels matching the labels of the pod template of the replicaset.
|
|
2247
2246
|
"""
|
|
2248
|
-
observed_generation: NotRequired[pulumi.Input[
|
|
2247
|
+
observed_generation: NotRequired[pulumi.Input[_builtins.int]]
|
|
2249
2248
|
"""
|
|
2250
2249
|
ObservedGeneration reflects the generation of the most recently observed ReplicaSet.
|
|
2251
2250
|
"""
|
|
2252
|
-
ready_replicas: NotRequired[pulumi.Input[
|
|
2251
|
+
ready_replicas: NotRequired[pulumi.Input[_builtins.int]]
|
|
2253
2252
|
"""
|
|
2254
2253
|
The number of ready replicas for this replica set.
|
|
2255
2254
|
"""
|
|
@@ -2259,20 +2258,20 @@ elif False:
|
|
|
2259
2258
|
@pulumi.input_type
|
|
2260
2259
|
class ReplicaSetStatusArgs:
|
|
2261
2260
|
def __init__(__self__, *,
|
|
2262
|
-
replicas: pulumi.Input[
|
|
2263
|
-
available_replicas: Optional[pulumi.Input[
|
|
2261
|
+
replicas: pulumi.Input[_builtins.int],
|
|
2262
|
+
available_replicas: Optional[pulumi.Input[_builtins.int]] = None,
|
|
2264
2263
|
conditions: Optional[pulumi.Input[Sequence[pulumi.Input['ReplicaSetConditionArgs']]]] = None,
|
|
2265
|
-
fully_labeled_replicas: Optional[pulumi.Input[
|
|
2266
|
-
observed_generation: Optional[pulumi.Input[
|
|
2267
|
-
ready_replicas: Optional[pulumi.Input[
|
|
2264
|
+
fully_labeled_replicas: Optional[pulumi.Input[_builtins.int]] = None,
|
|
2265
|
+
observed_generation: Optional[pulumi.Input[_builtins.int]] = None,
|
|
2266
|
+
ready_replicas: Optional[pulumi.Input[_builtins.int]] = None):
|
|
2268
2267
|
"""
|
|
2269
2268
|
ReplicaSetStatus represents the current status of a ReplicaSet.
|
|
2270
|
-
:param pulumi.Input[
|
|
2271
|
-
:param pulumi.Input[
|
|
2269
|
+
:param pulumi.Input[_builtins.int] replicas: Replicas is the most recently oberved number of replicas. More info: https://kubernetes.io/docs/concepts/workloads/controllers/replicationcontroller/#what-is-a-replicationcontroller
|
|
2270
|
+
:param pulumi.Input[_builtins.int] available_replicas: The number of available replicas (ready for at least minReadySeconds) for this replica set.
|
|
2272
2271
|
:param pulumi.Input[Sequence[pulumi.Input['ReplicaSetConditionArgs']]] conditions: Represents the latest available observations of a replica set's current state.
|
|
2273
|
-
:param pulumi.Input[
|
|
2274
|
-
:param pulumi.Input[
|
|
2275
|
-
:param pulumi.Input[
|
|
2272
|
+
:param pulumi.Input[_builtins.int] fully_labeled_replicas: The number of pods that have labels matching the labels of the pod template of the replicaset.
|
|
2273
|
+
:param pulumi.Input[_builtins.int] observed_generation: ObservedGeneration reflects the generation of the most recently observed ReplicaSet.
|
|
2274
|
+
:param pulumi.Input[_builtins.int] ready_replicas: The number of ready replicas for this replica set.
|
|
2276
2275
|
"""
|
|
2277
2276
|
pulumi.set(__self__, "replicas", replicas)
|
|
2278
2277
|
if available_replicas is not None:
|
|
@@ -2286,31 +2285,31 @@ class ReplicaSetStatusArgs:
|
|
|
2286
2285
|
if ready_replicas is not None:
|
|
2287
2286
|
pulumi.set(__self__, "ready_replicas", ready_replicas)
|
|
2288
2287
|
|
|
2289
|
-
@property
|
|
2288
|
+
@_builtins.property
|
|
2290
2289
|
@pulumi.getter
|
|
2291
|
-
def replicas(self) -> pulumi.Input[
|
|
2290
|
+
def replicas(self) -> pulumi.Input[_builtins.int]:
|
|
2292
2291
|
"""
|
|
2293
2292
|
Replicas is the most recently oberved number of replicas. More info: https://kubernetes.io/docs/concepts/workloads/controllers/replicationcontroller/#what-is-a-replicationcontroller
|
|
2294
2293
|
"""
|
|
2295
2294
|
return pulumi.get(self, "replicas")
|
|
2296
2295
|
|
|
2297
2296
|
@replicas.setter
|
|
2298
|
-
def replicas(self, value: pulumi.Input[
|
|
2297
|
+
def replicas(self, value: pulumi.Input[_builtins.int]):
|
|
2299
2298
|
pulumi.set(self, "replicas", value)
|
|
2300
2299
|
|
|
2301
|
-
@property
|
|
2300
|
+
@_builtins.property
|
|
2302
2301
|
@pulumi.getter(name="availableReplicas")
|
|
2303
|
-
def available_replicas(self) -> Optional[pulumi.Input[
|
|
2302
|
+
def available_replicas(self) -> Optional[pulumi.Input[_builtins.int]]:
|
|
2304
2303
|
"""
|
|
2305
2304
|
The number of available replicas (ready for at least minReadySeconds) for this replica set.
|
|
2306
2305
|
"""
|
|
2307
2306
|
return pulumi.get(self, "available_replicas")
|
|
2308
2307
|
|
|
2309
2308
|
@available_replicas.setter
|
|
2310
|
-
def available_replicas(self, value: Optional[pulumi.Input[
|
|
2309
|
+
def available_replicas(self, value: Optional[pulumi.Input[_builtins.int]]):
|
|
2311
2310
|
pulumi.set(self, "available_replicas", value)
|
|
2312
2311
|
|
|
2313
|
-
@property
|
|
2312
|
+
@_builtins.property
|
|
2314
2313
|
@pulumi.getter
|
|
2315
2314
|
def conditions(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['ReplicaSetConditionArgs']]]]:
|
|
2316
2315
|
"""
|
|
@@ -2322,40 +2321,40 @@ class ReplicaSetStatusArgs:
|
|
|
2322
2321
|
def conditions(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['ReplicaSetConditionArgs']]]]):
|
|
2323
2322
|
pulumi.set(self, "conditions", value)
|
|
2324
2323
|
|
|
2325
|
-
@property
|
|
2324
|
+
@_builtins.property
|
|
2326
2325
|
@pulumi.getter(name="fullyLabeledReplicas")
|
|
2327
|
-
def fully_labeled_replicas(self) -> Optional[pulumi.Input[
|
|
2326
|
+
def fully_labeled_replicas(self) -> Optional[pulumi.Input[_builtins.int]]:
|
|
2328
2327
|
"""
|
|
2329
2328
|
The number of pods that have labels matching the labels of the pod template of the replicaset.
|
|
2330
2329
|
"""
|
|
2331
2330
|
return pulumi.get(self, "fully_labeled_replicas")
|
|
2332
2331
|
|
|
2333
2332
|
@fully_labeled_replicas.setter
|
|
2334
|
-
def fully_labeled_replicas(self, value: Optional[pulumi.Input[
|
|
2333
|
+
def fully_labeled_replicas(self, value: Optional[pulumi.Input[_builtins.int]]):
|
|
2335
2334
|
pulumi.set(self, "fully_labeled_replicas", value)
|
|
2336
2335
|
|
|
2337
|
-
@property
|
|
2336
|
+
@_builtins.property
|
|
2338
2337
|
@pulumi.getter(name="observedGeneration")
|
|
2339
|
-
def observed_generation(self) -> Optional[pulumi.Input[
|
|
2338
|
+
def observed_generation(self) -> Optional[pulumi.Input[_builtins.int]]:
|
|
2340
2339
|
"""
|
|
2341
2340
|
ObservedGeneration reflects the generation of the most recently observed ReplicaSet.
|
|
2342
2341
|
"""
|
|
2343
2342
|
return pulumi.get(self, "observed_generation")
|
|
2344
2343
|
|
|
2345
2344
|
@observed_generation.setter
|
|
2346
|
-
def observed_generation(self, value: Optional[pulumi.Input[
|
|
2345
|
+
def observed_generation(self, value: Optional[pulumi.Input[_builtins.int]]):
|
|
2347
2346
|
pulumi.set(self, "observed_generation", value)
|
|
2348
2347
|
|
|
2349
|
-
@property
|
|
2348
|
+
@_builtins.property
|
|
2350
2349
|
@pulumi.getter(name="readyReplicas")
|
|
2351
|
-
def ready_replicas(self) -> Optional[pulumi.Input[
|
|
2350
|
+
def ready_replicas(self) -> Optional[pulumi.Input[_builtins.int]]:
|
|
2352
2351
|
"""
|
|
2353
2352
|
The number of ready replicas for this replica set.
|
|
2354
2353
|
"""
|
|
2355
2354
|
return pulumi.get(self, "ready_replicas")
|
|
2356
2355
|
|
|
2357
2356
|
@ready_replicas.setter
|
|
2358
|
-
def ready_replicas(self, value: Optional[pulumi.Input[
|
|
2357
|
+
def ready_replicas(self, value: Optional[pulumi.Input[_builtins.int]]):
|
|
2359
2358
|
pulumi.set(self, "ready_replicas", value)
|
|
2360
2359
|
|
|
2361
2360
|
|
|
@@ -2364,11 +2363,11 @@ if not MYPY:
|
|
|
2364
2363
|
"""
|
|
2365
2364
|
ReplicaSet ensures that a specified number of pod replicas are running at any given time.
|
|
2366
2365
|
"""
|
|
2367
|
-
api_version: NotRequired[pulumi.Input[
|
|
2366
|
+
api_version: NotRequired[pulumi.Input[_builtins.str]]
|
|
2368
2367
|
"""
|
|
2369
2368
|
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
|
|
2370
2369
|
"""
|
|
2371
|
-
kind: NotRequired[pulumi.Input[
|
|
2370
|
+
kind: NotRequired[pulumi.Input[_builtins.str]]
|
|
2372
2371
|
"""
|
|
2373
2372
|
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
|
|
2374
2373
|
"""
|
|
@@ -2390,15 +2389,15 @@ elif False:
|
|
|
2390
2389
|
@pulumi.input_type
|
|
2391
2390
|
class ReplicaSetArgs:
|
|
2392
2391
|
def __init__(__self__, *,
|
|
2393
|
-
api_version: Optional[pulumi.Input[
|
|
2394
|
-
kind: Optional[pulumi.Input[
|
|
2392
|
+
api_version: Optional[pulumi.Input[_builtins.str]] = None,
|
|
2393
|
+
kind: Optional[pulumi.Input[_builtins.str]] = None,
|
|
2395
2394
|
metadata: Optional[pulumi.Input['_meta.v1.ObjectMetaArgs']] = None,
|
|
2396
2395
|
spec: Optional[pulumi.Input['ReplicaSetSpecArgs']] = None,
|
|
2397
2396
|
status: Optional[pulumi.Input['ReplicaSetStatusArgs']] = None):
|
|
2398
2397
|
"""
|
|
2399
2398
|
ReplicaSet ensures that a specified number of pod replicas are running at any given time.
|
|
2400
|
-
:param pulumi.Input[
|
|
2401
|
-
:param pulumi.Input[
|
|
2399
|
+
:param pulumi.Input[_builtins.str] api_version: APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources
|
|
2400
|
+
:param pulumi.Input[_builtins.str] kind: Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds
|
|
2402
2401
|
:param pulumi.Input['_meta.v1.ObjectMetaArgs'] metadata: If the Labels of a ReplicaSet are empty, they are defaulted to be the same as the Pod(s) that the ReplicaSet manages. Standard object's metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata
|
|
2403
2402
|
:param pulumi.Input['ReplicaSetSpecArgs'] spec: Spec defines the specification of the desired behavior of the ReplicaSet. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#spec-and-status
|
|
2404
2403
|
:param pulumi.Input['ReplicaSetStatusArgs'] status: Status is the most recently observed status of the ReplicaSet. This data may be out of date by some window of time. Populated by the system. Read-only. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#spec-and-status
|
|
@@ -2414,31 +2413,31 @@ class ReplicaSetArgs:
|
|
|
2414
2413
|
if status is not None:
|
|
2415
2414
|
pulumi.set(__self__, "status", status)
|
|
2416
2415
|
|
|
2417
|
-
@property
|
|
2416
|
+
@_builtins.property
|
|
2418
2417
|
@pulumi.getter(name="apiVersion")
|
|
2419
|
-
def api_version(self) -> Optional[pulumi.Input[
|
|
2418
|
+
def api_version(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
2420
2419
|
"""
|
|
2421
2420
|
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
|
|
2422
2421
|
"""
|
|
2423
2422
|
return pulumi.get(self, "api_version")
|
|
2424
2423
|
|
|
2425
2424
|
@api_version.setter
|
|
2426
|
-
def api_version(self, value: Optional[pulumi.Input[
|
|
2425
|
+
def api_version(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
2427
2426
|
pulumi.set(self, "api_version", value)
|
|
2428
2427
|
|
|
2429
|
-
@property
|
|
2428
|
+
@_builtins.property
|
|
2430
2429
|
@pulumi.getter
|
|
2431
|
-
def kind(self) -> Optional[pulumi.Input[
|
|
2430
|
+
def kind(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
2432
2431
|
"""
|
|
2433
2432
|
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
|
|
2434
2433
|
"""
|
|
2435
2434
|
return pulumi.get(self, "kind")
|
|
2436
2435
|
|
|
2437
2436
|
@kind.setter
|
|
2438
|
-
def kind(self, value: Optional[pulumi.Input[
|
|
2437
|
+
def kind(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
2439
2438
|
pulumi.set(self, "kind", value)
|
|
2440
2439
|
|
|
2441
|
-
@property
|
|
2440
|
+
@_builtins.property
|
|
2442
2441
|
@pulumi.getter
|
|
2443
2442
|
def metadata(self) -> Optional[pulumi.Input['_meta.v1.ObjectMetaArgs']]:
|
|
2444
2443
|
"""
|
|
@@ -2450,7 +2449,7 @@ class ReplicaSetArgs:
|
|
|
2450
2449
|
def metadata(self, value: Optional[pulumi.Input['_meta.v1.ObjectMetaArgs']]):
|
|
2451
2450
|
pulumi.set(self, "metadata", value)
|
|
2452
2451
|
|
|
2453
|
-
@property
|
|
2452
|
+
@_builtins.property
|
|
2454
2453
|
@pulumi.getter
|
|
2455
2454
|
def spec(self) -> Optional[pulumi.Input['ReplicaSetSpecArgs']]:
|
|
2456
2455
|
"""
|
|
@@ -2462,7 +2461,7 @@ class ReplicaSetArgs:
|
|
|
2462
2461
|
def spec(self, value: Optional[pulumi.Input['ReplicaSetSpecArgs']]):
|
|
2463
2462
|
pulumi.set(self, "spec", value)
|
|
2464
2463
|
|
|
2465
|
-
@property
|
|
2464
|
+
@_builtins.property
|
|
2466
2465
|
@pulumi.getter
|
|
2467
2466
|
def status(self) -> Optional[pulumi.Input['ReplicaSetStatusArgs']]:
|
|
2468
2467
|
"""
|
|
@@ -2480,7 +2479,7 @@ if not MYPY:
|
|
|
2480
2479
|
"""
|
|
2481
2480
|
Spec to control the desired behavior of daemon set rolling update.
|
|
2482
2481
|
"""
|
|
2483
|
-
max_unavailable: NotRequired[pulumi.Input[Union[
|
|
2482
|
+
max_unavailable: NotRequired[pulumi.Input[Union[_builtins.int, _builtins.str]]]
|
|
2484
2483
|
"""
|
|
2485
2484
|
The maximum number of DaemonSet pods that can be unavailable during the update. Value can be an absolute number (ex: 5) or a percentage of total number of DaemonSet pods at the start of the update (ex: 10%). Absolute number is calculated from percentage by rounding up. This cannot be 0. Default value is 1. Example: when this is set to 30%, at most 30% of the total number of nodes that should be running the daemon pod (i.e. status.desiredNumberScheduled) can have their pods stopped for an update at any given time. The update starts by stopping at most 30% of those DaemonSet pods and then brings up new DaemonSet pods in their place. Once the new pods are available, it then proceeds onto other DaemonSet pods, thus ensuring that at least 70% of original number of DaemonSet pods are available at all times during the update.
|
|
2486
2485
|
"""
|
|
@@ -2490,24 +2489,24 @@ elif False:
|
|
|
2490
2489
|
@pulumi.input_type
|
|
2491
2490
|
class RollingUpdateDaemonSetPatchArgs:
|
|
2492
2491
|
def __init__(__self__, *,
|
|
2493
|
-
max_unavailable: Optional[pulumi.Input[Union[
|
|
2492
|
+
max_unavailable: Optional[pulumi.Input[Union[_builtins.int, _builtins.str]]] = None):
|
|
2494
2493
|
"""
|
|
2495
2494
|
Spec to control the desired behavior of daemon set rolling update.
|
|
2496
|
-
:param pulumi.Input[Union[
|
|
2495
|
+
:param pulumi.Input[Union[_builtins.int, _builtins.str]] max_unavailable: The maximum number of DaemonSet pods that can be unavailable during the update. Value can be an absolute number (ex: 5) or a percentage of total number of DaemonSet pods at the start of the update (ex: 10%). Absolute number is calculated from percentage by rounding up. This cannot be 0. Default value is 1. Example: when this is set to 30%, at most 30% of the total number of nodes that should be running the daemon pod (i.e. status.desiredNumberScheduled) can have their pods stopped for an update at any given time. The update starts by stopping at most 30% of those DaemonSet pods and then brings up new DaemonSet pods in their place. Once the new pods are available, it then proceeds onto other DaemonSet pods, thus ensuring that at least 70% of original number of DaemonSet pods are available at all times during the update.
|
|
2497
2496
|
"""
|
|
2498
2497
|
if max_unavailable is not None:
|
|
2499
2498
|
pulumi.set(__self__, "max_unavailable", max_unavailable)
|
|
2500
2499
|
|
|
2501
|
-
@property
|
|
2500
|
+
@_builtins.property
|
|
2502
2501
|
@pulumi.getter(name="maxUnavailable")
|
|
2503
|
-
def max_unavailable(self) -> Optional[pulumi.Input[Union[
|
|
2502
|
+
def max_unavailable(self) -> Optional[pulumi.Input[Union[_builtins.int, _builtins.str]]]:
|
|
2504
2503
|
"""
|
|
2505
2504
|
The maximum number of DaemonSet pods that can be unavailable during the update. Value can be an absolute number (ex: 5) or a percentage of total number of DaemonSet pods at the start of the update (ex: 10%). Absolute number is calculated from percentage by rounding up. This cannot be 0. Default value is 1. Example: when this is set to 30%, at most 30% of the total number of nodes that should be running the daemon pod (i.e. status.desiredNumberScheduled) can have their pods stopped for an update at any given time. The update starts by stopping at most 30% of those DaemonSet pods and then brings up new DaemonSet pods in their place. Once the new pods are available, it then proceeds onto other DaemonSet pods, thus ensuring that at least 70% of original number of DaemonSet pods are available at all times during the update.
|
|
2506
2505
|
"""
|
|
2507
2506
|
return pulumi.get(self, "max_unavailable")
|
|
2508
2507
|
|
|
2509
2508
|
@max_unavailable.setter
|
|
2510
|
-
def max_unavailable(self, value: Optional[pulumi.Input[Union[
|
|
2509
|
+
def max_unavailable(self, value: Optional[pulumi.Input[Union[_builtins.int, _builtins.str]]]):
|
|
2511
2510
|
pulumi.set(self, "max_unavailable", value)
|
|
2512
2511
|
|
|
2513
2512
|
|
|
@@ -2516,7 +2515,7 @@ if not MYPY:
|
|
|
2516
2515
|
"""
|
|
2517
2516
|
Spec to control the desired behavior of daemon set rolling update.
|
|
2518
2517
|
"""
|
|
2519
|
-
max_unavailable: NotRequired[pulumi.Input[Union[
|
|
2518
|
+
max_unavailable: NotRequired[pulumi.Input[Union[_builtins.int, _builtins.str]]]
|
|
2520
2519
|
"""
|
|
2521
2520
|
The maximum number of DaemonSet pods that can be unavailable during the update. Value can be an absolute number (ex: 5) or a percentage of total number of DaemonSet pods at the start of the update (ex: 10%). Absolute number is calculated from percentage by rounding up. This cannot be 0. Default value is 1. Example: when this is set to 30%, at most 30% of the total number of nodes that should be running the daemon pod (i.e. status.desiredNumberScheduled) can have their pods stopped for an update at any given time. The update starts by stopping at most 30% of those DaemonSet pods and then brings up new DaemonSet pods in their place. Once the new pods are available, it then proceeds onto other DaemonSet pods, thus ensuring that at least 70% of original number of DaemonSet pods are available at all times during the update.
|
|
2522
2521
|
"""
|
|
@@ -2526,24 +2525,24 @@ elif False:
|
|
|
2526
2525
|
@pulumi.input_type
|
|
2527
2526
|
class RollingUpdateDaemonSetArgs:
|
|
2528
2527
|
def __init__(__self__, *,
|
|
2529
|
-
max_unavailable: Optional[pulumi.Input[Union[
|
|
2528
|
+
max_unavailable: Optional[pulumi.Input[Union[_builtins.int, _builtins.str]]] = None):
|
|
2530
2529
|
"""
|
|
2531
2530
|
Spec to control the desired behavior of daemon set rolling update.
|
|
2532
|
-
:param pulumi.Input[Union[
|
|
2531
|
+
:param pulumi.Input[Union[_builtins.int, _builtins.str]] max_unavailable: The maximum number of DaemonSet pods that can be unavailable during the update. Value can be an absolute number (ex: 5) or a percentage of total number of DaemonSet pods at the start of the update (ex: 10%). Absolute number is calculated from percentage by rounding up. This cannot be 0. Default value is 1. Example: when this is set to 30%, at most 30% of the total number of nodes that should be running the daemon pod (i.e. status.desiredNumberScheduled) can have their pods stopped for an update at any given time. The update starts by stopping at most 30% of those DaemonSet pods and then brings up new DaemonSet pods in their place. Once the new pods are available, it then proceeds onto other DaemonSet pods, thus ensuring that at least 70% of original number of DaemonSet pods are available at all times during the update.
|
|
2533
2532
|
"""
|
|
2534
2533
|
if max_unavailable is not None:
|
|
2535
2534
|
pulumi.set(__self__, "max_unavailable", max_unavailable)
|
|
2536
2535
|
|
|
2537
|
-
@property
|
|
2536
|
+
@_builtins.property
|
|
2538
2537
|
@pulumi.getter(name="maxUnavailable")
|
|
2539
|
-
def max_unavailable(self) -> Optional[pulumi.Input[Union[
|
|
2538
|
+
def max_unavailable(self) -> Optional[pulumi.Input[Union[_builtins.int, _builtins.str]]]:
|
|
2540
2539
|
"""
|
|
2541
2540
|
The maximum number of DaemonSet pods that can be unavailable during the update. Value can be an absolute number (ex: 5) or a percentage of total number of DaemonSet pods at the start of the update (ex: 10%). Absolute number is calculated from percentage by rounding up. This cannot be 0. Default value is 1. Example: when this is set to 30%, at most 30% of the total number of nodes that should be running the daemon pod (i.e. status.desiredNumberScheduled) can have their pods stopped for an update at any given time. The update starts by stopping at most 30% of those DaemonSet pods and then brings up new DaemonSet pods in their place. Once the new pods are available, it then proceeds onto other DaemonSet pods, thus ensuring that at least 70% of original number of DaemonSet pods are available at all times during the update.
|
|
2542
2541
|
"""
|
|
2543
2542
|
return pulumi.get(self, "max_unavailable")
|
|
2544
2543
|
|
|
2545
2544
|
@max_unavailable.setter
|
|
2546
|
-
def max_unavailable(self, value: Optional[pulumi.Input[Union[
|
|
2545
|
+
def max_unavailable(self, value: Optional[pulumi.Input[Union[_builtins.int, _builtins.str]]]):
|
|
2547
2546
|
pulumi.set(self, "max_unavailable", value)
|
|
2548
2547
|
|
|
2549
2548
|
|
|
@@ -2552,11 +2551,11 @@ if not MYPY:
|
|
|
2552
2551
|
"""
|
|
2553
2552
|
Spec to control the desired behavior of rolling update.
|
|
2554
2553
|
"""
|
|
2555
|
-
max_surge: NotRequired[pulumi.Input[Union[
|
|
2554
|
+
max_surge: NotRequired[pulumi.Input[Union[_builtins.int, _builtins.str]]]
|
|
2556
2555
|
"""
|
|
2557
2556
|
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.
|
|
2558
2557
|
"""
|
|
2559
|
-
max_unavailable: NotRequired[pulumi.Input[Union[
|
|
2558
|
+
max_unavailable: NotRequired[pulumi.Input[Union[_builtins.int, _builtins.str]]]
|
|
2560
2559
|
"""
|
|
2561
2560
|
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.
|
|
2562
2561
|
"""
|
|
@@ -2566,40 +2565,40 @@ elif False:
|
|
|
2566
2565
|
@pulumi.input_type
|
|
2567
2566
|
class RollingUpdateDeploymentPatchArgs:
|
|
2568
2567
|
def __init__(__self__, *,
|
|
2569
|
-
max_surge: Optional[pulumi.Input[Union[
|
|
2570
|
-
max_unavailable: Optional[pulumi.Input[Union[
|
|
2568
|
+
max_surge: Optional[pulumi.Input[Union[_builtins.int, _builtins.str]]] = None,
|
|
2569
|
+
max_unavailable: Optional[pulumi.Input[Union[_builtins.int, _builtins.str]]] = None):
|
|
2571
2570
|
"""
|
|
2572
2571
|
Spec to control the desired behavior of rolling update.
|
|
2573
|
-
:param pulumi.Input[Union[
|
|
2574
|
-
:param pulumi.Input[Union[
|
|
2572
|
+
:param pulumi.Input[Union[_builtins.int, _builtins.str]] max_surge: The maximum number of pods that can be scheduled above the desired number of pods. Value can be an absolute number (ex: 5) or a percentage of desired pods (ex: 10%). This can not be 0 if MaxUnavailable is 0. Absolute number is calculated from percentage by rounding up. Defaults to 25%. Example: when this is set to 30%, the new ReplicaSet can be scaled up immediately when the rolling update starts, such that the total number of old and new pods do not exceed 130% of desired pods. Once old pods have been killed, new ReplicaSet can be scaled up further, ensuring that total number of pods running at any time during the update is at most 130% of desired pods.
|
|
2573
|
+
:param pulumi.Input[Union[_builtins.int, _builtins.str]] max_unavailable: The maximum number of pods that can be unavailable during the update. Value can be an absolute number (ex: 5) or a percentage of desired pods (ex: 10%). Absolute number is calculated from percentage by rounding down. This can not be 0 if MaxSurge is 0. Defaults to 25%. Example: when this is set to 30%, the old ReplicaSet can be scaled down to 70% of desired pods immediately when the rolling update starts. Once new pods are ready, old ReplicaSet can be scaled down further, followed by scaling up the new ReplicaSet, ensuring that the total number of pods available at all times during the update is at least 70% of desired pods.
|
|
2575
2574
|
"""
|
|
2576
2575
|
if max_surge is not None:
|
|
2577
2576
|
pulumi.set(__self__, "max_surge", max_surge)
|
|
2578
2577
|
if max_unavailable is not None:
|
|
2579
2578
|
pulumi.set(__self__, "max_unavailable", max_unavailable)
|
|
2580
2579
|
|
|
2581
|
-
@property
|
|
2580
|
+
@_builtins.property
|
|
2582
2581
|
@pulumi.getter(name="maxSurge")
|
|
2583
|
-
def max_surge(self) -> Optional[pulumi.Input[Union[
|
|
2582
|
+
def max_surge(self) -> Optional[pulumi.Input[Union[_builtins.int, _builtins.str]]]:
|
|
2584
2583
|
"""
|
|
2585
2584
|
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.
|
|
2586
2585
|
"""
|
|
2587
2586
|
return pulumi.get(self, "max_surge")
|
|
2588
2587
|
|
|
2589
2588
|
@max_surge.setter
|
|
2590
|
-
def max_surge(self, value: Optional[pulumi.Input[Union[
|
|
2589
|
+
def max_surge(self, value: Optional[pulumi.Input[Union[_builtins.int, _builtins.str]]]):
|
|
2591
2590
|
pulumi.set(self, "max_surge", value)
|
|
2592
2591
|
|
|
2593
|
-
@property
|
|
2592
|
+
@_builtins.property
|
|
2594
2593
|
@pulumi.getter(name="maxUnavailable")
|
|
2595
|
-
def max_unavailable(self) -> Optional[pulumi.Input[Union[
|
|
2594
|
+
def max_unavailable(self) -> Optional[pulumi.Input[Union[_builtins.int, _builtins.str]]]:
|
|
2596
2595
|
"""
|
|
2597
2596
|
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.
|
|
2598
2597
|
"""
|
|
2599
2598
|
return pulumi.get(self, "max_unavailable")
|
|
2600
2599
|
|
|
2601
2600
|
@max_unavailable.setter
|
|
2602
|
-
def max_unavailable(self, value: Optional[pulumi.Input[Union[
|
|
2601
|
+
def max_unavailable(self, value: Optional[pulumi.Input[Union[_builtins.int, _builtins.str]]]):
|
|
2603
2602
|
pulumi.set(self, "max_unavailable", value)
|
|
2604
2603
|
|
|
2605
2604
|
|
|
@@ -2608,11 +2607,11 @@ if not MYPY:
|
|
|
2608
2607
|
"""
|
|
2609
2608
|
Spec to control the desired behavior of rolling update.
|
|
2610
2609
|
"""
|
|
2611
|
-
max_surge: NotRequired[pulumi.Input[Union[
|
|
2610
|
+
max_surge: NotRequired[pulumi.Input[Union[_builtins.int, _builtins.str]]]
|
|
2612
2611
|
"""
|
|
2613
2612
|
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.
|
|
2614
2613
|
"""
|
|
2615
|
-
max_unavailable: NotRequired[pulumi.Input[Union[
|
|
2614
|
+
max_unavailable: NotRequired[pulumi.Input[Union[_builtins.int, _builtins.str]]]
|
|
2616
2615
|
"""
|
|
2617
2616
|
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.
|
|
2618
2617
|
"""
|
|
@@ -2622,40 +2621,40 @@ elif False:
|
|
|
2622
2621
|
@pulumi.input_type
|
|
2623
2622
|
class RollingUpdateDeploymentArgs:
|
|
2624
2623
|
def __init__(__self__, *,
|
|
2625
|
-
max_surge: Optional[pulumi.Input[Union[
|
|
2626
|
-
max_unavailable: Optional[pulumi.Input[Union[
|
|
2624
|
+
max_surge: Optional[pulumi.Input[Union[_builtins.int, _builtins.str]]] = None,
|
|
2625
|
+
max_unavailable: Optional[pulumi.Input[Union[_builtins.int, _builtins.str]]] = None):
|
|
2627
2626
|
"""
|
|
2628
2627
|
Spec to control the desired behavior of rolling update.
|
|
2629
|
-
:param pulumi.Input[Union[
|
|
2630
|
-
:param pulumi.Input[Union[
|
|
2628
|
+
:param pulumi.Input[Union[_builtins.int, _builtins.str]] max_surge: The maximum number of pods that can be scheduled above the desired number of pods. Value can be an absolute number (ex: 5) or a percentage of desired pods (ex: 10%). This can not be 0 if MaxUnavailable is 0. Absolute number is calculated from percentage by rounding up. Defaults to 25%. Example: when this is set to 30%, the new ReplicaSet can be scaled up immediately when the rolling update starts, such that the total number of old and new pods do not exceed 130% of desired pods. Once old pods have been killed, new ReplicaSet can be scaled up further, ensuring that total number of pods running at any time during the update is at most 130% of desired pods.
|
|
2629
|
+
:param pulumi.Input[Union[_builtins.int, _builtins.str]] max_unavailable: The maximum number of pods that can be unavailable during the update. Value can be an absolute number (ex: 5) or a percentage of desired pods (ex: 10%). Absolute number is calculated from percentage by rounding down. This can not be 0 if MaxSurge is 0. Defaults to 25%. Example: when this is set to 30%, the old ReplicaSet can be scaled down to 70% of desired pods immediately when the rolling update starts. Once new pods are ready, old ReplicaSet can be scaled down further, followed by scaling up the new ReplicaSet, ensuring that the total number of pods available at all times during the update is at least 70% of desired pods.
|
|
2631
2630
|
"""
|
|
2632
2631
|
if max_surge is not None:
|
|
2633
2632
|
pulumi.set(__self__, "max_surge", max_surge)
|
|
2634
2633
|
if max_unavailable is not None:
|
|
2635
2634
|
pulumi.set(__self__, "max_unavailable", max_unavailable)
|
|
2636
2635
|
|
|
2637
|
-
@property
|
|
2636
|
+
@_builtins.property
|
|
2638
2637
|
@pulumi.getter(name="maxSurge")
|
|
2639
|
-
def max_surge(self) -> Optional[pulumi.Input[Union[
|
|
2638
|
+
def max_surge(self) -> Optional[pulumi.Input[Union[_builtins.int, _builtins.str]]]:
|
|
2640
2639
|
"""
|
|
2641
2640
|
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.
|
|
2642
2641
|
"""
|
|
2643
2642
|
return pulumi.get(self, "max_surge")
|
|
2644
2643
|
|
|
2645
2644
|
@max_surge.setter
|
|
2646
|
-
def max_surge(self, value: Optional[pulumi.Input[Union[
|
|
2645
|
+
def max_surge(self, value: Optional[pulumi.Input[Union[_builtins.int, _builtins.str]]]):
|
|
2647
2646
|
pulumi.set(self, "max_surge", value)
|
|
2648
2647
|
|
|
2649
|
-
@property
|
|
2648
|
+
@_builtins.property
|
|
2650
2649
|
@pulumi.getter(name="maxUnavailable")
|
|
2651
|
-
def max_unavailable(self) -> Optional[pulumi.Input[Union[
|
|
2650
|
+
def max_unavailable(self) -> Optional[pulumi.Input[Union[_builtins.int, _builtins.str]]]:
|
|
2652
2651
|
"""
|
|
2653
2652
|
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.
|
|
2654
2653
|
"""
|
|
2655
2654
|
return pulumi.get(self, "max_unavailable")
|
|
2656
2655
|
|
|
2657
2656
|
@max_unavailable.setter
|
|
2658
|
-
def max_unavailable(self, value: Optional[pulumi.Input[Union[
|
|
2657
|
+
def max_unavailable(self, value: Optional[pulumi.Input[Union[_builtins.int, _builtins.str]]]):
|
|
2659
2658
|
pulumi.set(self, "max_unavailable", value)
|
|
2660
2659
|
|
|
2661
2660
|
|
|
@@ -2664,7 +2663,7 @@ if not MYPY:
|
|
|
2664
2663
|
"""
|
|
2665
2664
|
RollingUpdateStatefulSetStrategy is used to communicate parameter for RollingUpdateStatefulSetStrategyType.
|
|
2666
2665
|
"""
|
|
2667
|
-
partition: NotRequired[pulumi.Input[
|
|
2666
|
+
partition: NotRequired[pulumi.Input[_builtins.int]]
|
|
2668
2667
|
"""
|
|
2669
2668
|
Partition indicates the ordinal at which the StatefulSet should be partitioned. Default value is 0.
|
|
2670
2669
|
"""
|
|
@@ -2674,24 +2673,24 @@ elif False:
|
|
|
2674
2673
|
@pulumi.input_type
|
|
2675
2674
|
class RollingUpdateStatefulSetStrategyPatchArgs:
|
|
2676
2675
|
def __init__(__self__, *,
|
|
2677
|
-
partition: Optional[pulumi.Input[
|
|
2676
|
+
partition: Optional[pulumi.Input[_builtins.int]] = None):
|
|
2678
2677
|
"""
|
|
2679
2678
|
RollingUpdateStatefulSetStrategy is used to communicate parameter for RollingUpdateStatefulSetStrategyType.
|
|
2680
|
-
:param pulumi.Input[
|
|
2679
|
+
:param pulumi.Input[_builtins.int] partition: Partition indicates the ordinal at which the StatefulSet should be partitioned. Default value is 0.
|
|
2681
2680
|
"""
|
|
2682
2681
|
if partition is not None:
|
|
2683
2682
|
pulumi.set(__self__, "partition", partition)
|
|
2684
2683
|
|
|
2685
|
-
@property
|
|
2684
|
+
@_builtins.property
|
|
2686
2685
|
@pulumi.getter
|
|
2687
|
-
def partition(self) -> Optional[pulumi.Input[
|
|
2686
|
+
def partition(self) -> Optional[pulumi.Input[_builtins.int]]:
|
|
2688
2687
|
"""
|
|
2689
2688
|
Partition indicates the ordinal at which the StatefulSet should be partitioned. Default value is 0.
|
|
2690
2689
|
"""
|
|
2691
2690
|
return pulumi.get(self, "partition")
|
|
2692
2691
|
|
|
2693
2692
|
@partition.setter
|
|
2694
|
-
def partition(self, value: Optional[pulumi.Input[
|
|
2693
|
+
def partition(self, value: Optional[pulumi.Input[_builtins.int]]):
|
|
2695
2694
|
pulumi.set(self, "partition", value)
|
|
2696
2695
|
|
|
2697
2696
|
|
|
@@ -2700,7 +2699,7 @@ if not MYPY:
|
|
|
2700
2699
|
"""
|
|
2701
2700
|
RollingUpdateStatefulSetStrategy is used to communicate parameter for RollingUpdateStatefulSetStrategyType.
|
|
2702
2701
|
"""
|
|
2703
|
-
partition: NotRequired[pulumi.Input[
|
|
2702
|
+
partition: NotRequired[pulumi.Input[_builtins.int]]
|
|
2704
2703
|
"""
|
|
2705
2704
|
Partition indicates the ordinal at which the StatefulSet should be partitioned. Default value is 0.
|
|
2706
2705
|
"""
|
|
@@ -2710,24 +2709,24 @@ elif False:
|
|
|
2710
2709
|
@pulumi.input_type
|
|
2711
2710
|
class RollingUpdateStatefulSetStrategyArgs:
|
|
2712
2711
|
def __init__(__self__, *,
|
|
2713
|
-
partition: Optional[pulumi.Input[
|
|
2712
|
+
partition: Optional[pulumi.Input[_builtins.int]] = None):
|
|
2714
2713
|
"""
|
|
2715
2714
|
RollingUpdateStatefulSetStrategy is used to communicate parameter for RollingUpdateStatefulSetStrategyType.
|
|
2716
|
-
:param pulumi.Input[
|
|
2715
|
+
:param pulumi.Input[_builtins.int] partition: Partition indicates the ordinal at which the StatefulSet should be partitioned. Default value is 0.
|
|
2717
2716
|
"""
|
|
2718
2717
|
if partition is not None:
|
|
2719
2718
|
pulumi.set(__self__, "partition", partition)
|
|
2720
2719
|
|
|
2721
|
-
@property
|
|
2720
|
+
@_builtins.property
|
|
2722
2721
|
@pulumi.getter
|
|
2723
|
-
def partition(self) -> Optional[pulumi.Input[
|
|
2722
|
+
def partition(self) -> Optional[pulumi.Input[_builtins.int]]:
|
|
2724
2723
|
"""
|
|
2725
2724
|
Partition indicates the ordinal at which the StatefulSet should be partitioned. Default value is 0.
|
|
2726
2725
|
"""
|
|
2727
2726
|
return pulumi.get(self, "partition")
|
|
2728
2727
|
|
|
2729
2728
|
@partition.setter
|
|
2730
|
-
def partition(self, value: Optional[pulumi.Input[
|
|
2729
|
+
def partition(self, value: Optional[pulumi.Input[_builtins.int]]):
|
|
2731
2730
|
pulumi.set(self, "partition", value)
|
|
2732
2731
|
|
|
2733
2732
|
|
|
@@ -2736,23 +2735,23 @@ if not MYPY:
|
|
|
2736
2735
|
"""
|
|
2737
2736
|
StatefulSetCondition describes the state of a statefulset at a certain point.
|
|
2738
2737
|
"""
|
|
2739
|
-
status: pulumi.Input[
|
|
2738
|
+
status: pulumi.Input[_builtins.str]
|
|
2740
2739
|
"""
|
|
2741
2740
|
Status of the condition, one of True, False, Unknown.
|
|
2742
2741
|
"""
|
|
2743
|
-
type: pulumi.Input[
|
|
2742
|
+
type: pulumi.Input[_builtins.str]
|
|
2744
2743
|
"""
|
|
2745
2744
|
Type of statefulset condition.
|
|
2746
2745
|
"""
|
|
2747
|
-
last_transition_time: NotRequired[pulumi.Input[
|
|
2746
|
+
last_transition_time: NotRequired[pulumi.Input[_builtins.str]]
|
|
2748
2747
|
"""
|
|
2749
2748
|
Last time the condition transitioned from one status to another.
|
|
2750
2749
|
"""
|
|
2751
|
-
message: NotRequired[pulumi.Input[
|
|
2750
|
+
message: NotRequired[pulumi.Input[_builtins.str]]
|
|
2752
2751
|
"""
|
|
2753
2752
|
A human readable message indicating details about the transition.
|
|
2754
2753
|
"""
|
|
2755
|
-
reason: NotRequired[pulumi.Input[
|
|
2754
|
+
reason: NotRequired[pulumi.Input[_builtins.str]]
|
|
2756
2755
|
"""
|
|
2757
2756
|
The reason for the condition's last transition.
|
|
2758
2757
|
"""
|
|
@@ -2762,18 +2761,18 @@ elif False:
|
|
|
2762
2761
|
@pulumi.input_type
|
|
2763
2762
|
class StatefulSetConditionArgs:
|
|
2764
2763
|
def __init__(__self__, *,
|
|
2765
|
-
status: pulumi.Input[
|
|
2766
|
-
type: pulumi.Input[
|
|
2767
|
-
last_transition_time: Optional[pulumi.Input[
|
|
2768
|
-
message: Optional[pulumi.Input[
|
|
2769
|
-
reason: Optional[pulumi.Input[
|
|
2764
|
+
status: pulumi.Input[_builtins.str],
|
|
2765
|
+
type: pulumi.Input[_builtins.str],
|
|
2766
|
+
last_transition_time: Optional[pulumi.Input[_builtins.str]] = None,
|
|
2767
|
+
message: Optional[pulumi.Input[_builtins.str]] = None,
|
|
2768
|
+
reason: Optional[pulumi.Input[_builtins.str]] = None):
|
|
2770
2769
|
"""
|
|
2771
2770
|
StatefulSetCondition describes the state of a statefulset at a certain point.
|
|
2772
|
-
:param pulumi.Input[
|
|
2773
|
-
:param pulumi.Input[
|
|
2774
|
-
:param pulumi.Input[
|
|
2775
|
-
:param pulumi.Input[
|
|
2776
|
-
:param pulumi.Input[
|
|
2771
|
+
:param pulumi.Input[_builtins.str] status: Status of the condition, one of True, False, Unknown.
|
|
2772
|
+
:param pulumi.Input[_builtins.str] type: Type of statefulset condition.
|
|
2773
|
+
:param pulumi.Input[_builtins.str] last_transition_time: Last time the condition transitioned from one status to another.
|
|
2774
|
+
:param pulumi.Input[_builtins.str] message: A human readable message indicating details about the transition.
|
|
2775
|
+
:param pulumi.Input[_builtins.str] reason: The reason for the condition's last transition.
|
|
2777
2776
|
"""
|
|
2778
2777
|
pulumi.set(__self__, "status", status)
|
|
2779
2778
|
pulumi.set(__self__, "type", type)
|
|
@@ -2784,64 +2783,64 @@ class StatefulSetConditionArgs:
|
|
|
2784
2783
|
if reason is not None:
|
|
2785
2784
|
pulumi.set(__self__, "reason", reason)
|
|
2786
2785
|
|
|
2787
|
-
@property
|
|
2786
|
+
@_builtins.property
|
|
2788
2787
|
@pulumi.getter
|
|
2789
|
-
def status(self) -> pulumi.Input[
|
|
2788
|
+
def status(self) -> pulumi.Input[_builtins.str]:
|
|
2790
2789
|
"""
|
|
2791
2790
|
Status of the condition, one of True, False, Unknown.
|
|
2792
2791
|
"""
|
|
2793
2792
|
return pulumi.get(self, "status")
|
|
2794
2793
|
|
|
2795
2794
|
@status.setter
|
|
2796
|
-
def status(self, value: pulumi.Input[
|
|
2795
|
+
def status(self, value: pulumi.Input[_builtins.str]):
|
|
2797
2796
|
pulumi.set(self, "status", value)
|
|
2798
2797
|
|
|
2799
|
-
@property
|
|
2798
|
+
@_builtins.property
|
|
2800
2799
|
@pulumi.getter
|
|
2801
|
-
def type(self) -> pulumi.Input[
|
|
2800
|
+
def type(self) -> pulumi.Input[_builtins.str]:
|
|
2802
2801
|
"""
|
|
2803
2802
|
Type of statefulset condition.
|
|
2804
2803
|
"""
|
|
2805
2804
|
return pulumi.get(self, "type")
|
|
2806
2805
|
|
|
2807
2806
|
@type.setter
|
|
2808
|
-
def type(self, value: pulumi.Input[
|
|
2807
|
+
def type(self, value: pulumi.Input[_builtins.str]):
|
|
2809
2808
|
pulumi.set(self, "type", value)
|
|
2810
2809
|
|
|
2811
|
-
@property
|
|
2810
|
+
@_builtins.property
|
|
2812
2811
|
@pulumi.getter(name="lastTransitionTime")
|
|
2813
|
-
def last_transition_time(self) -> Optional[pulumi.Input[
|
|
2812
|
+
def last_transition_time(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
2814
2813
|
"""
|
|
2815
2814
|
Last time the condition transitioned from one status to another.
|
|
2816
2815
|
"""
|
|
2817
2816
|
return pulumi.get(self, "last_transition_time")
|
|
2818
2817
|
|
|
2819
2818
|
@last_transition_time.setter
|
|
2820
|
-
def last_transition_time(self, value: Optional[pulumi.Input[
|
|
2819
|
+
def last_transition_time(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
2821
2820
|
pulumi.set(self, "last_transition_time", value)
|
|
2822
2821
|
|
|
2823
|
-
@property
|
|
2822
|
+
@_builtins.property
|
|
2824
2823
|
@pulumi.getter
|
|
2825
|
-
def message(self) -> Optional[pulumi.Input[
|
|
2824
|
+
def message(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
2826
2825
|
"""
|
|
2827
2826
|
A human readable message indicating details about the transition.
|
|
2828
2827
|
"""
|
|
2829
2828
|
return pulumi.get(self, "message")
|
|
2830
2829
|
|
|
2831
2830
|
@message.setter
|
|
2832
|
-
def message(self, value: Optional[pulumi.Input[
|
|
2831
|
+
def message(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
2833
2832
|
pulumi.set(self, "message", value)
|
|
2834
2833
|
|
|
2835
|
-
@property
|
|
2834
|
+
@_builtins.property
|
|
2836
2835
|
@pulumi.getter
|
|
2837
|
-
def reason(self) -> Optional[pulumi.Input[
|
|
2836
|
+
def reason(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
2838
2837
|
"""
|
|
2839
2838
|
The reason for the condition's last transition.
|
|
2840
2839
|
"""
|
|
2841
2840
|
return pulumi.get(self, "reason")
|
|
2842
2841
|
|
|
2843
2842
|
@reason.setter
|
|
2844
|
-
def reason(self, value: Optional[pulumi.Input[
|
|
2843
|
+
def reason(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
2845
2844
|
pulumi.set(self, "reason", value)
|
|
2846
2845
|
|
|
2847
2846
|
|
|
@@ -2850,15 +2849,15 @@ if not MYPY:
|
|
|
2850
2849
|
"""
|
|
2851
2850
|
A StatefulSetSpec is the specification of a StatefulSet.
|
|
2852
2851
|
"""
|
|
2853
|
-
pod_management_policy: NotRequired[pulumi.Input[
|
|
2852
|
+
pod_management_policy: NotRequired[pulumi.Input[_builtins.str]]
|
|
2854
2853
|
"""
|
|
2855
2854
|
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.
|
|
2856
2855
|
"""
|
|
2857
|
-
replicas: NotRequired[pulumi.Input[
|
|
2856
|
+
replicas: NotRequired[pulumi.Input[_builtins.int]]
|
|
2858
2857
|
"""
|
|
2859
2858
|
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.
|
|
2860
2859
|
"""
|
|
2861
|
-
revision_history_limit: NotRequired[pulumi.Input[
|
|
2860
|
+
revision_history_limit: NotRequired[pulumi.Input[_builtins.int]]
|
|
2862
2861
|
"""
|
|
2863
2862
|
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.
|
|
2864
2863
|
"""
|
|
@@ -2866,7 +2865,7 @@ if not MYPY:
|
|
|
2866
2865
|
"""
|
|
2867
2866
|
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
|
|
2868
2867
|
"""
|
|
2869
|
-
service_name: NotRequired[pulumi.Input[
|
|
2868
|
+
service_name: NotRequired[pulumi.Input[_builtins.str]]
|
|
2870
2869
|
"""
|
|
2871
2870
|
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.
|
|
2872
2871
|
"""
|
|
@@ -2888,21 +2887,21 @@ elif False:
|
|
|
2888
2887
|
@pulumi.input_type
|
|
2889
2888
|
class StatefulSetSpecPatchArgs:
|
|
2890
2889
|
def __init__(__self__, *,
|
|
2891
|
-
pod_management_policy: Optional[pulumi.Input[
|
|
2892
|
-
replicas: Optional[pulumi.Input[
|
|
2893
|
-
revision_history_limit: Optional[pulumi.Input[
|
|
2890
|
+
pod_management_policy: Optional[pulumi.Input[_builtins.str]] = None,
|
|
2891
|
+
replicas: Optional[pulumi.Input[_builtins.int]] = None,
|
|
2892
|
+
revision_history_limit: Optional[pulumi.Input[_builtins.int]] = None,
|
|
2894
2893
|
selector: Optional[pulumi.Input['_meta.v1.LabelSelectorPatchArgs']] = None,
|
|
2895
|
-
service_name: Optional[pulumi.Input[
|
|
2894
|
+
service_name: Optional[pulumi.Input[_builtins.str]] = None,
|
|
2896
2895
|
template: Optional[pulumi.Input['_core.v1.PodTemplateSpecPatchArgs']] = None,
|
|
2897
2896
|
update_strategy: Optional[pulumi.Input['StatefulSetUpdateStrategyPatchArgs']] = None,
|
|
2898
2897
|
volume_claim_templates: Optional[pulumi.Input[Sequence[pulumi.Input['_core.v1.PersistentVolumeClaimPatchArgs']]]] = None):
|
|
2899
2898
|
"""
|
|
2900
2899
|
A StatefulSetSpec is the specification of a StatefulSet.
|
|
2901
|
-
:param pulumi.Input[
|
|
2902
|
-
:param pulumi.Input[
|
|
2903
|
-
:param pulumi.Input[
|
|
2900
|
+
:param pulumi.Input[_builtins.str] pod_management_policy: podManagementPolicy controls how pods are created during initial scale up, when replacing pods on nodes, or when scaling down. The default policy is `OrderedReady`, where pods are created in increasing order (pod-0, then pod-1, etc) and the controller will wait until each pod is ready before continuing. When scaling down, the pods are removed in the opposite order. The alternative policy is `Parallel` which will create pods in parallel to match the desired scale without waiting, and on scale down will delete all pods at once.
|
|
2901
|
+
:param pulumi.Input[_builtins.int] replicas: replicas is the desired number of replicas of the given Template. These are replicas in the sense that they are instantiations of the same Template, but individual replicas also have a consistent identity. If unspecified, defaults to 1.
|
|
2902
|
+
:param pulumi.Input[_builtins.int] revision_history_limit: revisionHistoryLimit is the maximum number of revisions that will be maintained in the StatefulSet's revision history. The revision history consists of all revisions not represented by a currently applied StatefulSetSpec version. The default value is 10.
|
|
2904
2903
|
:param pulumi.Input['_meta.v1.LabelSelectorPatchArgs'] selector: selector is a label query over pods that should match the replica count. It must match the pod template's labels. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/labels/#label-selectors
|
|
2905
|
-
:param pulumi.Input[
|
|
2904
|
+
:param pulumi.Input[_builtins.str] service_name: serviceName is the name of the service that governs this StatefulSet. This service must exist before the StatefulSet, and is responsible for the network identity of the set. Pods get DNS/hostnames that follow the pattern: pod-specific-string.serviceName.default.svc.cluster.local where "pod-specific-string" is managed by the StatefulSet controller.
|
|
2906
2905
|
:param pulumi.Input['_core.v1.PodTemplateSpecPatchArgs'] template: template is the object that describes the pod that will be created if insufficient replicas are detected. Each pod stamped out by the StatefulSet will fulfill this Template, but have a unique identity from the rest of the StatefulSet.
|
|
2907
2906
|
:param pulumi.Input['StatefulSetUpdateStrategyPatchArgs'] update_strategy: updateStrategy indicates the StatefulSetUpdateStrategy that will be employed to update Pods in the StatefulSet when a revision is made to Template.
|
|
2908
2907
|
:param pulumi.Input[Sequence[pulumi.Input['_core.v1.PersistentVolumeClaimPatchArgs']]] volume_claim_templates: volumeClaimTemplates is a list of claims that pods are allowed to reference. The StatefulSet controller is responsible for mapping network identities to claims in a way that maintains the identity of a pod. Every claim in this list must have at least one matching (by name) volumeMount in one container in the template. A claim in this list takes precedence over any volumes in the template, with the same name.
|
|
@@ -2924,43 +2923,43 @@ class StatefulSetSpecPatchArgs:
|
|
|
2924
2923
|
if volume_claim_templates is not None:
|
|
2925
2924
|
pulumi.set(__self__, "volume_claim_templates", volume_claim_templates)
|
|
2926
2925
|
|
|
2927
|
-
@property
|
|
2926
|
+
@_builtins.property
|
|
2928
2927
|
@pulumi.getter(name="podManagementPolicy")
|
|
2929
|
-
def pod_management_policy(self) -> Optional[pulumi.Input[
|
|
2928
|
+
def pod_management_policy(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
2930
2929
|
"""
|
|
2931
2930
|
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.
|
|
2932
2931
|
"""
|
|
2933
2932
|
return pulumi.get(self, "pod_management_policy")
|
|
2934
2933
|
|
|
2935
2934
|
@pod_management_policy.setter
|
|
2936
|
-
def pod_management_policy(self, value: Optional[pulumi.Input[
|
|
2935
|
+
def pod_management_policy(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
2937
2936
|
pulumi.set(self, "pod_management_policy", value)
|
|
2938
2937
|
|
|
2939
|
-
@property
|
|
2938
|
+
@_builtins.property
|
|
2940
2939
|
@pulumi.getter
|
|
2941
|
-
def replicas(self) -> Optional[pulumi.Input[
|
|
2940
|
+
def replicas(self) -> Optional[pulumi.Input[_builtins.int]]:
|
|
2942
2941
|
"""
|
|
2943
2942
|
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.
|
|
2944
2943
|
"""
|
|
2945
2944
|
return pulumi.get(self, "replicas")
|
|
2946
2945
|
|
|
2947
2946
|
@replicas.setter
|
|
2948
|
-
def replicas(self, value: Optional[pulumi.Input[
|
|
2947
|
+
def replicas(self, value: Optional[pulumi.Input[_builtins.int]]):
|
|
2949
2948
|
pulumi.set(self, "replicas", value)
|
|
2950
2949
|
|
|
2951
|
-
@property
|
|
2950
|
+
@_builtins.property
|
|
2952
2951
|
@pulumi.getter(name="revisionHistoryLimit")
|
|
2953
|
-
def revision_history_limit(self) -> Optional[pulumi.Input[
|
|
2952
|
+
def revision_history_limit(self) -> Optional[pulumi.Input[_builtins.int]]:
|
|
2954
2953
|
"""
|
|
2955
2954
|
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.
|
|
2956
2955
|
"""
|
|
2957
2956
|
return pulumi.get(self, "revision_history_limit")
|
|
2958
2957
|
|
|
2959
2958
|
@revision_history_limit.setter
|
|
2960
|
-
def revision_history_limit(self, value: Optional[pulumi.Input[
|
|
2959
|
+
def revision_history_limit(self, value: Optional[pulumi.Input[_builtins.int]]):
|
|
2961
2960
|
pulumi.set(self, "revision_history_limit", value)
|
|
2962
2961
|
|
|
2963
|
-
@property
|
|
2962
|
+
@_builtins.property
|
|
2964
2963
|
@pulumi.getter
|
|
2965
2964
|
def selector(self) -> Optional[pulumi.Input['_meta.v1.LabelSelectorPatchArgs']]:
|
|
2966
2965
|
"""
|
|
@@ -2972,19 +2971,19 @@ class StatefulSetSpecPatchArgs:
|
|
|
2972
2971
|
def selector(self, value: Optional[pulumi.Input['_meta.v1.LabelSelectorPatchArgs']]):
|
|
2973
2972
|
pulumi.set(self, "selector", value)
|
|
2974
2973
|
|
|
2975
|
-
@property
|
|
2974
|
+
@_builtins.property
|
|
2976
2975
|
@pulumi.getter(name="serviceName")
|
|
2977
|
-
def service_name(self) -> Optional[pulumi.Input[
|
|
2976
|
+
def service_name(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
2978
2977
|
"""
|
|
2979
2978
|
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.
|
|
2980
2979
|
"""
|
|
2981
2980
|
return pulumi.get(self, "service_name")
|
|
2982
2981
|
|
|
2983
2982
|
@service_name.setter
|
|
2984
|
-
def service_name(self, value: Optional[pulumi.Input[
|
|
2983
|
+
def service_name(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
2985
2984
|
pulumi.set(self, "service_name", value)
|
|
2986
2985
|
|
|
2987
|
-
@property
|
|
2986
|
+
@_builtins.property
|
|
2988
2987
|
@pulumi.getter
|
|
2989
2988
|
def template(self) -> Optional[pulumi.Input['_core.v1.PodTemplateSpecPatchArgs']]:
|
|
2990
2989
|
"""
|
|
@@ -2996,7 +2995,7 @@ class StatefulSetSpecPatchArgs:
|
|
|
2996
2995
|
def template(self, value: Optional[pulumi.Input['_core.v1.PodTemplateSpecPatchArgs']]):
|
|
2997
2996
|
pulumi.set(self, "template", value)
|
|
2998
2997
|
|
|
2999
|
-
@property
|
|
2998
|
+
@_builtins.property
|
|
3000
2999
|
@pulumi.getter(name="updateStrategy")
|
|
3001
3000
|
def update_strategy(self) -> Optional[pulumi.Input['StatefulSetUpdateStrategyPatchArgs']]:
|
|
3002
3001
|
"""
|
|
@@ -3008,7 +3007,7 @@ class StatefulSetSpecPatchArgs:
|
|
|
3008
3007
|
def update_strategy(self, value: Optional[pulumi.Input['StatefulSetUpdateStrategyPatchArgs']]):
|
|
3009
3008
|
pulumi.set(self, "update_strategy", value)
|
|
3010
3009
|
|
|
3011
|
-
@property
|
|
3010
|
+
@_builtins.property
|
|
3012
3011
|
@pulumi.getter(name="volumeClaimTemplates")
|
|
3013
3012
|
def volume_claim_templates(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['_core.v1.PersistentVolumeClaimPatchArgs']]]]:
|
|
3014
3013
|
"""
|
|
@@ -3030,7 +3029,7 @@ if not MYPY:
|
|
|
3030
3029
|
"""
|
|
3031
3030
|
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
|
|
3032
3031
|
"""
|
|
3033
|
-
service_name: pulumi.Input[
|
|
3032
|
+
service_name: pulumi.Input[_builtins.str]
|
|
3034
3033
|
"""
|
|
3035
3034
|
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.
|
|
3036
3035
|
"""
|
|
@@ -3038,15 +3037,15 @@ if not MYPY:
|
|
|
3038
3037
|
"""
|
|
3039
3038
|
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.
|
|
3040
3039
|
"""
|
|
3041
|
-
pod_management_policy: NotRequired[pulumi.Input[
|
|
3040
|
+
pod_management_policy: NotRequired[pulumi.Input[_builtins.str]]
|
|
3042
3041
|
"""
|
|
3043
3042
|
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.
|
|
3044
3043
|
"""
|
|
3045
|
-
replicas: NotRequired[pulumi.Input[
|
|
3044
|
+
replicas: NotRequired[pulumi.Input[_builtins.int]]
|
|
3046
3045
|
"""
|
|
3047
3046
|
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.
|
|
3048
3047
|
"""
|
|
3049
|
-
revision_history_limit: NotRequired[pulumi.Input[
|
|
3048
|
+
revision_history_limit: NotRequired[pulumi.Input[_builtins.int]]
|
|
3050
3049
|
"""
|
|
3051
3050
|
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.
|
|
3052
3051
|
"""
|
|
@@ -3065,21 +3064,21 @@ elif False:
|
|
|
3065
3064
|
class StatefulSetSpecArgs:
|
|
3066
3065
|
def __init__(__self__, *,
|
|
3067
3066
|
selector: pulumi.Input['_meta.v1.LabelSelectorArgs'],
|
|
3068
|
-
service_name: pulumi.Input[
|
|
3067
|
+
service_name: pulumi.Input[_builtins.str],
|
|
3069
3068
|
template: pulumi.Input['_core.v1.PodTemplateSpecArgs'],
|
|
3070
|
-
pod_management_policy: Optional[pulumi.Input[
|
|
3071
|
-
replicas: Optional[pulumi.Input[
|
|
3072
|
-
revision_history_limit: Optional[pulumi.Input[
|
|
3069
|
+
pod_management_policy: Optional[pulumi.Input[_builtins.str]] = None,
|
|
3070
|
+
replicas: Optional[pulumi.Input[_builtins.int]] = None,
|
|
3071
|
+
revision_history_limit: Optional[pulumi.Input[_builtins.int]] = None,
|
|
3073
3072
|
update_strategy: Optional[pulumi.Input['StatefulSetUpdateStrategyArgs']] = None,
|
|
3074
3073
|
volume_claim_templates: Optional[pulumi.Input[Sequence[pulumi.Input['_core.v1.PersistentVolumeClaimArgs']]]] = None):
|
|
3075
3074
|
"""
|
|
3076
3075
|
A StatefulSetSpec is the specification of a StatefulSet.
|
|
3077
3076
|
:param pulumi.Input['_meta.v1.LabelSelectorArgs'] selector: selector is a label query over pods that should match the replica count. It must match the pod template's labels. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/labels/#label-selectors
|
|
3078
|
-
:param pulumi.Input[
|
|
3077
|
+
:param pulumi.Input[_builtins.str] service_name: serviceName is the name of the service that governs this StatefulSet. This service must exist before the StatefulSet, and is responsible for the network identity of the set. Pods get DNS/hostnames that follow the pattern: pod-specific-string.serviceName.default.svc.cluster.local where "pod-specific-string" is managed by the StatefulSet controller.
|
|
3079
3078
|
:param pulumi.Input['_core.v1.PodTemplateSpecArgs'] template: template is the object that describes the pod that will be created if insufficient replicas are detected. Each pod stamped out by the StatefulSet will fulfill this Template, but have a unique identity from the rest of the StatefulSet.
|
|
3080
|
-
:param pulumi.Input[
|
|
3081
|
-
:param pulumi.Input[
|
|
3082
|
-
:param pulumi.Input[
|
|
3079
|
+
:param pulumi.Input[_builtins.str] pod_management_policy: podManagementPolicy controls how pods are created during initial scale up, when replacing pods on nodes, or when scaling down. The default policy is `OrderedReady`, where pods are created in increasing order (pod-0, then pod-1, etc) and the controller will wait until each pod is ready before continuing. When scaling down, the pods are removed in the opposite order. The alternative policy is `Parallel` which will create pods in parallel to match the desired scale without waiting, and on scale down will delete all pods at once.
|
|
3080
|
+
:param pulumi.Input[_builtins.int] replicas: replicas is the desired number of replicas of the given Template. These are replicas in the sense that they are instantiations of the same Template, but individual replicas also have a consistent identity. If unspecified, defaults to 1.
|
|
3081
|
+
:param pulumi.Input[_builtins.int] revision_history_limit: revisionHistoryLimit is the maximum number of revisions that will be maintained in the StatefulSet's revision history. The revision history consists of all revisions not represented by a currently applied StatefulSetSpec version. The default value is 10.
|
|
3083
3082
|
:param pulumi.Input['StatefulSetUpdateStrategyArgs'] update_strategy: updateStrategy indicates the StatefulSetUpdateStrategy that will be employed to update Pods in the StatefulSet when a revision is made to Template.
|
|
3084
3083
|
:param pulumi.Input[Sequence[pulumi.Input['_core.v1.PersistentVolumeClaimArgs']]] volume_claim_templates: volumeClaimTemplates is a list of claims that pods are allowed to reference. The StatefulSet controller is responsible for mapping network identities to claims in a way that maintains the identity of a pod. Every claim in this list must have at least one matching (by name) volumeMount in one container in the template. A claim in this list takes precedence over any volumes in the template, with the same name.
|
|
3085
3084
|
"""
|
|
@@ -3097,7 +3096,7 @@ class StatefulSetSpecArgs:
|
|
|
3097
3096
|
if volume_claim_templates is not None:
|
|
3098
3097
|
pulumi.set(__self__, "volume_claim_templates", volume_claim_templates)
|
|
3099
3098
|
|
|
3100
|
-
@property
|
|
3099
|
+
@_builtins.property
|
|
3101
3100
|
@pulumi.getter
|
|
3102
3101
|
def selector(self) -> pulumi.Input['_meta.v1.LabelSelectorArgs']:
|
|
3103
3102
|
"""
|
|
@@ -3109,19 +3108,19 @@ class StatefulSetSpecArgs:
|
|
|
3109
3108
|
def selector(self, value: pulumi.Input['_meta.v1.LabelSelectorArgs']):
|
|
3110
3109
|
pulumi.set(self, "selector", value)
|
|
3111
3110
|
|
|
3112
|
-
@property
|
|
3111
|
+
@_builtins.property
|
|
3113
3112
|
@pulumi.getter(name="serviceName")
|
|
3114
|
-
def service_name(self) -> pulumi.Input[
|
|
3113
|
+
def service_name(self) -> pulumi.Input[_builtins.str]:
|
|
3115
3114
|
"""
|
|
3116
3115
|
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.
|
|
3117
3116
|
"""
|
|
3118
3117
|
return pulumi.get(self, "service_name")
|
|
3119
3118
|
|
|
3120
3119
|
@service_name.setter
|
|
3121
|
-
def service_name(self, value: pulumi.Input[
|
|
3120
|
+
def service_name(self, value: pulumi.Input[_builtins.str]):
|
|
3122
3121
|
pulumi.set(self, "service_name", value)
|
|
3123
3122
|
|
|
3124
|
-
@property
|
|
3123
|
+
@_builtins.property
|
|
3125
3124
|
@pulumi.getter
|
|
3126
3125
|
def template(self) -> pulumi.Input['_core.v1.PodTemplateSpecArgs']:
|
|
3127
3126
|
"""
|
|
@@ -3133,43 +3132,43 @@ class StatefulSetSpecArgs:
|
|
|
3133
3132
|
def template(self, value: pulumi.Input['_core.v1.PodTemplateSpecArgs']):
|
|
3134
3133
|
pulumi.set(self, "template", value)
|
|
3135
3134
|
|
|
3136
|
-
@property
|
|
3135
|
+
@_builtins.property
|
|
3137
3136
|
@pulumi.getter(name="podManagementPolicy")
|
|
3138
|
-
def pod_management_policy(self) -> Optional[pulumi.Input[
|
|
3137
|
+
def pod_management_policy(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
3139
3138
|
"""
|
|
3140
3139
|
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.
|
|
3141
3140
|
"""
|
|
3142
3141
|
return pulumi.get(self, "pod_management_policy")
|
|
3143
3142
|
|
|
3144
3143
|
@pod_management_policy.setter
|
|
3145
|
-
def pod_management_policy(self, value: Optional[pulumi.Input[
|
|
3144
|
+
def pod_management_policy(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
3146
3145
|
pulumi.set(self, "pod_management_policy", value)
|
|
3147
3146
|
|
|
3148
|
-
@property
|
|
3147
|
+
@_builtins.property
|
|
3149
3148
|
@pulumi.getter
|
|
3150
|
-
def replicas(self) -> Optional[pulumi.Input[
|
|
3149
|
+
def replicas(self) -> Optional[pulumi.Input[_builtins.int]]:
|
|
3151
3150
|
"""
|
|
3152
3151
|
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.
|
|
3153
3152
|
"""
|
|
3154
3153
|
return pulumi.get(self, "replicas")
|
|
3155
3154
|
|
|
3156
3155
|
@replicas.setter
|
|
3157
|
-
def replicas(self, value: Optional[pulumi.Input[
|
|
3156
|
+
def replicas(self, value: Optional[pulumi.Input[_builtins.int]]):
|
|
3158
3157
|
pulumi.set(self, "replicas", value)
|
|
3159
3158
|
|
|
3160
|
-
@property
|
|
3159
|
+
@_builtins.property
|
|
3161
3160
|
@pulumi.getter(name="revisionHistoryLimit")
|
|
3162
|
-
def revision_history_limit(self) -> Optional[pulumi.Input[
|
|
3161
|
+
def revision_history_limit(self) -> Optional[pulumi.Input[_builtins.int]]:
|
|
3163
3162
|
"""
|
|
3164
3163
|
revisionHistoryLimit is the maximum number of revisions that will be maintained in the StatefulSet's revision history. The revision history consists of all revisions not represented by a currently applied StatefulSetSpec version. The default value is 10.
|
|
3165
3164
|
"""
|
|
3166
3165
|
return pulumi.get(self, "revision_history_limit")
|
|
3167
3166
|
|
|
3168
3167
|
@revision_history_limit.setter
|
|
3169
|
-
def revision_history_limit(self, value: Optional[pulumi.Input[
|
|
3168
|
+
def revision_history_limit(self, value: Optional[pulumi.Input[_builtins.int]]):
|
|
3170
3169
|
pulumi.set(self, "revision_history_limit", value)
|
|
3171
3170
|
|
|
3172
|
-
@property
|
|
3171
|
+
@_builtins.property
|
|
3173
3172
|
@pulumi.getter(name="updateStrategy")
|
|
3174
3173
|
def update_strategy(self) -> Optional[pulumi.Input['StatefulSetUpdateStrategyArgs']]:
|
|
3175
3174
|
"""
|
|
@@ -3181,7 +3180,7 @@ class StatefulSetSpecArgs:
|
|
|
3181
3180
|
def update_strategy(self, value: Optional[pulumi.Input['StatefulSetUpdateStrategyArgs']]):
|
|
3182
3181
|
pulumi.set(self, "update_strategy", value)
|
|
3183
3182
|
|
|
3184
|
-
@property
|
|
3183
|
+
@_builtins.property
|
|
3185
3184
|
@pulumi.getter(name="volumeClaimTemplates")
|
|
3186
3185
|
def volume_claim_templates(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['_core.v1.PersistentVolumeClaimArgs']]]]:
|
|
3187
3186
|
"""
|
|
@@ -3199,11 +3198,11 @@ if not MYPY:
|
|
|
3199
3198
|
"""
|
|
3200
3199
|
StatefulSetStatus represents the current state of a StatefulSet.
|
|
3201
3200
|
"""
|
|
3202
|
-
replicas: pulumi.Input[
|
|
3201
|
+
replicas: pulumi.Input[_builtins.int]
|
|
3203
3202
|
"""
|
|
3204
3203
|
replicas is the number of Pods created by the StatefulSet controller.
|
|
3205
3204
|
"""
|
|
3206
|
-
collision_count: NotRequired[pulumi.Input[
|
|
3205
|
+
collision_count: NotRequired[pulumi.Input[_builtins.int]]
|
|
3207
3206
|
"""
|
|
3208
3207
|
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.
|
|
3209
3208
|
"""
|
|
@@ -3211,27 +3210,27 @@ if not MYPY:
|
|
|
3211
3210
|
"""
|
|
3212
3211
|
Represents the latest available observations of a statefulset's current state.
|
|
3213
3212
|
"""
|
|
3214
|
-
current_replicas: NotRequired[pulumi.Input[
|
|
3213
|
+
current_replicas: NotRequired[pulumi.Input[_builtins.int]]
|
|
3215
3214
|
"""
|
|
3216
3215
|
currentReplicas is the number of Pods created by the StatefulSet controller from the StatefulSet version indicated by currentRevision.
|
|
3217
3216
|
"""
|
|
3218
|
-
current_revision: NotRequired[pulumi.Input[
|
|
3217
|
+
current_revision: NotRequired[pulumi.Input[_builtins.str]]
|
|
3219
3218
|
"""
|
|
3220
3219
|
currentRevision, if not empty, indicates the version of the StatefulSet used to generate Pods in the sequence [0,currentReplicas).
|
|
3221
3220
|
"""
|
|
3222
|
-
observed_generation: NotRequired[pulumi.Input[
|
|
3221
|
+
observed_generation: NotRequired[pulumi.Input[_builtins.int]]
|
|
3223
3222
|
"""
|
|
3224
3223
|
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.
|
|
3225
3224
|
"""
|
|
3226
|
-
ready_replicas: NotRequired[pulumi.Input[
|
|
3225
|
+
ready_replicas: NotRequired[pulumi.Input[_builtins.int]]
|
|
3227
3226
|
"""
|
|
3228
3227
|
readyReplicas is the number of Pods created by the StatefulSet controller that have a Ready Condition.
|
|
3229
3228
|
"""
|
|
3230
|
-
update_revision: NotRequired[pulumi.Input[
|
|
3229
|
+
update_revision: NotRequired[pulumi.Input[_builtins.str]]
|
|
3231
3230
|
"""
|
|
3232
3231
|
updateRevision, if not empty, indicates the version of the StatefulSet used to generate Pods in the sequence [replicas-updatedReplicas,replicas)
|
|
3233
3232
|
"""
|
|
3234
|
-
updated_replicas: NotRequired[pulumi.Input[
|
|
3233
|
+
updated_replicas: NotRequired[pulumi.Input[_builtins.int]]
|
|
3235
3234
|
"""
|
|
3236
3235
|
updatedReplicas is the number of Pods created by the StatefulSet controller from the StatefulSet version indicated by updateRevision.
|
|
3237
3236
|
"""
|
|
@@ -3241,26 +3240,26 @@ elif False:
|
|
|
3241
3240
|
@pulumi.input_type
|
|
3242
3241
|
class StatefulSetStatusArgs:
|
|
3243
3242
|
def __init__(__self__, *,
|
|
3244
|
-
replicas: pulumi.Input[
|
|
3245
|
-
collision_count: Optional[pulumi.Input[
|
|
3243
|
+
replicas: pulumi.Input[_builtins.int],
|
|
3244
|
+
collision_count: Optional[pulumi.Input[_builtins.int]] = None,
|
|
3246
3245
|
conditions: Optional[pulumi.Input[Sequence[pulumi.Input['StatefulSetConditionArgs']]]] = None,
|
|
3247
|
-
current_replicas: Optional[pulumi.Input[
|
|
3248
|
-
current_revision: Optional[pulumi.Input[
|
|
3249
|
-
observed_generation: Optional[pulumi.Input[
|
|
3250
|
-
ready_replicas: Optional[pulumi.Input[
|
|
3251
|
-
update_revision: Optional[pulumi.Input[
|
|
3252
|
-
updated_replicas: Optional[pulumi.Input[
|
|
3246
|
+
current_replicas: Optional[pulumi.Input[_builtins.int]] = None,
|
|
3247
|
+
current_revision: Optional[pulumi.Input[_builtins.str]] = None,
|
|
3248
|
+
observed_generation: Optional[pulumi.Input[_builtins.int]] = None,
|
|
3249
|
+
ready_replicas: Optional[pulumi.Input[_builtins.int]] = None,
|
|
3250
|
+
update_revision: Optional[pulumi.Input[_builtins.str]] = None,
|
|
3251
|
+
updated_replicas: Optional[pulumi.Input[_builtins.int]] = None):
|
|
3253
3252
|
"""
|
|
3254
3253
|
StatefulSetStatus represents the current state of a StatefulSet.
|
|
3255
|
-
:param pulumi.Input[
|
|
3256
|
-
:param pulumi.Input[
|
|
3254
|
+
:param pulumi.Input[_builtins.int] replicas: replicas is the number of Pods created by the StatefulSet controller.
|
|
3255
|
+
:param pulumi.Input[_builtins.int] collision_count: collisionCount is the count of hash collisions for the StatefulSet. The StatefulSet controller uses this field as a collision avoidance mechanism when it needs to create the name for the newest ControllerRevision.
|
|
3257
3256
|
:param pulumi.Input[Sequence[pulumi.Input['StatefulSetConditionArgs']]] conditions: Represents the latest available observations of a statefulset's current state.
|
|
3258
|
-
:param pulumi.Input[
|
|
3259
|
-
:param pulumi.Input[
|
|
3260
|
-
:param pulumi.Input[
|
|
3261
|
-
:param pulumi.Input[
|
|
3262
|
-
:param pulumi.Input[
|
|
3263
|
-
:param pulumi.Input[
|
|
3257
|
+
:param pulumi.Input[_builtins.int] current_replicas: currentReplicas is the number of Pods created by the StatefulSet controller from the StatefulSet version indicated by currentRevision.
|
|
3258
|
+
:param pulumi.Input[_builtins.str] current_revision: currentRevision, if not empty, indicates the version of the StatefulSet used to generate Pods in the sequence [0,currentReplicas).
|
|
3259
|
+
:param pulumi.Input[_builtins.int] observed_generation: observedGeneration is the most recent generation observed for this StatefulSet. It corresponds to the StatefulSet's generation, which is updated on mutation by the API Server.
|
|
3260
|
+
:param pulumi.Input[_builtins.int] ready_replicas: readyReplicas is the number of Pods created by the StatefulSet controller that have a Ready Condition.
|
|
3261
|
+
:param pulumi.Input[_builtins.str] update_revision: updateRevision, if not empty, indicates the version of the StatefulSet used to generate Pods in the sequence [replicas-updatedReplicas,replicas)
|
|
3262
|
+
:param pulumi.Input[_builtins.int] updated_replicas: updatedReplicas is the number of Pods created by the StatefulSet controller from the StatefulSet version indicated by updateRevision.
|
|
3264
3263
|
"""
|
|
3265
3264
|
pulumi.set(__self__, "replicas", replicas)
|
|
3266
3265
|
if collision_count is not None:
|
|
@@ -3280,31 +3279,31 @@ class StatefulSetStatusArgs:
|
|
|
3280
3279
|
if updated_replicas is not None:
|
|
3281
3280
|
pulumi.set(__self__, "updated_replicas", updated_replicas)
|
|
3282
3281
|
|
|
3283
|
-
@property
|
|
3282
|
+
@_builtins.property
|
|
3284
3283
|
@pulumi.getter
|
|
3285
|
-
def replicas(self) -> pulumi.Input[
|
|
3284
|
+
def replicas(self) -> pulumi.Input[_builtins.int]:
|
|
3286
3285
|
"""
|
|
3287
3286
|
replicas is the number of Pods created by the StatefulSet controller.
|
|
3288
3287
|
"""
|
|
3289
3288
|
return pulumi.get(self, "replicas")
|
|
3290
3289
|
|
|
3291
3290
|
@replicas.setter
|
|
3292
|
-
def replicas(self, value: pulumi.Input[
|
|
3291
|
+
def replicas(self, value: pulumi.Input[_builtins.int]):
|
|
3293
3292
|
pulumi.set(self, "replicas", value)
|
|
3294
3293
|
|
|
3295
|
-
@property
|
|
3294
|
+
@_builtins.property
|
|
3296
3295
|
@pulumi.getter(name="collisionCount")
|
|
3297
|
-
def collision_count(self) -> Optional[pulumi.Input[
|
|
3296
|
+
def collision_count(self) -> Optional[pulumi.Input[_builtins.int]]:
|
|
3298
3297
|
"""
|
|
3299
3298
|
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.
|
|
3300
3299
|
"""
|
|
3301
3300
|
return pulumi.get(self, "collision_count")
|
|
3302
3301
|
|
|
3303
3302
|
@collision_count.setter
|
|
3304
|
-
def collision_count(self, value: Optional[pulumi.Input[
|
|
3303
|
+
def collision_count(self, value: Optional[pulumi.Input[_builtins.int]]):
|
|
3305
3304
|
pulumi.set(self, "collision_count", value)
|
|
3306
3305
|
|
|
3307
|
-
@property
|
|
3306
|
+
@_builtins.property
|
|
3308
3307
|
@pulumi.getter
|
|
3309
3308
|
def conditions(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['StatefulSetConditionArgs']]]]:
|
|
3310
3309
|
"""
|
|
@@ -3316,76 +3315,76 @@ class StatefulSetStatusArgs:
|
|
|
3316
3315
|
def conditions(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['StatefulSetConditionArgs']]]]):
|
|
3317
3316
|
pulumi.set(self, "conditions", value)
|
|
3318
3317
|
|
|
3319
|
-
@property
|
|
3318
|
+
@_builtins.property
|
|
3320
3319
|
@pulumi.getter(name="currentReplicas")
|
|
3321
|
-
def current_replicas(self) -> Optional[pulumi.Input[
|
|
3320
|
+
def current_replicas(self) -> Optional[pulumi.Input[_builtins.int]]:
|
|
3322
3321
|
"""
|
|
3323
3322
|
currentReplicas is the number of Pods created by the StatefulSet controller from the StatefulSet version indicated by currentRevision.
|
|
3324
3323
|
"""
|
|
3325
3324
|
return pulumi.get(self, "current_replicas")
|
|
3326
3325
|
|
|
3327
3326
|
@current_replicas.setter
|
|
3328
|
-
def current_replicas(self, value: Optional[pulumi.Input[
|
|
3327
|
+
def current_replicas(self, value: Optional[pulumi.Input[_builtins.int]]):
|
|
3329
3328
|
pulumi.set(self, "current_replicas", value)
|
|
3330
3329
|
|
|
3331
|
-
@property
|
|
3330
|
+
@_builtins.property
|
|
3332
3331
|
@pulumi.getter(name="currentRevision")
|
|
3333
|
-
def current_revision(self) -> Optional[pulumi.Input[
|
|
3332
|
+
def current_revision(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
3334
3333
|
"""
|
|
3335
3334
|
currentRevision, if not empty, indicates the version of the StatefulSet used to generate Pods in the sequence [0,currentReplicas).
|
|
3336
3335
|
"""
|
|
3337
3336
|
return pulumi.get(self, "current_revision")
|
|
3338
3337
|
|
|
3339
3338
|
@current_revision.setter
|
|
3340
|
-
def current_revision(self, value: Optional[pulumi.Input[
|
|
3339
|
+
def current_revision(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
3341
3340
|
pulumi.set(self, "current_revision", value)
|
|
3342
3341
|
|
|
3343
|
-
@property
|
|
3342
|
+
@_builtins.property
|
|
3344
3343
|
@pulumi.getter(name="observedGeneration")
|
|
3345
|
-
def observed_generation(self) -> Optional[pulumi.Input[
|
|
3344
|
+
def observed_generation(self) -> Optional[pulumi.Input[_builtins.int]]:
|
|
3346
3345
|
"""
|
|
3347
3346
|
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.
|
|
3348
3347
|
"""
|
|
3349
3348
|
return pulumi.get(self, "observed_generation")
|
|
3350
3349
|
|
|
3351
3350
|
@observed_generation.setter
|
|
3352
|
-
def observed_generation(self, value: Optional[pulumi.Input[
|
|
3351
|
+
def observed_generation(self, value: Optional[pulumi.Input[_builtins.int]]):
|
|
3353
3352
|
pulumi.set(self, "observed_generation", value)
|
|
3354
3353
|
|
|
3355
|
-
@property
|
|
3354
|
+
@_builtins.property
|
|
3356
3355
|
@pulumi.getter(name="readyReplicas")
|
|
3357
|
-
def ready_replicas(self) -> Optional[pulumi.Input[
|
|
3356
|
+
def ready_replicas(self) -> Optional[pulumi.Input[_builtins.int]]:
|
|
3358
3357
|
"""
|
|
3359
3358
|
readyReplicas is the number of Pods created by the StatefulSet controller that have a Ready Condition.
|
|
3360
3359
|
"""
|
|
3361
3360
|
return pulumi.get(self, "ready_replicas")
|
|
3362
3361
|
|
|
3363
3362
|
@ready_replicas.setter
|
|
3364
|
-
def ready_replicas(self, value: Optional[pulumi.Input[
|
|
3363
|
+
def ready_replicas(self, value: Optional[pulumi.Input[_builtins.int]]):
|
|
3365
3364
|
pulumi.set(self, "ready_replicas", value)
|
|
3366
3365
|
|
|
3367
|
-
@property
|
|
3366
|
+
@_builtins.property
|
|
3368
3367
|
@pulumi.getter(name="updateRevision")
|
|
3369
|
-
def update_revision(self) -> Optional[pulumi.Input[
|
|
3368
|
+
def update_revision(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
3370
3369
|
"""
|
|
3371
3370
|
updateRevision, if not empty, indicates the version of the StatefulSet used to generate Pods in the sequence [replicas-updatedReplicas,replicas)
|
|
3372
3371
|
"""
|
|
3373
3372
|
return pulumi.get(self, "update_revision")
|
|
3374
3373
|
|
|
3375
3374
|
@update_revision.setter
|
|
3376
|
-
def update_revision(self, value: Optional[pulumi.Input[
|
|
3375
|
+
def update_revision(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
3377
3376
|
pulumi.set(self, "update_revision", value)
|
|
3378
3377
|
|
|
3379
|
-
@property
|
|
3378
|
+
@_builtins.property
|
|
3380
3379
|
@pulumi.getter(name="updatedReplicas")
|
|
3381
|
-
def updated_replicas(self) -> Optional[pulumi.Input[
|
|
3380
|
+
def updated_replicas(self) -> Optional[pulumi.Input[_builtins.int]]:
|
|
3382
3381
|
"""
|
|
3383
3382
|
updatedReplicas is the number of Pods created by the StatefulSet controller from the StatefulSet version indicated by updateRevision.
|
|
3384
3383
|
"""
|
|
3385
3384
|
return pulumi.get(self, "updated_replicas")
|
|
3386
3385
|
|
|
3387
3386
|
@updated_replicas.setter
|
|
3388
|
-
def updated_replicas(self, value: Optional[pulumi.Input[
|
|
3387
|
+
def updated_replicas(self, value: Optional[pulumi.Input[_builtins.int]]):
|
|
3389
3388
|
pulumi.set(self, "updated_replicas", value)
|
|
3390
3389
|
|
|
3391
3390
|
|
|
@@ -3398,7 +3397,7 @@ if not MYPY:
|
|
|
3398
3397
|
"""
|
|
3399
3398
|
RollingUpdate is used to communicate parameters when Type is RollingUpdateStatefulSetStrategyType.
|
|
3400
3399
|
"""
|
|
3401
|
-
type: NotRequired[pulumi.Input[
|
|
3400
|
+
type: NotRequired[pulumi.Input[_builtins.str]]
|
|
3402
3401
|
"""
|
|
3403
3402
|
Type indicates the type of the StatefulSetUpdateStrategy. Default is RollingUpdate.
|
|
3404
3403
|
"""
|
|
@@ -3409,18 +3408,18 @@ elif False:
|
|
|
3409
3408
|
class StatefulSetUpdateStrategyPatchArgs:
|
|
3410
3409
|
def __init__(__self__, *,
|
|
3411
3410
|
rolling_update: Optional[pulumi.Input['RollingUpdateStatefulSetStrategyPatchArgs']] = None,
|
|
3412
|
-
type: Optional[pulumi.Input[
|
|
3411
|
+
type: Optional[pulumi.Input[_builtins.str]] = None):
|
|
3413
3412
|
"""
|
|
3414
3413
|
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.
|
|
3415
3414
|
:param pulumi.Input['RollingUpdateStatefulSetStrategyPatchArgs'] rolling_update: RollingUpdate is used to communicate parameters when Type is RollingUpdateStatefulSetStrategyType.
|
|
3416
|
-
:param pulumi.Input[
|
|
3415
|
+
:param pulumi.Input[_builtins.str] type: Type indicates the type of the StatefulSetUpdateStrategy. Default is RollingUpdate.
|
|
3417
3416
|
"""
|
|
3418
3417
|
if rolling_update is not None:
|
|
3419
3418
|
pulumi.set(__self__, "rolling_update", rolling_update)
|
|
3420
3419
|
if type is not None:
|
|
3421
3420
|
pulumi.set(__self__, "type", type)
|
|
3422
3421
|
|
|
3423
|
-
@property
|
|
3422
|
+
@_builtins.property
|
|
3424
3423
|
@pulumi.getter(name="rollingUpdate")
|
|
3425
3424
|
def rolling_update(self) -> Optional[pulumi.Input['RollingUpdateStatefulSetStrategyPatchArgs']]:
|
|
3426
3425
|
"""
|
|
@@ -3432,16 +3431,16 @@ class StatefulSetUpdateStrategyPatchArgs:
|
|
|
3432
3431
|
def rolling_update(self, value: Optional[pulumi.Input['RollingUpdateStatefulSetStrategyPatchArgs']]):
|
|
3433
3432
|
pulumi.set(self, "rolling_update", value)
|
|
3434
3433
|
|
|
3435
|
-
@property
|
|
3434
|
+
@_builtins.property
|
|
3436
3435
|
@pulumi.getter
|
|
3437
|
-
def type(self) -> Optional[pulumi.Input[
|
|
3436
|
+
def type(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
3438
3437
|
"""
|
|
3439
3438
|
Type indicates the type of the StatefulSetUpdateStrategy. Default is RollingUpdate.
|
|
3440
3439
|
"""
|
|
3441
3440
|
return pulumi.get(self, "type")
|
|
3442
3441
|
|
|
3443
3442
|
@type.setter
|
|
3444
|
-
def type(self, value: Optional[pulumi.Input[
|
|
3443
|
+
def type(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
3445
3444
|
pulumi.set(self, "type", value)
|
|
3446
3445
|
|
|
3447
3446
|
|
|
@@ -3454,7 +3453,7 @@ if not MYPY:
|
|
|
3454
3453
|
"""
|
|
3455
3454
|
RollingUpdate is used to communicate parameters when Type is RollingUpdateStatefulSetStrategyType.
|
|
3456
3455
|
"""
|
|
3457
|
-
type: NotRequired[pulumi.Input[
|
|
3456
|
+
type: NotRequired[pulumi.Input[_builtins.str]]
|
|
3458
3457
|
"""
|
|
3459
3458
|
Type indicates the type of the StatefulSetUpdateStrategy. Default is RollingUpdate.
|
|
3460
3459
|
"""
|
|
@@ -3465,18 +3464,18 @@ elif False:
|
|
|
3465
3464
|
class StatefulSetUpdateStrategyArgs:
|
|
3466
3465
|
def __init__(__self__, *,
|
|
3467
3466
|
rolling_update: Optional[pulumi.Input['RollingUpdateStatefulSetStrategyArgs']] = None,
|
|
3468
|
-
type: Optional[pulumi.Input[
|
|
3467
|
+
type: Optional[pulumi.Input[_builtins.str]] = None):
|
|
3469
3468
|
"""
|
|
3470
3469
|
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.
|
|
3471
3470
|
:param pulumi.Input['RollingUpdateStatefulSetStrategyArgs'] rolling_update: RollingUpdate is used to communicate parameters when Type is RollingUpdateStatefulSetStrategyType.
|
|
3472
|
-
:param pulumi.Input[
|
|
3471
|
+
:param pulumi.Input[_builtins.str] type: Type indicates the type of the StatefulSetUpdateStrategy. Default is RollingUpdate.
|
|
3473
3472
|
"""
|
|
3474
3473
|
if rolling_update is not None:
|
|
3475
3474
|
pulumi.set(__self__, "rolling_update", rolling_update)
|
|
3476
3475
|
if type is not None:
|
|
3477
3476
|
pulumi.set(__self__, "type", type)
|
|
3478
3477
|
|
|
3479
|
-
@property
|
|
3478
|
+
@_builtins.property
|
|
3480
3479
|
@pulumi.getter(name="rollingUpdate")
|
|
3481
3480
|
def rolling_update(self) -> Optional[pulumi.Input['RollingUpdateStatefulSetStrategyArgs']]:
|
|
3482
3481
|
"""
|
|
@@ -3488,16 +3487,16 @@ class StatefulSetUpdateStrategyArgs:
|
|
|
3488
3487
|
def rolling_update(self, value: Optional[pulumi.Input['RollingUpdateStatefulSetStrategyArgs']]):
|
|
3489
3488
|
pulumi.set(self, "rolling_update", value)
|
|
3490
3489
|
|
|
3491
|
-
@property
|
|
3490
|
+
@_builtins.property
|
|
3492
3491
|
@pulumi.getter
|
|
3493
|
-
def type(self) -> Optional[pulumi.Input[
|
|
3492
|
+
def type(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
3494
3493
|
"""
|
|
3495
3494
|
Type indicates the type of the StatefulSetUpdateStrategy. Default is RollingUpdate.
|
|
3496
3495
|
"""
|
|
3497
3496
|
return pulumi.get(self, "type")
|
|
3498
3497
|
|
|
3499
3498
|
@type.setter
|
|
3500
|
-
def type(self, value: Optional[pulumi.Input[
|
|
3499
|
+
def type(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
3501
3500
|
pulumi.set(self, "type", value)
|
|
3502
3501
|
|
|
3503
3502
|
|
|
@@ -3522,11 +3521,11 @@ if not MYPY:
|
|
|
3522
3521
|
time out and mark the resource update as Failed. You can override the default timeout value
|
|
3523
3522
|
by setting the 'customTimeouts' option on the resource.
|
|
3524
3523
|
"""
|
|
3525
|
-
api_version: NotRequired[pulumi.Input[
|
|
3524
|
+
api_version: NotRequired[pulumi.Input[_builtins.str]]
|
|
3526
3525
|
"""
|
|
3527
3526
|
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
|
|
3528
3527
|
"""
|
|
3529
|
-
kind: NotRequired[pulumi.Input[
|
|
3528
|
+
kind: NotRequired[pulumi.Input[_builtins.str]]
|
|
3530
3529
|
"""
|
|
3531
3530
|
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
|
|
3532
3531
|
"""
|
|
@@ -3545,8 +3544,8 @@ elif False:
|
|
|
3545
3544
|
@pulumi.input_type
|
|
3546
3545
|
class StatefulSetArgs:
|
|
3547
3546
|
def __init__(__self__, *,
|
|
3548
|
-
api_version: Optional[pulumi.Input[
|
|
3549
|
-
kind: Optional[pulumi.Input[
|
|
3547
|
+
api_version: Optional[pulumi.Input[_builtins.str]] = None,
|
|
3548
|
+
kind: Optional[pulumi.Input[_builtins.str]] = None,
|
|
3550
3549
|
metadata: Optional[pulumi.Input['_meta.v1.ObjectMetaArgs']] = None,
|
|
3551
3550
|
spec: Optional[pulumi.Input['StatefulSetSpecArgs']] = None,
|
|
3552
3551
|
status: Optional[pulumi.Input['StatefulSetStatusArgs']] = None):
|
|
@@ -3568,8 +3567,8 @@ class StatefulSetArgs:
|
|
|
3568
3567
|
If the StatefulSet has not reached a Ready state after 10 minutes, it will
|
|
3569
3568
|
time out and mark the resource update as Failed. You can override the default timeout value
|
|
3570
3569
|
by setting the 'customTimeouts' option on the resource.
|
|
3571
|
-
:param pulumi.Input[
|
|
3572
|
-
:param pulumi.Input[
|
|
3570
|
+
:param pulumi.Input[_builtins.str] api_version: APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources
|
|
3571
|
+
:param pulumi.Input[_builtins.str] kind: Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds
|
|
3573
3572
|
:param pulumi.Input['StatefulSetSpecArgs'] spec: Spec defines the desired identities of pods in this set.
|
|
3574
3573
|
:param pulumi.Input['StatefulSetStatusArgs'] status: Status is the current status of Pods in this StatefulSet. This data may be out of date by some window of time.
|
|
3575
3574
|
"""
|
|
@@ -3584,31 +3583,31 @@ class StatefulSetArgs:
|
|
|
3584
3583
|
if status is not None:
|
|
3585
3584
|
pulumi.set(__self__, "status", status)
|
|
3586
3585
|
|
|
3587
|
-
@property
|
|
3586
|
+
@_builtins.property
|
|
3588
3587
|
@pulumi.getter(name="apiVersion")
|
|
3589
|
-
def api_version(self) -> Optional[pulumi.Input[
|
|
3588
|
+
def api_version(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
3590
3589
|
"""
|
|
3591
3590
|
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
|
|
3592
3591
|
"""
|
|
3593
3592
|
return pulumi.get(self, "api_version")
|
|
3594
3593
|
|
|
3595
3594
|
@api_version.setter
|
|
3596
|
-
def api_version(self, value: Optional[pulumi.Input[
|
|
3595
|
+
def api_version(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
3597
3596
|
pulumi.set(self, "api_version", value)
|
|
3598
3597
|
|
|
3599
|
-
@property
|
|
3598
|
+
@_builtins.property
|
|
3600
3599
|
@pulumi.getter
|
|
3601
|
-
def kind(self) -> Optional[pulumi.Input[
|
|
3600
|
+
def kind(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
3602
3601
|
"""
|
|
3603
3602
|
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
|
|
3604
3603
|
"""
|
|
3605
3604
|
return pulumi.get(self, "kind")
|
|
3606
3605
|
|
|
3607
3606
|
@kind.setter
|
|
3608
|
-
def kind(self, value: Optional[pulumi.Input[
|
|
3607
|
+
def kind(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
3609
3608
|
pulumi.set(self, "kind", value)
|
|
3610
3609
|
|
|
3611
|
-
@property
|
|
3610
|
+
@_builtins.property
|
|
3612
3611
|
@pulumi.getter
|
|
3613
3612
|
def metadata(self) -> Optional[pulumi.Input['_meta.v1.ObjectMetaArgs']]:
|
|
3614
3613
|
return pulumi.get(self, "metadata")
|
|
@@ -3617,7 +3616,7 @@ class StatefulSetArgs:
|
|
|
3617
3616
|
def metadata(self, value: Optional[pulumi.Input['_meta.v1.ObjectMetaArgs']]):
|
|
3618
3617
|
pulumi.set(self, "metadata", value)
|
|
3619
3618
|
|
|
3620
|
-
@property
|
|
3619
|
+
@_builtins.property
|
|
3621
3620
|
@pulumi.getter
|
|
3622
3621
|
def spec(self) -> Optional[pulumi.Input['StatefulSetSpecArgs']]:
|
|
3623
3622
|
"""
|
|
@@ -3629,7 +3628,7 @@ class StatefulSetArgs:
|
|
|
3629
3628
|
def spec(self, value: Optional[pulumi.Input['StatefulSetSpecArgs']]):
|
|
3630
3629
|
pulumi.set(self, "spec", value)
|
|
3631
3630
|
|
|
3632
|
-
@property
|
|
3631
|
+
@_builtins.property
|
|
3633
3632
|
@pulumi.getter
|
|
3634
3633
|
def status(self) -> Optional[pulumi.Input['StatefulSetStatusArgs']]:
|
|
3635
3634
|
"""
|