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