pulumi-kubernetes 4.17.0a1723576835__py3-none-any.whl → 4.26.0a1769215986__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.
- pulumi_kubernetes/__init__.py +73 -2
- pulumi_kubernetes/_inputs.py +49 -49
- pulumi_kubernetes/_utilities.py +9 -5
- pulumi_kubernetes/admissionregistration/__init__.py +1 -0
- pulumi_kubernetes/admissionregistration/v1/MutatingWebhookConfiguration.py +26 -25
- pulumi_kubernetes/admissionregistration/v1/MutatingWebhookConfigurationList.py +26 -25
- pulumi_kubernetes/admissionregistration/v1/MutatingWebhookConfigurationPatch.py +26 -25
- pulumi_kubernetes/admissionregistration/v1/ValidatingAdmissionPolicy.py +27 -26
- pulumi_kubernetes/admissionregistration/v1/ValidatingAdmissionPolicyBinding.py +26 -25
- pulumi_kubernetes/admissionregistration/v1/ValidatingAdmissionPolicyBindingList.py +26 -25
- pulumi_kubernetes/admissionregistration/v1/ValidatingAdmissionPolicyBindingPatch.py +26 -25
- pulumi_kubernetes/admissionregistration/v1/ValidatingAdmissionPolicyList.py +26 -25
- pulumi_kubernetes/admissionregistration/v1/ValidatingAdmissionPolicyPatch.py +27 -26
- pulumi_kubernetes/admissionregistration/v1/ValidatingWebhookConfiguration.py +26 -25
- pulumi_kubernetes/admissionregistration/v1/ValidatingWebhookConfigurationList.py +26 -25
- pulumi_kubernetes/admissionregistration/v1/ValidatingWebhookConfigurationPatch.py +26 -25
- pulumi_kubernetes/admissionregistration/v1/__init__.py +1 -0
- pulumi_kubernetes/admissionregistration/v1/_inputs.py +721 -721
- pulumi_kubernetes/admissionregistration/v1/outputs.py +516 -516
- pulumi_kubernetes/admissionregistration/v1alpha1/MutatingAdmissionPolicy.py +215 -0
- pulumi_kubernetes/admissionregistration/v1alpha1/MutatingAdmissionPolicyBinding.py +223 -0
- pulumi_kubernetes/admissionregistration/v1alpha1/MutatingAdmissionPolicyBindingList.py +216 -0
- pulumi_kubernetes/admissionregistration/v1alpha1/MutatingAdmissionPolicyBindingPatch.py +235 -0
- pulumi_kubernetes/admissionregistration/v1alpha1/MutatingAdmissionPolicyList.py +216 -0
- pulumi_kubernetes/admissionregistration/v1alpha1/MutatingAdmissionPolicyPatch.py +227 -0
- pulumi_kubernetes/admissionregistration/v1alpha1/ValidatingAdmissionPolicy.py +27 -26
- pulumi_kubernetes/admissionregistration/v1alpha1/ValidatingAdmissionPolicyBinding.py +26 -33
- pulumi_kubernetes/admissionregistration/v1alpha1/ValidatingAdmissionPolicyBindingList.py +26 -25
- pulumi_kubernetes/admissionregistration/v1alpha1/ValidatingAdmissionPolicyBindingPatch.py +26 -33
- pulumi_kubernetes/admissionregistration/v1alpha1/ValidatingAdmissionPolicyList.py +26 -25
- pulumi_kubernetes/admissionregistration/v1alpha1/ValidatingAdmissionPolicyPatch.py +27 -26
- pulumi_kubernetes/admissionregistration/v1alpha1/__init__.py +7 -0
- pulumi_kubernetes/admissionregistration/v1alpha1/_inputs.py +2219 -716
- pulumi_kubernetes/admissionregistration/v1alpha1/outputs.py +1649 -530
- pulumi_kubernetes/admissionregistration/v1beta1/MutatingWebhookConfiguration.py +26 -25
- pulumi_kubernetes/admissionregistration/v1beta1/MutatingWebhookConfigurationList.py +26 -25
- pulumi_kubernetes/admissionregistration/v1beta1/MutatingWebhookConfigurationPatch.py +26 -25
- pulumi_kubernetes/admissionregistration/v1beta1/ValidatingAdmissionPolicy.py +27 -26
- pulumi_kubernetes/admissionregistration/v1beta1/ValidatingAdmissionPolicyBinding.py +26 -25
- pulumi_kubernetes/admissionregistration/v1beta1/ValidatingAdmissionPolicyBindingList.py +26 -25
- pulumi_kubernetes/admissionregistration/v1beta1/ValidatingAdmissionPolicyBindingPatch.py +26 -25
- pulumi_kubernetes/admissionregistration/v1beta1/ValidatingAdmissionPolicyList.py +26 -25
- pulumi_kubernetes/admissionregistration/v1beta1/ValidatingAdmissionPolicyPatch.py +27 -26
- pulumi_kubernetes/admissionregistration/v1beta1/ValidatingWebhookConfiguration.py +26 -25
- pulumi_kubernetes/admissionregistration/v1beta1/ValidatingWebhookConfigurationList.py +26 -25
- pulumi_kubernetes/admissionregistration/v1beta1/ValidatingWebhookConfigurationPatch.py +26 -25
- pulumi_kubernetes/admissionregistration/v1beta1/__init__.py +1 -0
- pulumi_kubernetes/admissionregistration/v1beta1/_inputs.py +717 -717
- pulumi_kubernetes/admissionregistration/v1beta1/outputs.py +512 -512
- pulumi_kubernetes/apiextensions/__init__.py +1 -0
- pulumi_kubernetes/apiextensions/v1/CustomResourceDefinition.py +27 -26
- pulumi_kubernetes/apiextensions/v1/CustomResourceDefinitionList.py +26 -25
- pulumi_kubernetes/apiextensions/v1/CustomResourceDefinitionPatch.py +27 -26
- pulumi_kubernetes/apiextensions/v1/__init__.py +1 -0
- pulumi_kubernetes/apiextensions/v1/_inputs.py +912 -912
- pulumi_kubernetes/apiextensions/v1/outputs.py +624 -624
- pulumi_kubernetes/apiextensions/v1beta1/CustomResourceDefinition.py +27 -26
- pulumi_kubernetes/apiextensions/v1beta1/CustomResourceDefinitionList.py +26 -25
- pulumi_kubernetes/apiextensions/v1beta1/CustomResourceDefinitionPatch.py +27 -26
- pulumi_kubernetes/apiextensions/v1beta1/__init__.py +1 -0
- pulumi_kubernetes/apiextensions/v1beta1/_inputs.py +834 -834
- pulumi_kubernetes/apiextensions/v1beta1/outputs.py +572 -572
- pulumi_kubernetes/apiregistration/__init__.py +1 -0
- pulumi_kubernetes/apiregistration/v1/APIService.py +27 -26
- pulumi_kubernetes/apiregistration/v1/APIServiceList.py +26 -25
- pulumi_kubernetes/apiregistration/v1/APIServicePatch.py +27 -26
- pulumi_kubernetes/apiregistration/v1/__init__.py +1 -0
- pulumi_kubernetes/apiregistration/v1/_inputs.py +157 -157
- pulumi_kubernetes/apiregistration/v1/outputs.py +128 -128
- pulumi_kubernetes/apiregistration/v1beta1/APIService.py +27 -26
- pulumi_kubernetes/apiregistration/v1beta1/APIServiceList.py +26 -25
- pulumi_kubernetes/apiregistration/v1beta1/APIServicePatch.py +27 -26
- pulumi_kubernetes/apiregistration/v1beta1/__init__.py +1 -0
- pulumi_kubernetes/apiregistration/v1beta1/_inputs.py +157 -157
- pulumi_kubernetes/apiregistration/v1beta1/outputs.py +128 -128
- pulumi_kubernetes/apps/__init__.py +1 -0
- pulumi_kubernetes/apps/v1/ControllerRevision.py +36 -35
- pulumi_kubernetes/apps/v1/ControllerRevisionList.py +26 -25
- pulumi_kubernetes/apps/v1/ControllerRevisionPatch.py +36 -35
- pulumi_kubernetes/apps/v1/DaemonSet.py +27 -26
- pulumi_kubernetes/apps/v1/DaemonSetList.py +26 -25
- pulumi_kubernetes/apps/v1/DaemonSetPatch.py +27 -26
- pulumi_kubernetes/apps/v1/Deployment.py +27 -26
- pulumi_kubernetes/apps/v1/DeploymentList.py +26 -25
- pulumi_kubernetes/apps/v1/DeploymentPatch.py +27 -26
- pulumi_kubernetes/apps/v1/ReplicaSet.py +27 -26
- pulumi_kubernetes/apps/v1/ReplicaSetList.py +30 -29
- pulumi_kubernetes/apps/v1/ReplicaSetPatch.py +27 -26
- pulumi_kubernetes/apps/v1/StatefulSet.py +27 -26
- pulumi_kubernetes/apps/v1/StatefulSetList.py +26 -25
- pulumi_kubernetes/apps/v1/StatefulSetPatch.py +27 -26
- pulumi_kubernetes/apps/v1/__init__.py +1 -0
- pulumi_kubernetes/apps/v1/_inputs.py +835 -782
- pulumi_kubernetes/apps/v1/outputs.py +806 -733
- pulumi_kubernetes/apps/v1beta1/ControllerRevision.py +36 -35
- pulumi_kubernetes/apps/v1beta1/ControllerRevisionList.py +26 -25
- pulumi_kubernetes/apps/v1beta1/ControllerRevisionPatch.py +36 -35
- pulumi_kubernetes/apps/v1beta1/Deployment.py +27 -26
- pulumi_kubernetes/apps/v1beta1/DeploymentList.py +26 -25
- pulumi_kubernetes/apps/v1beta1/DeploymentPatch.py +27 -26
- pulumi_kubernetes/apps/v1beta1/StatefulSet.py +27 -26
- pulumi_kubernetes/apps/v1beta1/StatefulSetList.py +26 -25
- pulumi_kubernetes/apps/v1beta1/StatefulSetPatch.py +27 -26
- pulumi_kubernetes/apps/v1beta1/__init__.py +1 -0
- pulumi_kubernetes/apps/v1beta1/_inputs.py +409 -409
- pulumi_kubernetes/apps/v1beta1/outputs.py +381 -381
- pulumi_kubernetes/apps/v1beta2/ControllerRevision.py +36 -35
- pulumi_kubernetes/apps/v1beta2/ControllerRevisionList.py +26 -25
- pulumi_kubernetes/apps/v1beta2/ControllerRevisionPatch.py +36 -35
- pulumi_kubernetes/apps/v1beta2/DaemonSet.py +27 -26
- pulumi_kubernetes/apps/v1beta2/DaemonSetList.py +26 -25
- pulumi_kubernetes/apps/v1beta2/DaemonSetPatch.py +27 -26
- pulumi_kubernetes/apps/v1beta2/Deployment.py +27 -26
- pulumi_kubernetes/apps/v1beta2/DeploymentList.py +26 -25
- pulumi_kubernetes/apps/v1beta2/DeploymentPatch.py +27 -26
- pulumi_kubernetes/apps/v1beta2/ReplicaSet.py +27 -26
- pulumi_kubernetes/apps/v1beta2/ReplicaSetList.py +26 -25
- pulumi_kubernetes/apps/v1beta2/ReplicaSetPatch.py +27 -26
- pulumi_kubernetes/apps/v1beta2/StatefulSet.py +27 -26
- pulumi_kubernetes/apps/v1beta2/StatefulSetList.py +26 -25
- pulumi_kubernetes/apps/v1beta2/StatefulSetPatch.py +27 -26
- pulumi_kubernetes/apps/v1beta2/__init__.py +1 -0
- pulumi_kubernetes/apps/v1beta2/_inputs.py +655 -655
- pulumi_kubernetes/apps/v1beta2/outputs.py +645 -645
- pulumi_kubernetes/auditregistration/__init__.py +1 -0
- pulumi_kubernetes/auditregistration/v1alpha1/AuditSink.py +26 -25
- pulumi_kubernetes/auditregistration/v1alpha1/AuditSinkList.py +26 -25
- pulumi_kubernetes/auditregistration/v1alpha1/AuditSinkPatch.py +26 -25
- pulumi_kubernetes/auditregistration/v1alpha1/__init__.py +1 -0
- pulumi_kubernetes/auditregistration/v1alpha1/_inputs.py +145 -145
- pulumi_kubernetes/auditregistration/v1alpha1/outputs.py +101 -101
- pulumi_kubernetes/autoscaling/__init__.py +1 -0
- pulumi_kubernetes/autoscaling/v1/HorizontalPodAutoscaler.py +27 -26
- pulumi_kubernetes/autoscaling/v1/HorizontalPodAutoscalerList.py +26 -25
- pulumi_kubernetes/autoscaling/v1/HorizontalPodAutoscalerPatch.py +27 -26
- pulumi_kubernetes/autoscaling/v1/__init__.py +1 -0
- pulumi_kubernetes/autoscaling/v1/_inputs.py +120 -120
- pulumi_kubernetes/autoscaling/v1/outputs.py +102 -102
- pulumi_kubernetes/autoscaling/v2/HorizontalPodAutoscaler.py +27 -26
- pulumi_kubernetes/autoscaling/v2/HorizontalPodAutoscalerList.py +26 -25
- pulumi_kubernetes/autoscaling/v2/HorizontalPodAutoscalerPatch.py +27 -26
- pulumi_kubernetes/autoscaling/v2/__init__.py +1 -0
- pulumi_kubernetes/autoscaling/v2/_inputs.py +500 -420
- pulumi_kubernetes/autoscaling/v2/outputs.py +438 -382
- pulumi_kubernetes/autoscaling/v2beta1/HorizontalPodAutoscaler.py +27 -26
- pulumi_kubernetes/autoscaling/v2beta1/HorizontalPodAutoscalerList.py +26 -25
- pulumi_kubernetes/autoscaling/v2beta1/HorizontalPodAutoscalerPatch.py +27 -26
- pulumi_kubernetes/autoscaling/v2beta1/__init__.py +1 -0
- pulumi_kubernetes/autoscaling/v2beta1/_inputs.py +451 -451
- pulumi_kubernetes/autoscaling/v2beta1/outputs.py +424 -424
- pulumi_kubernetes/autoscaling/v2beta2/HorizontalPodAutoscaler.py +27 -26
- pulumi_kubernetes/autoscaling/v2beta2/HorizontalPodAutoscalerList.py +26 -25
- pulumi_kubernetes/autoscaling/v2beta2/HorizontalPodAutoscalerPatch.py +27 -26
- pulumi_kubernetes/autoscaling/v2beta2/__init__.py +1 -0
- pulumi_kubernetes/autoscaling/v2beta2/_inputs.py +398 -398
- pulumi_kubernetes/autoscaling/v2beta2/outputs.py +366 -366
- pulumi_kubernetes/batch/__init__.py +1 -0
- pulumi_kubernetes/batch/v1/CronJob.py +27 -26
- pulumi_kubernetes/batch/v1/CronJobList.py +26 -25
- pulumi_kubernetes/batch/v1/CronJobPatch.py +27 -26
- pulumi_kubernetes/batch/v1/Job.py +27 -26
- pulumi_kubernetes/batch/v1/JobList.py +26 -25
- pulumi_kubernetes/batch/v1/JobPatch.py +27 -26
- pulumi_kubernetes/batch/v1/__init__.py +1 -0
- pulumi_kubernetes/batch/v1/_inputs.py +508 -538
- pulumi_kubernetes/batch/v1/outputs.py +427 -451
- pulumi_kubernetes/batch/v1beta1/CronJob.py +27 -26
- pulumi_kubernetes/batch/v1beta1/CronJobList.py +26 -25
- pulumi_kubernetes/batch/v1beta1/CronJobPatch.py +27 -26
- pulumi_kubernetes/batch/v1beta1/__init__.py +1 -0
- pulumi_kubernetes/batch/v1beta1/_inputs.py +101 -101
- pulumi_kubernetes/batch/v1beta1/outputs.py +76 -76
- pulumi_kubernetes/batch/v2alpha1/CronJob.py +27 -26
- pulumi_kubernetes/batch/v2alpha1/CronJobList.py +26 -25
- pulumi_kubernetes/batch/v2alpha1/CronJobPatch.py +27 -26
- pulumi_kubernetes/batch/v2alpha1/__init__.py +1 -0
- pulumi_kubernetes/batch/v2alpha1/_inputs.py +101 -101
- pulumi_kubernetes/batch/v2alpha1/outputs.py +76 -76
- pulumi_kubernetes/certificates/__init__.py +1 -0
- pulumi_kubernetes/certificates/v1/CertificateSigningRequest.py +27 -26
- pulumi_kubernetes/certificates/v1/CertificateSigningRequestList.py +26 -25
- pulumi_kubernetes/certificates/v1/CertificateSigningRequestPatch.py +27 -26
- pulumi_kubernetes/certificates/v1/__init__.py +1 -0
- pulumi_kubernetes/certificates/v1/_inputs.py +155 -155
- pulumi_kubernetes/certificates/v1/outputs.py +134 -134
- pulumi_kubernetes/certificates/v1alpha1/ClusterTrustBundle.py +28 -25
- pulumi_kubernetes/certificates/v1alpha1/ClusterTrustBundleList.py +26 -25
- pulumi_kubernetes/certificates/v1alpha1/ClusterTrustBundlePatch.py +28 -25
- pulumi_kubernetes/certificates/v1alpha1/__init__.py +1 -0
- pulumi_kubernetes/certificates/v1alpha1/_inputs.py +39 -39
- pulumi_kubernetes/certificates/v1alpha1/outputs.py +27 -27
- pulumi_kubernetes/certificates/v1beta1/CertificateSigningRequest.py +27 -26
- pulumi_kubernetes/certificates/v1beta1/CertificateSigningRequestList.py +26 -25
- pulumi_kubernetes/certificates/v1beta1/CertificateSigningRequestPatch.py +27 -26
- pulumi_kubernetes/certificates/v1beta1/ClusterTrustBundle.py +226 -0
- pulumi_kubernetes/certificates/v1beta1/ClusterTrustBundleList.py +216 -0
- pulumi_kubernetes/certificates/v1beta1/ClusterTrustBundlePatch.py +237 -0
- pulumi_kubernetes/certificates/v1beta1/__init__.py +4 -0
- pulumi_kubernetes/certificates/v1beta1/_inputs.py +436 -144
- pulumi_kubernetes/certificates/v1beta1/outputs.py +369 -128
- pulumi_kubernetes/coordination/__init__.py +4 -0
- pulumi_kubernetes/coordination/v1/Lease.py +26 -25
- pulumi_kubernetes/coordination/v1/LeaseList.py +26 -25
- pulumi_kubernetes/coordination/v1/LeasePatch.py +26 -25
- pulumi_kubernetes/coordination/v1/__init__.py +1 -0
- pulumi_kubernetes/coordination/v1/_inputs.py +99 -99
- pulumi_kubernetes/coordination/v1/outputs.py +67 -67
- pulumi_kubernetes/coordination/v1alpha1/LeaseCandidate.py +28 -25
- pulumi_kubernetes/coordination/v1alpha1/LeaseCandidateList.py +26 -25
- pulumi_kubernetes/coordination/v1alpha1/LeaseCandidatePatch.py +28 -25
- pulumi_kubernetes/coordination/v1alpha1/__init__.py +1 -0
- pulumi_kubernetes/coordination/v1alpha1/_inputs.py +87 -87
- pulumi_kubernetes/coordination/v1alpha1/outputs.py +59 -59
- pulumi_kubernetes/coordination/v1alpha2/LeaseCandidate.py +217 -0
- pulumi_kubernetes/coordination/v1alpha2/LeaseCandidateList.py +216 -0
- pulumi_kubernetes/coordination/v1alpha2/LeaseCandidatePatch.py +229 -0
- pulumi_kubernetes/coordination/v1alpha2/__init__.py +13 -0
- pulumi_kubernetes/coordination/v1alpha2/_inputs.py +393 -0
- pulumi_kubernetes/coordination/v1alpha2/outputs.py +313 -0
- pulumi_kubernetes/coordination/v1beta1/Lease.py +26 -25
- pulumi_kubernetes/coordination/v1beta1/LeaseCandidate.py +217 -0
- pulumi_kubernetes/coordination/v1beta1/LeaseCandidateList.py +216 -0
- pulumi_kubernetes/coordination/v1beta1/LeaseCandidatePatch.py +229 -0
- pulumi_kubernetes/coordination/v1beta1/LeaseList.py +26 -25
- pulumi_kubernetes/coordination/v1beta1/LeasePatch.py +26 -25
- pulumi_kubernetes/coordination/v1beta1/__init__.py +4 -0
- pulumi_kubernetes/coordination/v1beta1/_inputs.py +446 -75
- pulumi_kubernetes/coordination/v1beta1/outputs.py +343 -51
- pulumi_kubernetes/core/__init__.py +1 -0
- pulumi_kubernetes/core/v1/Binding.py +28 -27
- pulumi_kubernetes/core/v1/BindingPatch.py +28 -27
- pulumi_kubernetes/core/v1/ConfigMap.py +54 -53
- pulumi_kubernetes/core/v1/ConfigMapList.py +26 -25
- pulumi_kubernetes/core/v1/ConfigMapPatch.py +54 -53
- pulumi_kubernetes/core/v1/Endpoints.py +34 -25
- pulumi_kubernetes/core/v1/EndpointsList.py +28 -27
- pulumi_kubernetes/core/v1/EndpointsPatch.py +34 -25
- pulumi_kubernetes/core/v1/Event.py +132 -131
- pulumi_kubernetes/core/v1/EventList.py +26 -25
- pulumi_kubernetes/core/v1/EventPatch.py +132 -131
- pulumi_kubernetes/core/v1/LimitRange.py +26 -25
- pulumi_kubernetes/core/v1/LimitRangeList.py +26 -25
- pulumi_kubernetes/core/v1/LimitRangePatch.py +26 -25
- pulumi_kubernetes/core/v1/Namespace.py +27 -26
- pulumi_kubernetes/core/v1/NamespaceList.py +26 -25
- pulumi_kubernetes/core/v1/NamespacePatch.py +27 -26
- pulumi_kubernetes/core/v1/Node.py +27 -26
- pulumi_kubernetes/core/v1/NodeList.py +26 -25
- pulumi_kubernetes/core/v1/NodePatch.py +27 -26
- pulumi_kubernetes/core/v1/PersistentVolume.py +27 -26
- pulumi_kubernetes/core/v1/PersistentVolumeClaim.py +27 -26
- pulumi_kubernetes/core/v1/PersistentVolumeClaimList.py +26 -25
- pulumi_kubernetes/core/v1/PersistentVolumeClaimPatch.py +27 -26
- pulumi_kubernetes/core/v1/PersistentVolumeList.py +26 -25
- pulumi_kubernetes/core/v1/PersistentVolumePatch.py +27 -26
- pulumi_kubernetes/core/v1/Pod.py +27 -26
- pulumi_kubernetes/core/v1/PodList.py +26 -25
- pulumi_kubernetes/core/v1/PodPatch.py +27 -26
- pulumi_kubernetes/core/v1/PodTemplate.py +26 -25
- pulumi_kubernetes/core/v1/PodTemplateList.py +26 -25
- pulumi_kubernetes/core/v1/PodTemplatePatch.py +26 -25
- pulumi_kubernetes/core/v1/ReplicationController.py +27 -26
- pulumi_kubernetes/core/v1/ReplicationControllerList.py +26 -25
- pulumi_kubernetes/core/v1/ReplicationControllerPatch.py +27 -26
- pulumi_kubernetes/core/v1/ResourceQuota.py +27 -26
- pulumi_kubernetes/core/v1/ResourceQuotaList.py +26 -25
- pulumi_kubernetes/core/v1/ResourceQuotaPatch.py +27 -26
- pulumi_kubernetes/core/v1/Secret.py +64 -63
- pulumi_kubernetes/core/v1/SecretList.py +26 -25
- pulumi_kubernetes/core/v1/SecretPatch.py +68 -65
- pulumi_kubernetes/core/v1/Service.py +33 -48
- pulumi_kubernetes/core/v1/ServiceAccount.py +42 -41
- pulumi_kubernetes/core/v1/ServiceAccountList.py +26 -25
- pulumi_kubernetes/core/v1/ServiceAccountPatch.py +42 -41
- pulumi_kubernetes/core/v1/ServiceList.py +26 -25
- pulumi_kubernetes/core/v1/ServicePatch.py +33 -48
- pulumi_kubernetes/core/v1/__init__.py +1 -0
- pulumi_kubernetes/core/v1/_enums.py +4 -1
- pulumi_kubernetes/core/v1/_inputs.py +7862 -7453
- pulumi_kubernetes/core/v1/outputs.py +5980 -5608
- pulumi_kubernetes/discovery/__init__.py +1 -0
- pulumi_kubernetes/discovery/v1/EndpointSlice.py +46 -45
- pulumi_kubernetes/discovery/v1/EndpointSliceList.py +26 -25
- pulumi_kubernetes/discovery/v1/EndpointSlicePatch.py +46 -45
- pulumi_kubernetes/discovery/v1/__init__.py +1 -0
- pulumi_kubernetes/discovery/v1/_inputs.py +334 -219
- pulumi_kubernetes/discovery/v1/outputs.py +224 -149
- pulumi_kubernetes/discovery/v1beta1/EndpointSlice.py +38 -37
- pulumi_kubernetes/discovery/v1beta1/EndpointSliceList.py +26 -25
- pulumi_kubernetes/discovery/v1beta1/EndpointSlicePatch.py +38 -37
- pulumi_kubernetes/discovery/v1beta1/__init__.py +1 -0
- pulumi_kubernetes/discovery/v1beta1/_inputs.py +158 -158
- pulumi_kubernetes/discovery/v1beta1/outputs.py +108 -108
- pulumi_kubernetes/events/__init__.py +1 -0
- pulumi_kubernetes/events/v1/Event.py +132 -131
- pulumi_kubernetes/events/v1/EventList.py +26 -25
- pulumi_kubernetes/events/v1/EventPatch.py +132 -131
- pulumi_kubernetes/events/v1/__init__.py +1 -0
- pulumi_kubernetes/events/v1/_inputs.py +102 -102
- pulumi_kubernetes/events/v1/outputs.py +70 -70
- pulumi_kubernetes/events/v1beta1/Event.py +132 -131
- pulumi_kubernetes/events/v1beta1/EventList.py +26 -25
- pulumi_kubernetes/events/v1beta1/EventPatch.py +132 -131
- pulumi_kubernetes/events/v1beta1/__init__.py +1 -0
- pulumi_kubernetes/events/v1beta1/_inputs.py +114 -114
- pulumi_kubernetes/events/v1beta1/outputs.py +78 -78
- pulumi_kubernetes/extensions/__init__.py +1 -0
- pulumi_kubernetes/extensions/v1beta1/DaemonSet.py +27 -26
- pulumi_kubernetes/extensions/v1beta1/DaemonSetList.py +26 -25
- pulumi_kubernetes/extensions/v1beta1/DaemonSetPatch.py +27 -26
- pulumi_kubernetes/extensions/v1beta1/Deployment.py +27 -26
- pulumi_kubernetes/extensions/v1beta1/DeploymentList.py +26 -25
- pulumi_kubernetes/extensions/v1beta1/DeploymentPatch.py +27 -26
- pulumi_kubernetes/extensions/v1beta1/Ingress.py +27 -26
- pulumi_kubernetes/extensions/v1beta1/IngressList.py +26 -25
- pulumi_kubernetes/extensions/v1beta1/IngressPatch.py +27 -26
- pulumi_kubernetes/extensions/v1beta1/NetworkPolicy.py +26 -25
- pulumi_kubernetes/extensions/v1beta1/NetworkPolicyList.py +26 -25
- pulumi_kubernetes/extensions/v1beta1/NetworkPolicyPatch.py +26 -25
- pulumi_kubernetes/extensions/v1beta1/PodSecurityPolicy.py +26 -25
- pulumi_kubernetes/extensions/v1beta1/PodSecurityPolicyList.py +26 -25
- pulumi_kubernetes/extensions/v1beta1/PodSecurityPolicyPatch.py +26 -25
- pulumi_kubernetes/extensions/v1beta1/ReplicaSet.py +27 -26
- pulumi_kubernetes/extensions/v1beta1/ReplicaSetList.py +26 -25
- pulumi_kubernetes/extensions/v1beta1/ReplicaSetPatch.py +27 -26
- pulumi_kubernetes/extensions/v1beta1/__init__.py +1 -0
- pulumi_kubernetes/extensions/v1beta1/_inputs.py +1097 -1097
- pulumi_kubernetes/extensions/v1beta1/outputs.py +899 -899
- pulumi_kubernetes/flowcontrol/__init__.py +1 -0
- pulumi_kubernetes/flowcontrol/v1/FlowSchema.py +27 -26
- pulumi_kubernetes/flowcontrol/v1/FlowSchemaList.py +26 -25
- pulumi_kubernetes/flowcontrol/v1/FlowSchemaPatch.py +27 -26
- pulumi_kubernetes/flowcontrol/v1/PriorityLevelConfiguration.py +27 -26
- pulumi_kubernetes/flowcontrol/v1/PriorityLevelConfigurationList.py +26 -25
- pulumi_kubernetes/flowcontrol/v1/PriorityLevelConfigurationPatch.py +27 -26
- pulumi_kubernetes/flowcontrol/v1/__init__.py +1 -0
- pulumi_kubernetes/flowcontrol/v1/_inputs.py +419 -419
- pulumi_kubernetes/flowcontrol/v1/outputs.py +333 -333
- pulumi_kubernetes/flowcontrol/v1alpha1/FlowSchema.py +27 -26
- pulumi_kubernetes/flowcontrol/v1alpha1/FlowSchemaList.py +26 -25
- pulumi_kubernetes/flowcontrol/v1alpha1/FlowSchemaPatch.py +27 -26
- pulumi_kubernetes/flowcontrol/v1alpha1/PriorityLevelConfiguration.py +27 -26
- pulumi_kubernetes/flowcontrol/v1alpha1/PriorityLevelConfigurationList.py +26 -25
- pulumi_kubernetes/flowcontrol/v1alpha1/PriorityLevelConfigurationPatch.py +27 -26
- pulumi_kubernetes/flowcontrol/v1alpha1/__init__.py +1 -0
- pulumi_kubernetes/flowcontrol/v1alpha1/_inputs.py +369 -369
- pulumi_kubernetes/flowcontrol/v1alpha1/outputs.py +299 -299
- pulumi_kubernetes/flowcontrol/v1beta1/FlowSchema.py +27 -26
- pulumi_kubernetes/flowcontrol/v1beta1/FlowSchemaList.py +26 -25
- pulumi_kubernetes/flowcontrol/v1beta1/FlowSchemaPatch.py +27 -26
- pulumi_kubernetes/flowcontrol/v1beta1/PriorityLevelConfiguration.py +27 -26
- pulumi_kubernetes/flowcontrol/v1beta1/PriorityLevelConfigurationList.py +26 -25
- pulumi_kubernetes/flowcontrol/v1beta1/PriorityLevelConfigurationPatch.py +27 -26
- pulumi_kubernetes/flowcontrol/v1beta1/__init__.py +1 -0
- pulumi_kubernetes/flowcontrol/v1beta1/_inputs.py +369 -369
- pulumi_kubernetes/flowcontrol/v1beta1/outputs.py +299 -299
- pulumi_kubernetes/flowcontrol/v1beta2/FlowSchema.py +27 -26
- pulumi_kubernetes/flowcontrol/v1beta2/FlowSchemaList.py +26 -25
- pulumi_kubernetes/flowcontrol/v1beta2/FlowSchemaPatch.py +27 -26
- pulumi_kubernetes/flowcontrol/v1beta2/PriorityLevelConfiguration.py +27 -26
- pulumi_kubernetes/flowcontrol/v1beta2/PriorityLevelConfigurationList.py +26 -25
- pulumi_kubernetes/flowcontrol/v1beta2/PriorityLevelConfigurationPatch.py +27 -26
- pulumi_kubernetes/flowcontrol/v1beta2/__init__.py +1 -0
- pulumi_kubernetes/flowcontrol/v1beta2/_inputs.py +419 -419
- pulumi_kubernetes/flowcontrol/v1beta2/outputs.py +333 -333
- pulumi_kubernetes/flowcontrol/v1beta3/FlowSchema.py +27 -26
- pulumi_kubernetes/flowcontrol/v1beta3/FlowSchemaList.py +26 -25
- pulumi_kubernetes/flowcontrol/v1beta3/FlowSchemaPatch.py +27 -26
- pulumi_kubernetes/flowcontrol/v1beta3/PriorityLevelConfiguration.py +27 -26
- pulumi_kubernetes/flowcontrol/v1beta3/PriorityLevelConfigurationList.py +26 -25
- pulumi_kubernetes/flowcontrol/v1beta3/PriorityLevelConfigurationPatch.py +27 -26
- pulumi_kubernetes/flowcontrol/v1beta3/__init__.py +1 -0
- pulumi_kubernetes/flowcontrol/v1beta3/_inputs.py +431 -431
- pulumi_kubernetes/flowcontrol/v1beta3/outputs.py +341 -341
- pulumi_kubernetes/helm/__init__.py +1 -0
- pulumi_kubernetes/helm/v3/Release.py +317 -316
- pulumi_kubernetes/helm/v3/__init__.py +1 -0
- pulumi_kubernetes/helm/v3/_inputs.py +39 -39
- pulumi_kubernetes/helm/v3/outputs.py +55 -55
- pulumi_kubernetes/helm/v4/Chart.py +114 -87
- pulumi_kubernetes/helm/v4/__init__.py +1 -0
- pulumi_kubernetes/helm/v4/_inputs.py +36 -36
- pulumi_kubernetes/kustomize/__init__.py +1 -0
- pulumi_kubernetes/kustomize/v2/Directory.py +36 -35
- pulumi_kubernetes/kustomize/v2/__init__.py +1 -0
- pulumi_kubernetes/meta/__init__.py +1 -0
- pulumi_kubernetes/meta/v1/Status.py +58 -57
- pulumi_kubernetes/meta/v1/StatusPatch.py +58 -57
- pulumi_kubernetes/meta/v1/__init__.py +1 -0
- pulumi_kubernetes/meta/v1/_inputs.py +551 -551
- pulumi_kubernetes/meta/v1/outputs.py +395 -395
- pulumi_kubernetes/networking/__init__.py +1 -0
- pulumi_kubernetes/networking/v1/IPAddress.py +217 -0
- pulumi_kubernetes/networking/v1/IPAddressList.py +216 -0
- pulumi_kubernetes/networking/v1/IPAddressPatch.py +229 -0
- pulumi_kubernetes/networking/v1/Ingress.py +27 -26
- pulumi_kubernetes/networking/v1/IngressClass.py +26 -25
- pulumi_kubernetes/networking/v1/IngressClassList.py +26 -25
- pulumi_kubernetes/networking/v1/IngressClassPatch.py +26 -25
- pulumi_kubernetes/networking/v1/IngressList.py +26 -25
- pulumi_kubernetes/networking/v1/IngressPatch.py +27 -26
- pulumi_kubernetes/networking/v1/NetworkPolicy.py +27 -26
- pulumi_kubernetes/networking/v1/NetworkPolicyList.py +26 -25
- pulumi_kubernetes/networking/v1/NetworkPolicyPatch.py +27 -26
- pulumi_kubernetes/networking/v1/ServiceCIDR.py +227 -0
- pulumi_kubernetes/networking/v1/ServiceCIDRList.py +216 -0
- pulumi_kubernetes/networking/v1/ServiceCIDRPatch.py +239 -0
- pulumi_kubernetes/networking/v1/__init__.py +7 -0
- pulumi_kubernetes/networking/v1/_inputs.py +970 -371
- pulumi_kubernetes/networking/v1/outputs.py +746 -285
- pulumi_kubernetes/networking/v1alpha1/ClusterCIDR.py +26 -25
- pulumi_kubernetes/networking/v1alpha1/ClusterCIDRList.py +26 -25
- pulumi_kubernetes/networking/v1alpha1/ClusterCIDRPatch.py +26 -25
- pulumi_kubernetes/networking/v1alpha1/IPAddress.py +27 -26
- pulumi_kubernetes/networking/v1alpha1/IPAddressList.py +26 -25
- pulumi_kubernetes/networking/v1alpha1/IPAddressPatch.py +27 -26
- pulumi_kubernetes/networking/v1alpha1/ServiceCIDR.py +28 -27
- pulumi_kubernetes/networking/v1alpha1/ServiceCIDRList.py +26 -25
- pulumi_kubernetes/networking/v1alpha1/ServiceCIDRPatch.py +28 -27
- pulumi_kubernetes/networking/v1alpha1/__init__.py +1 -0
- pulumi_kubernetes/networking/v1alpha1/_inputs.py +157 -157
- pulumi_kubernetes/networking/v1alpha1/outputs.py +110 -110
- pulumi_kubernetes/networking/v1beta1/IPAddress.py +27 -26
- pulumi_kubernetes/networking/v1beta1/IPAddressList.py +26 -25
- pulumi_kubernetes/networking/v1beta1/IPAddressPatch.py +27 -26
- pulumi_kubernetes/networking/v1beta1/Ingress.py +27 -26
- pulumi_kubernetes/networking/v1beta1/IngressClass.py +26 -25
- pulumi_kubernetes/networking/v1beta1/IngressClassList.py +26 -25
- pulumi_kubernetes/networking/v1beta1/IngressClassPatch.py +26 -25
- pulumi_kubernetes/networking/v1beta1/IngressList.py +26 -25
- pulumi_kubernetes/networking/v1beta1/IngressPatch.py +27 -26
- pulumi_kubernetes/networking/v1beta1/ServiceCIDR.py +28 -27
- pulumi_kubernetes/networking/v1beta1/ServiceCIDRList.py +26 -25
- pulumi_kubernetes/networking/v1beta1/ServiceCIDRPatch.py +28 -27
- pulumi_kubernetes/networking/v1beta1/__init__.py +1 -0
- pulumi_kubernetes/networking/v1beta1/_inputs.py +247 -247
- pulumi_kubernetes/networking/v1beta1/outputs.py +173 -173
- pulumi_kubernetes/node/__init__.py +1 -0
- pulumi_kubernetes/node/v1/RuntimeClass.py +38 -37
- pulumi_kubernetes/node/v1/RuntimeClassList.py +26 -25
- pulumi_kubernetes/node/v1/RuntimeClassPatch.py +38 -37
- pulumi_kubernetes/node/v1/__init__.py +1 -0
- pulumi_kubernetes/node/v1/_inputs.py +48 -48
- pulumi_kubernetes/node/v1/outputs.py +34 -34
- pulumi_kubernetes/node/v1alpha1/RuntimeClass.py +26 -25
- pulumi_kubernetes/node/v1alpha1/RuntimeClassList.py +26 -25
- pulumi_kubernetes/node/v1alpha1/RuntimeClassPatch.py +26 -25
- pulumi_kubernetes/node/v1alpha1/__init__.py +1 -0
- pulumi_kubernetes/node/v1alpha1/_inputs.py +57 -57
- pulumi_kubernetes/node/v1alpha1/outputs.py +41 -41
- pulumi_kubernetes/node/v1beta1/RuntimeClass.py +38 -37
- pulumi_kubernetes/node/v1beta1/RuntimeClassList.py +26 -25
- pulumi_kubernetes/node/v1beta1/RuntimeClassPatch.py +38 -37
- pulumi_kubernetes/node/v1beta1/__init__.py +1 -0
- pulumi_kubernetes/node/v1beta1/_inputs.py +48 -48
- pulumi_kubernetes/node/v1beta1/outputs.py +34 -34
- pulumi_kubernetes/policy/__init__.py +1 -0
- pulumi_kubernetes/policy/v1/PodDisruptionBudget.py +27 -26
- pulumi_kubernetes/policy/v1/PodDisruptionBudgetList.py +26 -25
- pulumi_kubernetes/policy/v1/PodDisruptionBudgetPatch.py +27 -26
- pulumi_kubernetes/policy/v1/__init__.py +1 -0
- pulumi_kubernetes/policy/v1/_inputs.py +91 -103
- pulumi_kubernetes/policy/v1/outputs.py +80 -88
- pulumi_kubernetes/policy/v1beta1/PodDisruptionBudget.py +27 -26
- pulumi_kubernetes/policy/v1beta1/PodDisruptionBudgetList.py +26 -25
- pulumi_kubernetes/policy/v1beta1/PodDisruptionBudgetPatch.py +27 -26
- pulumi_kubernetes/policy/v1beta1/PodSecurityPolicy.py +26 -25
- pulumi_kubernetes/policy/v1beta1/PodSecurityPolicyList.py +26 -25
- pulumi_kubernetes/policy/v1beta1/PodSecurityPolicyPatch.py +26 -25
- pulumi_kubernetes/policy/v1beta1/__init__.py +1 -0
- pulumi_kubernetes/policy/v1beta1/_inputs.py +470 -470
- pulumi_kubernetes/policy/v1beta1/outputs.py +342 -342
- pulumi_kubernetes/provider.py +139 -99
- pulumi_kubernetes/pulumi-plugin.json +1 -1
- pulumi_kubernetes/rbac/__init__.py +1 -0
- pulumi_kubernetes/rbac/v1/ClusterRole.py +28 -27
- pulumi_kubernetes/rbac/v1/ClusterRoleBinding.py +28 -27
- pulumi_kubernetes/rbac/v1/ClusterRoleBindingList.py +26 -25
- pulumi_kubernetes/rbac/v1/ClusterRoleBindingPatch.py +28 -27
- pulumi_kubernetes/rbac/v1/ClusterRoleList.py +26 -25
- pulumi_kubernetes/rbac/v1/ClusterRolePatch.py +28 -27
- pulumi_kubernetes/rbac/v1/Role.py +26 -25
- pulumi_kubernetes/rbac/v1/RoleBinding.py +28 -27
- pulumi_kubernetes/rbac/v1/RoleBindingList.py +26 -25
- pulumi_kubernetes/rbac/v1/RoleBindingPatch.py +28 -27
- pulumi_kubernetes/rbac/v1/RoleList.py +26 -25
- pulumi_kubernetes/rbac/v1/RolePatch.py +26 -25
- pulumi_kubernetes/rbac/v1/__init__.py +1 -0
- pulumi_kubernetes/rbac/v1/_inputs.py +206 -206
- pulumi_kubernetes/rbac/v1/outputs.py +142 -142
- pulumi_kubernetes/rbac/v1alpha1/ClusterRole.py +28 -27
- pulumi_kubernetes/rbac/v1alpha1/ClusterRoleBinding.py +28 -27
- pulumi_kubernetes/rbac/v1alpha1/ClusterRoleBindingList.py +26 -25
- pulumi_kubernetes/rbac/v1alpha1/ClusterRoleBindingPatch.py +28 -27
- pulumi_kubernetes/rbac/v1alpha1/ClusterRoleList.py +26 -25
- pulumi_kubernetes/rbac/v1alpha1/ClusterRolePatch.py +28 -27
- pulumi_kubernetes/rbac/v1alpha1/Role.py +26 -25
- pulumi_kubernetes/rbac/v1alpha1/RoleBinding.py +28 -27
- pulumi_kubernetes/rbac/v1alpha1/RoleBindingList.py +26 -25
- pulumi_kubernetes/rbac/v1alpha1/RoleBindingPatch.py +28 -27
- pulumi_kubernetes/rbac/v1alpha1/RoleList.py +26 -25
- pulumi_kubernetes/rbac/v1alpha1/RolePatch.py +26 -25
- pulumi_kubernetes/rbac/v1alpha1/__init__.py +1 -0
- pulumi_kubernetes/rbac/v1alpha1/_inputs.py +206 -206
- pulumi_kubernetes/rbac/v1alpha1/outputs.py +142 -142
- pulumi_kubernetes/rbac/v1beta1/ClusterRole.py +28 -27
- pulumi_kubernetes/rbac/v1beta1/ClusterRoleBinding.py +28 -27
- pulumi_kubernetes/rbac/v1beta1/ClusterRoleBindingList.py +26 -25
- pulumi_kubernetes/rbac/v1beta1/ClusterRoleBindingPatch.py +28 -27
- pulumi_kubernetes/rbac/v1beta1/ClusterRoleList.py +26 -25
- pulumi_kubernetes/rbac/v1beta1/ClusterRolePatch.py +28 -27
- pulumi_kubernetes/rbac/v1beta1/Role.py +26 -25
- pulumi_kubernetes/rbac/v1beta1/RoleBinding.py +28 -27
- pulumi_kubernetes/rbac/v1beta1/RoleBindingList.py +26 -25
- pulumi_kubernetes/rbac/v1beta1/RoleBindingPatch.py +28 -27
- pulumi_kubernetes/rbac/v1beta1/RoleList.py +26 -25
- pulumi_kubernetes/rbac/v1beta1/RolePatch.py +26 -25
- pulumi_kubernetes/rbac/v1beta1/__init__.py +1 -0
- pulumi_kubernetes/rbac/v1beta1/_inputs.py +206 -206
- pulumi_kubernetes/rbac/v1beta1/outputs.py +142 -142
- pulumi_kubernetes/resource/__init__.py +7 -0
- pulumi_kubernetes/resource/v1alpha1/PodScheduling.py +27 -26
- pulumi_kubernetes/resource/v1alpha1/PodSchedulingList.py +26 -25
- pulumi_kubernetes/resource/v1alpha1/PodSchedulingPatch.py +27 -26
- pulumi_kubernetes/resource/v1alpha1/ResourceClaim.py +28 -27
- pulumi_kubernetes/resource/v1alpha1/ResourceClaimList.py +26 -25
- pulumi_kubernetes/resource/v1alpha1/ResourceClaimPatch.py +28 -27
- pulumi_kubernetes/resource/v1alpha1/ResourceClaimTemplate.py +27 -26
- pulumi_kubernetes/resource/v1alpha1/ResourceClaimTemplateList.py +26 -25
- pulumi_kubernetes/resource/v1alpha1/ResourceClaimTemplatePatch.py +27 -26
- pulumi_kubernetes/resource/v1alpha1/ResourceClass.py +38 -37
- pulumi_kubernetes/resource/v1alpha1/ResourceClassList.py +26 -25
- pulumi_kubernetes/resource/v1alpha1/ResourceClassPatch.py +38 -37
- pulumi_kubernetes/resource/v1alpha1/__init__.py +1 -0
- pulumi_kubernetes/resource/v1alpha1/_inputs.py +268 -268
- pulumi_kubernetes/resource/v1alpha1/outputs.py +230 -230
- pulumi_kubernetes/resource/v1alpha2/PodSchedulingContext.py +27 -26
- pulumi_kubernetes/resource/v1alpha2/PodSchedulingContextList.py +26 -25
- pulumi_kubernetes/resource/v1alpha2/PodSchedulingContextPatch.py +27 -26
- pulumi_kubernetes/resource/v1alpha2/ResourceClaim.py +28 -27
- pulumi_kubernetes/resource/v1alpha2/ResourceClaimList.py +26 -25
- pulumi_kubernetes/resource/v1alpha2/ResourceClaimParameters.py +38 -37
- pulumi_kubernetes/resource/v1alpha2/ResourceClaimParametersList.py +26 -25
- pulumi_kubernetes/resource/v1alpha2/ResourceClaimParametersPatch.py +38 -37
- pulumi_kubernetes/resource/v1alpha2/ResourceClaimPatch.py +28 -27
- pulumi_kubernetes/resource/v1alpha2/ResourceClaimTemplate.py +27 -26
- pulumi_kubernetes/resource/v1alpha2/ResourceClaimTemplateList.py +26 -25
- pulumi_kubernetes/resource/v1alpha2/ResourceClaimTemplatePatch.py +27 -26
- pulumi_kubernetes/resource/v1alpha2/ResourceClass.py +48 -47
- pulumi_kubernetes/resource/v1alpha2/ResourceClassList.py +26 -25
- pulumi_kubernetes/resource/v1alpha2/ResourceClassParameters.py +30 -29
- pulumi_kubernetes/resource/v1alpha2/ResourceClassParametersList.py +26 -25
- pulumi_kubernetes/resource/v1alpha2/ResourceClassParametersPatch.py +30 -29
- pulumi_kubernetes/resource/v1alpha2/ResourceClassPatch.py +48 -47
- pulumi_kubernetes/resource/v1alpha2/ResourceSlice.py +47 -46
- pulumi_kubernetes/resource/v1alpha2/ResourceSliceList.py +26 -25
- pulumi_kubernetes/resource/v1alpha2/ResourceSlicePatch.py +47 -46
- pulumi_kubernetes/resource/v1alpha2/__init__.py +1 -0
- pulumi_kubernetes/resource/v1alpha2/_inputs.py +550 -550
- pulumi_kubernetes/resource/v1alpha2/outputs.py +449 -449
- pulumi_kubernetes/resource/v1alpha3/DeviceClass.py +28 -25
- pulumi_kubernetes/resource/v1alpha3/DeviceClassList.py +26 -25
- pulumi_kubernetes/resource/v1alpha3/DeviceClassPatch.py +28 -25
- pulumi_kubernetes/resource/v1alpha3/DeviceTaintRule.py +224 -0
- pulumi_kubernetes/resource/v1alpha3/DeviceTaintRuleList.py +216 -0
- pulumi_kubernetes/resource/v1alpha3/DeviceTaintRulePatch.py +235 -0
- pulumi_kubernetes/resource/v1alpha3/PodSchedulingContext.py +27 -26
- pulumi_kubernetes/resource/v1alpha3/PodSchedulingContextList.py +26 -25
- pulumi_kubernetes/resource/v1alpha3/PodSchedulingContextPatch.py +27 -26
- pulumi_kubernetes/resource/v1alpha3/ResourceClaim.py +28 -27
- pulumi_kubernetes/resource/v1alpha3/ResourceClaimList.py +26 -25
- pulumi_kubernetes/resource/v1alpha3/ResourceClaimPatch.py +28 -27
- pulumi_kubernetes/resource/v1alpha3/ResourceClaimTemplate.py +27 -26
- pulumi_kubernetes/resource/v1alpha3/ResourceClaimTemplateList.py +26 -25
- pulumi_kubernetes/resource/v1alpha3/ResourceClaimTemplatePatch.py +27 -26
- pulumi_kubernetes/resource/v1alpha3/ResourceSlice.py +34 -33
- pulumi_kubernetes/resource/v1alpha3/ResourceSliceList.py +246 -0
- pulumi_kubernetes/resource/v1alpha3/ResourceSlicePatch.py +27 -26
- pulumi_kubernetes/resource/v1alpha3/__init__.py +5 -0
- pulumi_kubernetes/resource/v1alpha3/_inputs.py +3400 -606
- pulumi_kubernetes/resource/v1alpha3/outputs.py +2933 -565
- pulumi_kubernetes/resource/v1beta1/DeviceClass.py +238 -0
- pulumi_kubernetes/resource/v1beta1/DeviceClassList.py +216 -0
- pulumi_kubernetes/resource/v1beta1/DeviceClassPatch.py +249 -0
- pulumi_kubernetes/resource/v1beta1/ResourceClaim.py +233 -0
- pulumi_kubernetes/resource/v1beta1/ResourceClaimList.py +217 -0
- pulumi_kubernetes/resource/v1beta1/ResourceClaimPatch.py +244 -0
- pulumi_kubernetes/resource/v1beta1/ResourceClaimTemplate.py +230 -0
- pulumi_kubernetes/resource/v1beta1/ResourceClaimTemplateList.py +216 -0
- pulumi_kubernetes/resource/v1beta1/ResourceClaimTemplatePatch.py +241 -0
- pulumi_kubernetes/resource/v1beta1/ResourceSlice.py +247 -0
- pulumi_kubernetes/resource/v1beta1/ResourceSliceList.py +217 -0
- pulumi_kubernetes/resource/v1beta1/ResourceSlicePatch.py +258 -0
- pulumi_kubernetes/resource/v1beta1/__init__.py +22 -0
- pulumi_kubernetes/resource/v1beta1/_inputs.py +5735 -0
- pulumi_kubernetes/resource/v1beta1/outputs.py +4736 -0
- pulumi_kubernetes/resource/v1beta2/DeviceClass.py +238 -0
- pulumi_kubernetes/resource/v1beta2/DeviceClassList.py +216 -0
- pulumi_kubernetes/resource/v1beta2/DeviceClassPatch.py +249 -0
- pulumi_kubernetes/resource/v1beta2/ResourceClaim.py +233 -0
- pulumi_kubernetes/resource/v1beta2/ResourceClaimList.py +217 -0
- pulumi_kubernetes/resource/v1beta2/ResourceClaimPatch.py +244 -0
- pulumi_kubernetes/resource/v1beta2/ResourceClaimTemplate.py +230 -0
- pulumi_kubernetes/resource/v1beta2/ResourceClaimTemplateList.py +216 -0
- pulumi_kubernetes/resource/v1beta2/ResourceClaimTemplatePatch.py +241 -0
- pulumi_kubernetes/resource/v1beta2/ResourceSlice.py +247 -0
- pulumi_kubernetes/resource/v1beta2/ResourceSliceList.py +217 -0
- pulumi_kubernetes/resource/v1beta2/ResourceSlicePatch.py +258 -0
- pulumi_kubernetes/resource/v1beta2/__init__.py +22 -0
- pulumi_kubernetes/resource/v1beta2/_inputs.py +5680 -0
- pulumi_kubernetes/resource/v1beta2/outputs.py +4725 -0
- pulumi_kubernetes/scheduling/__init__.py +1 -0
- pulumi_kubernetes/scheduling/v1/PriorityClass.py +64 -63
- pulumi_kubernetes/scheduling/v1/PriorityClassList.py +26 -25
- pulumi_kubernetes/scheduling/v1/PriorityClassPatch.py +64 -63
- pulumi_kubernetes/scheduling/v1/__init__.py +1 -0
- pulumi_kubernetes/scheduling/v1/_inputs.py +38 -38
- pulumi_kubernetes/scheduling/v1/outputs.py +26 -26
- pulumi_kubernetes/scheduling/v1alpha1/PriorityClass.py +64 -63
- pulumi_kubernetes/scheduling/v1alpha1/PriorityClassList.py +26 -25
- pulumi_kubernetes/scheduling/v1alpha1/PriorityClassPatch.py +64 -63
- pulumi_kubernetes/scheduling/v1alpha1/__init__.py +1 -0
- pulumi_kubernetes/scheduling/v1alpha1/_inputs.py +38 -38
- pulumi_kubernetes/scheduling/v1alpha1/outputs.py +26 -26
- pulumi_kubernetes/scheduling/v1beta1/PriorityClass.py +64 -63
- pulumi_kubernetes/scheduling/v1beta1/PriorityClassList.py +26 -25
- pulumi_kubernetes/scheduling/v1beta1/PriorityClassPatch.py +64 -63
- pulumi_kubernetes/scheduling/v1beta1/__init__.py +1 -0
- pulumi_kubernetes/scheduling/v1beta1/_inputs.py +38 -38
- pulumi_kubernetes/scheduling/v1beta1/outputs.py +26 -26
- pulumi_kubernetes/settings/__init__.py +1 -0
- pulumi_kubernetes/settings/v1alpha1/PodPreset.py +26 -25
- pulumi_kubernetes/settings/v1alpha1/PodPresetList.py +26 -25
- pulumi_kubernetes/settings/v1alpha1/PodPresetPatch.py +26 -25
- pulumi_kubernetes/settings/v1alpha1/__init__.py +1 -0
- pulumi_kubernetes/settings/v1alpha1/_inputs.py +25 -25
- pulumi_kubernetes/settings/v1alpha1/outputs.py +21 -21
- pulumi_kubernetes/storage/__init__.py +1 -0
- pulumi_kubernetes/storage/v1/CSIDriver.py +26 -25
- pulumi_kubernetes/storage/v1/CSIDriverList.py +26 -25
- pulumi_kubernetes/storage/v1/CSIDriverPatch.py +26 -25
- pulumi_kubernetes/storage/v1/CSINode.py +26 -25
- pulumi_kubernetes/storage/v1/CSINodeList.py +26 -25
- pulumi_kubernetes/storage/v1/CSINodePatch.py +26 -25
- pulumi_kubernetes/storage/v1/CSIStorageCapacity.py +56 -55
- pulumi_kubernetes/storage/v1/CSIStorageCapacityList.py +26 -25
- pulumi_kubernetes/storage/v1/CSIStorageCapacityPatch.py +56 -55
- pulumi_kubernetes/storage/v1/StorageClass.py +86 -85
- pulumi_kubernetes/storage/v1/StorageClassList.py +26 -25
- pulumi_kubernetes/storage/v1/StorageClassPatch.py +86 -85
- pulumi_kubernetes/storage/v1/VolumeAttachment.py +27 -26
- pulumi_kubernetes/storage/v1/VolumeAttachmentList.py +26 -25
- pulumi_kubernetes/storage/v1/VolumeAttachmentPatch.py +27 -26
- pulumi_kubernetes/storage/v1/__init__.py +1 -0
- pulumi_kubernetes/storage/v1/_inputs.py +448 -358
- pulumi_kubernetes/storage/v1/outputs.py +376 -266
- pulumi_kubernetes/storage/v1alpha1/VolumeAttachment.py +27 -26
- pulumi_kubernetes/storage/v1alpha1/VolumeAttachmentList.py +26 -25
- pulumi_kubernetes/storage/v1alpha1/VolumeAttachmentPatch.py +27 -26
- pulumi_kubernetes/storage/v1alpha1/VolumeAttributesClass.py +44 -43
- pulumi_kubernetes/storage/v1alpha1/VolumeAttributesClassList.py +26 -25
- pulumi_kubernetes/storage/v1alpha1/VolumeAttributesClassPatch.py +44 -43
- pulumi_kubernetes/storage/v1alpha1/__init__.py +1 -0
- pulumi_kubernetes/storage/v1alpha1/_inputs.py +107 -107
- pulumi_kubernetes/storage/v1alpha1/outputs.py +93 -93
- pulumi_kubernetes/storage/v1beta1/CSIDriver.py +26 -25
- pulumi_kubernetes/storage/v1beta1/CSIDriverList.py +26 -25
- pulumi_kubernetes/storage/v1beta1/CSIDriverPatch.py +26 -25
- pulumi_kubernetes/storage/v1beta1/CSINode.py +26 -25
- pulumi_kubernetes/storage/v1beta1/CSINodeList.py +26 -25
- pulumi_kubernetes/storage/v1beta1/CSINodePatch.py +26 -25
- pulumi_kubernetes/storage/v1beta1/CSIStorageCapacity.py +56 -55
- pulumi_kubernetes/storage/v1beta1/CSIStorageCapacityList.py +26 -25
- pulumi_kubernetes/storage/v1beta1/CSIStorageCapacityPatch.py +56 -55
- pulumi_kubernetes/storage/v1beta1/StorageClass.py +86 -85
- pulumi_kubernetes/storage/v1beta1/StorageClassList.py +26 -25
- pulumi_kubernetes/storage/v1beta1/StorageClassPatch.py +86 -85
- pulumi_kubernetes/storage/v1beta1/VolumeAttachment.py +27 -26
- pulumi_kubernetes/storage/v1beta1/VolumeAttachmentList.py +26 -25
- pulumi_kubernetes/storage/v1beta1/VolumeAttachmentPatch.py +27 -26
- pulumi_kubernetes/storage/v1beta1/VolumeAttributesClass.py +44 -43
- pulumi_kubernetes/storage/v1beta1/VolumeAttributesClassList.py +26 -25
- pulumi_kubernetes/storage/v1beta1/VolumeAttributesClassPatch.py +44 -43
- pulumi_kubernetes/storage/v1beta1/__init__.py +1 -0
- pulumi_kubernetes/storage/v1beta1/_inputs.py +367 -367
- pulumi_kubernetes/storage/v1beta1/outputs.py +271 -271
- pulumi_kubernetes/storagemigration/__init__.py +1 -0
- pulumi_kubernetes/storagemigration/v1alpha1/StorageVersionMigration.py +27 -26
- pulumi_kubernetes/storagemigration/v1alpha1/StorageVersionMigrationList.py +26 -25
- pulumi_kubernetes/storagemigration/v1alpha1/StorageVersionMigrationPatch.py +27 -26
- pulumi_kubernetes/storagemigration/v1alpha1/__init__.py +1 -0
- pulumi_kubernetes/storagemigration/v1alpha1/_inputs.py +103 -103
- pulumi_kubernetes/storagemigration/v1alpha1/outputs.py +96 -96
- pulumi_kubernetes/yaml/__init__.py +1 -0
- pulumi_kubernetes/yaml/v2/ConfigFile.py +31 -28
- pulumi_kubernetes/yaml/v2/ConfigGroup.py +36 -35
- pulumi_kubernetes/yaml/v2/__init__.py +1 -0
- pulumi_kubernetes/yaml/yaml.py +198 -0
- {pulumi_kubernetes-4.17.0a1723576835.dist-info → pulumi_kubernetes-4.26.0a1769215986.dist-info}/METADATA +9 -9
- pulumi_kubernetes-4.26.0a1769215986.dist-info/RECORD +709 -0
- {pulumi_kubernetes-4.17.0a1723576835.dist-info → pulumi_kubernetes-4.26.0a1769215986.dist-info}/WHEEL +1 -1
- pulumi_kubernetes-4.17.0a1723576835.dist-info/RECORD +0 -651
- {pulumi_kubernetes-4.17.0a1723576835.dist-info → pulumi_kubernetes-4.26.0a1769215986.dist-info}/top_level.txt +0 -0
|
@@ -2,7 +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
|
|
5
|
+
import builtins as _builtins
|
|
6
6
|
import warnings
|
|
7
7
|
import sys
|
|
8
8
|
import pulumi
|
|
@@ -68,11 +68,11 @@ if not MYPY:
|
|
|
68
68
|
"""
|
|
69
69
|
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.
|
|
70
70
|
"""
|
|
71
|
-
revision: pulumi.Input[int]
|
|
71
|
+
revision: pulumi.Input[_builtins.int]
|
|
72
72
|
"""
|
|
73
73
|
Revision indicates the revision of the state represented by Data.
|
|
74
74
|
"""
|
|
75
|
-
api_version: NotRequired[pulumi.Input[str]]
|
|
75
|
+
api_version: NotRequired[pulumi.Input[_builtins.str]]
|
|
76
76
|
"""
|
|
77
77
|
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
|
|
78
78
|
"""
|
|
@@ -80,7 +80,7 @@ if not MYPY:
|
|
|
80
80
|
"""
|
|
81
81
|
Data is the serialized representation of the state.
|
|
82
82
|
"""
|
|
83
|
-
kind: NotRequired[pulumi.Input[str]]
|
|
83
|
+
kind: NotRequired[pulumi.Input[_builtins.str]]
|
|
84
84
|
"""
|
|
85
85
|
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
|
|
86
86
|
"""
|
|
@@ -94,17 +94,17 @@ elif False:
|
|
|
94
94
|
@pulumi.input_type
|
|
95
95
|
class ControllerRevisionArgs:
|
|
96
96
|
def __init__(__self__, *,
|
|
97
|
-
revision: pulumi.Input[int],
|
|
98
|
-
api_version: Optional[pulumi.Input[str]] = None,
|
|
97
|
+
revision: pulumi.Input[_builtins.int],
|
|
98
|
+
api_version: Optional[pulumi.Input[_builtins.str]] = None,
|
|
99
99
|
data: Optional[Any] = None,
|
|
100
|
-
kind: Optional[pulumi.Input[str]] = None,
|
|
100
|
+
kind: Optional[pulumi.Input[_builtins.str]] = None,
|
|
101
101
|
metadata: Optional[pulumi.Input['_meta.v1.ObjectMetaArgs']] = None):
|
|
102
102
|
"""
|
|
103
103
|
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.
|
|
104
|
-
:param pulumi.Input[int] revision: Revision indicates the revision of the state represented by Data.
|
|
105
|
-
:param pulumi.Input[str] api_version: APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources
|
|
104
|
+
:param pulumi.Input[_builtins.int] revision: Revision indicates the revision of the state represented by Data.
|
|
105
|
+
: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
|
|
106
106
|
:param Any data: Data is the serialized representation of the state.
|
|
107
|
-
:param pulumi.Input[str] kind: Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds
|
|
107
|
+
: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
|
|
108
108
|
: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
|
|
109
109
|
"""
|
|
110
110
|
pulumi.set(__self__, "revision", revision)
|
|
@@ -117,31 +117,31 @@ class ControllerRevisionArgs:
|
|
|
117
117
|
if metadata is not None:
|
|
118
118
|
pulumi.set(__self__, "metadata", metadata)
|
|
119
119
|
|
|
120
|
-
@property
|
|
120
|
+
@_builtins.property
|
|
121
121
|
@pulumi.getter
|
|
122
|
-
def revision(self) -> pulumi.Input[int]:
|
|
122
|
+
def revision(self) -> pulumi.Input[_builtins.int]:
|
|
123
123
|
"""
|
|
124
124
|
Revision indicates the revision of the state represented by Data.
|
|
125
125
|
"""
|
|
126
126
|
return pulumi.get(self, "revision")
|
|
127
127
|
|
|
128
128
|
@revision.setter
|
|
129
|
-
def revision(self, value: pulumi.Input[int]):
|
|
129
|
+
def revision(self, value: pulumi.Input[_builtins.int]):
|
|
130
130
|
pulumi.set(self, "revision", value)
|
|
131
131
|
|
|
132
|
-
@property
|
|
132
|
+
@_builtins.property
|
|
133
133
|
@pulumi.getter(name="apiVersion")
|
|
134
|
-
def api_version(self) -> Optional[pulumi.Input[str]]:
|
|
134
|
+
def api_version(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
135
135
|
"""
|
|
136
136
|
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
|
|
137
137
|
"""
|
|
138
138
|
return pulumi.get(self, "api_version")
|
|
139
139
|
|
|
140
140
|
@api_version.setter
|
|
141
|
-
def api_version(self, value: Optional[pulumi.Input[str]]):
|
|
141
|
+
def api_version(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
142
142
|
pulumi.set(self, "api_version", value)
|
|
143
143
|
|
|
144
|
-
@property
|
|
144
|
+
@_builtins.property
|
|
145
145
|
@pulumi.getter
|
|
146
146
|
def data(self) -> Optional[Any]:
|
|
147
147
|
"""
|
|
@@ -153,19 +153,19 @@ class ControllerRevisionArgs:
|
|
|
153
153
|
def data(self, value: Optional[Any]):
|
|
154
154
|
pulumi.set(self, "data", value)
|
|
155
155
|
|
|
156
|
-
@property
|
|
156
|
+
@_builtins.property
|
|
157
157
|
@pulumi.getter
|
|
158
|
-
def kind(self) -> Optional[pulumi.Input[str]]:
|
|
158
|
+
def kind(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
159
159
|
"""
|
|
160
160
|
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
|
|
161
161
|
"""
|
|
162
162
|
return pulumi.get(self, "kind")
|
|
163
163
|
|
|
164
164
|
@kind.setter
|
|
165
|
-
def kind(self, value: Optional[pulumi.Input[str]]):
|
|
165
|
+
def kind(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
166
166
|
pulumi.set(self, "kind", value)
|
|
167
167
|
|
|
168
|
-
@property
|
|
168
|
+
@_builtins.property
|
|
169
169
|
@pulumi.getter
|
|
170
170
|
def metadata(self) -> Optional[pulumi.Input['_meta.v1.ObjectMetaArgs']]:
|
|
171
171
|
"""
|
|
@@ -183,27 +183,27 @@ if not MYPY:
|
|
|
183
183
|
"""
|
|
184
184
|
DeploymentCondition describes the state of a deployment at a certain point.
|
|
185
185
|
"""
|
|
186
|
-
status: pulumi.Input[str]
|
|
186
|
+
status: pulumi.Input[_builtins.str]
|
|
187
187
|
"""
|
|
188
188
|
Status of the condition, one of True, False, Unknown.
|
|
189
189
|
"""
|
|
190
|
-
type: pulumi.Input[str]
|
|
190
|
+
type: pulumi.Input[_builtins.str]
|
|
191
191
|
"""
|
|
192
192
|
Type of deployment condition.
|
|
193
193
|
"""
|
|
194
|
-
last_transition_time: NotRequired[pulumi.Input[str]]
|
|
194
|
+
last_transition_time: NotRequired[pulumi.Input[_builtins.str]]
|
|
195
195
|
"""
|
|
196
196
|
Last time the condition transitioned from one status to another.
|
|
197
197
|
"""
|
|
198
|
-
last_update_time: NotRequired[pulumi.Input[str]]
|
|
198
|
+
last_update_time: NotRequired[pulumi.Input[_builtins.str]]
|
|
199
199
|
"""
|
|
200
200
|
The last time this condition was updated.
|
|
201
201
|
"""
|
|
202
|
-
message: NotRequired[pulumi.Input[str]]
|
|
202
|
+
message: NotRequired[pulumi.Input[_builtins.str]]
|
|
203
203
|
"""
|
|
204
204
|
A human readable message indicating details about the transition.
|
|
205
205
|
"""
|
|
206
|
-
reason: NotRequired[pulumi.Input[str]]
|
|
206
|
+
reason: NotRequired[pulumi.Input[_builtins.str]]
|
|
207
207
|
"""
|
|
208
208
|
The reason for the condition's last transition.
|
|
209
209
|
"""
|
|
@@ -213,20 +213,20 @@ elif False:
|
|
|
213
213
|
@pulumi.input_type
|
|
214
214
|
class DeploymentConditionArgs:
|
|
215
215
|
def __init__(__self__, *,
|
|
216
|
-
status: pulumi.Input[str],
|
|
217
|
-
type: pulumi.Input[str],
|
|
218
|
-
last_transition_time: Optional[pulumi.Input[str]] = None,
|
|
219
|
-
last_update_time: Optional[pulumi.Input[str]] = None,
|
|
220
|
-
message: Optional[pulumi.Input[str]] = None,
|
|
221
|
-
reason: Optional[pulumi.Input[str]] = None):
|
|
216
|
+
status: pulumi.Input[_builtins.str],
|
|
217
|
+
type: pulumi.Input[_builtins.str],
|
|
218
|
+
last_transition_time: Optional[pulumi.Input[_builtins.str]] = None,
|
|
219
|
+
last_update_time: Optional[pulumi.Input[_builtins.str]] = None,
|
|
220
|
+
message: Optional[pulumi.Input[_builtins.str]] = None,
|
|
221
|
+
reason: Optional[pulumi.Input[_builtins.str]] = None):
|
|
222
222
|
"""
|
|
223
223
|
DeploymentCondition describes the state of a deployment at a certain point.
|
|
224
|
-
:param pulumi.Input[str] status: Status of the condition, one of True, False, Unknown.
|
|
225
|
-
:param pulumi.Input[str] type: Type of deployment condition.
|
|
226
|
-
:param pulumi.Input[str] last_transition_time: Last time the condition transitioned from one status to another.
|
|
227
|
-
:param pulumi.Input[str] last_update_time: The last time this condition was updated.
|
|
228
|
-
:param pulumi.Input[str] message: A human readable message indicating details about the transition.
|
|
229
|
-
:param pulumi.Input[str] reason: The reason for the condition's last transition.
|
|
224
|
+
:param pulumi.Input[_builtins.str] status: Status of the condition, one of True, False, Unknown.
|
|
225
|
+
:param pulumi.Input[_builtins.str] type: Type of deployment condition.
|
|
226
|
+
:param pulumi.Input[_builtins.str] last_transition_time: Last time the condition transitioned from one status to another.
|
|
227
|
+
:param pulumi.Input[_builtins.str] last_update_time: The last time this condition was updated.
|
|
228
|
+
:param pulumi.Input[_builtins.str] message: A human readable message indicating details about the transition.
|
|
229
|
+
:param pulumi.Input[_builtins.str] reason: The reason for the condition's last transition.
|
|
230
230
|
"""
|
|
231
231
|
pulumi.set(__self__, "status", status)
|
|
232
232
|
pulumi.set(__self__, "type", type)
|
|
@@ -239,76 +239,76 @@ class DeploymentConditionArgs:
|
|
|
239
239
|
if reason is not None:
|
|
240
240
|
pulumi.set(__self__, "reason", reason)
|
|
241
241
|
|
|
242
|
-
@property
|
|
242
|
+
@_builtins.property
|
|
243
243
|
@pulumi.getter
|
|
244
|
-
def status(self) -> pulumi.Input[str]:
|
|
244
|
+
def status(self) -> pulumi.Input[_builtins.str]:
|
|
245
245
|
"""
|
|
246
246
|
Status of the condition, one of True, False, Unknown.
|
|
247
247
|
"""
|
|
248
248
|
return pulumi.get(self, "status")
|
|
249
249
|
|
|
250
250
|
@status.setter
|
|
251
|
-
def status(self, value: pulumi.Input[str]):
|
|
251
|
+
def status(self, value: pulumi.Input[_builtins.str]):
|
|
252
252
|
pulumi.set(self, "status", value)
|
|
253
253
|
|
|
254
|
-
@property
|
|
254
|
+
@_builtins.property
|
|
255
255
|
@pulumi.getter
|
|
256
|
-
def type(self) -> pulumi.Input[str]:
|
|
256
|
+
def type(self) -> pulumi.Input[_builtins.str]:
|
|
257
257
|
"""
|
|
258
258
|
Type of deployment condition.
|
|
259
259
|
"""
|
|
260
260
|
return pulumi.get(self, "type")
|
|
261
261
|
|
|
262
262
|
@type.setter
|
|
263
|
-
def type(self, value: pulumi.Input[str]):
|
|
263
|
+
def type(self, value: pulumi.Input[_builtins.str]):
|
|
264
264
|
pulumi.set(self, "type", value)
|
|
265
265
|
|
|
266
|
-
@property
|
|
266
|
+
@_builtins.property
|
|
267
267
|
@pulumi.getter(name="lastTransitionTime")
|
|
268
|
-
def last_transition_time(self) -> Optional[pulumi.Input[str]]:
|
|
268
|
+
def last_transition_time(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
269
269
|
"""
|
|
270
270
|
Last time the condition transitioned from one status to another.
|
|
271
271
|
"""
|
|
272
272
|
return pulumi.get(self, "last_transition_time")
|
|
273
273
|
|
|
274
274
|
@last_transition_time.setter
|
|
275
|
-
def last_transition_time(self, value: Optional[pulumi.Input[str]]):
|
|
275
|
+
def last_transition_time(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
276
276
|
pulumi.set(self, "last_transition_time", value)
|
|
277
277
|
|
|
278
|
-
@property
|
|
278
|
+
@_builtins.property
|
|
279
279
|
@pulumi.getter(name="lastUpdateTime")
|
|
280
|
-
def last_update_time(self) -> Optional[pulumi.Input[str]]:
|
|
280
|
+
def last_update_time(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
281
281
|
"""
|
|
282
282
|
The last time this condition was updated.
|
|
283
283
|
"""
|
|
284
284
|
return pulumi.get(self, "last_update_time")
|
|
285
285
|
|
|
286
286
|
@last_update_time.setter
|
|
287
|
-
def last_update_time(self, value: Optional[pulumi.Input[str]]):
|
|
287
|
+
def last_update_time(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
288
288
|
pulumi.set(self, "last_update_time", value)
|
|
289
289
|
|
|
290
|
-
@property
|
|
290
|
+
@_builtins.property
|
|
291
291
|
@pulumi.getter
|
|
292
|
-
def message(self) -> Optional[pulumi.Input[str]]:
|
|
292
|
+
def message(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
293
293
|
"""
|
|
294
294
|
A human readable message indicating details about the transition.
|
|
295
295
|
"""
|
|
296
296
|
return pulumi.get(self, "message")
|
|
297
297
|
|
|
298
298
|
@message.setter
|
|
299
|
-
def message(self, value: Optional[pulumi.Input[str]]):
|
|
299
|
+
def message(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
300
300
|
pulumi.set(self, "message", value)
|
|
301
301
|
|
|
302
|
-
@property
|
|
302
|
+
@_builtins.property
|
|
303
303
|
@pulumi.getter
|
|
304
|
-
def reason(self) -> Optional[pulumi.Input[str]]:
|
|
304
|
+
def reason(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
305
305
|
"""
|
|
306
306
|
The reason for the condition's last transition.
|
|
307
307
|
"""
|
|
308
308
|
return pulumi.get(self, "reason")
|
|
309
309
|
|
|
310
310
|
@reason.setter
|
|
311
|
-
def reason(self, value: Optional[pulumi.Input[str]]):
|
|
311
|
+
def reason(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
312
312
|
pulumi.set(self, "reason", value)
|
|
313
313
|
|
|
314
314
|
|
|
@@ -317,23 +317,23 @@ if not MYPY:
|
|
|
317
317
|
"""
|
|
318
318
|
DeploymentSpec is the specification of the desired behavior of the Deployment.
|
|
319
319
|
"""
|
|
320
|
-
min_ready_seconds: NotRequired[pulumi.Input[int]]
|
|
320
|
+
min_ready_seconds: NotRequired[pulumi.Input[_builtins.int]]
|
|
321
321
|
"""
|
|
322
322
|
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)
|
|
323
323
|
"""
|
|
324
|
-
paused: NotRequired[pulumi.Input[bool]]
|
|
324
|
+
paused: NotRequired[pulumi.Input[_builtins.bool]]
|
|
325
325
|
"""
|
|
326
326
|
Indicates that the deployment is paused.
|
|
327
327
|
"""
|
|
328
|
-
progress_deadline_seconds: NotRequired[pulumi.Input[int]]
|
|
328
|
+
progress_deadline_seconds: NotRequired[pulumi.Input[_builtins.int]]
|
|
329
329
|
"""
|
|
330
330
|
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.
|
|
331
331
|
"""
|
|
332
|
-
replicas: NotRequired[pulumi.Input[int]]
|
|
332
|
+
replicas: NotRequired[pulumi.Input[_builtins.int]]
|
|
333
333
|
"""
|
|
334
334
|
Number of desired pods. This is a pointer to distinguish between explicit zero and not specified. Defaults to 1.
|
|
335
335
|
"""
|
|
336
|
-
revision_history_limit: NotRequired[pulumi.Input[int]]
|
|
336
|
+
revision_history_limit: NotRequired[pulumi.Input[_builtins.int]]
|
|
337
337
|
"""
|
|
338
338
|
The number of old ReplicaSets to retain to allow rollback. This is a pointer to distinguish between explicit zero and not specified. Defaults to 2.
|
|
339
339
|
"""
|
|
@@ -359,22 +359,22 @@ elif False:
|
|
|
359
359
|
@pulumi.input_type
|
|
360
360
|
class DeploymentSpecPatchArgs:
|
|
361
361
|
def __init__(__self__, *,
|
|
362
|
-
min_ready_seconds: Optional[pulumi.Input[int]] = None,
|
|
363
|
-
paused: Optional[pulumi.Input[bool]] = None,
|
|
364
|
-
progress_deadline_seconds: Optional[pulumi.Input[int]] = None,
|
|
365
|
-
replicas: Optional[pulumi.Input[int]] = None,
|
|
366
|
-
revision_history_limit: Optional[pulumi.Input[int]] = None,
|
|
362
|
+
min_ready_seconds: Optional[pulumi.Input[_builtins.int]] = None,
|
|
363
|
+
paused: Optional[pulumi.Input[_builtins.bool]] = None,
|
|
364
|
+
progress_deadline_seconds: Optional[pulumi.Input[_builtins.int]] = None,
|
|
365
|
+
replicas: Optional[pulumi.Input[_builtins.int]] = None,
|
|
366
|
+
revision_history_limit: Optional[pulumi.Input[_builtins.int]] = None,
|
|
367
367
|
rollback_to: Optional[pulumi.Input['RollbackConfigPatchArgs']] = None,
|
|
368
368
|
selector: Optional[pulumi.Input['_meta.v1.LabelSelectorPatchArgs']] = None,
|
|
369
369
|
strategy: Optional[pulumi.Input['DeploymentStrategyPatchArgs']] = None,
|
|
370
370
|
template: Optional[pulumi.Input['_core.v1.PodTemplateSpecPatchArgs']] = None):
|
|
371
371
|
"""
|
|
372
372
|
DeploymentSpec is the specification of the desired behavior of the Deployment.
|
|
373
|
-
:param pulumi.Input[int] min_ready_seconds: Minimum number of seconds for which a newly created pod should be ready without any of its container crashing, for it to be considered available. Defaults to 0 (pod will be considered available as soon as it is ready)
|
|
374
|
-
:param pulumi.Input[bool] paused: Indicates that the deployment is paused.
|
|
375
|
-
:param pulumi.Input[int] progress_deadline_seconds: The maximum time in seconds for a deployment to make progress before it is considered to be failed. The deployment controller will continue to process failed deployments and a condition with a ProgressDeadlineExceeded reason will be surfaced in the deployment status. Note that progress will not be estimated during the time a deployment is paused. Defaults to 600s.
|
|
376
|
-
:param pulumi.Input[int] replicas: Number of desired pods. This is a pointer to distinguish between explicit zero and not specified. Defaults to 1.
|
|
377
|
-
:param pulumi.Input[int] revision_history_limit: The number of old ReplicaSets to retain to allow rollback. This is a pointer to distinguish between explicit zero and not specified. Defaults to 2.
|
|
373
|
+
: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)
|
|
374
|
+
:param pulumi.Input[_builtins.bool] paused: Indicates that the deployment is paused.
|
|
375
|
+
: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.
|
|
376
|
+
: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.
|
|
377
|
+
: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 2.
|
|
378
378
|
:param pulumi.Input['RollbackConfigPatchArgs'] rollback_to: DEPRECATED. The config this deployment is rolling back to. Will be cleared after rollback is done.
|
|
379
379
|
: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.
|
|
380
380
|
:param pulumi.Input['DeploymentStrategyPatchArgs'] strategy: The deployment strategy to use to replace existing pods with new ones.
|
|
@@ -399,67 +399,67 @@ class DeploymentSpecPatchArgs:
|
|
|
399
399
|
if template is not None:
|
|
400
400
|
pulumi.set(__self__, "template", template)
|
|
401
401
|
|
|
402
|
-
@property
|
|
402
|
+
@_builtins.property
|
|
403
403
|
@pulumi.getter(name="minReadySeconds")
|
|
404
|
-
def min_ready_seconds(self) -> Optional[pulumi.Input[int]]:
|
|
404
|
+
def min_ready_seconds(self) -> Optional[pulumi.Input[_builtins.int]]:
|
|
405
405
|
"""
|
|
406
406
|
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)
|
|
407
407
|
"""
|
|
408
408
|
return pulumi.get(self, "min_ready_seconds")
|
|
409
409
|
|
|
410
410
|
@min_ready_seconds.setter
|
|
411
|
-
def min_ready_seconds(self, value: Optional[pulumi.Input[int]]):
|
|
411
|
+
def min_ready_seconds(self, value: Optional[pulumi.Input[_builtins.int]]):
|
|
412
412
|
pulumi.set(self, "min_ready_seconds", value)
|
|
413
413
|
|
|
414
|
-
@property
|
|
414
|
+
@_builtins.property
|
|
415
415
|
@pulumi.getter
|
|
416
|
-
def paused(self) -> Optional[pulumi.Input[bool]]:
|
|
416
|
+
def paused(self) -> Optional[pulumi.Input[_builtins.bool]]:
|
|
417
417
|
"""
|
|
418
418
|
Indicates that the deployment is paused.
|
|
419
419
|
"""
|
|
420
420
|
return pulumi.get(self, "paused")
|
|
421
421
|
|
|
422
422
|
@paused.setter
|
|
423
|
-
def paused(self, value: Optional[pulumi.Input[bool]]):
|
|
423
|
+
def paused(self, value: Optional[pulumi.Input[_builtins.bool]]):
|
|
424
424
|
pulumi.set(self, "paused", value)
|
|
425
425
|
|
|
426
|
-
@property
|
|
426
|
+
@_builtins.property
|
|
427
427
|
@pulumi.getter(name="progressDeadlineSeconds")
|
|
428
|
-
def progress_deadline_seconds(self) -> Optional[pulumi.Input[int]]:
|
|
428
|
+
def progress_deadline_seconds(self) -> Optional[pulumi.Input[_builtins.int]]:
|
|
429
429
|
"""
|
|
430
430
|
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.
|
|
431
431
|
"""
|
|
432
432
|
return pulumi.get(self, "progress_deadline_seconds")
|
|
433
433
|
|
|
434
434
|
@progress_deadline_seconds.setter
|
|
435
|
-
def progress_deadline_seconds(self, value: Optional[pulumi.Input[int]]):
|
|
435
|
+
def progress_deadline_seconds(self, value: Optional[pulumi.Input[_builtins.int]]):
|
|
436
436
|
pulumi.set(self, "progress_deadline_seconds", value)
|
|
437
437
|
|
|
438
|
-
@property
|
|
438
|
+
@_builtins.property
|
|
439
439
|
@pulumi.getter
|
|
440
|
-
def replicas(self) -> Optional[pulumi.Input[int]]:
|
|
440
|
+
def replicas(self) -> Optional[pulumi.Input[_builtins.int]]:
|
|
441
441
|
"""
|
|
442
442
|
Number of desired pods. This is a pointer to distinguish between explicit zero and not specified. Defaults to 1.
|
|
443
443
|
"""
|
|
444
444
|
return pulumi.get(self, "replicas")
|
|
445
445
|
|
|
446
446
|
@replicas.setter
|
|
447
|
-
def replicas(self, value: Optional[pulumi.Input[int]]):
|
|
447
|
+
def replicas(self, value: Optional[pulumi.Input[_builtins.int]]):
|
|
448
448
|
pulumi.set(self, "replicas", value)
|
|
449
449
|
|
|
450
|
-
@property
|
|
450
|
+
@_builtins.property
|
|
451
451
|
@pulumi.getter(name="revisionHistoryLimit")
|
|
452
|
-
def revision_history_limit(self) -> Optional[pulumi.Input[int]]:
|
|
452
|
+
def revision_history_limit(self) -> Optional[pulumi.Input[_builtins.int]]:
|
|
453
453
|
"""
|
|
454
454
|
The number of old ReplicaSets to retain to allow rollback. This is a pointer to distinguish between explicit zero and not specified. Defaults to 2.
|
|
455
455
|
"""
|
|
456
456
|
return pulumi.get(self, "revision_history_limit")
|
|
457
457
|
|
|
458
458
|
@revision_history_limit.setter
|
|
459
|
-
def revision_history_limit(self, value: Optional[pulumi.Input[int]]):
|
|
459
|
+
def revision_history_limit(self, value: Optional[pulumi.Input[_builtins.int]]):
|
|
460
460
|
pulumi.set(self, "revision_history_limit", value)
|
|
461
461
|
|
|
462
|
-
@property
|
|
462
|
+
@_builtins.property
|
|
463
463
|
@pulumi.getter(name="rollbackTo")
|
|
464
464
|
def rollback_to(self) -> Optional[pulumi.Input['RollbackConfigPatchArgs']]:
|
|
465
465
|
"""
|
|
@@ -471,7 +471,7 @@ class DeploymentSpecPatchArgs:
|
|
|
471
471
|
def rollback_to(self, value: Optional[pulumi.Input['RollbackConfigPatchArgs']]):
|
|
472
472
|
pulumi.set(self, "rollback_to", value)
|
|
473
473
|
|
|
474
|
-
@property
|
|
474
|
+
@_builtins.property
|
|
475
475
|
@pulumi.getter
|
|
476
476
|
def selector(self) -> Optional[pulumi.Input['_meta.v1.LabelSelectorPatchArgs']]:
|
|
477
477
|
"""
|
|
@@ -483,7 +483,7 @@ class DeploymentSpecPatchArgs:
|
|
|
483
483
|
def selector(self, value: Optional[pulumi.Input['_meta.v1.LabelSelectorPatchArgs']]):
|
|
484
484
|
pulumi.set(self, "selector", value)
|
|
485
485
|
|
|
486
|
-
@property
|
|
486
|
+
@_builtins.property
|
|
487
487
|
@pulumi.getter
|
|
488
488
|
def strategy(self) -> Optional[pulumi.Input['DeploymentStrategyPatchArgs']]:
|
|
489
489
|
"""
|
|
@@ -495,7 +495,7 @@ class DeploymentSpecPatchArgs:
|
|
|
495
495
|
def strategy(self, value: Optional[pulumi.Input['DeploymentStrategyPatchArgs']]):
|
|
496
496
|
pulumi.set(self, "strategy", value)
|
|
497
497
|
|
|
498
|
-
@property
|
|
498
|
+
@_builtins.property
|
|
499
499
|
@pulumi.getter
|
|
500
500
|
def template(self) -> Optional[pulumi.Input['_core.v1.PodTemplateSpecPatchArgs']]:
|
|
501
501
|
"""
|
|
@@ -517,23 +517,23 @@ if not MYPY:
|
|
|
517
517
|
"""
|
|
518
518
|
Template describes the pods that will be created.
|
|
519
519
|
"""
|
|
520
|
-
min_ready_seconds: NotRequired[pulumi.Input[int]]
|
|
520
|
+
min_ready_seconds: NotRequired[pulumi.Input[_builtins.int]]
|
|
521
521
|
"""
|
|
522
522
|
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)
|
|
523
523
|
"""
|
|
524
|
-
paused: NotRequired[pulumi.Input[bool]]
|
|
524
|
+
paused: NotRequired[pulumi.Input[_builtins.bool]]
|
|
525
525
|
"""
|
|
526
526
|
Indicates that the deployment is paused.
|
|
527
527
|
"""
|
|
528
|
-
progress_deadline_seconds: NotRequired[pulumi.Input[int]]
|
|
528
|
+
progress_deadline_seconds: NotRequired[pulumi.Input[_builtins.int]]
|
|
529
529
|
"""
|
|
530
530
|
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.
|
|
531
531
|
"""
|
|
532
|
-
replicas: NotRequired[pulumi.Input[int]]
|
|
532
|
+
replicas: NotRequired[pulumi.Input[_builtins.int]]
|
|
533
533
|
"""
|
|
534
534
|
Number of desired pods. This is a pointer to distinguish between explicit zero and not specified. Defaults to 1.
|
|
535
535
|
"""
|
|
536
|
-
revision_history_limit: NotRequired[pulumi.Input[int]]
|
|
536
|
+
revision_history_limit: NotRequired[pulumi.Input[_builtins.int]]
|
|
537
537
|
"""
|
|
538
538
|
The number of old ReplicaSets to retain to allow rollback. This is a pointer to distinguish between explicit zero and not specified. Defaults to 2.
|
|
539
539
|
"""
|
|
@@ -556,22 +556,22 @@ elif False:
|
|
|
556
556
|
class DeploymentSpecArgs:
|
|
557
557
|
def __init__(__self__, *,
|
|
558
558
|
template: pulumi.Input['_core.v1.PodTemplateSpecArgs'],
|
|
559
|
-
min_ready_seconds: Optional[pulumi.Input[int]] = None,
|
|
560
|
-
paused: Optional[pulumi.Input[bool]] = None,
|
|
561
|
-
progress_deadline_seconds: Optional[pulumi.Input[int]] = None,
|
|
562
|
-
replicas: Optional[pulumi.Input[int]] = None,
|
|
563
|
-
revision_history_limit: Optional[pulumi.Input[int]] = None,
|
|
559
|
+
min_ready_seconds: Optional[pulumi.Input[_builtins.int]] = None,
|
|
560
|
+
paused: Optional[pulumi.Input[_builtins.bool]] = None,
|
|
561
|
+
progress_deadline_seconds: Optional[pulumi.Input[_builtins.int]] = None,
|
|
562
|
+
replicas: Optional[pulumi.Input[_builtins.int]] = None,
|
|
563
|
+
revision_history_limit: Optional[pulumi.Input[_builtins.int]] = None,
|
|
564
564
|
rollback_to: Optional[pulumi.Input['RollbackConfigArgs']] = None,
|
|
565
565
|
selector: Optional[pulumi.Input['_meta.v1.LabelSelectorArgs']] = None,
|
|
566
566
|
strategy: Optional[pulumi.Input['DeploymentStrategyArgs']] = None):
|
|
567
567
|
"""
|
|
568
568
|
DeploymentSpec is the specification of the desired behavior of the Deployment.
|
|
569
569
|
:param pulumi.Input['_core.v1.PodTemplateSpecArgs'] template: Template describes the pods that will be created.
|
|
570
|
-
:param pulumi.Input[int] min_ready_seconds: Minimum number of seconds for which a newly created pod should be ready without any of its container crashing, for it to be considered available. Defaults to 0 (pod will be considered available as soon as it is ready)
|
|
571
|
-
:param pulumi.Input[bool] paused: Indicates that the deployment is paused.
|
|
572
|
-
:param pulumi.Input[int] progress_deadline_seconds: The maximum time in seconds for a deployment to make progress before it is considered to be failed. The deployment controller will continue to process failed deployments and a condition with a ProgressDeadlineExceeded reason will be surfaced in the deployment status. Note that progress will not be estimated during the time a deployment is paused. Defaults to 600s.
|
|
573
|
-
:param pulumi.Input[int] replicas: Number of desired pods. This is a pointer to distinguish between explicit zero and not specified. Defaults to 1.
|
|
574
|
-
:param pulumi.Input[int] revision_history_limit: The number of old ReplicaSets to retain to allow rollback. This is a pointer to distinguish between explicit zero and not specified. Defaults to 2.
|
|
570
|
+
: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)
|
|
571
|
+
:param pulumi.Input[_builtins.bool] paused: Indicates that the deployment is paused.
|
|
572
|
+
: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.
|
|
573
|
+
: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.
|
|
574
|
+
: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 2.
|
|
575
575
|
:param pulumi.Input['RollbackConfigArgs'] rollback_to: DEPRECATED. The config this deployment is rolling back to. Will be cleared after rollback is done.
|
|
576
576
|
: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.
|
|
577
577
|
:param pulumi.Input['DeploymentStrategyArgs'] strategy: The deployment strategy to use to replace existing pods with new ones.
|
|
@@ -594,7 +594,7 @@ class DeploymentSpecArgs:
|
|
|
594
594
|
if strategy is not None:
|
|
595
595
|
pulumi.set(__self__, "strategy", strategy)
|
|
596
596
|
|
|
597
|
-
@property
|
|
597
|
+
@_builtins.property
|
|
598
598
|
@pulumi.getter
|
|
599
599
|
def template(self) -> pulumi.Input['_core.v1.PodTemplateSpecArgs']:
|
|
600
600
|
"""
|
|
@@ -606,67 +606,67 @@ class DeploymentSpecArgs:
|
|
|
606
606
|
def template(self, value: pulumi.Input['_core.v1.PodTemplateSpecArgs']):
|
|
607
607
|
pulumi.set(self, "template", value)
|
|
608
608
|
|
|
609
|
-
@property
|
|
609
|
+
@_builtins.property
|
|
610
610
|
@pulumi.getter(name="minReadySeconds")
|
|
611
|
-
def min_ready_seconds(self) -> Optional[pulumi.Input[int]]:
|
|
611
|
+
def min_ready_seconds(self) -> Optional[pulumi.Input[_builtins.int]]:
|
|
612
612
|
"""
|
|
613
613
|
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)
|
|
614
614
|
"""
|
|
615
615
|
return pulumi.get(self, "min_ready_seconds")
|
|
616
616
|
|
|
617
617
|
@min_ready_seconds.setter
|
|
618
|
-
def min_ready_seconds(self, value: Optional[pulumi.Input[int]]):
|
|
618
|
+
def min_ready_seconds(self, value: Optional[pulumi.Input[_builtins.int]]):
|
|
619
619
|
pulumi.set(self, "min_ready_seconds", value)
|
|
620
620
|
|
|
621
|
-
@property
|
|
621
|
+
@_builtins.property
|
|
622
622
|
@pulumi.getter
|
|
623
|
-
def paused(self) -> Optional[pulumi.Input[bool]]:
|
|
623
|
+
def paused(self) -> Optional[pulumi.Input[_builtins.bool]]:
|
|
624
624
|
"""
|
|
625
625
|
Indicates that the deployment is paused.
|
|
626
626
|
"""
|
|
627
627
|
return pulumi.get(self, "paused")
|
|
628
628
|
|
|
629
629
|
@paused.setter
|
|
630
|
-
def paused(self, value: Optional[pulumi.Input[bool]]):
|
|
630
|
+
def paused(self, value: Optional[pulumi.Input[_builtins.bool]]):
|
|
631
631
|
pulumi.set(self, "paused", value)
|
|
632
632
|
|
|
633
|
-
@property
|
|
633
|
+
@_builtins.property
|
|
634
634
|
@pulumi.getter(name="progressDeadlineSeconds")
|
|
635
|
-
def progress_deadline_seconds(self) -> Optional[pulumi.Input[int]]:
|
|
635
|
+
def progress_deadline_seconds(self) -> Optional[pulumi.Input[_builtins.int]]:
|
|
636
636
|
"""
|
|
637
637
|
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.
|
|
638
638
|
"""
|
|
639
639
|
return pulumi.get(self, "progress_deadline_seconds")
|
|
640
640
|
|
|
641
641
|
@progress_deadline_seconds.setter
|
|
642
|
-
def progress_deadline_seconds(self, value: Optional[pulumi.Input[int]]):
|
|
642
|
+
def progress_deadline_seconds(self, value: Optional[pulumi.Input[_builtins.int]]):
|
|
643
643
|
pulumi.set(self, "progress_deadline_seconds", value)
|
|
644
644
|
|
|
645
|
-
@property
|
|
645
|
+
@_builtins.property
|
|
646
646
|
@pulumi.getter
|
|
647
|
-
def replicas(self) -> Optional[pulumi.Input[int]]:
|
|
647
|
+
def replicas(self) -> Optional[pulumi.Input[_builtins.int]]:
|
|
648
648
|
"""
|
|
649
649
|
Number of desired pods. This is a pointer to distinguish between explicit zero and not specified. Defaults to 1.
|
|
650
650
|
"""
|
|
651
651
|
return pulumi.get(self, "replicas")
|
|
652
652
|
|
|
653
653
|
@replicas.setter
|
|
654
|
-
def replicas(self, value: Optional[pulumi.Input[int]]):
|
|
654
|
+
def replicas(self, value: Optional[pulumi.Input[_builtins.int]]):
|
|
655
655
|
pulumi.set(self, "replicas", value)
|
|
656
656
|
|
|
657
|
-
@property
|
|
657
|
+
@_builtins.property
|
|
658
658
|
@pulumi.getter(name="revisionHistoryLimit")
|
|
659
|
-
def revision_history_limit(self) -> Optional[pulumi.Input[int]]:
|
|
659
|
+
def revision_history_limit(self) -> Optional[pulumi.Input[_builtins.int]]:
|
|
660
660
|
"""
|
|
661
661
|
The number of old ReplicaSets to retain to allow rollback. This is a pointer to distinguish between explicit zero and not specified. Defaults to 2.
|
|
662
662
|
"""
|
|
663
663
|
return pulumi.get(self, "revision_history_limit")
|
|
664
664
|
|
|
665
665
|
@revision_history_limit.setter
|
|
666
|
-
def revision_history_limit(self, value: Optional[pulumi.Input[int]]):
|
|
666
|
+
def revision_history_limit(self, value: Optional[pulumi.Input[_builtins.int]]):
|
|
667
667
|
pulumi.set(self, "revision_history_limit", value)
|
|
668
668
|
|
|
669
|
-
@property
|
|
669
|
+
@_builtins.property
|
|
670
670
|
@pulumi.getter(name="rollbackTo")
|
|
671
671
|
def rollback_to(self) -> Optional[pulumi.Input['RollbackConfigArgs']]:
|
|
672
672
|
"""
|
|
@@ -678,7 +678,7 @@ class DeploymentSpecArgs:
|
|
|
678
678
|
def rollback_to(self, value: Optional[pulumi.Input['RollbackConfigArgs']]):
|
|
679
679
|
pulumi.set(self, "rollback_to", value)
|
|
680
680
|
|
|
681
|
-
@property
|
|
681
|
+
@_builtins.property
|
|
682
682
|
@pulumi.getter
|
|
683
683
|
def selector(self) -> Optional[pulumi.Input['_meta.v1.LabelSelectorArgs']]:
|
|
684
684
|
"""
|
|
@@ -690,7 +690,7 @@ class DeploymentSpecArgs:
|
|
|
690
690
|
def selector(self, value: Optional[pulumi.Input['_meta.v1.LabelSelectorArgs']]):
|
|
691
691
|
pulumi.set(self, "selector", value)
|
|
692
692
|
|
|
693
|
-
@property
|
|
693
|
+
@_builtins.property
|
|
694
694
|
@pulumi.getter
|
|
695
695
|
def strategy(self) -> Optional[pulumi.Input['DeploymentStrategyArgs']]:
|
|
696
696
|
"""
|
|
@@ -708,11 +708,11 @@ if not MYPY:
|
|
|
708
708
|
"""
|
|
709
709
|
DeploymentStatus is the most recently observed status of the Deployment.
|
|
710
710
|
"""
|
|
711
|
-
available_replicas: NotRequired[pulumi.Input[int]]
|
|
711
|
+
available_replicas: NotRequired[pulumi.Input[_builtins.int]]
|
|
712
712
|
"""
|
|
713
713
|
Total number of available pods (ready for at least minReadySeconds) targeted by this deployment.
|
|
714
714
|
"""
|
|
715
|
-
collision_count: NotRequired[pulumi.Input[int]]
|
|
715
|
+
collision_count: NotRequired[pulumi.Input[_builtins.int]]
|
|
716
716
|
"""
|
|
717
717
|
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.
|
|
718
718
|
"""
|
|
@@ -720,23 +720,23 @@ if not MYPY:
|
|
|
720
720
|
"""
|
|
721
721
|
Represents the latest available observations of a deployment's current state.
|
|
722
722
|
"""
|
|
723
|
-
observed_generation: NotRequired[pulumi.Input[int]]
|
|
723
|
+
observed_generation: NotRequired[pulumi.Input[_builtins.int]]
|
|
724
724
|
"""
|
|
725
725
|
The generation observed by the deployment controller.
|
|
726
726
|
"""
|
|
727
|
-
ready_replicas: NotRequired[pulumi.Input[int]]
|
|
727
|
+
ready_replicas: NotRequired[pulumi.Input[_builtins.int]]
|
|
728
728
|
"""
|
|
729
729
|
Total number of ready pods targeted by this deployment.
|
|
730
730
|
"""
|
|
731
|
-
replicas: NotRequired[pulumi.Input[int]]
|
|
731
|
+
replicas: NotRequired[pulumi.Input[_builtins.int]]
|
|
732
732
|
"""
|
|
733
733
|
Total number of non-terminated pods targeted by this deployment (their labels match the selector).
|
|
734
734
|
"""
|
|
735
|
-
unavailable_replicas: NotRequired[pulumi.Input[int]]
|
|
735
|
+
unavailable_replicas: NotRequired[pulumi.Input[_builtins.int]]
|
|
736
736
|
"""
|
|
737
737
|
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.
|
|
738
738
|
"""
|
|
739
|
-
updated_replicas: NotRequired[pulumi.Input[int]]
|
|
739
|
+
updated_replicas: NotRequired[pulumi.Input[_builtins.int]]
|
|
740
740
|
"""
|
|
741
741
|
Total number of non-terminated pods targeted by this deployment that have the desired template spec.
|
|
742
742
|
"""
|
|
@@ -746,24 +746,24 @@ elif False:
|
|
|
746
746
|
@pulumi.input_type
|
|
747
747
|
class DeploymentStatusArgs:
|
|
748
748
|
def __init__(__self__, *,
|
|
749
|
-
available_replicas: Optional[pulumi.Input[int]] = None,
|
|
750
|
-
collision_count: Optional[pulumi.Input[int]] = None,
|
|
749
|
+
available_replicas: Optional[pulumi.Input[_builtins.int]] = None,
|
|
750
|
+
collision_count: Optional[pulumi.Input[_builtins.int]] = None,
|
|
751
751
|
conditions: Optional[pulumi.Input[Sequence[pulumi.Input['DeploymentConditionArgs']]]] = None,
|
|
752
|
-
observed_generation: Optional[pulumi.Input[int]] = None,
|
|
753
|
-
ready_replicas: Optional[pulumi.Input[int]] = None,
|
|
754
|
-
replicas: Optional[pulumi.Input[int]] = None,
|
|
755
|
-
unavailable_replicas: Optional[pulumi.Input[int]] = None,
|
|
756
|
-
updated_replicas: Optional[pulumi.Input[int]] = None):
|
|
752
|
+
observed_generation: Optional[pulumi.Input[_builtins.int]] = None,
|
|
753
|
+
ready_replicas: Optional[pulumi.Input[_builtins.int]] = None,
|
|
754
|
+
replicas: Optional[pulumi.Input[_builtins.int]] = None,
|
|
755
|
+
unavailable_replicas: Optional[pulumi.Input[_builtins.int]] = None,
|
|
756
|
+
updated_replicas: Optional[pulumi.Input[_builtins.int]] = None):
|
|
757
757
|
"""
|
|
758
758
|
DeploymentStatus is the most recently observed status of the Deployment.
|
|
759
|
-
:param pulumi.Input[int] available_replicas: Total number of available pods (ready for at least minReadySeconds) targeted by this deployment.
|
|
760
|
-
:param pulumi.Input[int] collision_count: Count of hash collisions for the Deployment. The Deployment controller uses this field as a collision avoidance mechanism when it needs to create the name for the newest ReplicaSet.
|
|
759
|
+
:param pulumi.Input[_builtins.int] available_replicas: Total number of available pods (ready for at least minReadySeconds) targeted by this deployment.
|
|
760
|
+
: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.
|
|
761
761
|
:param pulumi.Input[Sequence[pulumi.Input['DeploymentConditionArgs']]] conditions: Represents the latest available observations of a deployment's current state.
|
|
762
|
-
:param pulumi.Input[int] observed_generation: The generation observed by the deployment controller.
|
|
763
|
-
:param pulumi.Input[int] ready_replicas: Total number of ready pods targeted by this deployment.
|
|
764
|
-
:param pulumi.Input[int] replicas: Total number of non-terminated pods targeted by this deployment (their labels match the selector).
|
|
765
|
-
:param pulumi.Input[int] unavailable_replicas: Total number of unavailable pods targeted by this deployment. This is the total number of pods that are still required for the deployment to have 100% available capacity. They may either be pods that are running but not yet available or pods that still have not been created.
|
|
766
|
-
:param pulumi.Input[int] updated_replicas: Total number of non-terminated pods targeted by this deployment that have the desired template spec.
|
|
762
|
+
:param pulumi.Input[_builtins.int] observed_generation: The generation observed by the deployment controller.
|
|
763
|
+
:param pulumi.Input[_builtins.int] ready_replicas: Total number of ready pods targeted by this deployment.
|
|
764
|
+
:param pulumi.Input[_builtins.int] replicas: Total number of non-terminated pods targeted by this deployment (their labels match the selector).
|
|
765
|
+
: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.
|
|
766
|
+
:param pulumi.Input[_builtins.int] updated_replicas: Total number of non-terminated pods targeted by this deployment that have the desired template spec.
|
|
767
767
|
"""
|
|
768
768
|
if available_replicas is not None:
|
|
769
769
|
pulumi.set(__self__, "available_replicas", available_replicas)
|
|
@@ -782,31 +782,31 @@ class DeploymentStatusArgs:
|
|
|
782
782
|
if updated_replicas is not None:
|
|
783
783
|
pulumi.set(__self__, "updated_replicas", updated_replicas)
|
|
784
784
|
|
|
785
|
-
@property
|
|
785
|
+
@_builtins.property
|
|
786
786
|
@pulumi.getter(name="availableReplicas")
|
|
787
|
-
def available_replicas(self) -> Optional[pulumi.Input[int]]:
|
|
787
|
+
def available_replicas(self) -> Optional[pulumi.Input[_builtins.int]]:
|
|
788
788
|
"""
|
|
789
789
|
Total number of available pods (ready for at least minReadySeconds) targeted by this deployment.
|
|
790
790
|
"""
|
|
791
791
|
return pulumi.get(self, "available_replicas")
|
|
792
792
|
|
|
793
793
|
@available_replicas.setter
|
|
794
|
-
def available_replicas(self, value: Optional[pulumi.Input[int]]):
|
|
794
|
+
def available_replicas(self, value: Optional[pulumi.Input[_builtins.int]]):
|
|
795
795
|
pulumi.set(self, "available_replicas", value)
|
|
796
796
|
|
|
797
|
-
@property
|
|
797
|
+
@_builtins.property
|
|
798
798
|
@pulumi.getter(name="collisionCount")
|
|
799
|
-
def collision_count(self) -> Optional[pulumi.Input[int]]:
|
|
799
|
+
def collision_count(self) -> Optional[pulumi.Input[_builtins.int]]:
|
|
800
800
|
"""
|
|
801
801
|
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.
|
|
802
802
|
"""
|
|
803
803
|
return pulumi.get(self, "collision_count")
|
|
804
804
|
|
|
805
805
|
@collision_count.setter
|
|
806
|
-
def collision_count(self, value: Optional[pulumi.Input[int]]):
|
|
806
|
+
def collision_count(self, value: Optional[pulumi.Input[_builtins.int]]):
|
|
807
807
|
pulumi.set(self, "collision_count", value)
|
|
808
808
|
|
|
809
|
-
@property
|
|
809
|
+
@_builtins.property
|
|
810
810
|
@pulumi.getter
|
|
811
811
|
def conditions(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['DeploymentConditionArgs']]]]:
|
|
812
812
|
"""
|
|
@@ -818,64 +818,64 @@ class DeploymentStatusArgs:
|
|
|
818
818
|
def conditions(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['DeploymentConditionArgs']]]]):
|
|
819
819
|
pulumi.set(self, "conditions", value)
|
|
820
820
|
|
|
821
|
-
@property
|
|
821
|
+
@_builtins.property
|
|
822
822
|
@pulumi.getter(name="observedGeneration")
|
|
823
|
-
def observed_generation(self) -> Optional[pulumi.Input[int]]:
|
|
823
|
+
def observed_generation(self) -> Optional[pulumi.Input[_builtins.int]]:
|
|
824
824
|
"""
|
|
825
825
|
The generation observed by the deployment controller.
|
|
826
826
|
"""
|
|
827
827
|
return pulumi.get(self, "observed_generation")
|
|
828
828
|
|
|
829
829
|
@observed_generation.setter
|
|
830
|
-
def observed_generation(self, value: Optional[pulumi.Input[int]]):
|
|
830
|
+
def observed_generation(self, value: Optional[pulumi.Input[_builtins.int]]):
|
|
831
831
|
pulumi.set(self, "observed_generation", value)
|
|
832
832
|
|
|
833
|
-
@property
|
|
833
|
+
@_builtins.property
|
|
834
834
|
@pulumi.getter(name="readyReplicas")
|
|
835
|
-
def ready_replicas(self) -> Optional[pulumi.Input[int]]:
|
|
835
|
+
def ready_replicas(self) -> Optional[pulumi.Input[_builtins.int]]:
|
|
836
836
|
"""
|
|
837
837
|
Total number of ready pods targeted by this deployment.
|
|
838
838
|
"""
|
|
839
839
|
return pulumi.get(self, "ready_replicas")
|
|
840
840
|
|
|
841
841
|
@ready_replicas.setter
|
|
842
|
-
def ready_replicas(self, value: Optional[pulumi.Input[int]]):
|
|
842
|
+
def ready_replicas(self, value: Optional[pulumi.Input[_builtins.int]]):
|
|
843
843
|
pulumi.set(self, "ready_replicas", value)
|
|
844
844
|
|
|
845
|
-
@property
|
|
845
|
+
@_builtins.property
|
|
846
846
|
@pulumi.getter
|
|
847
|
-
def replicas(self) -> Optional[pulumi.Input[int]]:
|
|
847
|
+
def replicas(self) -> Optional[pulumi.Input[_builtins.int]]:
|
|
848
848
|
"""
|
|
849
849
|
Total number of non-terminated pods targeted by this deployment (their labels match the selector).
|
|
850
850
|
"""
|
|
851
851
|
return pulumi.get(self, "replicas")
|
|
852
852
|
|
|
853
853
|
@replicas.setter
|
|
854
|
-
def replicas(self, value: Optional[pulumi.Input[int]]):
|
|
854
|
+
def replicas(self, value: Optional[pulumi.Input[_builtins.int]]):
|
|
855
855
|
pulumi.set(self, "replicas", value)
|
|
856
856
|
|
|
857
|
-
@property
|
|
857
|
+
@_builtins.property
|
|
858
858
|
@pulumi.getter(name="unavailableReplicas")
|
|
859
|
-
def unavailable_replicas(self) -> Optional[pulumi.Input[int]]:
|
|
859
|
+
def unavailable_replicas(self) -> Optional[pulumi.Input[_builtins.int]]:
|
|
860
860
|
"""
|
|
861
861
|
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.
|
|
862
862
|
"""
|
|
863
863
|
return pulumi.get(self, "unavailable_replicas")
|
|
864
864
|
|
|
865
865
|
@unavailable_replicas.setter
|
|
866
|
-
def unavailable_replicas(self, value: Optional[pulumi.Input[int]]):
|
|
866
|
+
def unavailable_replicas(self, value: Optional[pulumi.Input[_builtins.int]]):
|
|
867
867
|
pulumi.set(self, "unavailable_replicas", value)
|
|
868
868
|
|
|
869
|
-
@property
|
|
869
|
+
@_builtins.property
|
|
870
870
|
@pulumi.getter(name="updatedReplicas")
|
|
871
|
-
def updated_replicas(self) -> Optional[pulumi.Input[int]]:
|
|
871
|
+
def updated_replicas(self) -> Optional[pulumi.Input[_builtins.int]]:
|
|
872
872
|
"""
|
|
873
873
|
Total number of non-terminated pods targeted by this deployment that have the desired template spec.
|
|
874
874
|
"""
|
|
875
875
|
return pulumi.get(self, "updated_replicas")
|
|
876
876
|
|
|
877
877
|
@updated_replicas.setter
|
|
878
|
-
def updated_replicas(self, value: Optional[pulumi.Input[int]]):
|
|
878
|
+
def updated_replicas(self, value: Optional[pulumi.Input[_builtins.int]]):
|
|
879
879
|
pulumi.set(self, "updated_replicas", value)
|
|
880
880
|
|
|
881
881
|
|
|
@@ -888,7 +888,7 @@ if not MYPY:
|
|
|
888
888
|
"""
|
|
889
889
|
Rolling update config params. Present only if DeploymentStrategyType = RollingUpdate.
|
|
890
890
|
"""
|
|
891
|
-
type: NotRequired[pulumi.Input[str]]
|
|
891
|
+
type: NotRequired[pulumi.Input[_builtins.str]]
|
|
892
892
|
"""
|
|
893
893
|
Type of deployment. Can be "Recreate" or "RollingUpdate". Default is RollingUpdate.
|
|
894
894
|
"""
|
|
@@ -899,18 +899,18 @@ elif False:
|
|
|
899
899
|
class DeploymentStrategyPatchArgs:
|
|
900
900
|
def __init__(__self__, *,
|
|
901
901
|
rolling_update: Optional[pulumi.Input['RollingUpdateDeploymentPatchArgs']] = None,
|
|
902
|
-
type: Optional[pulumi.Input[str]] = None):
|
|
902
|
+
type: Optional[pulumi.Input[_builtins.str]] = None):
|
|
903
903
|
"""
|
|
904
904
|
DeploymentStrategy describes how to replace existing pods with new ones.
|
|
905
905
|
:param pulumi.Input['RollingUpdateDeploymentPatchArgs'] rolling_update: Rolling update config params. Present only if DeploymentStrategyType = RollingUpdate.
|
|
906
|
-
:param pulumi.Input[str] type: Type of deployment. Can be "Recreate" or "RollingUpdate". Default is RollingUpdate.
|
|
906
|
+
:param pulumi.Input[_builtins.str] type: Type of deployment. Can be "Recreate" or "RollingUpdate". Default is RollingUpdate.
|
|
907
907
|
"""
|
|
908
908
|
if rolling_update is not None:
|
|
909
909
|
pulumi.set(__self__, "rolling_update", rolling_update)
|
|
910
910
|
if type is not None:
|
|
911
911
|
pulumi.set(__self__, "type", type)
|
|
912
912
|
|
|
913
|
-
@property
|
|
913
|
+
@_builtins.property
|
|
914
914
|
@pulumi.getter(name="rollingUpdate")
|
|
915
915
|
def rolling_update(self) -> Optional[pulumi.Input['RollingUpdateDeploymentPatchArgs']]:
|
|
916
916
|
"""
|
|
@@ -922,16 +922,16 @@ class DeploymentStrategyPatchArgs:
|
|
|
922
922
|
def rolling_update(self, value: Optional[pulumi.Input['RollingUpdateDeploymentPatchArgs']]):
|
|
923
923
|
pulumi.set(self, "rolling_update", value)
|
|
924
924
|
|
|
925
|
-
@property
|
|
925
|
+
@_builtins.property
|
|
926
926
|
@pulumi.getter
|
|
927
|
-
def type(self) -> Optional[pulumi.Input[str]]:
|
|
927
|
+
def type(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
928
928
|
"""
|
|
929
929
|
Type of deployment. Can be "Recreate" or "RollingUpdate". Default is RollingUpdate.
|
|
930
930
|
"""
|
|
931
931
|
return pulumi.get(self, "type")
|
|
932
932
|
|
|
933
933
|
@type.setter
|
|
934
|
-
def type(self, value: Optional[pulumi.Input[str]]):
|
|
934
|
+
def type(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
935
935
|
pulumi.set(self, "type", value)
|
|
936
936
|
|
|
937
937
|
|
|
@@ -944,7 +944,7 @@ if not MYPY:
|
|
|
944
944
|
"""
|
|
945
945
|
Rolling update config params. Present only if DeploymentStrategyType = RollingUpdate.
|
|
946
946
|
"""
|
|
947
|
-
type: NotRequired[pulumi.Input[str]]
|
|
947
|
+
type: NotRequired[pulumi.Input[_builtins.str]]
|
|
948
948
|
"""
|
|
949
949
|
Type of deployment. Can be "Recreate" or "RollingUpdate". Default is RollingUpdate.
|
|
950
950
|
"""
|
|
@@ -955,18 +955,18 @@ elif False:
|
|
|
955
955
|
class DeploymentStrategyArgs:
|
|
956
956
|
def __init__(__self__, *,
|
|
957
957
|
rolling_update: Optional[pulumi.Input['RollingUpdateDeploymentArgs']] = None,
|
|
958
|
-
type: Optional[pulumi.Input[str]] = None):
|
|
958
|
+
type: Optional[pulumi.Input[_builtins.str]] = None):
|
|
959
959
|
"""
|
|
960
960
|
DeploymentStrategy describes how to replace existing pods with new ones.
|
|
961
961
|
:param pulumi.Input['RollingUpdateDeploymentArgs'] rolling_update: Rolling update config params. Present only if DeploymentStrategyType = RollingUpdate.
|
|
962
|
-
:param pulumi.Input[str] type: Type of deployment. Can be "Recreate" or "RollingUpdate". Default is RollingUpdate.
|
|
962
|
+
:param pulumi.Input[_builtins.str] type: Type of deployment. Can be "Recreate" or "RollingUpdate". Default is RollingUpdate.
|
|
963
963
|
"""
|
|
964
964
|
if rolling_update is not None:
|
|
965
965
|
pulumi.set(__self__, "rolling_update", rolling_update)
|
|
966
966
|
if type is not None:
|
|
967
967
|
pulumi.set(__self__, "type", type)
|
|
968
968
|
|
|
969
|
-
@property
|
|
969
|
+
@_builtins.property
|
|
970
970
|
@pulumi.getter(name="rollingUpdate")
|
|
971
971
|
def rolling_update(self) -> Optional[pulumi.Input['RollingUpdateDeploymentArgs']]:
|
|
972
972
|
"""
|
|
@@ -978,16 +978,16 @@ class DeploymentStrategyArgs:
|
|
|
978
978
|
def rolling_update(self, value: Optional[pulumi.Input['RollingUpdateDeploymentArgs']]):
|
|
979
979
|
pulumi.set(self, "rolling_update", value)
|
|
980
980
|
|
|
981
|
-
@property
|
|
981
|
+
@_builtins.property
|
|
982
982
|
@pulumi.getter
|
|
983
|
-
def type(self) -> Optional[pulumi.Input[str]]:
|
|
983
|
+
def type(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
984
984
|
"""
|
|
985
985
|
Type of deployment. Can be "Recreate" or "RollingUpdate". Default is RollingUpdate.
|
|
986
986
|
"""
|
|
987
987
|
return pulumi.get(self, "type")
|
|
988
988
|
|
|
989
989
|
@type.setter
|
|
990
|
-
def type(self, value: Optional[pulumi.Input[str]]):
|
|
990
|
+
def type(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
991
991
|
pulumi.set(self, "type", value)
|
|
992
992
|
|
|
993
993
|
|
|
@@ -1018,11 +1018,11 @@ if not MYPY:
|
|
|
1018
1018
|
time out and mark the resource update as Failed. You can override the default timeout value
|
|
1019
1019
|
by setting the 'customTimeouts' option on the resource.
|
|
1020
1020
|
"""
|
|
1021
|
-
api_version: NotRequired[pulumi.Input[str]]
|
|
1021
|
+
api_version: NotRequired[pulumi.Input[_builtins.str]]
|
|
1022
1022
|
"""
|
|
1023
1023
|
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
|
|
1024
1024
|
"""
|
|
1025
|
-
kind: NotRequired[pulumi.Input[str]]
|
|
1025
|
+
kind: NotRequired[pulumi.Input[_builtins.str]]
|
|
1026
1026
|
"""
|
|
1027
1027
|
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
|
|
1028
1028
|
"""
|
|
@@ -1044,8 +1044,8 @@ elif False:
|
|
|
1044
1044
|
@pulumi.input_type
|
|
1045
1045
|
class DeploymentArgs:
|
|
1046
1046
|
def __init__(__self__, *,
|
|
1047
|
-
api_version: Optional[pulumi.Input[str]] = None,
|
|
1048
|
-
kind: Optional[pulumi.Input[str]] = None,
|
|
1047
|
+
api_version: Optional[pulumi.Input[_builtins.str]] = None,
|
|
1048
|
+
kind: Optional[pulumi.Input[_builtins.str]] = None,
|
|
1049
1049
|
metadata: Optional[pulumi.Input['_meta.v1.ObjectMetaArgs']] = None,
|
|
1050
1050
|
spec: Optional[pulumi.Input['DeploymentSpecArgs']] = None,
|
|
1051
1051
|
status: Optional[pulumi.Input['DeploymentStatusArgs']] = None):
|
|
@@ -1073,8 +1073,8 @@ class DeploymentArgs:
|
|
|
1073
1073
|
If the Deployment has not reached a Ready state after 10 minutes, it will
|
|
1074
1074
|
time out and mark the resource update as Failed. You can override the default timeout value
|
|
1075
1075
|
by setting the 'customTimeouts' option on the resource.
|
|
1076
|
-
:param pulumi.Input[str] api_version: APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources
|
|
1077
|
-
:param pulumi.Input[str] kind: Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds
|
|
1076
|
+
: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
|
|
1077
|
+
: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
|
|
1078
1078
|
:param pulumi.Input['_meta.v1.ObjectMetaArgs'] metadata: Standard object metadata.
|
|
1079
1079
|
:param pulumi.Input['DeploymentSpecArgs'] spec: Specification of the desired behavior of the Deployment.
|
|
1080
1080
|
:param pulumi.Input['DeploymentStatusArgs'] status: Most recently observed status of the Deployment.
|
|
@@ -1090,31 +1090,31 @@ class DeploymentArgs:
|
|
|
1090
1090
|
if status is not None:
|
|
1091
1091
|
pulumi.set(__self__, "status", status)
|
|
1092
1092
|
|
|
1093
|
-
@property
|
|
1093
|
+
@_builtins.property
|
|
1094
1094
|
@pulumi.getter(name="apiVersion")
|
|
1095
|
-
def api_version(self) -> Optional[pulumi.Input[str]]:
|
|
1095
|
+
def api_version(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
1096
1096
|
"""
|
|
1097
1097
|
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
|
|
1098
1098
|
"""
|
|
1099
1099
|
return pulumi.get(self, "api_version")
|
|
1100
1100
|
|
|
1101
1101
|
@api_version.setter
|
|
1102
|
-
def api_version(self, value: Optional[pulumi.Input[str]]):
|
|
1102
|
+
def api_version(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
1103
1103
|
pulumi.set(self, "api_version", value)
|
|
1104
1104
|
|
|
1105
|
-
@property
|
|
1105
|
+
@_builtins.property
|
|
1106
1106
|
@pulumi.getter
|
|
1107
|
-
def kind(self) -> Optional[pulumi.Input[str]]:
|
|
1107
|
+
def kind(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
1108
1108
|
"""
|
|
1109
1109
|
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
|
|
1110
1110
|
"""
|
|
1111
1111
|
return pulumi.get(self, "kind")
|
|
1112
1112
|
|
|
1113
1113
|
@kind.setter
|
|
1114
|
-
def kind(self, value: Optional[pulumi.Input[str]]):
|
|
1114
|
+
def kind(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
1115
1115
|
pulumi.set(self, "kind", value)
|
|
1116
1116
|
|
|
1117
|
-
@property
|
|
1117
|
+
@_builtins.property
|
|
1118
1118
|
@pulumi.getter
|
|
1119
1119
|
def metadata(self) -> Optional[pulumi.Input['_meta.v1.ObjectMetaArgs']]:
|
|
1120
1120
|
"""
|
|
@@ -1126,7 +1126,7 @@ class DeploymentArgs:
|
|
|
1126
1126
|
def metadata(self, value: Optional[pulumi.Input['_meta.v1.ObjectMetaArgs']]):
|
|
1127
1127
|
pulumi.set(self, "metadata", value)
|
|
1128
1128
|
|
|
1129
|
-
@property
|
|
1129
|
+
@_builtins.property
|
|
1130
1130
|
@pulumi.getter
|
|
1131
1131
|
def spec(self) -> Optional[pulumi.Input['DeploymentSpecArgs']]:
|
|
1132
1132
|
"""
|
|
@@ -1138,7 +1138,7 @@ class DeploymentArgs:
|
|
|
1138
1138
|
def spec(self, value: Optional[pulumi.Input['DeploymentSpecArgs']]):
|
|
1139
1139
|
pulumi.set(self, "spec", value)
|
|
1140
1140
|
|
|
1141
|
-
@property
|
|
1141
|
+
@_builtins.property
|
|
1142
1142
|
@pulumi.getter
|
|
1143
1143
|
def status(self) -> Optional[pulumi.Input['DeploymentStatusArgs']]:
|
|
1144
1144
|
"""
|
|
@@ -1156,7 +1156,7 @@ if not MYPY:
|
|
|
1156
1156
|
"""
|
|
1157
1157
|
DEPRECATED.
|
|
1158
1158
|
"""
|
|
1159
|
-
revision: NotRequired[pulumi.Input[int]]
|
|
1159
|
+
revision: NotRequired[pulumi.Input[_builtins.int]]
|
|
1160
1160
|
"""
|
|
1161
1161
|
The revision to rollback to. If set to 0, rollback to the last revision.
|
|
1162
1162
|
"""
|
|
@@ -1166,24 +1166,24 @@ elif False:
|
|
|
1166
1166
|
@pulumi.input_type
|
|
1167
1167
|
class RollbackConfigPatchArgs:
|
|
1168
1168
|
def __init__(__self__, *,
|
|
1169
|
-
revision: Optional[pulumi.Input[int]] = None):
|
|
1169
|
+
revision: Optional[pulumi.Input[_builtins.int]] = None):
|
|
1170
1170
|
"""
|
|
1171
1171
|
DEPRECATED.
|
|
1172
|
-
:param pulumi.Input[int] revision: The revision to rollback to. If set to 0, rollback to the last revision.
|
|
1172
|
+
:param pulumi.Input[_builtins.int] revision: The revision to rollback to. If set to 0, rollback to the last revision.
|
|
1173
1173
|
"""
|
|
1174
1174
|
if revision is not None:
|
|
1175
1175
|
pulumi.set(__self__, "revision", revision)
|
|
1176
1176
|
|
|
1177
|
-
@property
|
|
1177
|
+
@_builtins.property
|
|
1178
1178
|
@pulumi.getter
|
|
1179
|
-
def revision(self) -> Optional[pulumi.Input[int]]:
|
|
1179
|
+
def revision(self) -> Optional[pulumi.Input[_builtins.int]]:
|
|
1180
1180
|
"""
|
|
1181
1181
|
The revision to rollback to. If set to 0, rollback to the last revision.
|
|
1182
1182
|
"""
|
|
1183
1183
|
return pulumi.get(self, "revision")
|
|
1184
1184
|
|
|
1185
1185
|
@revision.setter
|
|
1186
|
-
def revision(self, value: Optional[pulumi.Input[int]]):
|
|
1186
|
+
def revision(self, value: Optional[pulumi.Input[_builtins.int]]):
|
|
1187
1187
|
pulumi.set(self, "revision", value)
|
|
1188
1188
|
|
|
1189
1189
|
|
|
@@ -1192,7 +1192,7 @@ if not MYPY:
|
|
|
1192
1192
|
"""
|
|
1193
1193
|
DEPRECATED.
|
|
1194
1194
|
"""
|
|
1195
|
-
revision: NotRequired[pulumi.Input[int]]
|
|
1195
|
+
revision: NotRequired[pulumi.Input[_builtins.int]]
|
|
1196
1196
|
"""
|
|
1197
1197
|
The revision to rollback to. If set to 0, rollback to the last revision.
|
|
1198
1198
|
"""
|
|
@@ -1202,24 +1202,24 @@ elif False:
|
|
|
1202
1202
|
@pulumi.input_type
|
|
1203
1203
|
class RollbackConfigArgs:
|
|
1204
1204
|
def __init__(__self__, *,
|
|
1205
|
-
revision: Optional[pulumi.Input[int]] = None):
|
|
1205
|
+
revision: Optional[pulumi.Input[_builtins.int]] = None):
|
|
1206
1206
|
"""
|
|
1207
1207
|
DEPRECATED.
|
|
1208
|
-
:param pulumi.Input[int] revision: The revision to rollback to. If set to 0, rollback to the last revision.
|
|
1208
|
+
:param pulumi.Input[_builtins.int] revision: The revision to rollback to. If set to 0, rollback to the last revision.
|
|
1209
1209
|
"""
|
|
1210
1210
|
if revision is not None:
|
|
1211
1211
|
pulumi.set(__self__, "revision", revision)
|
|
1212
1212
|
|
|
1213
|
-
@property
|
|
1213
|
+
@_builtins.property
|
|
1214
1214
|
@pulumi.getter
|
|
1215
|
-
def revision(self) -> Optional[pulumi.Input[int]]:
|
|
1215
|
+
def revision(self) -> Optional[pulumi.Input[_builtins.int]]:
|
|
1216
1216
|
"""
|
|
1217
1217
|
The revision to rollback to. If set to 0, rollback to the last revision.
|
|
1218
1218
|
"""
|
|
1219
1219
|
return pulumi.get(self, "revision")
|
|
1220
1220
|
|
|
1221
1221
|
@revision.setter
|
|
1222
|
-
def revision(self, value: Optional[pulumi.Input[int]]):
|
|
1222
|
+
def revision(self, value: Optional[pulumi.Input[_builtins.int]]):
|
|
1223
1223
|
pulumi.set(self, "revision", value)
|
|
1224
1224
|
|
|
1225
1225
|
|
|
@@ -1228,11 +1228,11 @@ if not MYPY:
|
|
|
1228
1228
|
"""
|
|
1229
1229
|
Spec to control the desired behavior of rolling update.
|
|
1230
1230
|
"""
|
|
1231
|
-
max_surge: NotRequired[pulumi.Input[Union[int, str]]]
|
|
1231
|
+
max_surge: NotRequired[pulumi.Input[Union[_builtins.int, _builtins.str]]]
|
|
1232
1232
|
"""
|
|
1233
1233
|
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.
|
|
1234
1234
|
"""
|
|
1235
|
-
max_unavailable: NotRequired[pulumi.Input[Union[int, str]]]
|
|
1235
|
+
max_unavailable: NotRequired[pulumi.Input[Union[_builtins.int, _builtins.str]]]
|
|
1236
1236
|
"""
|
|
1237
1237
|
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.
|
|
1238
1238
|
"""
|
|
@@ -1242,40 +1242,40 @@ elif False:
|
|
|
1242
1242
|
@pulumi.input_type
|
|
1243
1243
|
class RollingUpdateDeploymentPatchArgs:
|
|
1244
1244
|
def __init__(__self__, *,
|
|
1245
|
-
max_surge: Optional[pulumi.Input[Union[int, str]]] = None,
|
|
1246
|
-
max_unavailable: Optional[pulumi.Input[Union[int, str]]] = None):
|
|
1245
|
+
max_surge: Optional[pulumi.Input[Union[_builtins.int, _builtins.str]]] = None,
|
|
1246
|
+
max_unavailable: Optional[pulumi.Input[Union[_builtins.int, _builtins.str]]] = None):
|
|
1247
1247
|
"""
|
|
1248
1248
|
Spec to control the desired behavior of rolling update.
|
|
1249
|
-
:param pulumi.Input[Union[int, str]] max_surge: The maximum number of pods that can be scheduled above the desired number of pods. Value can be an absolute number (ex: 5) or a percentage of desired pods (ex: 10%). This can not be 0 if MaxUnavailable is 0. Absolute number is calculated from percentage by rounding up. Defaults to 25%. Example: when this is set to 30%, the new ReplicaSet can be scaled up immediately when the rolling update starts, such that the total number of old and new pods do not exceed 130% of desired pods. Once old pods have been killed, new ReplicaSet can be scaled up further, ensuring that total number of pods running at any time during the update is at most 130% of desired pods.
|
|
1250
|
-
:param pulumi.Input[Union[int, str]] max_unavailable: The maximum number of pods that can be unavailable during the update. Value can be an absolute number (ex: 5) or a percentage of desired pods (ex: 10%). Absolute number is calculated from percentage by rounding down. This can not be 0 if MaxSurge is 0. Defaults to 25%. Example: when this is set to 30%, the old ReplicaSet can be scaled down to 70% of desired pods immediately when the rolling update starts. Once new pods are ready, old ReplicaSet can be scaled down further, followed by scaling up the new ReplicaSet, ensuring that the total number of pods available at all times during the update is at least 70% of desired pods.
|
|
1249
|
+
: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.
|
|
1250
|
+
: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.
|
|
1251
1251
|
"""
|
|
1252
1252
|
if max_surge is not None:
|
|
1253
1253
|
pulumi.set(__self__, "max_surge", max_surge)
|
|
1254
1254
|
if max_unavailable is not None:
|
|
1255
1255
|
pulumi.set(__self__, "max_unavailable", max_unavailable)
|
|
1256
1256
|
|
|
1257
|
-
@property
|
|
1257
|
+
@_builtins.property
|
|
1258
1258
|
@pulumi.getter(name="maxSurge")
|
|
1259
|
-
def max_surge(self) -> Optional[pulumi.Input[Union[int, str]]]:
|
|
1259
|
+
def max_surge(self) -> Optional[pulumi.Input[Union[_builtins.int, _builtins.str]]]:
|
|
1260
1260
|
"""
|
|
1261
1261
|
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.
|
|
1262
1262
|
"""
|
|
1263
1263
|
return pulumi.get(self, "max_surge")
|
|
1264
1264
|
|
|
1265
1265
|
@max_surge.setter
|
|
1266
|
-
def max_surge(self, value: Optional[pulumi.Input[Union[int, str]]]):
|
|
1266
|
+
def max_surge(self, value: Optional[pulumi.Input[Union[_builtins.int, _builtins.str]]]):
|
|
1267
1267
|
pulumi.set(self, "max_surge", value)
|
|
1268
1268
|
|
|
1269
|
-
@property
|
|
1269
|
+
@_builtins.property
|
|
1270
1270
|
@pulumi.getter(name="maxUnavailable")
|
|
1271
|
-
def max_unavailable(self) -> Optional[pulumi.Input[Union[int, str]]]:
|
|
1271
|
+
def max_unavailable(self) -> Optional[pulumi.Input[Union[_builtins.int, _builtins.str]]]:
|
|
1272
1272
|
"""
|
|
1273
1273
|
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.
|
|
1274
1274
|
"""
|
|
1275
1275
|
return pulumi.get(self, "max_unavailable")
|
|
1276
1276
|
|
|
1277
1277
|
@max_unavailable.setter
|
|
1278
|
-
def max_unavailable(self, value: Optional[pulumi.Input[Union[int, str]]]):
|
|
1278
|
+
def max_unavailable(self, value: Optional[pulumi.Input[Union[_builtins.int, _builtins.str]]]):
|
|
1279
1279
|
pulumi.set(self, "max_unavailable", value)
|
|
1280
1280
|
|
|
1281
1281
|
|
|
@@ -1284,11 +1284,11 @@ if not MYPY:
|
|
|
1284
1284
|
"""
|
|
1285
1285
|
Spec to control the desired behavior of rolling update.
|
|
1286
1286
|
"""
|
|
1287
|
-
max_surge: NotRequired[pulumi.Input[Union[int, str]]]
|
|
1287
|
+
max_surge: NotRequired[pulumi.Input[Union[_builtins.int, _builtins.str]]]
|
|
1288
1288
|
"""
|
|
1289
1289
|
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.
|
|
1290
1290
|
"""
|
|
1291
|
-
max_unavailable: NotRequired[pulumi.Input[Union[int, str]]]
|
|
1291
|
+
max_unavailable: NotRequired[pulumi.Input[Union[_builtins.int, _builtins.str]]]
|
|
1292
1292
|
"""
|
|
1293
1293
|
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.
|
|
1294
1294
|
"""
|
|
@@ -1298,40 +1298,40 @@ elif False:
|
|
|
1298
1298
|
@pulumi.input_type
|
|
1299
1299
|
class RollingUpdateDeploymentArgs:
|
|
1300
1300
|
def __init__(__self__, *,
|
|
1301
|
-
max_surge: Optional[pulumi.Input[Union[int, str]]] = None,
|
|
1302
|
-
max_unavailable: Optional[pulumi.Input[Union[int, str]]] = None):
|
|
1301
|
+
max_surge: Optional[pulumi.Input[Union[_builtins.int, _builtins.str]]] = None,
|
|
1302
|
+
max_unavailable: Optional[pulumi.Input[Union[_builtins.int, _builtins.str]]] = None):
|
|
1303
1303
|
"""
|
|
1304
1304
|
Spec to control the desired behavior of rolling update.
|
|
1305
|
-
:param pulumi.Input[Union[int, str]] max_surge: The maximum number of pods that can be scheduled above the desired number of pods. Value can be an absolute number (ex: 5) or a percentage of desired pods (ex: 10%). This can not be 0 if MaxUnavailable is 0. Absolute number is calculated from percentage by rounding up. Defaults to 25%. Example: when this is set to 30%, the new ReplicaSet can be scaled up immediately when the rolling update starts, such that the total number of old and new pods do not exceed 130% of desired pods. Once old pods have been killed, new ReplicaSet can be scaled up further, ensuring that total number of pods running at any time during the update is at most 130% of desired pods.
|
|
1306
|
-
:param pulumi.Input[Union[int, str]] max_unavailable: The maximum number of pods that can be unavailable during the update. Value can be an absolute number (ex: 5) or a percentage of desired pods (ex: 10%). Absolute number is calculated from percentage by rounding down. This can not be 0 if MaxSurge is 0. Defaults to 25%. Example: when this is set to 30%, the old ReplicaSet can be scaled down to 70% of desired pods immediately when the rolling update starts. Once new pods are ready, old ReplicaSet can be scaled down further, followed by scaling up the new ReplicaSet, ensuring that the total number of pods available at all times during the update is at least 70% of desired pods.
|
|
1305
|
+
: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.
|
|
1306
|
+
: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.
|
|
1307
1307
|
"""
|
|
1308
1308
|
if max_surge is not None:
|
|
1309
1309
|
pulumi.set(__self__, "max_surge", max_surge)
|
|
1310
1310
|
if max_unavailable is not None:
|
|
1311
1311
|
pulumi.set(__self__, "max_unavailable", max_unavailable)
|
|
1312
1312
|
|
|
1313
|
-
@property
|
|
1313
|
+
@_builtins.property
|
|
1314
1314
|
@pulumi.getter(name="maxSurge")
|
|
1315
|
-
def max_surge(self) -> Optional[pulumi.Input[Union[int, str]]]:
|
|
1315
|
+
def max_surge(self) -> Optional[pulumi.Input[Union[_builtins.int, _builtins.str]]]:
|
|
1316
1316
|
"""
|
|
1317
1317
|
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.
|
|
1318
1318
|
"""
|
|
1319
1319
|
return pulumi.get(self, "max_surge")
|
|
1320
1320
|
|
|
1321
1321
|
@max_surge.setter
|
|
1322
|
-
def max_surge(self, value: Optional[pulumi.Input[Union[int, str]]]):
|
|
1322
|
+
def max_surge(self, value: Optional[pulumi.Input[Union[_builtins.int, _builtins.str]]]):
|
|
1323
1323
|
pulumi.set(self, "max_surge", value)
|
|
1324
1324
|
|
|
1325
|
-
@property
|
|
1325
|
+
@_builtins.property
|
|
1326
1326
|
@pulumi.getter(name="maxUnavailable")
|
|
1327
|
-
def max_unavailable(self) -> Optional[pulumi.Input[Union[int, str]]]:
|
|
1327
|
+
def max_unavailable(self) -> Optional[pulumi.Input[Union[_builtins.int, _builtins.str]]]:
|
|
1328
1328
|
"""
|
|
1329
1329
|
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.
|
|
1330
1330
|
"""
|
|
1331
1331
|
return pulumi.get(self, "max_unavailable")
|
|
1332
1332
|
|
|
1333
1333
|
@max_unavailable.setter
|
|
1334
|
-
def max_unavailable(self, value: Optional[pulumi.Input[Union[int, str]]]):
|
|
1334
|
+
def max_unavailable(self, value: Optional[pulumi.Input[Union[_builtins.int, _builtins.str]]]):
|
|
1335
1335
|
pulumi.set(self, "max_unavailable", value)
|
|
1336
1336
|
|
|
1337
1337
|
|
|
@@ -1340,7 +1340,7 @@ if not MYPY:
|
|
|
1340
1340
|
"""
|
|
1341
1341
|
RollingUpdateStatefulSetStrategy is used to communicate parameter for RollingUpdateStatefulSetStrategyType.
|
|
1342
1342
|
"""
|
|
1343
|
-
partition: NotRequired[pulumi.Input[int]]
|
|
1343
|
+
partition: NotRequired[pulumi.Input[_builtins.int]]
|
|
1344
1344
|
"""
|
|
1345
1345
|
Partition indicates the ordinal at which the StatefulSet should be partitioned.
|
|
1346
1346
|
"""
|
|
@@ -1350,24 +1350,24 @@ elif False:
|
|
|
1350
1350
|
@pulumi.input_type
|
|
1351
1351
|
class RollingUpdateStatefulSetStrategyPatchArgs:
|
|
1352
1352
|
def __init__(__self__, *,
|
|
1353
|
-
partition: Optional[pulumi.Input[int]] = None):
|
|
1353
|
+
partition: Optional[pulumi.Input[_builtins.int]] = None):
|
|
1354
1354
|
"""
|
|
1355
1355
|
RollingUpdateStatefulSetStrategy is used to communicate parameter for RollingUpdateStatefulSetStrategyType.
|
|
1356
|
-
:param pulumi.Input[int] partition: Partition indicates the ordinal at which the StatefulSet should be partitioned.
|
|
1356
|
+
:param pulumi.Input[_builtins.int] partition: Partition indicates the ordinal at which the StatefulSet should be partitioned.
|
|
1357
1357
|
"""
|
|
1358
1358
|
if partition is not None:
|
|
1359
1359
|
pulumi.set(__self__, "partition", partition)
|
|
1360
1360
|
|
|
1361
|
-
@property
|
|
1361
|
+
@_builtins.property
|
|
1362
1362
|
@pulumi.getter
|
|
1363
|
-
def partition(self) -> Optional[pulumi.Input[int]]:
|
|
1363
|
+
def partition(self) -> Optional[pulumi.Input[_builtins.int]]:
|
|
1364
1364
|
"""
|
|
1365
1365
|
Partition indicates the ordinal at which the StatefulSet should be partitioned.
|
|
1366
1366
|
"""
|
|
1367
1367
|
return pulumi.get(self, "partition")
|
|
1368
1368
|
|
|
1369
1369
|
@partition.setter
|
|
1370
|
-
def partition(self, value: Optional[pulumi.Input[int]]):
|
|
1370
|
+
def partition(self, value: Optional[pulumi.Input[_builtins.int]]):
|
|
1371
1371
|
pulumi.set(self, "partition", value)
|
|
1372
1372
|
|
|
1373
1373
|
|
|
@@ -1376,7 +1376,7 @@ if not MYPY:
|
|
|
1376
1376
|
"""
|
|
1377
1377
|
RollingUpdateStatefulSetStrategy is used to communicate parameter for RollingUpdateStatefulSetStrategyType.
|
|
1378
1378
|
"""
|
|
1379
|
-
partition: NotRequired[pulumi.Input[int]]
|
|
1379
|
+
partition: NotRequired[pulumi.Input[_builtins.int]]
|
|
1380
1380
|
"""
|
|
1381
1381
|
Partition indicates the ordinal at which the StatefulSet should be partitioned.
|
|
1382
1382
|
"""
|
|
@@ -1386,24 +1386,24 @@ elif False:
|
|
|
1386
1386
|
@pulumi.input_type
|
|
1387
1387
|
class RollingUpdateStatefulSetStrategyArgs:
|
|
1388
1388
|
def __init__(__self__, *,
|
|
1389
|
-
partition: Optional[pulumi.Input[int]] = None):
|
|
1389
|
+
partition: Optional[pulumi.Input[_builtins.int]] = None):
|
|
1390
1390
|
"""
|
|
1391
1391
|
RollingUpdateStatefulSetStrategy is used to communicate parameter for RollingUpdateStatefulSetStrategyType.
|
|
1392
|
-
:param pulumi.Input[int] partition: Partition indicates the ordinal at which the StatefulSet should be partitioned.
|
|
1392
|
+
:param pulumi.Input[_builtins.int] partition: Partition indicates the ordinal at which the StatefulSet should be partitioned.
|
|
1393
1393
|
"""
|
|
1394
1394
|
if partition is not None:
|
|
1395
1395
|
pulumi.set(__self__, "partition", partition)
|
|
1396
1396
|
|
|
1397
|
-
@property
|
|
1397
|
+
@_builtins.property
|
|
1398
1398
|
@pulumi.getter
|
|
1399
|
-
def partition(self) -> Optional[pulumi.Input[int]]:
|
|
1399
|
+
def partition(self) -> Optional[pulumi.Input[_builtins.int]]:
|
|
1400
1400
|
"""
|
|
1401
1401
|
Partition indicates the ordinal at which the StatefulSet should be partitioned.
|
|
1402
1402
|
"""
|
|
1403
1403
|
return pulumi.get(self, "partition")
|
|
1404
1404
|
|
|
1405
1405
|
@partition.setter
|
|
1406
|
-
def partition(self, value: Optional[pulumi.Input[int]]):
|
|
1406
|
+
def partition(self, value: Optional[pulumi.Input[_builtins.int]]):
|
|
1407
1407
|
pulumi.set(self, "partition", value)
|
|
1408
1408
|
|
|
1409
1409
|
|
|
@@ -1412,23 +1412,23 @@ if not MYPY:
|
|
|
1412
1412
|
"""
|
|
1413
1413
|
StatefulSetCondition describes the state of a statefulset at a certain point.
|
|
1414
1414
|
"""
|
|
1415
|
-
status: pulumi.Input[str]
|
|
1415
|
+
status: pulumi.Input[_builtins.str]
|
|
1416
1416
|
"""
|
|
1417
1417
|
Status of the condition, one of True, False, Unknown.
|
|
1418
1418
|
"""
|
|
1419
|
-
type: pulumi.Input[str]
|
|
1419
|
+
type: pulumi.Input[_builtins.str]
|
|
1420
1420
|
"""
|
|
1421
1421
|
Type of statefulset condition.
|
|
1422
1422
|
"""
|
|
1423
|
-
last_transition_time: NotRequired[pulumi.Input[str]]
|
|
1423
|
+
last_transition_time: NotRequired[pulumi.Input[_builtins.str]]
|
|
1424
1424
|
"""
|
|
1425
1425
|
Last time the condition transitioned from one status to another.
|
|
1426
1426
|
"""
|
|
1427
|
-
message: NotRequired[pulumi.Input[str]]
|
|
1427
|
+
message: NotRequired[pulumi.Input[_builtins.str]]
|
|
1428
1428
|
"""
|
|
1429
1429
|
A human readable message indicating details about the transition.
|
|
1430
1430
|
"""
|
|
1431
|
-
reason: NotRequired[pulumi.Input[str]]
|
|
1431
|
+
reason: NotRequired[pulumi.Input[_builtins.str]]
|
|
1432
1432
|
"""
|
|
1433
1433
|
The reason for the condition's last transition.
|
|
1434
1434
|
"""
|
|
@@ -1438,18 +1438,18 @@ elif False:
|
|
|
1438
1438
|
@pulumi.input_type
|
|
1439
1439
|
class StatefulSetConditionArgs:
|
|
1440
1440
|
def __init__(__self__, *,
|
|
1441
|
-
status: pulumi.Input[str],
|
|
1442
|
-
type: pulumi.Input[str],
|
|
1443
|
-
last_transition_time: Optional[pulumi.Input[str]] = None,
|
|
1444
|
-
message: Optional[pulumi.Input[str]] = None,
|
|
1445
|
-
reason: Optional[pulumi.Input[str]] = None):
|
|
1441
|
+
status: pulumi.Input[_builtins.str],
|
|
1442
|
+
type: pulumi.Input[_builtins.str],
|
|
1443
|
+
last_transition_time: Optional[pulumi.Input[_builtins.str]] = None,
|
|
1444
|
+
message: Optional[pulumi.Input[_builtins.str]] = None,
|
|
1445
|
+
reason: Optional[pulumi.Input[_builtins.str]] = None):
|
|
1446
1446
|
"""
|
|
1447
1447
|
StatefulSetCondition describes the state of a statefulset at a certain point.
|
|
1448
|
-
:param pulumi.Input[str] status: Status of the condition, one of True, False, Unknown.
|
|
1449
|
-
:param pulumi.Input[str] type: Type of statefulset condition.
|
|
1450
|
-
:param pulumi.Input[str] last_transition_time: Last time the condition transitioned from one status to another.
|
|
1451
|
-
:param pulumi.Input[str] message: A human readable message indicating details about the transition.
|
|
1452
|
-
:param pulumi.Input[str] reason: The reason for the condition's last transition.
|
|
1448
|
+
:param pulumi.Input[_builtins.str] status: Status of the condition, one of True, False, Unknown.
|
|
1449
|
+
:param pulumi.Input[_builtins.str] type: Type of statefulset condition.
|
|
1450
|
+
:param pulumi.Input[_builtins.str] last_transition_time: Last time the condition transitioned from one status to another.
|
|
1451
|
+
:param pulumi.Input[_builtins.str] message: A human readable message indicating details about the transition.
|
|
1452
|
+
:param pulumi.Input[_builtins.str] reason: The reason for the condition's last transition.
|
|
1453
1453
|
"""
|
|
1454
1454
|
pulumi.set(__self__, "status", status)
|
|
1455
1455
|
pulumi.set(__self__, "type", type)
|
|
@@ -1460,64 +1460,64 @@ class StatefulSetConditionArgs:
|
|
|
1460
1460
|
if reason is not None:
|
|
1461
1461
|
pulumi.set(__self__, "reason", reason)
|
|
1462
1462
|
|
|
1463
|
-
@property
|
|
1463
|
+
@_builtins.property
|
|
1464
1464
|
@pulumi.getter
|
|
1465
|
-
def status(self) -> pulumi.Input[str]:
|
|
1465
|
+
def status(self) -> pulumi.Input[_builtins.str]:
|
|
1466
1466
|
"""
|
|
1467
1467
|
Status of the condition, one of True, False, Unknown.
|
|
1468
1468
|
"""
|
|
1469
1469
|
return pulumi.get(self, "status")
|
|
1470
1470
|
|
|
1471
1471
|
@status.setter
|
|
1472
|
-
def status(self, value: pulumi.Input[str]):
|
|
1472
|
+
def status(self, value: pulumi.Input[_builtins.str]):
|
|
1473
1473
|
pulumi.set(self, "status", value)
|
|
1474
1474
|
|
|
1475
|
-
@property
|
|
1475
|
+
@_builtins.property
|
|
1476
1476
|
@pulumi.getter
|
|
1477
|
-
def type(self) -> pulumi.Input[str]:
|
|
1477
|
+
def type(self) -> pulumi.Input[_builtins.str]:
|
|
1478
1478
|
"""
|
|
1479
1479
|
Type of statefulset condition.
|
|
1480
1480
|
"""
|
|
1481
1481
|
return pulumi.get(self, "type")
|
|
1482
1482
|
|
|
1483
1483
|
@type.setter
|
|
1484
|
-
def type(self, value: pulumi.Input[str]):
|
|
1484
|
+
def type(self, value: pulumi.Input[_builtins.str]):
|
|
1485
1485
|
pulumi.set(self, "type", value)
|
|
1486
1486
|
|
|
1487
|
-
@property
|
|
1487
|
+
@_builtins.property
|
|
1488
1488
|
@pulumi.getter(name="lastTransitionTime")
|
|
1489
|
-
def last_transition_time(self) -> Optional[pulumi.Input[str]]:
|
|
1489
|
+
def last_transition_time(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
1490
1490
|
"""
|
|
1491
1491
|
Last time the condition transitioned from one status to another.
|
|
1492
1492
|
"""
|
|
1493
1493
|
return pulumi.get(self, "last_transition_time")
|
|
1494
1494
|
|
|
1495
1495
|
@last_transition_time.setter
|
|
1496
|
-
def last_transition_time(self, value: Optional[pulumi.Input[str]]):
|
|
1496
|
+
def last_transition_time(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
1497
1497
|
pulumi.set(self, "last_transition_time", value)
|
|
1498
1498
|
|
|
1499
|
-
@property
|
|
1499
|
+
@_builtins.property
|
|
1500
1500
|
@pulumi.getter
|
|
1501
|
-
def message(self) -> Optional[pulumi.Input[str]]:
|
|
1501
|
+
def message(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
1502
1502
|
"""
|
|
1503
1503
|
A human readable message indicating details about the transition.
|
|
1504
1504
|
"""
|
|
1505
1505
|
return pulumi.get(self, "message")
|
|
1506
1506
|
|
|
1507
1507
|
@message.setter
|
|
1508
|
-
def message(self, value: Optional[pulumi.Input[str]]):
|
|
1508
|
+
def message(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
1509
1509
|
pulumi.set(self, "message", value)
|
|
1510
1510
|
|
|
1511
|
-
@property
|
|
1511
|
+
@_builtins.property
|
|
1512
1512
|
@pulumi.getter
|
|
1513
|
-
def reason(self) -> Optional[pulumi.Input[str]]:
|
|
1513
|
+
def reason(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
1514
1514
|
"""
|
|
1515
1515
|
The reason for the condition's last transition.
|
|
1516
1516
|
"""
|
|
1517
1517
|
return pulumi.get(self, "reason")
|
|
1518
1518
|
|
|
1519
1519
|
@reason.setter
|
|
1520
|
-
def reason(self, value: Optional[pulumi.Input[str]]):
|
|
1520
|
+
def reason(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
1521
1521
|
pulumi.set(self, "reason", value)
|
|
1522
1522
|
|
|
1523
1523
|
|
|
@@ -1526,15 +1526,15 @@ if not MYPY:
|
|
|
1526
1526
|
"""
|
|
1527
1527
|
A StatefulSetSpec is the specification of a StatefulSet.
|
|
1528
1528
|
"""
|
|
1529
|
-
pod_management_policy: NotRequired[pulumi.Input[str]]
|
|
1529
|
+
pod_management_policy: NotRequired[pulumi.Input[_builtins.str]]
|
|
1530
1530
|
"""
|
|
1531
1531
|
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.
|
|
1532
1532
|
"""
|
|
1533
|
-
replicas: NotRequired[pulumi.Input[int]]
|
|
1533
|
+
replicas: NotRequired[pulumi.Input[_builtins.int]]
|
|
1534
1534
|
"""
|
|
1535
1535
|
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.
|
|
1536
1536
|
"""
|
|
1537
|
-
revision_history_limit: NotRequired[pulumi.Input[int]]
|
|
1537
|
+
revision_history_limit: NotRequired[pulumi.Input[_builtins.int]]
|
|
1538
1538
|
"""
|
|
1539
1539
|
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.
|
|
1540
1540
|
"""
|
|
@@ -1542,7 +1542,7 @@ if not MYPY:
|
|
|
1542
1542
|
"""
|
|
1543
1543
|
selector is a label query over pods that should match the replica count. If empty, defaulted to labels on the pod template. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/labels/#label-selectors
|
|
1544
1544
|
"""
|
|
1545
|
-
service_name: NotRequired[pulumi.Input[str]]
|
|
1545
|
+
service_name: NotRequired[pulumi.Input[_builtins.str]]
|
|
1546
1546
|
"""
|
|
1547
1547
|
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.
|
|
1548
1548
|
"""
|
|
@@ -1564,21 +1564,21 @@ elif False:
|
|
|
1564
1564
|
@pulumi.input_type
|
|
1565
1565
|
class StatefulSetSpecPatchArgs:
|
|
1566
1566
|
def __init__(__self__, *,
|
|
1567
|
-
pod_management_policy: Optional[pulumi.Input[str]] = None,
|
|
1568
|
-
replicas: Optional[pulumi.Input[int]] = None,
|
|
1569
|
-
revision_history_limit: Optional[pulumi.Input[int]] = None,
|
|
1567
|
+
pod_management_policy: Optional[pulumi.Input[_builtins.str]] = None,
|
|
1568
|
+
replicas: Optional[pulumi.Input[_builtins.int]] = None,
|
|
1569
|
+
revision_history_limit: Optional[pulumi.Input[_builtins.int]] = None,
|
|
1570
1570
|
selector: Optional[pulumi.Input['_meta.v1.LabelSelectorPatchArgs']] = None,
|
|
1571
|
-
service_name: Optional[pulumi.Input[str]] = None,
|
|
1571
|
+
service_name: Optional[pulumi.Input[_builtins.str]] = None,
|
|
1572
1572
|
template: Optional[pulumi.Input['_core.v1.PodTemplateSpecPatchArgs']] = None,
|
|
1573
1573
|
update_strategy: Optional[pulumi.Input['StatefulSetUpdateStrategyPatchArgs']] = None,
|
|
1574
1574
|
volume_claim_templates: Optional[pulumi.Input[Sequence[pulumi.Input['_core.v1.PersistentVolumeClaimPatchArgs']]]] = None):
|
|
1575
1575
|
"""
|
|
1576
1576
|
A StatefulSetSpec is the specification of a StatefulSet.
|
|
1577
|
-
:param pulumi.Input[str] pod_management_policy: podManagementPolicy controls how pods are created during initial scale up, when replacing pods on nodes, or when scaling down. The default policy is `OrderedReady`, where pods are created in increasing order (pod-0, then pod-1, etc) and the controller will wait until each pod is ready before continuing. When scaling down, the pods are removed in the opposite order. The alternative policy is `Parallel` which will create pods in parallel to match the desired scale without waiting, and on scale down will delete all pods at once.
|
|
1578
|
-
:param pulumi.Input[int] replicas: replicas is the desired number of replicas of the given Template. These are replicas in the sense that they are instantiations of the same Template, but individual replicas also have a consistent identity. If unspecified, defaults to 1.
|
|
1579
|
-
:param pulumi.Input[int] revision_history_limit: revisionHistoryLimit is the maximum number of revisions that will be maintained in the StatefulSet's revision history. The revision history consists of all revisions not represented by a currently applied StatefulSetSpec version. The default value is 10.
|
|
1577
|
+
: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.
|
|
1578
|
+
: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.
|
|
1579
|
+
: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.
|
|
1580
1580
|
:param pulumi.Input['_meta.v1.LabelSelectorPatchArgs'] selector: selector is a label query over pods that should match the replica count. If empty, defaulted to labels on the pod template. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/labels/#label-selectors
|
|
1581
|
-
:param pulumi.Input[str] service_name: serviceName is the name of the service that governs this StatefulSet. This service must exist before the StatefulSet, and is responsible for the network identity of the set. Pods get DNS/hostnames that follow the pattern: pod-specific-string.serviceName.default.svc.cluster.local where "pod-specific-string" is managed by the StatefulSet controller.
|
|
1581
|
+
: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.
|
|
1582
1582
|
: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.
|
|
1583
1583
|
: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.
|
|
1584
1584
|
: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.
|
|
@@ -1600,43 +1600,43 @@ class StatefulSetSpecPatchArgs:
|
|
|
1600
1600
|
if volume_claim_templates is not None:
|
|
1601
1601
|
pulumi.set(__self__, "volume_claim_templates", volume_claim_templates)
|
|
1602
1602
|
|
|
1603
|
-
@property
|
|
1603
|
+
@_builtins.property
|
|
1604
1604
|
@pulumi.getter(name="podManagementPolicy")
|
|
1605
|
-
def pod_management_policy(self) -> Optional[pulumi.Input[str]]:
|
|
1605
|
+
def pod_management_policy(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
1606
1606
|
"""
|
|
1607
1607
|
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.
|
|
1608
1608
|
"""
|
|
1609
1609
|
return pulumi.get(self, "pod_management_policy")
|
|
1610
1610
|
|
|
1611
1611
|
@pod_management_policy.setter
|
|
1612
|
-
def pod_management_policy(self, value: Optional[pulumi.Input[str]]):
|
|
1612
|
+
def pod_management_policy(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
1613
1613
|
pulumi.set(self, "pod_management_policy", value)
|
|
1614
1614
|
|
|
1615
|
-
@property
|
|
1615
|
+
@_builtins.property
|
|
1616
1616
|
@pulumi.getter
|
|
1617
|
-
def replicas(self) -> Optional[pulumi.Input[int]]:
|
|
1617
|
+
def replicas(self) -> Optional[pulumi.Input[_builtins.int]]:
|
|
1618
1618
|
"""
|
|
1619
1619
|
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.
|
|
1620
1620
|
"""
|
|
1621
1621
|
return pulumi.get(self, "replicas")
|
|
1622
1622
|
|
|
1623
1623
|
@replicas.setter
|
|
1624
|
-
def replicas(self, value: Optional[pulumi.Input[int]]):
|
|
1624
|
+
def replicas(self, value: Optional[pulumi.Input[_builtins.int]]):
|
|
1625
1625
|
pulumi.set(self, "replicas", value)
|
|
1626
1626
|
|
|
1627
|
-
@property
|
|
1627
|
+
@_builtins.property
|
|
1628
1628
|
@pulumi.getter(name="revisionHistoryLimit")
|
|
1629
|
-
def revision_history_limit(self) -> Optional[pulumi.Input[int]]:
|
|
1629
|
+
def revision_history_limit(self) -> Optional[pulumi.Input[_builtins.int]]:
|
|
1630
1630
|
"""
|
|
1631
1631
|
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.
|
|
1632
1632
|
"""
|
|
1633
1633
|
return pulumi.get(self, "revision_history_limit")
|
|
1634
1634
|
|
|
1635
1635
|
@revision_history_limit.setter
|
|
1636
|
-
def revision_history_limit(self, value: Optional[pulumi.Input[int]]):
|
|
1636
|
+
def revision_history_limit(self, value: Optional[pulumi.Input[_builtins.int]]):
|
|
1637
1637
|
pulumi.set(self, "revision_history_limit", value)
|
|
1638
1638
|
|
|
1639
|
-
@property
|
|
1639
|
+
@_builtins.property
|
|
1640
1640
|
@pulumi.getter
|
|
1641
1641
|
def selector(self) -> Optional[pulumi.Input['_meta.v1.LabelSelectorPatchArgs']]:
|
|
1642
1642
|
"""
|
|
@@ -1648,19 +1648,19 @@ class StatefulSetSpecPatchArgs:
|
|
|
1648
1648
|
def selector(self, value: Optional[pulumi.Input['_meta.v1.LabelSelectorPatchArgs']]):
|
|
1649
1649
|
pulumi.set(self, "selector", value)
|
|
1650
1650
|
|
|
1651
|
-
@property
|
|
1651
|
+
@_builtins.property
|
|
1652
1652
|
@pulumi.getter(name="serviceName")
|
|
1653
|
-
def service_name(self) -> Optional[pulumi.Input[str]]:
|
|
1653
|
+
def service_name(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
1654
1654
|
"""
|
|
1655
1655
|
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.
|
|
1656
1656
|
"""
|
|
1657
1657
|
return pulumi.get(self, "service_name")
|
|
1658
1658
|
|
|
1659
1659
|
@service_name.setter
|
|
1660
|
-
def service_name(self, value: Optional[pulumi.Input[str]]):
|
|
1660
|
+
def service_name(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
1661
1661
|
pulumi.set(self, "service_name", value)
|
|
1662
1662
|
|
|
1663
|
-
@property
|
|
1663
|
+
@_builtins.property
|
|
1664
1664
|
@pulumi.getter
|
|
1665
1665
|
def template(self) -> Optional[pulumi.Input['_core.v1.PodTemplateSpecPatchArgs']]:
|
|
1666
1666
|
"""
|
|
@@ -1672,7 +1672,7 @@ class StatefulSetSpecPatchArgs:
|
|
|
1672
1672
|
def template(self, value: Optional[pulumi.Input['_core.v1.PodTemplateSpecPatchArgs']]):
|
|
1673
1673
|
pulumi.set(self, "template", value)
|
|
1674
1674
|
|
|
1675
|
-
@property
|
|
1675
|
+
@_builtins.property
|
|
1676
1676
|
@pulumi.getter(name="updateStrategy")
|
|
1677
1677
|
def update_strategy(self) -> Optional[pulumi.Input['StatefulSetUpdateStrategyPatchArgs']]:
|
|
1678
1678
|
"""
|
|
@@ -1684,7 +1684,7 @@ class StatefulSetSpecPatchArgs:
|
|
|
1684
1684
|
def update_strategy(self, value: Optional[pulumi.Input['StatefulSetUpdateStrategyPatchArgs']]):
|
|
1685
1685
|
pulumi.set(self, "update_strategy", value)
|
|
1686
1686
|
|
|
1687
|
-
@property
|
|
1687
|
+
@_builtins.property
|
|
1688
1688
|
@pulumi.getter(name="volumeClaimTemplates")
|
|
1689
1689
|
def volume_claim_templates(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['_core.v1.PersistentVolumeClaimPatchArgs']]]]:
|
|
1690
1690
|
"""
|
|
@@ -1702,7 +1702,7 @@ if not MYPY:
|
|
|
1702
1702
|
"""
|
|
1703
1703
|
A StatefulSetSpec is the specification of a StatefulSet.
|
|
1704
1704
|
"""
|
|
1705
|
-
service_name: pulumi.Input[str]
|
|
1705
|
+
service_name: pulumi.Input[_builtins.str]
|
|
1706
1706
|
"""
|
|
1707
1707
|
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.
|
|
1708
1708
|
"""
|
|
@@ -1710,15 +1710,15 @@ if not MYPY:
|
|
|
1710
1710
|
"""
|
|
1711
1711
|
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.
|
|
1712
1712
|
"""
|
|
1713
|
-
pod_management_policy: NotRequired[pulumi.Input[str]]
|
|
1713
|
+
pod_management_policy: NotRequired[pulumi.Input[_builtins.str]]
|
|
1714
1714
|
"""
|
|
1715
1715
|
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.
|
|
1716
1716
|
"""
|
|
1717
|
-
replicas: NotRequired[pulumi.Input[int]]
|
|
1717
|
+
replicas: NotRequired[pulumi.Input[_builtins.int]]
|
|
1718
1718
|
"""
|
|
1719
1719
|
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.
|
|
1720
1720
|
"""
|
|
1721
|
-
revision_history_limit: NotRequired[pulumi.Input[int]]
|
|
1721
|
+
revision_history_limit: NotRequired[pulumi.Input[_builtins.int]]
|
|
1722
1722
|
"""
|
|
1723
1723
|
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.
|
|
1724
1724
|
"""
|
|
@@ -1740,21 +1740,21 @@ elif False:
|
|
|
1740
1740
|
@pulumi.input_type
|
|
1741
1741
|
class StatefulSetSpecArgs:
|
|
1742
1742
|
def __init__(__self__, *,
|
|
1743
|
-
service_name: pulumi.Input[str],
|
|
1743
|
+
service_name: pulumi.Input[_builtins.str],
|
|
1744
1744
|
template: pulumi.Input['_core.v1.PodTemplateSpecArgs'],
|
|
1745
|
-
pod_management_policy: Optional[pulumi.Input[str]] = None,
|
|
1746
|
-
replicas: Optional[pulumi.Input[int]] = None,
|
|
1747
|
-
revision_history_limit: Optional[pulumi.Input[int]] = None,
|
|
1745
|
+
pod_management_policy: Optional[pulumi.Input[_builtins.str]] = None,
|
|
1746
|
+
replicas: Optional[pulumi.Input[_builtins.int]] = None,
|
|
1747
|
+
revision_history_limit: Optional[pulumi.Input[_builtins.int]] = None,
|
|
1748
1748
|
selector: Optional[pulumi.Input['_meta.v1.LabelSelectorArgs']] = None,
|
|
1749
1749
|
update_strategy: Optional[pulumi.Input['StatefulSetUpdateStrategyArgs']] = None,
|
|
1750
1750
|
volume_claim_templates: Optional[pulumi.Input[Sequence[pulumi.Input['_core.v1.PersistentVolumeClaimArgs']]]] = None):
|
|
1751
1751
|
"""
|
|
1752
1752
|
A StatefulSetSpec is the specification of a StatefulSet.
|
|
1753
|
-
:param pulumi.Input[str] service_name: serviceName is the name of the service that governs this StatefulSet. This service must exist before the StatefulSet, and is responsible for the network identity of the set. Pods get DNS/hostnames that follow the pattern: pod-specific-string.serviceName.default.svc.cluster.local where "pod-specific-string" is managed by the StatefulSet controller.
|
|
1753
|
+
: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.
|
|
1754
1754
|
: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.
|
|
1755
|
-
:param pulumi.Input[str] pod_management_policy: podManagementPolicy controls how pods are created during initial scale up, when replacing pods on nodes, or when scaling down. The default policy is `OrderedReady`, where pods are created in increasing order (pod-0, then pod-1, etc) and the controller will wait until each pod is ready before continuing. When scaling down, the pods are removed in the opposite order. The alternative policy is `Parallel` which will create pods in parallel to match the desired scale without waiting, and on scale down will delete all pods at once.
|
|
1756
|
-
:param pulumi.Input[int] replicas: replicas is the desired number of replicas of the given Template. These are replicas in the sense that they are instantiations of the same Template, but individual replicas also have a consistent identity. If unspecified, defaults to 1.
|
|
1757
|
-
:param pulumi.Input[int] revision_history_limit: revisionHistoryLimit is the maximum number of revisions that will be maintained in the StatefulSet's revision history. The revision history consists of all revisions not represented by a currently applied StatefulSetSpec version. The default value is 10.
|
|
1755
|
+
: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.
|
|
1756
|
+
: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.
|
|
1757
|
+
: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.
|
|
1758
1758
|
:param pulumi.Input['_meta.v1.LabelSelectorArgs'] selector: selector is a label query over pods that should match the replica count. If empty, defaulted to labels on the pod template. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/labels/#label-selectors
|
|
1759
1759
|
: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.
|
|
1760
1760
|
: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.
|
|
@@ -1774,19 +1774,19 @@ class StatefulSetSpecArgs:
|
|
|
1774
1774
|
if volume_claim_templates is not None:
|
|
1775
1775
|
pulumi.set(__self__, "volume_claim_templates", volume_claim_templates)
|
|
1776
1776
|
|
|
1777
|
-
@property
|
|
1777
|
+
@_builtins.property
|
|
1778
1778
|
@pulumi.getter(name="serviceName")
|
|
1779
|
-
def service_name(self) -> pulumi.Input[str]:
|
|
1779
|
+
def service_name(self) -> pulumi.Input[_builtins.str]:
|
|
1780
1780
|
"""
|
|
1781
1781
|
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.
|
|
1782
1782
|
"""
|
|
1783
1783
|
return pulumi.get(self, "service_name")
|
|
1784
1784
|
|
|
1785
1785
|
@service_name.setter
|
|
1786
|
-
def service_name(self, value: pulumi.Input[str]):
|
|
1786
|
+
def service_name(self, value: pulumi.Input[_builtins.str]):
|
|
1787
1787
|
pulumi.set(self, "service_name", value)
|
|
1788
1788
|
|
|
1789
|
-
@property
|
|
1789
|
+
@_builtins.property
|
|
1790
1790
|
@pulumi.getter
|
|
1791
1791
|
def template(self) -> pulumi.Input['_core.v1.PodTemplateSpecArgs']:
|
|
1792
1792
|
"""
|
|
@@ -1798,43 +1798,43 @@ class StatefulSetSpecArgs:
|
|
|
1798
1798
|
def template(self, value: pulumi.Input['_core.v1.PodTemplateSpecArgs']):
|
|
1799
1799
|
pulumi.set(self, "template", value)
|
|
1800
1800
|
|
|
1801
|
-
@property
|
|
1801
|
+
@_builtins.property
|
|
1802
1802
|
@pulumi.getter(name="podManagementPolicy")
|
|
1803
|
-
def pod_management_policy(self) -> Optional[pulumi.Input[str]]:
|
|
1803
|
+
def pod_management_policy(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
1804
1804
|
"""
|
|
1805
1805
|
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.
|
|
1806
1806
|
"""
|
|
1807
1807
|
return pulumi.get(self, "pod_management_policy")
|
|
1808
1808
|
|
|
1809
1809
|
@pod_management_policy.setter
|
|
1810
|
-
def pod_management_policy(self, value: Optional[pulumi.Input[str]]):
|
|
1810
|
+
def pod_management_policy(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
1811
1811
|
pulumi.set(self, "pod_management_policy", value)
|
|
1812
1812
|
|
|
1813
|
-
@property
|
|
1813
|
+
@_builtins.property
|
|
1814
1814
|
@pulumi.getter
|
|
1815
|
-
def replicas(self) -> Optional[pulumi.Input[int]]:
|
|
1815
|
+
def replicas(self) -> Optional[pulumi.Input[_builtins.int]]:
|
|
1816
1816
|
"""
|
|
1817
1817
|
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.
|
|
1818
1818
|
"""
|
|
1819
1819
|
return pulumi.get(self, "replicas")
|
|
1820
1820
|
|
|
1821
1821
|
@replicas.setter
|
|
1822
|
-
def replicas(self, value: Optional[pulumi.Input[int]]):
|
|
1822
|
+
def replicas(self, value: Optional[pulumi.Input[_builtins.int]]):
|
|
1823
1823
|
pulumi.set(self, "replicas", value)
|
|
1824
1824
|
|
|
1825
|
-
@property
|
|
1825
|
+
@_builtins.property
|
|
1826
1826
|
@pulumi.getter(name="revisionHistoryLimit")
|
|
1827
|
-
def revision_history_limit(self) -> Optional[pulumi.Input[int]]:
|
|
1827
|
+
def revision_history_limit(self) -> Optional[pulumi.Input[_builtins.int]]:
|
|
1828
1828
|
"""
|
|
1829
1829
|
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.
|
|
1830
1830
|
"""
|
|
1831
1831
|
return pulumi.get(self, "revision_history_limit")
|
|
1832
1832
|
|
|
1833
1833
|
@revision_history_limit.setter
|
|
1834
|
-
def revision_history_limit(self, value: Optional[pulumi.Input[int]]):
|
|
1834
|
+
def revision_history_limit(self, value: Optional[pulumi.Input[_builtins.int]]):
|
|
1835
1835
|
pulumi.set(self, "revision_history_limit", value)
|
|
1836
1836
|
|
|
1837
|
-
@property
|
|
1837
|
+
@_builtins.property
|
|
1838
1838
|
@pulumi.getter
|
|
1839
1839
|
def selector(self) -> Optional[pulumi.Input['_meta.v1.LabelSelectorArgs']]:
|
|
1840
1840
|
"""
|
|
@@ -1846,7 +1846,7 @@ class StatefulSetSpecArgs:
|
|
|
1846
1846
|
def selector(self, value: Optional[pulumi.Input['_meta.v1.LabelSelectorArgs']]):
|
|
1847
1847
|
pulumi.set(self, "selector", value)
|
|
1848
1848
|
|
|
1849
|
-
@property
|
|
1849
|
+
@_builtins.property
|
|
1850
1850
|
@pulumi.getter(name="updateStrategy")
|
|
1851
1851
|
def update_strategy(self) -> Optional[pulumi.Input['StatefulSetUpdateStrategyArgs']]:
|
|
1852
1852
|
"""
|
|
@@ -1858,7 +1858,7 @@ class StatefulSetSpecArgs:
|
|
|
1858
1858
|
def update_strategy(self, value: Optional[pulumi.Input['StatefulSetUpdateStrategyArgs']]):
|
|
1859
1859
|
pulumi.set(self, "update_strategy", value)
|
|
1860
1860
|
|
|
1861
|
-
@property
|
|
1861
|
+
@_builtins.property
|
|
1862
1862
|
@pulumi.getter(name="volumeClaimTemplates")
|
|
1863
1863
|
def volume_claim_templates(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['_core.v1.PersistentVolumeClaimArgs']]]]:
|
|
1864
1864
|
"""
|
|
@@ -1876,11 +1876,11 @@ if not MYPY:
|
|
|
1876
1876
|
"""
|
|
1877
1877
|
StatefulSetStatus represents the current state of a StatefulSet.
|
|
1878
1878
|
"""
|
|
1879
|
-
replicas: pulumi.Input[int]
|
|
1879
|
+
replicas: pulumi.Input[_builtins.int]
|
|
1880
1880
|
"""
|
|
1881
1881
|
replicas is the number of Pods created by the StatefulSet controller.
|
|
1882
1882
|
"""
|
|
1883
|
-
collision_count: NotRequired[pulumi.Input[int]]
|
|
1883
|
+
collision_count: NotRequired[pulumi.Input[_builtins.int]]
|
|
1884
1884
|
"""
|
|
1885
1885
|
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.
|
|
1886
1886
|
"""
|
|
@@ -1888,27 +1888,27 @@ if not MYPY:
|
|
|
1888
1888
|
"""
|
|
1889
1889
|
Represents the latest available observations of a statefulset's current state.
|
|
1890
1890
|
"""
|
|
1891
|
-
current_replicas: NotRequired[pulumi.Input[int]]
|
|
1891
|
+
current_replicas: NotRequired[pulumi.Input[_builtins.int]]
|
|
1892
1892
|
"""
|
|
1893
1893
|
currentReplicas is the number of Pods created by the StatefulSet controller from the StatefulSet version indicated by currentRevision.
|
|
1894
1894
|
"""
|
|
1895
|
-
current_revision: NotRequired[pulumi.Input[str]]
|
|
1895
|
+
current_revision: NotRequired[pulumi.Input[_builtins.str]]
|
|
1896
1896
|
"""
|
|
1897
1897
|
currentRevision, if not empty, indicates the version of the StatefulSet used to generate Pods in the sequence [0,currentReplicas).
|
|
1898
1898
|
"""
|
|
1899
|
-
observed_generation: NotRequired[pulumi.Input[int]]
|
|
1899
|
+
observed_generation: NotRequired[pulumi.Input[_builtins.int]]
|
|
1900
1900
|
"""
|
|
1901
1901
|
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.
|
|
1902
1902
|
"""
|
|
1903
|
-
ready_replicas: NotRequired[pulumi.Input[int]]
|
|
1903
|
+
ready_replicas: NotRequired[pulumi.Input[_builtins.int]]
|
|
1904
1904
|
"""
|
|
1905
1905
|
readyReplicas is the number of Pods created by the StatefulSet controller that have a Ready Condition.
|
|
1906
1906
|
"""
|
|
1907
|
-
update_revision: NotRequired[pulumi.Input[str]]
|
|
1907
|
+
update_revision: NotRequired[pulumi.Input[_builtins.str]]
|
|
1908
1908
|
"""
|
|
1909
1909
|
updateRevision, if not empty, indicates the version of the StatefulSet used to generate Pods in the sequence [replicas-updatedReplicas,replicas)
|
|
1910
1910
|
"""
|
|
1911
|
-
updated_replicas: NotRequired[pulumi.Input[int]]
|
|
1911
|
+
updated_replicas: NotRequired[pulumi.Input[_builtins.int]]
|
|
1912
1912
|
"""
|
|
1913
1913
|
updatedReplicas is the number of Pods created by the StatefulSet controller from the StatefulSet version indicated by updateRevision.
|
|
1914
1914
|
"""
|
|
@@ -1918,26 +1918,26 @@ elif False:
|
|
|
1918
1918
|
@pulumi.input_type
|
|
1919
1919
|
class StatefulSetStatusArgs:
|
|
1920
1920
|
def __init__(__self__, *,
|
|
1921
|
-
replicas: pulumi.Input[int],
|
|
1922
|
-
collision_count: Optional[pulumi.Input[int]] = None,
|
|
1921
|
+
replicas: pulumi.Input[_builtins.int],
|
|
1922
|
+
collision_count: Optional[pulumi.Input[_builtins.int]] = None,
|
|
1923
1923
|
conditions: Optional[pulumi.Input[Sequence[pulumi.Input['StatefulSetConditionArgs']]]] = None,
|
|
1924
|
-
current_replicas: Optional[pulumi.Input[int]] = None,
|
|
1925
|
-
current_revision: Optional[pulumi.Input[str]] = None,
|
|
1926
|
-
observed_generation: Optional[pulumi.Input[int]] = None,
|
|
1927
|
-
ready_replicas: Optional[pulumi.Input[int]] = None,
|
|
1928
|
-
update_revision: Optional[pulumi.Input[str]] = None,
|
|
1929
|
-
updated_replicas: Optional[pulumi.Input[int]] = None):
|
|
1924
|
+
current_replicas: Optional[pulumi.Input[_builtins.int]] = None,
|
|
1925
|
+
current_revision: Optional[pulumi.Input[_builtins.str]] = None,
|
|
1926
|
+
observed_generation: Optional[pulumi.Input[_builtins.int]] = None,
|
|
1927
|
+
ready_replicas: Optional[pulumi.Input[_builtins.int]] = None,
|
|
1928
|
+
update_revision: Optional[pulumi.Input[_builtins.str]] = None,
|
|
1929
|
+
updated_replicas: Optional[pulumi.Input[_builtins.int]] = None):
|
|
1930
1930
|
"""
|
|
1931
1931
|
StatefulSetStatus represents the current state of a StatefulSet.
|
|
1932
|
-
:param pulumi.Input[int] replicas: replicas is the number of Pods created by the StatefulSet controller.
|
|
1933
|
-
:param pulumi.Input[int] collision_count: collisionCount is the count of hash collisions for the StatefulSet. The StatefulSet controller uses this field as a collision avoidance mechanism when it needs to create the name for the newest ControllerRevision.
|
|
1932
|
+
:param pulumi.Input[_builtins.int] replicas: replicas is the number of Pods created by the StatefulSet controller.
|
|
1933
|
+
: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.
|
|
1934
1934
|
:param pulumi.Input[Sequence[pulumi.Input['StatefulSetConditionArgs']]] conditions: Represents the latest available observations of a statefulset's current state.
|
|
1935
|
-
:param pulumi.Input[int] current_replicas: currentReplicas is the number of Pods created by the StatefulSet controller from the StatefulSet version indicated by currentRevision.
|
|
1936
|
-
:param pulumi.Input[str] current_revision: currentRevision, if not empty, indicates the version of the StatefulSet used to generate Pods in the sequence [0,currentReplicas).
|
|
1937
|
-
:param pulumi.Input[int] observed_generation: observedGeneration is the most recent generation observed for this StatefulSet. It corresponds to the StatefulSet's generation, which is updated on mutation by the API Server.
|
|
1938
|
-
:param pulumi.Input[int] ready_replicas: readyReplicas is the number of Pods created by the StatefulSet controller that have a Ready Condition.
|
|
1939
|
-
:param pulumi.Input[str] update_revision: updateRevision, if not empty, indicates the version of the StatefulSet used to generate Pods in the sequence [replicas-updatedReplicas,replicas)
|
|
1940
|
-
:param pulumi.Input[int] updated_replicas: updatedReplicas is the number of Pods created by the StatefulSet controller from the StatefulSet version indicated by updateRevision.
|
|
1935
|
+
: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.
|
|
1936
|
+
: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).
|
|
1937
|
+
: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.
|
|
1938
|
+
:param pulumi.Input[_builtins.int] ready_replicas: readyReplicas is the number of Pods created by the StatefulSet controller that have a Ready Condition.
|
|
1939
|
+
: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)
|
|
1940
|
+
: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.
|
|
1941
1941
|
"""
|
|
1942
1942
|
pulumi.set(__self__, "replicas", replicas)
|
|
1943
1943
|
if collision_count is not None:
|
|
@@ -1957,31 +1957,31 @@ class StatefulSetStatusArgs:
|
|
|
1957
1957
|
if updated_replicas is not None:
|
|
1958
1958
|
pulumi.set(__self__, "updated_replicas", updated_replicas)
|
|
1959
1959
|
|
|
1960
|
-
@property
|
|
1960
|
+
@_builtins.property
|
|
1961
1961
|
@pulumi.getter
|
|
1962
|
-
def replicas(self) -> pulumi.Input[int]:
|
|
1962
|
+
def replicas(self) -> pulumi.Input[_builtins.int]:
|
|
1963
1963
|
"""
|
|
1964
1964
|
replicas is the number of Pods created by the StatefulSet controller.
|
|
1965
1965
|
"""
|
|
1966
1966
|
return pulumi.get(self, "replicas")
|
|
1967
1967
|
|
|
1968
1968
|
@replicas.setter
|
|
1969
|
-
def replicas(self, value: pulumi.Input[int]):
|
|
1969
|
+
def replicas(self, value: pulumi.Input[_builtins.int]):
|
|
1970
1970
|
pulumi.set(self, "replicas", value)
|
|
1971
1971
|
|
|
1972
|
-
@property
|
|
1972
|
+
@_builtins.property
|
|
1973
1973
|
@pulumi.getter(name="collisionCount")
|
|
1974
|
-
def collision_count(self) -> Optional[pulumi.Input[int]]:
|
|
1974
|
+
def collision_count(self) -> Optional[pulumi.Input[_builtins.int]]:
|
|
1975
1975
|
"""
|
|
1976
1976
|
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.
|
|
1977
1977
|
"""
|
|
1978
1978
|
return pulumi.get(self, "collision_count")
|
|
1979
1979
|
|
|
1980
1980
|
@collision_count.setter
|
|
1981
|
-
def collision_count(self, value: Optional[pulumi.Input[int]]):
|
|
1981
|
+
def collision_count(self, value: Optional[pulumi.Input[_builtins.int]]):
|
|
1982
1982
|
pulumi.set(self, "collision_count", value)
|
|
1983
1983
|
|
|
1984
|
-
@property
|
|
1984
|
+
@_builtins.property
|
|
1985
1985
|
@pulumi.getter
|
|
1986
1986
|
def conditions(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['StatefulSetConditionArgs']]]]:
|
|
1987
1987
|
"""
|
|
@@ -1993,76 +1993,76 @@ class StatefulSetStatusArgs:
|
|
|
1993
1993
|
def conditions(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['StatefulSetConditionArgs']]]]):
|
|
1994
1994
|
pulumi.set(self, "conditions", value)
|
|
1995
1995
|
|
|
1996
|
-
@property
|
|
1996
|
+
@_builtins.property
|
|
1997
1997
|
@pulumi.getter(name="currentReplicas")
|
|
1998
|
-
def current_replicas(self) -> Optional[pulumi.Input[int]]:
|
|
1998
|
+
def current_replicas(self) -> Optional[pulumi.Input[_builtins.int]]:
|
|
1999
1999
|
"""
|
|
2000
2000
|
currentReplicas is the number of Pods created by the StatefulSet controller from the StatefulSet version indicated by currentRevision.
|
|
2001
2001
|
"""
|
|
2002
2002
|
return pulumi.get(self, "current_replicas")
|
|
2003
2003
|
|
|
2004
2004
|
@current_replicas.setter
|
|
2005
|
-
def current_replicas(self, value: Optional[pulumi.Input[int]]):
|
|
2005
|
+
def current_replicas(self, value: Optional[pulumi.Input[_builtins.int]]):
|
|
2006
2006
|
pulumi.set(self, "current_replicas", value)
|
|
2007
2007
|
|
|
2008
|
-
@property
|
|
2008
|
+
@_builtins.property
|
|
2009
2009
|
@pulumi.getter(name="currentRevision")
|
|
2010
|
-
def current_revision(self) -> Optional[pulumi.Input[str]]:
|
|
2010
|
+
def current_revision(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
2011
2011
|
"""
|
|
2012
2012
|
currentRevision, if not empty, indicates the version of the StatefulSet used to generate Pods in the sequence [0,currentReplicas).
|
|
2013
2013
|
"""
|
|
2014
2014
|
return pulumi.get(self, "current_revision")
|
|
2015
2015
|
|
|
2016
2016
|
@current_revision.setter
|
|
2017
|
-
def current_revision(self, value: Optional[pulumi.Input[str]]):
|
|
2017
|
+
def current_revision(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
2018
2018
|
pulumi.set(self, "current_revision", value)
|
|
2019
2019
|
|
|
2020
|
-
@property
|
|
2020
|
+
@_builtins.property
|
|
2021
2021
|
@pulumi.getter(name="observedGeneration")
|
|
2022
|
-
def observed_generation(self) -> Optional[pulumi.Input[int]]:
|
|
2022
|
+
def observed_generation(self) -> Optional[pulumi.Input[_builtins.int]]:
|
|
2023
2023
|
"""
|
|
2024
2024
|
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.
|
|
2025
2025
|
"""
|
|
2026
2026
|
return pulumi.get(self, "observed_generation")
|
|
2027
2027
|
|
|
2028
2028
|
@observed_generation.setter
|
|
2029
|
-
def observed_generation(self, value: Optional[pulumi.Input[int]]):
|
|
2029
|
+
def observed_generation(self, value: Optional[pulumi.Input[_builtins.int]]):
|
|
2030
2030
|
pulumi.set(self, "observed_generation", value)
|
|
2031
2031
|
|
|
2032
|
-
@property
|
|
2032
|
+
@_builtins.property
|
|
2033
2033
|
@pulumi.getter(name="readyReplicas")
|
|
2034
|
-
def ready_replicas(self) -> Optional[pulumi.Input[int]]:
|
|
2034
|
+
def ready_replicas(self) -> Optional[pulumi.Input[_builtins.int]]:
|
|
2035
2035
|
"""
|
|
2036
2036
|
readyReplicas is the number of Pods created by the StatefulSet controller that have a Ready Condition.
|
|
2037
2037
|
"""
|
|
2038
2038
|
return pulumi.get(self, "ready_replicas")
|
|
2039
2039
|
|
|
2040
2040
|
@ready_replicas.setter
|
|
2041
|
-
def ready_replicas(self, value: Optional[pulumi.Input[int]]):
|
|
2041
|
+
def ready_replicas(self, value: Optional[pulumi.Input[_builtins.int]]):
|
|
2042
2042
|
pulumi.set(self, "ready_replicas", value)
|
|
2043
2043
|
|
|
2044
|
-
@property
|
|
2044
|
+
@_builtins.property
|
|
2045
2045
|
@pulumi.getter(name="updateRevision")
|
|
2046
|
-
def update_revision(self) -> Optional[pulumi.Input[str]]:
|
|
2046
|
+
def update_revision(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
2047
2047
|
"""
|
|
2048
2048
|
updateRevision, if not empty, indicates the version of the StatefulSet used to generate Pods in the sequence [replicas-updatedReplicas,replicas)
|
|
2049
2049
|
"""
|
|
2050
2050
|
return pulumi.get(self, "update_revision")
|
|
2051
2051
|
|
|
2052
2052
|
@update_revision.setter
|
|
2053
|
-
def update_revision(self, value: Optional[pulumi.Input[str]]):
|
|
2053
|
+
def update_revision(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
2054
2054
|
pulumi.set(self, "update_revision", value)
|
|
2055
2055
|
|
|
2056
|
-
@property
|
|
2056
|
+
@_builtins.property
|
|
2057
2057
|
@pulumi.getter(name="updatedReplicas")
|
|
2058
|
-
def updated_replicas(self) -> Optional[pulumi.Input[int]]:
|
|
2058
|
+
def updated_replicas(self) -> Optional[pulumi.Input[_builtins.int]]:
|
|
2059
2059
|
"""
|
|
2060
2060
|
updatedReplicas is the number of Pods created by the StatefulSet controller from the StatefulSet version indicated by updateRevision.
|
|
2061
2061
|
"""
|
|
2062
2062
|
return pulumi.get(self, "updated_replicas")
|
|
2063
2063
|
|
|
2064
2064
|
@updated_replicas.setter
|
|
2065
|
-
def updated_replicas(self, value: Optional[pulumi.Input[int]]):
|
|
2065
|
+
def updated_replicas(self, value: Optional[pulumi.Input[_builtins.int]]):
|
|
2066
2066
|
pulumi.set(self, "updated_replicas", value)
|
|
2067
2067
|
|
|
2068
2068
|
|
|
@@ -2075,7 +2075,7 @@ if not MYPY:
|
|
|
2075
2075
|
"""
|
|
2076
2076
|
RollingUpdate is used to communicate parameters when Type is RollingUpdateStatefulSetStrategyType.
|
|
2077
2077
|
"""
|
|
2078
|
-
type: NotRequired[pulumi.Input[str]]
|
|
2078
|
+
type: NotRequired[pulumi.Input[_builtins.str]]
|
|
2079
2079
|
"""
|
|
2080
2080
|
Type indicates the type of the StatefulSetUpdateStrategy.
|
|
2081
2081
|
"""
|
|
@@ -2086,18 +2086,18 @@ elif False:
|
|
|
2086
2086
|
class StatefulSetUpdateStrategyPatchArgs:
|
|
2087
2087
|
def __init__(__self__, *,
|
|
2088
2088
|
rolling_update: Optional[pulumi.Input['RollingUpdateStatefulSetStrategyPatchArgs']] = None,
|
|
2089
|
-
type: Optional[pulumi.Input[str]] = None):
|
|
2089
|
+
type: Optional[pulumi.Input[_builtins.str]] = None):
|
|
2090
2090
|
"""
|
|
2091
2091
|
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.
|
|
2092
2092
|
:param pulumi.Input['RollingUpdateStatefulSetStrategyPatchArgs'] rolling_update: RollingUpdate is used to communicate parameters when Type is RollingUpdateStatefulSetStrategyType.
|
|
2093
|
-
:param pulumi.Input[str] type: Type indicates the type of the StatefulSetUpdateStrategy.
|
|
2093
|
+
:param pulumi.Input[_builtins.str] type: Type indicates the type of the StatefulSetUpdateStrategy.
|
|
2094
2094
|
"""
|
|
2095
2095
|
if rolling_update is not None:
|
|
2096
2096
|
pulumi.set(__self__, "rolling_update", rolling_update)
|
|
2097
2097
|
if type is not None:
|
|
2098
2098
|
pulumi.set(__self__, "type", type)
|
|
2099
2099
|
|
|
2100
|
-
@property
|
|
2100
|
+
@_builtins.property
|
|
2101
2101
|
@pulumi.getter(name="rollingUpdate")
|
|
2102
2102
|
def rolling_update(self) -> Optional[pulumi.Input['RollingUpdateStatefulSetStrategyPatchArgs']]:
|
|
2103
2103
|
"""
|
|
@@ -2109,16 +2109,16 @@ class StatefulSetUpdateStrategyPatchArgs:
|
|
|
2109
2109
|
def rolling_update(self, value: Optional[pulumi.Input['RollingUpdateStatefulSetStrategyPatchArgs']]):
|
|
2110
2110
|
pulumi.set(self, "rolling_update", value)
|
|
2111
2111
|
|
|
2112
|
-
@property
|
|
2112
|
+
@_builtins.property
|
|
2113
2113
|
@pulumi.getter
|
|
2114
|
-
def type(self) -> Optional[pulumi.Input[str]]:
|
|
2114
|
+
def type(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
2115
2115
|
"""
|
|
2116
2116
|
Type indicates the type of the StatefulSetUpdateStrategy.
|
|
2117
2117
|
"""
|
|
2118
2118
|
return pulumi.get(self, "type")
|
|
2119
2119
|
|
|
2120
2120
|
@type.setter
|
|
2121
|
-
def type(self, value: Optional[pulumi.Input[str]]):
|
|
2121
|
+
def type(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
2122
2122
|
pulumi.set(self, "type", value)
|
|
2123
2123
|
|
|
2124
2124
|
|
|
@@ -2131,7 +2131,7 @@ if not MYPY:
|
|
|
2131
2131
|
"""
|
|
2132
2132
|
RollingUpdate is used to communicate parameters when Type is RollingUpdateStatefulSetStrategyType.
|
|
2133
2133
|
"""
|
|
2134
|
-
type: NotRequired[pulumi.Input[str]]
|
|
2134
|
+
type: NotRequired[pulumi.Input[_builtins.str]]
|
|
2135
2135
|
"""
|
|
2136
2136
|
Type indicates the type of the StatefulSetUpdateStrategy.
|
|
2137
2137
|
"""
|
|
@@ -2142,18 +2142,18 @@ elif False:
|
|
|
2142
2142
|
class StatefulSetUpdateStrategyArgs:
|
|
2143
2143
|
def __init__(__self__, *,
|
|
2144
2144
|
rolling_update: Optional[pulumi.Input['RollingUpdateStatefulSetStrategyArgs']] = None,
|
|
2145
|
-
type: Optional[pulumi.Input[str]] = None):
|
|
2145
|
+
type: Optional[pulumi.Input[_builtins.str]] = None):
|
|
2146
2146
|
"""
|
|
2147
2147
|
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.
|
|
2148
2148
|
:param pulumi.Input['RollingUpdateStatefulSetStrategyArgs'] rolling_update: RollingUpdate is used to communicate parameters when Type is RollingUpdateStatefulSetStrategyType.
|
|
2149
|
-
:param pulumi.Input[str] type: Type indicates the type of the StatefulSetUpdateStrategy.
|
|
2149
|
+
:param pulumi.Input[_builtins.str] type: Type indicates the type of the StatefulSetUpdateStrategy.
|
|
2150
2150
|
"""
|
|
2151
2151
|
if rolling_update is not None:
|
|
2152
2152
|
pulumi.set(__self__, "rolling_update", rolling_update)
|
|
2153
2153
|
if type is not None:
|
|
2154
2154
|
pulumi.set(__self__, "type", type)
|
|
2155
2155
|
|
|
2156
|
-
@property
|
|
2156
|
+
@_builtins.property
|
|
2157
2157
|
@pulumi.getter(name="rollingUpdate")
|
|
2158
2158
|
def rolling_update(self) -> Optional[pulumi.Input['RollingUpdateStatefulSetStrategyArgs']]:
|
|
2159
2159
|
"""
|
|
@@ -2165,16 +2165,16 @@ class StatefulSetUpdateStrategyArgs:
|
|
|
2165
2165
|
def rolling_update(self, value: Optional[pulumi.Input['RollingUpdateStatefulSetStrategyArgs']]):
|
|
2166
2166
|
pulumi.set(self, "rolling_update", value)
|
|
2167
2167
|
|
|
2168
|
-
@property
|
|
2168
|
+
@_builtins.property
|
|
2169
2169
|
@pulumi.getter
|
|
2170
|
-
def type(self) -> Optional[pulumi.Input[str]]:
|
|
2170
|
+
def type(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
2171
2171
|
"""
|
|
2172
2172
|
Type indicates the type of the StatefulSetUpdateStrategy.
|
|
2173
2173
|
"""
|
|
2174
2174
|
return pulumi.get(self, "type")
|
|
2175
2175
|
|
|
2176
2176
|
@type.setter
|
|
2177
|
-
def type(self, value: Optional[pulumi.Input[str]]):
|
|
2177
|
+
def type(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
2178
2178
|
pulumi.set(self, "type", value)
|
|
2179
2179
|
|
|
2180
2180
|
|
|
@@ -2199,11 +2199,11 @@ if not MYPY:
|
|
|
2199
2199
|
time out and mark the resource update as Failed. You can override the default timeout value
|
|
2200
2200
|
by setting the 'customTimeouts' option on the resource.
|
|
2201
2201
|
"""
|
|
2202
|
-
api_version: NotRequired[pulumi.Input[str]]
|
|
2202
|
+
api_version: NotRequired[pulumi.Input[_builtins.str]]
|
|
2203
2203
|
"""
|
|
2204
2204
|
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
|
|
2205
2205
|
"""
|
|
2206
|
-
kind: NotRequired[pulumi.Input[str]]
|
|
2206
|
+
kind: NotRequired[pulumi.Input[_builtins.str]]
|
|
2207
2207
|
"""
|
|
2208
2208
|
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
|
|
2209
2209
|
"""
|
|
@@ -2222,8 +2222,8 @@ elif False:
|
|
|
2222
2222
|
@pulumi.input_type
|
|
2223
2223
|
class StatefulSetArgs:
|
|
2224
2224
|
def __init__(__self__, *,
|
|
2225
|
-
api_version: Optional[pulumi.Input[str]] = None,
|
|
2226
|
-
kind: Optional[pulumi.Input[str]] = None,
|
|
2225
|
+
api_version: Optional[pulumi.Input[_builtins.str]] = None,
|
|
2226
|
+
kind: Optional[pulumi.Input[_builtins.str]] = None,
|
|
2227
2227
|
metadata: Optional[pulumi.Input['_meta.v1.ObjectMetaArgs']] = None,
|
|
2228
2228
|
spec: Optional[pulumi.Input['StatefulSetSpecArgs']] = None,
|
|
2229
2229
|
status: Optional[pulumi.Input['StatefulSetStatusArgs']] = None):
|
|
@@ -2245,8 +2245,8 @@ class StatefulSetArgs:
|
|
|
2245
2245
|
If the StatefulSet has not reached a Ready state after 10 minutes, it will
|
|
2246
2246
|
time out and mark the resource update as Failed. You can override the default timeout value
|
|
2247
2247
|
by setting the 'customTimeouts' option on the resource.
|
|
2248
|
-
:param pulumi.Input[str] api_version: APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources
|
|
2249
|
-
:param pulumi.Input[str] kind: Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds
|
|
2248
|
+
: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
|
|
2249
|
+
: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
|
|
2250
2250
|
:param pulumi.Input['StatefulSetSpecArgs'] spec: Spec defines the desired identities of pods in this set.
|
|
2251
2251
|
: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.
|
|
2252
2252
|
"""
|
|
@@ -2261,31 +2261,31 @@ class StatefulSetArgs:
|
|
|
2261
2261
|
if status is not None:
|
|
2262
2262
|
pulumi.set(__self__, "status", status)
|
|
2263
2263
|
|
|
2264
|
-
@property
|
|
2264
|
+
@_builtins.property
|
|
2265
2265
|
@pulumi.getter(name="apiVersion")
|
|
2266
|
-
def api_version(self) -> Optional[pulumi.Input[str]]:
|
|
2266
|
+
def api_version(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
2267
2267
|
"""
|
|
2268
2268
|
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
|
|
2269
2269
|
"""
|
|
2270
2270
|
return pulumi.get(self, "api_version")
|
|
2271
2271
|
|
|
2272
2272
|
@api_version.setter
|
|
2273
|
-
def api_version(self, value: Optional[pulumi.Input[str]]):
|
|
2273
|
+
def api_version(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
2274
2274
|
pulumi.set(self, "api_version", value)
|
|
2275
2275
|
|
|
2276
|
-
@property
|
|
2276
|
+
@_builtins.property
|
|
2277
2277
|
@pulumi.getter
|
|
2278
|
-
def kind(self) -> Optional[pulumi.Input[str]]:
|
|
2278
|
+
def kind(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
2279
2279
|
"""
|
|
2280
2280
|
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
|
|
2281
2281
|
"""
|
|
2282
2282
|
return pulumi.get(self, "kind")
|
|
2283
2283
|
|
|
2284
2284
|
@kind.setter
|
|
2285
|
-
def kind(self, value: Optional[pulumi.Input[str]]):
|
|
2285
|
+
def kind(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
2286
2286
|
pulumi.set(self, "kind", value)
|
|
2287
2287
|
|
|
2288
|
-
@property
|
|
2288
|
+
@_builtins.property
|
|
2289
2289
|
@pulumi.getter
|
|
2290
2290
|
def metadata(self) -> Optional[pulumi.Input['_meta.v1.ObjectMetaArgs']]:
|
|
2291
2291
|
return pulumi.get(self, "metadata")
|
|
@@ -2294,7 +2294,7 @@ class StatefulSetArgs:
|
|
|
2294
2294
|
def metadata(self, value: Optional[pulumi.Input['_meta.v1.ObjectMetaArgs']]):
|
|
2295
2295
|
pulumi.set(self, "metadata", value)
|
|
2296
2296
|
|
|
2297
|
-
@property
|
|
2297
|
+
@_builtins.property
|
|
2298
2298
|
@pulumi.getter
|
|
2299
2299
|
def spec(self) -> Optional[pulumi.Input['StatefulSetSpecArgs']]:
|
|
2300
2300
|
"""
|
|
@@ -2306,7 +2306,7 @@ class StatefulSetArgs:
|
|
|
2306
2306
|
def spec(self, value: Optional[pulumi.Input['StatefulSetSpecArgs']]):
|
|
2307
2307
|
pulumi.set(self, "spec", value)
|
|
2308
2308
|
|
|
2309
|
-
@property
|
|
2309
|
+
@_builtins.property
|
|
2310
2310
|
@pulumi.getter
|
|
2311
2311
|
def status(self) -> Optional[pulumi.Input['StatefulSetStatusArgs']]:
|
|
2312
2312
|
"""
|