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,17 +68,17 @@ class ControllerRevision(dict):
|
|
|
69
68
|
return super().get(key, default)
|
|
70
69
|
|
|
71
70
|
def __init__(__self__, *,
|
|
72
|
-
revision:
|
|
73
|
-
api_version: Optional[
|
|
71
|
+
revision: _builtins.int,
|
|
72
|
+
api_version: Optional[_builtins.str] = None,
|
|
74
73
|
data: Optional[Any] = None,
|
|
75
|
-
kind: Optional[
|
|
74
|
+
kind: Optional[_builtins.str] = None,
|
|
76
75
|
metadata: Optional['_meta.v1.outputs.ObjectMeta'] = None):
|
|
77
76
|
"""
|
|
78
77
|
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.
|
|
79
|
-
:param
|
|
80
|
-
:param
|
|
78
|
+
:param _builtins.int revision: Revision indicates the revision of the state represented by Data.
|
|
79
|
+
:param _builtins.str api_version: APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources
|
|
81
80
|
:param Any data: Data is the serialized representation of the state.
|
|
82
|
-
:param
|
|
81
|
+
:param _builtins.str kind: Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds
|
|
83
82
|
:param '_meta.v1.ObjectMetaArgs' metadata: Standard object's metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata
|
|
84
83
|
"""
|
|
85
84
|
pulumi.set(__self__, "revision", revision)
|
|
@@ -92,23 +91,23 @@ class ControllerRevision(dict):
|
|
|
92
91
|
if metadata is not None:
|
|
93
92
|
pulumi.set(__self__, "metadata", metadata)
|
|
94
93
|
|
|
95
|
-
@property
|
|
94
|
+
@_builtins.property
|
|
96
95
|
@pulumi.getter
|
|
97
|
-
def revision(self) ->
|
|
96
|
+
def revision(self) -> _builtins.int:
|
|
98
97
|
"""
|
|
99
98
|
Revision indicates the revision of the state represented by Data.
|
|
100
99
|
"""
|
|
101
100
|
return pulumi.get(self, "revision")
|
|
102
101
|
|
|
103
|
-
@property
|
|
102
|
+
@_builtins.property
|
|
104
103
|
@pulumi.getter(name="apiVersion")
|
|
105
|
-
def api_version(self) -> Optional[
|
|
104
|
+
def api_version(self) -> Optional[_builtins.str]:
|
|
106
105
|
"""
|
|
107
106
|
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
|
|
108
107
|
"""
|
|
109
108
|
return pulumi.get(self, "api_version")
|
|
110
109
|
|
|
111
|
-
@property
|
|
110
|
+
@_builtins.property
|
|
112
111
|
@pulumi.getter
|
|
113
112
|
def data(self) -> Optional[Any]:
|
|
114
113
|
"""
|
|
@@ -116,15 +115,15 @@ class ControllerRevision(dict):
|
|
|
116
115
|
"""
|
|
117
116
|
return pulumi.get(self, "data")
|
|
118
117
|
|
|
119
|
-
@property
|
|
118
|
+
@_builtins.property
|
|
120
119
|
@pulumi.getter
|
|
121
|
-
def kind(self) -> Optional[
|
|
120
|
+
def kind(self) -> Optional[_builtins.str]:
|
|
122
121
|
"""
|
|
123
122
|
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
|
|
124
123
|
"""
|
|
125
124
|
return pulumi.get(self, "kind")
|
|
126
125
|
|
|
127
|
-
@property
|
|
126
|
+
@_builtins.property
|
|
128
127
|
@pulumi.getter
|
|
129
128
|
def metadata(self) -> Optional['_meta.v1.outputs.ObjectMeta']:
|
|
130
129
|
"""
|
|
@@ -178,8 +177,8 @@ class Deployment(dict):
|
|
|
178
177
|
return super().get(key, default)
|
|
179
178
|
|
|
180
179
|
def __init__(__self__, *,
|
|
181
|
-
api_version: Optional[
|
|
182
|
-
kind: Optional[
|
|
180
|
+
api_version: Optional[_builtins.str] = None,
|
|
181
|
+
kind: Optional[_builtins.str] = None,
|
|
183
182
|
metadata: Optional['_meta.v1.outputs.ObjectMeta'] = None,
|
|
184
183
|
spec: Optional['outputs.DeploymentSpec'] = None,
|
|
185
184
|
status: Optional['outputs.DeploymentStatus'] = None):
|
|
@@ -207,8 +206,8 @@ class Deployment(dict):
|
|
|
207
206
|
If the Deployment has not reached a Ready state after 10 minutes, it will
|
|
208
207
|
time out and mark the resource update as Failed. You can override the default timeout value
|
|
209
208
|
by setting the 'customTimeouts' option on the resource.
|
|
210
|
-
:param
|
|
211
|
-
:param
|
|
209
|
+
:param _builtins.str api_version: APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources
|
|
210
|
+
:param _builtins.str kind: Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds
|
|
212
211
|
:param '_meta.v1.ObjectMetaArgs' metadata: Standard object metadata.
|
|
213
212
|
:param 'DeploymentSpecArgs' spec: Specification of the desired behavior of the Deployment.
|
|
214
213
|
:param 'DeploymentStatusArgs' status: Most recently observed status of the Deployment.
|
|
@@ -224,23 +223,23 @@ class Deployment(dict):
|
|
|
224
223
|
if status is not None:
|
|
225
224
|
pulumi.set(__self__, "status", status)
|
|
226
225
|
|
|
227
|
-
@property
|
|
226
|
+
@_builtins.property
|
|
228
227
|
@pulumi.getter(name="apiVersion")
|
|
229
|
-
def api_version(self) -> Optional[
|
|
228
|
+
def api_version(self) -> Optional[_builtins.str]:
|
|
230
229
|
"""
|
|
231
230
|
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
|
|
232
231
|
"""
|
|
233
232
|
return pulumi.get(self, "api_version")
|
|
234
233
|
|
|
235
|
-
@property
|
|
234
|
+
@_builtins.property
|
|
236
235
|
@pulumi.getter
|
|
237
|
-
def kind(self) -> Optional[
|
|
236
|
+
def kind(self) -> Optional[_builtins.str]:
|
|
238
237
|
"""
|
|
239
238
|
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
|
|
240
239
|
"""
|
|
241
240
|
return pulumi.get(self, "kind")
|
|
242
241
|
|
|
243
|
-
@property
|
|
242
|
+
@_builtins.property
|
|
244
243
|
@pulumi.getter
|
|
245
244
|
def metadata(self) -> Optional['_meta.v1.outputs.ObjectMeta']:
|
|
246
245
|
"""
|
|
@@ -248,7 +247,7 @@ class Deployment(dict):
|
|
|
248
247
|
"""
|
|
249
248
|
return pulumi.get(self, "metadata")
|
|
250
249
|
|
|
251
|
-
@property
|
|
250
|
+
@_builtins.property
|
|
252
251
|
@pulumi.getter
|
|
253
252
|
def spec(self) -> Optional['outputs.DeploymentSpec']:
|
|
254
253
|
"""
|
|
@@ -256,7 +255,7 @@ class Deployment(dict):
|
|
|
256
255
|
"""
|
|
257
256
|
return pulumi.get(self, "spec")
|
|
258
257
|
|
|
259
|
-
@property
|
|
258
|
+
@_builtins.property
|
|
260
259
|
@pulumi.getter
|
|
261
260
|
def status(self) -> Optional['outputs.DeploymentStatus']:
|
|
262
261
|
"""
|
|
@@ -290,20 +289,20 @@ class DeploymentCondition(dict):
|
|
|
290
289
|
return super().get(key, default)
|
|
291
290
|
|
|
292
291
|
def __init__(__self__, *,
|
|
293
|
-
status:
|
|
294
|
-
type:
|
|
295
|
-
last_transition_time: Optional[
|
|
296
|
-
last_update_time: Optional[
|
|
297
|
-
message: Optional[
|
|
298
|
-
reason: Optional[
|
|
292
|
+
status: _builtins.str,
|
|
293
|
+
type: _builtins.str,
|
|
294
|
+
last_transition_time: Optional[_builtins.str] = None,
|
|
295
|
+
last_update_time: Optional[_builtins.str] = None,
|
|
296
|
+
message: Optional[_builtins.str] = None,
|
|
297
|
+
reason: Optional[_builtins.str] = None):
|
|
299
298
|
"""
|
|
300
299
|
DeploymentCondition describes the state of a deployment at a certain point.
|
|
301
|
-
:param
|
|
302
|
-
:param
|
|
303
|
-
:param
|
|
304
|
-
:param
|
|
305
|
-
:param
|
|
306
|
-
:param
|
|
300
|
+
:param _builtins.str status: Status of the condition, one of True, False, Unknown.
|
|
301
|
+
:param _builtins.str type: Type of deployment condition.
|
|
302
|
+
:param _builtins.str last_transition_time: Last time the condition transitioned from one status to another.
|
|
303
|
+
:param _builtins.str last_update_time: The last time this condition was updated.
|
|
304
|
+
:param _builtins.str message: A human readable message indicating details about the transition.
|
|
305
|
+
:param _builtins.str reason: The reason for the condition's last transition.
|
|
307
306
|
"""
|
|
308
307
|
pulumi.set(__self__, "status", status)
|
|
309
308
|
pulumi.set(__self__, "type", type)
|
|
@@ -316,49 +315,49 @@ class DeploymentCondition(dict):
|
|
|
316
315
|
if reason is not None:
|
|
317
316
|
pulumi.set(__self__, "reason", reason)
|
|
318
317
|
|
|
319
|
-
@property
|
|
318
|
+
@_builtins.property
|
|
320
319
|
@pulumi.getter
|
|
321
|
-
def status(self) ->
|
|
320
|
+
def status(self) -> _builtins.str:
|
|
322
321
|
"""
|
|
323
322
|
Status of the condition, one of True, False, Unknown.
|
|
324
323
|
"""
|
|
325
324
|
return pulumi.get(self, "status")
|
|
326
325
|
|
|
327
|
-
@property
|
|
326
|
+
@_builtins.property
|
|
328
327
|
@pulumi.getter
|
|
329
|
-
def type(self) ->
|
|
328
|
+
def type(self) -> _builtins.str:
|
|
330
329
|
"""
|
|
331
330
|
Type of deployment condition.
|
|
332
331
|
"""
|
|
333
332
|
return pulumi.get(self, "type")
|
|
334
333
|
|
|
335
|
-
@property
|
|
334
|
+
@_builtins.property
|
|
336
335
|
@pulumi.getter(name="lastTransitionTime")
|
|
337
|
-
def last_transition_time(self) -> Optional[
|
|
336
|
+
def last_transition_time(self) -> Optional[_builtins.str]:
|
|
338
337
|
"""
|
|
339
338
|
Last time the condition transitioned from one status to another.
|
|
340
339
|
"""
|
|
341
340
|
return pulumi.get(self, "last_transition_time")
|
|
342
341
|
|
|
343
|
-
@property
|
|
342
|
+
@_builtins.property
|
|
344
343
|
@pulumi.getter(name="lastUpdateTime")
|
|
345
|
-
def last_update_time(self) -> Optional[
|
|
344
|
+
def last_update_time(self) -> Optional[_builtins.str]:
|
|
346
345
|
"""
|
|
347
346
|
The last time this condition was updated.
|
|
348
347
|
"""
|
|
349
348
|
return pulumi.get(self, "last_update_time")
|
|
350
349
|
|
|
351
|
-
@property
|
|
350
|
+
@_builtins.property
|
|
352
351
|
@pulumi.getter
|
|
353
|
-
def message(self) -> Optional[
|
|
352
|
+
def message(self) -> Optional[_builtins.str]:
|
|
354
353
|
"""
|
|
355
354
|
A human readable message indicating details about the transition.
|
|
356
355
|
"""
|
|
357
356
|
return pulumi.get(self, "message")
|
|
358
357
|
|
|
359
|
-
@property
|
|
358
|
+
@_builtins.property
|
|
360
359
|
@pulumi.getter
|
|
361
|
-
def reason(self) -> Optional[
|
|
360
|
+
def reason(self) -> Optional[_builtins.str]:
|
|
362
361
|
"""
|
|
363
362
|
The reason for the condition's last transition.
|
|
364
363
|
"""
|
|
@@ -390,20 +389,20 @@ class DeploymentConditionPatch(dict):
|
|
|
390
389
|
return super().get(key, default)
|
|
391
390
|
|
|
392
391
|
def __init__(__self__, *,
|
|
393
|
-
last_transition_time: Optional[
|
|
394
|
-
last_update_time: Optional[
|
|
395
|
-
message: Optional[
|
|
396
|
-
reason: Optional[
|
|
397
|
-
status: Optional[
|
|
398
|
-
type: Optional[
|
|
392
|
+
last_transition_time: Optional[_builtins.str] = None,
|
|
393
|
+
last_update_time: Optional[_builtins.str] = None,
|
|
394
|
+
message: Optional[_builtins.str] = None,
|
|
395
|
+
reason: Optional[_builtins.str] = None,
|
|
396
|
+
status: Optional[_builtins.str] = None,
|
|
397
|
+
type: Optional[_builtins.str] = None):
|
|
399
398
|
"""
|
|
400
399
|
DeploymentCondition describes the state of a deployment at a certain point.
|
|
401
|
-
:param
|
|
402
|
-
:param
|
|
403
|
-
:param
|
|
404
|
-
:param
|
|
405
|
-
:param
|
|
406
|
-
:param
|
|
400
|
+
:param _builtins.str last_transition_time: Last time the condition transitioned from one status to another.
|
|
401
|
+
:param _builtins.str last_update_time: The last time this condition was updated.
|
|
402
|
+
:param _builtins.str message: A human readable message indicating details about the transition.
|
|
403
|
+
:param _builtins.str reason: The reason for the condition's last transition.
|
|
404
|
+
:param _builtins.str status: Status of the condition, one of True, False, Unknown.
|
|
405
|
+
:param _builtins.str type: Type of deployment condition.
|
|
407
406
|
"""
|
|
408
407
|
if last_transition_time is not None:
|
|
409
408
|
pulumi.set(__self__, "last_transition_time", last_transition_time)
|
|
@@ -418,49 +417,49 @@ class DeploymentConditionPatch(dict):
|
|
|
418
417
|
if type is not None:
|
|
419
418
|
pulumi.set(__self__, "type", type)
|
|
420
419
|
|
|
421
|
-
@property
|
|
420
|
+
@_builtins.property
|
|
422
421
|
@pulumi.getter(name="lastTransitionTime")
|
|
423
|
-
def last_transition_time(self) -> Optional[
|
|
422
|
+
def last_transition_time(self) -> Optional[_builtins.str]:
|
|
424
423
|
"""
|
|
425
424
|
Last time the condition transitioned from one status to another.
|
|
426
425
|
"""
|
|
427
426
|
return pulumi.get(self, "last_transition_time")
|
|
428
427
|
|
|
429
|
-
@property
|
|
428
|
+
@_builtins.property
|
|
430
429
|
@pulumi.getter(name="lastUpdateTime")
|
|
431
|
-
def last_update_time(self) -> Optional[
|
|
430
|
+
def last_update_time(self) -> Optional[_builtins.str]:
|
|
432
431
|
"""
|
|
433
432
|
The last time this condition was updated.
|
|
434
433
|
"""
|
|
435
434
|
return pulumi.get(self, "last_update_time")
|
|
436
435
|
|
|
437
|
-
@property
|
|
436
|
+
@_builtins.property
|
|
438
437
|
@pulumi.getter
|
|
439
|
-
def message(self) -> Optional[
|
|
438
|
+
def message(self) -> Optional[_builtins.str]:
|
|
440
439
|
"""
|
|
441
440
|
A human readable message indicating details about the transition.
|
|
442
441
|
"""
|
|
443
442
|
return pulumi.get(self, "message")
|
|
444
443
|
|
|
445
|
-
@property
|
|
444
|
+
@_builtins.property
|
|
446
445
|
@pulumi.getter
|
|
447
|
-
def reason(self) -> Optional[
|
|
446
|
+
def reason(self) -> Optional[_builtins.str]:
|
|
448
447
|
"""
|
|
449
448
|
The reason for the condition's last transition.
|
|
450
449
|
"""
|
|
451
450
|
return pulumi.get(self, "reason")
|
|
452
451
|
|
|
453
|
-
@property
|
|
452
|
+
@_builtins.property
|
|
454
453
|
@pulumi.getter
|
|
455
|
-
def status(self) -> Optional[
|
|
454
|
+
def status(self) -> Optional[_builtins.str]:
|
|
456
455
|
"""
|
|
457
456
|
Status of the condition, one of True, False, Unknown.
|
|
458
457
|
"""
|
|
459
458
|
return pulumi.get(self, "status")
|
|
460
459
|
|
|
461
|
-
@property
|
|
460
|
+
@_builtins.property
|
|
462
461
|
@pulumi.getter
|
|
463
|
-
def type(self) -> Optional[
|
|
462
|
+
def type(self) -> Optional[_builtins.str]:
|
|
464
463
|
"""
|
|
465
464
|
Type of deployment condition.
|
|
466
465
|
"""
|
|
@@ -497,22 +496,22 @@ class DeploymentSpec(dict):
|
|
|
497
496
|
|
|
498
497
|
def __init__(__self__, *,
|
|
499
498
|
template: '_core.v1.outputs.PodTemplateSpec',
|
|
500
|
-
min_ready_seconds: Optional[
|
|
501
|
-
paused: Optional[
|
|
502
|
-
progress_deadline_seconds: Optional[
|
|
503
|
-
replicas: Optional[
|
|
504
|
-
revision_history_limit: Optional[
|
|
499
|
+
min_ready_seconds: Optional[_builtins.int] = None,
|
|
500
|
+
paused: Optional[_builtins.bool] = None,
|
|
501
|
+
progress_deadline_seconds: Optional[_builtins.int] = None,
|
|
502
|
+
replicas: Optional[_builtins.int] = None,
|
|
503
|
+
revision_history_limit: Optional[_builtins.int] = None,
|
|
505
504
|
rollback_to: Optional['outputs.RollbackConfig'] = None,
|
|
506
505
|
selector: Optional['_meta.v1.outputs.LabelSelector'] = None,
|
|
507
506
|
strategy: Optional['outputs.DeploymentStrategy'] = None):
|
|
508
507
|
"""
|
|
509
508
|
DeploymentSpec is the specification of the desired behavior of the Deployment.
|
|
510
509
|
:param '_core.v1.PodTemplateSpecArgs' template: Template describes the pods that will be created.
|
|
511
|
-
:param
|
|
512
|
-
:param
|
|
513
|
-
:param
|
|
514
|
-
:param
|
|
515
|
-
:param
|
|
510
|
+
:param _builtins.int min_ready_seconds: Minimum number of seconds for which a newly created pod should be ready without any of its container crashing, for it to be considered available. Defaults to 0 (pod will be considered available as soon as it is ready)
|
|
511
|
+
:param _builtins.bool paused: Indicates that the deployment is paused.
|
|
512
|
+
:param _builtins.int progress_deadline_seconds: The maximum time in seconds for a deployment to make progress before it is considered to be failed. The deployment controller will continue to process failed deployments and a condition with a ProgressDeadlineExceeded reason will be surfaced in the deployment status. Note that progress will not be estimated during the time a deployment is paused. Defaults to 600s.
|
|
513
|
+
:param _builtins.int replicas: Number of desired pods. This is a pointer to distinguish between explicit zero and not specified. Defaults to 1.
|
|
514
|
+
:param _builtins.int revision_history_limit: The number of old ReplicaSets to retain to allow rollback. This is a pointer to distinguish between explicit zero and not specified. Defaults to 2.
|
|
516
515
|
:param 'RollbackConfigArgs' rollback_to: DEPRECATED. The config this deployment is rolling back to. Will be cleared after rollback is done.
|
|
517
516
|
:param '_meta.v1.LabelSelectorArgs' selector: Label selector for pods. Existing ReplicaSets whose pods are selected by this will be the ones affected by this deployment.
|
|
518
517
|
:param 'DeploymentStrategyArgs' strategy: The deployment strategy to use to replace existing pods with new ones.
|
|
@@ -535,7 +534,7 @@ class DeploymentSpec(dict):
|
|
|
535
534
|
if strategy is not None:
|
|
536
535
|
pulumi.set(__self__, "strategy", strategy)
|
|
537
536
|
|
|
538
|
-
@property
|
|
537
|
+
@_builtins.property
|
|
539
538
|
@pulumi.getter
|
|
540
539
|
def template(self) -> '_core.v1.outputs.PodTemplateSpec':
|
|
541
540
|
"""
|
|
@@ -543,47 +542,47 @@ class DeploymentSpec(dict):
|
|
|
543
542
|
"""
|
|
544
543
|
return pulumi.get(self, "template")
|
|
545
544
|
|
|
546
|
-
@property
|
|
545
|
+
@_builtins.property
|
|
547
546
|
@pulumi.getter(name="minReadySeconds")
|
|
548
|
-
def min_ready_seconds(self) -> Optional[
|
|
547
|
+
def min_ready_seconds(self) -> Optional[_builtins.int]:
|
|
549
548
|
"""
|
|
550
549
|
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)
|
|
551
550
|
"""
|
|
552
551
|
return pulumi.get(self, "min_ready_seconds")
|
|
553
552
|
|
|
554
|
-
@property
|
|
553
|
+
@_builtins.property
|
|
555
554
|
@pulumi.getter
|
|
556
|
-
def paused(self) -> Optional[
|
|
555
|
+
def paused(self) -> Optional[_builtins.bool]:
|
|
557
556
|
"""
|
|
558
557
|
Indicates that the deployment is paused.
|
|
559
558
|
"""
|
|
560
559
|
return pulumi.get(self, "paused")
|
|
561
560
|
|
|
562
|
-
@property
|
|
561
|
+
@_builtins.property
|
|
563
562
|
@pulumi.getter(name="progressDeadlineSeconds")
|
|
564
|
-
def progress_deadline_seconds(self) -> Optional[
|
|
563
|
+
def progress_deadline_seconds(self) -> Optional[_builtins.int]:
|
|
565
564
|
"""
|
|
566
565
|
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.
|
|
567
566
|
"""
|
|
568
567
|
return pulumi.get(self, "progress_deadline_seconds")
|
|
569
568
|
|
|
570
|
-
@property
|
|
569
|
+
@_builtins.property
|
|
571
570
|
@pulumi.getter
|
|
572
|
-
def replicas(self) -> Optional[
|
|
571
|
+
def replicas(self) -> Optional[_builtins.int]:
|
|
573
572
|
"""
|
|
574
573
|
Number of desired pods. This is a pointer to distinguish between explicit zero and not specified. Defaults to 1.
|
|
575
574
|
"""
|
|
576
575
|
return pulumi.get(self, "replicas")
|
|
577
576
|
|
|
578
|
-
@property
|
|
577
|
+
@_builtins.property
|
|
579
578
|
@pulumi.getter(name="revisionHistoryLimit")
|
|
580
|
-
def revision_history_limit(self) -> Optional[
|
|
579
|
+
def revision_history_limit(self) -> Optional[_builtins.int]:
|
|
581
580
|
"""
|
|
582
581
|
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.
|
|
583
582
|
"""
|
|
584
583
|
return pulumi.get(self, "revision_history_limit")
|
|
585
584
|
|
|
586
|
-
@property
|
|
585
|
+
@_builtins.property
|
|
587
586
|
@pulumi.getter(name="rollbackTo")
|
|
588
587
|
def rollback_to(self) -> Optional['outputs.RollbackConfig']:
|
|
589
588
|
"""
|
|
@@ -591,7 +590,7 @@ class DeploymentSpec(dict):
|
|
|
591
590
|
"""
|
|
592
591
|
return pulumi.get(self, "rollback_to")
|
|
593
592
|
|
|
594
|
-
@property
|
|
593
|
+
@_builtins.property
|
|
595
594
|
@pulumi.getter
|
|
596
595
|
def selector(self) -> Optional['_meta.v1.outputs.LabelSelector']:
|
|
597
596
|
"""
|
|
@@ -599,7 +598,7 @@ class DeploymentSpec(dict):
|
|
|
599
598
|
"""
|
|
600
599
|
return pulumi.get(self, "selector")
|
|
601
600
|
|
|
602
|
-
@property
|
|
601
|
+
@_builtins.property
|
|
603
602
|
@pulumi.getter
|
|
604
603
|
def strategy(self) -> Optional['outputs.DeploymentStrategy']:
|
|
605
604
|
"""
|
|
@@ -637,22 +636,22 @@ class DeploymentSpecPatch(dict):
|
|
|
637
636
|
return super().get(key, default)
|
|
638
637
|
|
|
639
638
|
def __init__(__self__, *,
|
|
640
|
-
min_ready_seconds: Optional[
|
|
641
|
-
paused: Optional[
|
|
642
|
-
progress_deadline_seconds: Optional[
|
|
643
|
-
replicas: Optional[
|
|
644
|
-
revision_history_limit: Optional[
|
|
639
|
+
min_ready_seconds: Optional[_builtins.int] = None,
|
|
640
|
+
paused: Optional[_builtins.bool] = None,
|
|
641
|
+
progress_deadline_seconds: Optional[_builtins.int] = None,
|
|
642
|
+
replicas: Optional[_builtins.int] = None,
|
|
643
|
+
revision_history_limit: Optional[_builtins.int] = None,
|
|
645
644
|
rollback_to: Optional['outputs.RollbackConfigPatch'] = None,
|
|
646
645
|
selector: Optional['_meta.v1.outputs.LabelSelectorPatch'] = None,
|
|
647
646
|
strategy: Optional['outputs.DeploymentStrategyPatch'] = None,
|
|
648
647
|
template: Optional['_core.v1.outputs.PodTemplateSpecPatch'] = None):
|
|
649
648
|
"""
|
|
650
649
|
DeploymentSpec is the specification of the desired behavior of the Deployment.
|
|
651
|
-
:param
|
|
652
|
-
:param
|
|
653
|
-
:param
|
|
654
|
-
:param
|
|
655
|
-
:param
|
|
650
|
+
:param _builtins.int min_ready_seconds: Minimum number of seconds for which a newly created pod should be ready without any of its container crashing, for it to be considered available. Defaults to 0 (pod will be considered available as soon as it is ready)
|
|
651
|
+
:param _builtins.bool paused: Indicates that the deployment is paused.
|
|
652
|
+
:param _builtins.int progress_deadline_seconds: The maximum time in seconds for a deployment to make progress before it is considered to be failed. The deployment controller will continue to process failed deployments and a condition with a ProgressDeadlineExceeded reason will be surfaced in the deployment status. Note that progress will not be estimated during the time a deployment is paused. Defaults to 600s.
|
|
653
|
+
:param _builtins.int replicas: Number of desired pods. This is a pointer to distinguish between explicit zero and not specified. Defaults to 1.
|
|
654
|
+
:param _builtins.int revision_history_limit: The number of old ReplicaSets to retain to allow rollback. This is a pointer to distinguish between explicit zero and not specified. Defaults to 2.
|
|
656
655
|
:param 'RollbackConfigPatchArgs' rollback_to: DEPRECATED. The config this deployment is rolling back to. Will be cleared after rollback is done.
|
|
657
656
|
:param '_meta.v1.LabelSelectorPatchArgs' selector: Label selector for pods. Existing ReplicaSets whose pods are selected by this will be the ones affected by this deployment.
|
|
658
657
|
:param 'DeploymentStrategyPatchArgs' strategy: The deployment strategy to use to replace existing pods with new ones.
|
|
@@ -677,47 +676,47 @@ class DeploymentSpecPatch(dict):
|
|
|
677
676
|
if template is not None:
|
|
678
677
|
pulumi.set(__self__, "template", template)
|
|
679
678
|
|
|
680
|
-
@property
|
|
679
|
+
@_builtins.property
|
|
681
680
|
@pulumi.getter(name="minReadySeconds")
|
|
682
|
-
def min_ready_seconds(self) -> Optional[
|
|
681
|
+
def min_ready_seconds(self) -> Optional[_builtins.int]:
|
|
683
682
|
"""
|
|
684
683
|
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)
|
|
685
684
|
"""
|
|
686
685
|
return pulumi.get(self, "min_ready_seconds")
|
|
687
686
|
|
|
688
|
-
@property
|
|
687
|
+
@_builtins.property
|
|
689
688
|
@pulumi.getter
|
|
690
|
-
def paused(self) -> Optional[
|
|
689
|
+
def paused(self) -> Optional[_builtins.bool]:
|
|
691
690
|
"""
|
|
692
691
|
Indicates that the deployment is paused.
|
|
693
692
|
"""
|
|
694
693
|
return pulumi.get(self, "paused")
|
|
695
694
|
|
|
696
|
-
@property
|
|
695
|
+
@_builtins.property
|
|
697
696
|
@pulumi.getter(name="progressDeadlineSeconds")
|
|
698
|
-
def progress_deadline_seconds(self) -> Optional[
|
|
697
|
+
def progress_deadline_seconds(self) -> Optional[_builtins.int]:
|
|
699
698
|
"""
|
|
700
699
|
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.
|
|
701
700
|
"""
|
|
702
701
|
return pulumi.get(self, "progress_deadline_seconds")
|
|
703
702
|
|
|
704
|
-
@property
|
|
703
|
+
@_builtins.property
|
|
705
704
|
@pulumi.getter
|
|
706
|
-
def replicas(self) -> Optional[
|
|
705
|
+
def replicas(self) -> Optional[_builtins.int]:
|
|
707
706
|
"""
|
|
708
707
|
Number of desired pods. This is a pointer to distinguish between explicit zero and not specified. Defaults to 1.
|
|
709
708
|
"""
|
|
710
709
|
return pulumi.get(self, "replicas")
|
|
711
710
|
|
|
712
|
-
@property
|
|
711
|
+
@_builtins.property
|
|
713
712
|
@pulumi.getter(name="revisionHistoryLimit")
|
|
714
|
-
def revision_history_limit(self) -> Optional[
|
|
713
|
+
def revision_history_limit(self) -> Optional[_builtins.int]:
|
|
715
714
|
"""
|
|
716
715
|
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.
|
|
717
716
|
"""
|
|
718
717
|
return pulumi.get(self, "revision_history_limit")
|
|
719
718
|
|
|
720
|
-
@property
|
|
719
|
+
@_builtins.property
|
|
721
720
|
@pulumi.getter(name="rollbackTo")
|
|
722
721
|
def rollback_to(self) -> Optional['outputs.RollbackConfigPatch']:
|
|
723
722
|
"""
|
|
@@ -725,7 +724,7 @@ class DeploymentSpecPatch(dict):
|
|
|
725
724
|
"""
|
|
726
725
|
return pulumi.get(self, "rollback_to")
|
|
727
726
|
|
|
728
|
-
@property
|
|
727
|
+
@_builtins.property
|
|
729
728
|
@pulumi.getter
|
|
730
729
|
def selector(self) -> Optional['_meta.v1.outputs.LabelSelectorPatch']:
|
|
731
730
|
"""
|
|
@@ -733,7 +732,7 @@ class DeploymentSpecPatch(dict):
|
|
|
733
732
|
"""
|
|
734
733
|
return pulumi.get(self, "selector")
|
|
735
734
|
|
|
736
|
-
@property
|
|
735
|
+
@_builtins.property
|
|
737
736
|
@pulumi.getter
|
|
738
737
|
def strategy(self) -> Optional['outputs.DeploymentStrategyPatch']:
|
|
739
738
|
"""
|
|
@@ -741,7 +740,7 @@ class DeploymentSpecPatch(dict):
|
|
|
741
740
|
"""
|
|
742
741
|
return pulumi.get(self, "strategy")
|
|
743
742
|
|
|
744
|
-
@property
|
|
743
|
+
@_builtins.property
|
|
745
744
|
@pulumi.getter
|
|
746
745
|
def template(self) -> Optional['_core.v1.outputs.PodTemplateSpecPatch']:
|
|
747
746
|
"""
|
|
@@ -783,24 +782,24 @@ class DeploymentStatus(dict):
|
|
|
783
782
|
return super().get(key, default)
|
|
784
783
|
|
|
785
784
|
def __init__(__self__, *,
|
|
786
|
-
available_replicas: Optional[
|
|
787
|
-
collision_count: Optional[
|
|
785
|
+
available_replicas: Optional[_builtins.int] = None,
|
|
786
|
+
collision_count: Optional[_builtins.int] = None,
|
|
788
787
|
conditions: Optional[Sequence['outputs.DeploymentCondition']] = None,
|
|
789
|
-
observed_generation: Optional[
|
|
790
|
-
ready_replicas: Optional[
|
|
791
|
-
replicas: Optional[
|
|
792
|
-
unavailable_replicas: Optional[
|
|
793
|
-
updated_replicas: Optional[
|
|
788
|
+
observed_generation: Optional[_builtins.int] = None,
|
|
789
|
+
ready_replicas: Optional[_builtins.int] = None,
|
|
790
|
+
replicas: Optional[_builtins.int] = None,
|
|
791
|
+
unavailable_replicas: Optional[_builtins.int] = None,
|
|
792
|
+
updated_replicas: Optional[_builtins.int] = None):
|
|
794
793
|
"""
|
|
795
794
|
DeploymentStatus is the most recently observed status of the Deployment.
|
|
796
|
-
:param
|
|
797
|
-
:param
|
|
795
|
+
:param _builtins.int available_replicas: Total number of available pods (ready for at least minReadySeconds) targeted by this deployment.
|
|
796
|
+
:param _builtins.int collision_count: Count of hash collisions for the Deployment. The Deployment controller uses this field as a collision avoidance mechanism when it needs to create the name for the newest ReplicaSet.
|
|
798
797
|
:param Sequence['DeploymentConditionArgs'] conditions: Represents the latest available observations of a deployment's current state.
|
|
799
|
-
:param
|
|
800
|
-
:param
|
|
801
|
-
:param
|
|
802
|
-
:param
|
|
803
|
-
:param
|
|
798
|
+
:param _builtins.int observed_generation: The generation observed by the deployment controller.
|
|
799
|
+
:param _builtins.int ready_replicas: Total number of ready pods targeted by this deployment.
|
|
800
|
+
:param _builtins.int replicas: Total number of non-terminated pods targeted by this deployment (their labels match the selector).
|
|
801
|
+
:param _builtins.int unavailable_replicas: Total number of unavailable pods targeted by this deployment. This is the total number of pods that are still required for the deployment to have 100% available capacity. They may either be pods that are running but not yet available or pods that still have not been created.
|
|
802
|
+
:param _builtins.int updated_replicas: Total number of non-terminated pods targeted by this deployment that have the desired template spec.
|
|
804
803
|
"""
|
|
805
804
|
if available_replicas is not None:
|
|
806
805
|
pulumi.set(__self__, "available_replicas", available_replicas)
|
|
@@ -819,23 +818,23 @@ class DeploymentStatus(dict):
|
|
|
819
818
|
if updated_replicas is not None:
|
|
820
819
|
pulumi.set(__self__, "updated_replicas", updated_replicas)
|
|
821
820
|
|
|
822
|
-
@property
|
|
821
|
+
@_builtins.property
|
|
823
822
|
@pulumi.getter(name="availableReplicas")
|
|
824
|
-
def available_replicas(self) -> Optional[
|
|
823
|
+
def available_replicas(self) -> Optional[_builtins.int]:
|
|
825
824
|
"""
|
|
826
825
|
Total number of available pods (ready for at least minReadySeconds) targeted by this deployment.
|
|
827
826
|
"""
|
|
828
827
|
return pulumi.get(self, "available_replicas")
|
|
829
828
|
|
|
830
|
-
@property
|
|
829
|
+
@_builtins.property
|
|
831
830
|
@pulumi.getter(name="collisionCount")
|
|
832
|
-
def collision_count(self) -> Optional[
|
|
831
|
+
def collision_count(self) -> Optional[_builtins.int]:
|
|
833
832
|
"""
|
|
834
833
|
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.
|
|
835
834
|
"""
|
|
836
835
|
return pulumi.get(self, "collision_count")
|
|
837
836
|
|
|
838
|
-
@property
|
|
837
|
+
@_builtins.property
|
|
839
838
|
@pulumi.getter
|
|
840
839
|
def conditions(self) -> Optional[Sequence['outputs.DeploymentCondition']]:
|
|
841
840
|
"""
|
|
@@ -843,41 +842,41 @@ class DeploymentStatus(dict):
|
|
|
843
842
|
"""
|
|
844
843
|
return pulumi.get(self, "conditions")
|
|
845
844
|
|
|
846
|
-
@property
|
|
845
|
+
@_builtins.property
|
|
847
846
|
@pulumi.getter(name="observedGeneration")
|
|
848
|
-
def observed_generation(self) -> Optional[
|
|
847
|
+
def observed_generation(self) -> Optional[_builtins.int]:
|
|
849
848
|
"""
|
|
850
849
|
The generation observed by the deployment controller.
|
|
851
850
|
"""
|
|
852
851
|
return pulumi.get(self, "observed_generation")
|
|
853
852
|
|
|
854
|
-
@property
|
|
853
|
+
@_builtins.property
|
|
855
854
|
@pulumi.getter(name="readyReplicas")
|
|
856
|
-
def ready_replicas(self) -> Optional[
|
|
855
|
+
def ready_replicas(self) -> Optional[_builtins.int]:
|
|
857
856
|
"""
|
|
858
857
|
Total number of ready pods targeted by this deployment.
|
|
859
858
|
"""
|
|
860
859
|
return pulumi.get(self, "ready_replicas")
|
|
861
860
|
|
|
862
|
-
@property
|
|
861
|
+
@_builtins.property
|
|
863
862
|
@pulumi.getter
|
|
864
|
-
def replicas(self) -> Optional[
|
|
863
|
+
def replicas(self) -> Optional[_builtins.int]:
|
|
865
864
|
"""
|
|
866
865
|
Total number of non-terminated pods targeted by this deployment (their labels match the selector).
|
|
867
866
|
"""
|
|
868
867
|
return pulumi.get(self, "replicas")
|
|
869
868
|
|
|
870
|
-
@property
|
|
869
|
+
@_builtins.property
|
|
871
870
|
@pulumi.getter(name="unavailableReplicas")
|
|
872
|
-
def unavailable_replicas(self) -> Optional[
|
|
871
|
+
def unavailable_replicas(self) -> Optional[_builtins.int]:
|
|
873
872
|
"""
|
|
874
873
|
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.
|
|
875
874
|
"""
|
|
876
875
|
return pulumi.get(self, "unavailable_replicas")
|
|
877
876
|
|
|
878
|
-
@property
|
|
877
|
+
@_builtins.property
|
|
879
878
|
@pulumi.getter(name="updatedReplicas")
|
|
880
|
-
def updated_replicas(self) -> Optional[
|
|
879
|
+
def updated_replicas(self) -> Optional[_builtins.int]:
|
|
881
880
|
"""
|
|
882
881
|
Total number of non-terminated pods targeted by this deployment that have the desired template spec.
|
|
883
882
|
"""
|
|
@@ -917,24 +916,24 @@ class DeploymentStatusPatch(dict):
|
|
|
917
916
|
return super().get(key, default)
|
|
918
917
|
|
|
919
918
|
def __init__(__self__, *,
|
|
920
|
-
available_replicas: Optional[
|
|
921
|
-
collision_count: Optional[
|
|
919
|
+
available_replicas: Optional[_builtins.int] = None,
|
|
920
|
+
collision_count: Optional[_builtins.int] = None,
|
|
922
921
|
conditions: Optional[Sequence['outputs.DeploymentConditionPatch']] = None,
|
|
923
|
-
observed_generation: Optional[
|
|
924
|
-
ready_replicas: Optional[
|
|
925
|
-
replicas: Optional[
|
|
926
|
-
unavailable_replicas: Optional[
|
|
927
|
-
updated_replicas: Optional[
|
|
922
|
+
observed_generation: Optional[_builtins.int] = None,
|
|
923
|
+
ready_replicas: Optional[_builtins.int] = None,
|
|
924
|
+
replicas: Optional[_builtins.int] = None,
|
|
925
|
+
unavailable_replicas: Optional[_builtins.int] = None,
|
|
926
|
+
updated_replicas: Optional[_builtins.int] = None):
|
|
928
927
|
"""
|
|
929
928
|
DeploymentStatus is the most recently observed status of the Deployment.
|
|
930
|
-
:param
|
|
931
|
-
:param
|
|
929
|
+
:param _builtins.int available_replicas: Total number of available pods (ready for at least minReadySeconds) targeted by this deployment.
|
|
930
|
+
:param _builtins.int collision_count: Count of hash collisions for the Deployment. The Deployment controller uses this field as a collision avoidance mechanism when it needs to create the name for the newest ReplicaSet.
|
|
932
931
|
:param Sequence['DeploymentConditionPatchArgs'] conditions: Represents the latest available observations of a deployment's current state.
|
|
933
|
-
:param
|
|
934
|
-
:param
|
|
935
|
-
:param
|
|
936
|
-
:param
|
|
937
|
-
:param
|
|
932
|
+
:param _builtins.int observed_generation: The generation observed by the deployment controller.
|
|
933
|
+
:param _builtins.int ready_replicas: Total number of ready pods targeted by this deployment.
|
|
934
|
+
:param _builtins.int replicas: Total number of non-terminated pods targeted by this deployment (their labels match the selector).
|
|
935
|
+
:param _builtins.int unavailable_replicas: Total number of unavailable pods targeted by this deployment. This is the total number of pods that are still required for the deployment to have 100% available capacity. They may either be pods that are running but not yet available or pods that still have not been created.
|
|
936
|
+
:param _builtins.int updated_replicas: Total number of non-terminated pods targeted by this deployment that have the desired template spec.
|
|
938
937
|
"""
|
|
939
938
|
if available_replicas is not None:
|
|
940
939
|
pulumi.set(__self__, "available_replicas", available_replicas)
|
|
@@ -953,23 +952,23 @@ class DeploymentStatusPatch(dict):
|
|
|
953
952
|
if updated_replicas is not None:
|
|
954
953
|
pulumi.set(__self__, "updated_replicas", updated_replicas)
|
|
955
954
|
|
|
956
|
-
@property
|
|
955
|
+
@_builtins.property
|
|
957
956
|
@pulumi.getter(name="availableReplicas")
|
|
958
|
-
def available_replicas(self) -> Optional[
|
|
957
|
+
def available_replicas(self) -> Optional[_builtins.int]:
|
|
959
958
|
"""
|
|
960
959
|
Total number of available pods (ready for at least minReadySeconds) targeted by this deployment.
|
|
961
960
|
"""
|
|
962
961
|
return pulumi.get(self, "available_replicas")
|
|
963
962
|
|
|
964
|
-
@property
|
|
963
|
+
@_builtins.property
|
|
965
964
|
@pulumi.getter(name="collisionCount")
|
|
966
|
-
def collision_count(self) -> Optional[
|
|
965
|
+
def collision_count(self) -> Optional[_builtins.int]:
|
|
967
966
|
"""
|
|
968
967
|
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.
|
|
969
968
|
"""
|
|
970
969
|
return pulumi.get(self, "collision_count")
|
|
971
970
|
|
|
972
|
-
@property
|
|
971
|
+
@_builtins.property
|
|
973
972
|
@pulumi.getter
|
|
974
973
|
def conditions(self) -> Optional[Sequence['outputs.DeploymentConditionPatch']]:
|
|
975
974
|
"""
|
|
@@ -977,41 +976,41 @@ class DeploymentStatusPatch(dict):
|
|
|
977
976
|
"""
|
|
978
977
|
return pulumi.get(self, "conditions")
|
|
979
978
|
|
|
980
|
-
@property
|
|
979
|
+
@_builtins.property
|
|
981
980
|
@pulumi.getter(name="observedGeneration")
|
|
982
|
-
def observed_generation(self) -> Optional[
|
|
981
|
+
def observed_generation(self) -> Optional[_builtins.int]:
|
|
983
982
|
"""
|
|
984
983
|
The generation observed by the deployment controller.
|
|
985
984
|
"""
|
|
986
985
|
return pulumi.get(self, "observed_generation")
|
|
987
986
|
|
|
988
|
-
@property
|
|
987
|
+
@_builtins.property
|
|
989
988
|
@pulumi.getter(name="readyReplicas")
|
|
990
|
-
def ready_replicas(self) -> Optional[
|
|
989
|
+
def ready_replicas(self) -> Optional[_builtins.int]:
|
|
991
990
|
"""
|
|
992
991
|
Total number of ready pods targeted by this deployment.
|
|
993
992
|
"""
|
|
994
993
|
return pulumi.get(self, "ready_replicas")
|
|
995
994
|
|
|
996
|
-
@property
|
|
995
|
+
@_builtins.property
|
|
997
996
|
@pulumi.getter
|
|
998
|
-
def replicas(self) -> Optional[
|
|
997
|
+
def replicas(self) -> Optional[_builtins.int]:
|
|
999
998
|
"""
|
|
1000
999
|
Total number of non-terminated pods targeted by this deployment (their labels match the selector).
|
|
1001
1000
|
"""
|
|
1002
1001
|
return pulumi.get(self, "replicas")
|
|
1003
1002
|
|
|
1004
|
-
@property
|
|
1003
|
+
@_builtins.property
|
|
1005
1004
|
@pulumi.getter(name="unavailableReplicas")
|
|
1006
|
-
def unavailable_replicas(self) -> Optional[
|
|
1005
|
+
def unavailable_replicas(self) -> Optional[_builtins.int]:
|
|
1007
1006
|
"""
|
|
1008
1007
|
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.
|
|
1009
1008
|
"""
|
|
1010
1009
|
return pulumi.get(self, "unavailable_replicas")
|
|
1011
1010
|
|
|
1012
|
-
@property
|
|
1011
|
+
@_builtins.property
|
|
1013
1012
|
@pulumi.getter(name="updatedReplicas")
|
|
1014
|
-
def updated_replicas(self) -> Optional[
|
|
1013
|
+
def updated_replicas(self) -> Optional[_builtins.int]:
|
|
1015
1014
|
"""
|
|
1016
1015
|
Total number of non-terminated pods targeted by this deployment that have the desired template spec.
|
|
1017
1016
|
"""
|
|
@@ -1042,18 +1041,18 @@ class DeploymentStrategy(dict):
|
|
|
1042
1041
|
|
|
1043
1042
|
def __init__(__self__, *,
|
|
1044
1043
|
rolling_update: Optional['outputs.RollingUpdateDeployment'] = None,
|
|
1045
|
-
type: Optional[
|
|
1044
|
+
type: Optional[_builtins.str] = None):
|
|
1046
1045
|
"""
|
|
1047
1046
|
DeploymentStrategy describes how to replace existing pods with new ones.
|
|
1048
1047
|
:param 'RollingUpdateDeploymentArgs' rolling_update: Rolling update config params. Present only if DeploymentStrategyType = RollingUpdate.
|
|
1049
|
-
:param
|
|
1048
|
+
:param _builtins.str type: Type of deployment. Can be "Recreate" or "RollingUpdate". Default is RollingUpdate.
|
|
1050
1049
|
"""
|
|
1051
1050
|
if rolling_update is not None:
|
|
1052
1051
|
pulumi.set(__self__, "rolling_update", rolling_update)
|
|
1053
1052
|
if type is not None:
|
|
1054
1053
|
pulumi.set(__self__, "type", type)
|
|
1055
1054
|
|
|
1056
|
-
@property
|
|
1055
|
+
@_builtins.property
|
|
1057
1056
|
@pulumi.getter(name="rollingUpdate")
|
|
1058
1057
|
def rolling_update(self) -> Optional['outputs.RollingUpdateDeployment']:
|
|
1059
1058
|
"""
|
|
@@ -1061,9 +1060,9 @@ class DeploymentStrategy(dict):
|
|
|
1061
1060
|
"""
|
|
1062
1061
|
return pulumi.get(self, "rolling_update")
|
|
1063
1062
|
|
|
1064
|
-
@property
|
|
1063
|
+
@_builtins.property
|
|
1065
1064
|
@pulumi.getter
|
|
1066
|
-
def type(self) -> Optional[
|
|
1065
|
+
def type(self) -> Optional[_builtins.str]:
|
|
1067
1066
|
"""
|
|
1068
1067
|
Type of deployment. Can be "Recreate" or "RollingUpdate". Default is RollingUpdate.
|
|
1069
1068
|
"""
|
|
@@ -1094,18 +1093,18 @@ class DeploymentStrategyPatch(dict):
|
|
|
1094
1093
|
|
|
1095
1094
|
def __init__(__self__, *,
|
|
1096
1095
|
rolling_update: Optional['outputs.RollingUpdateDeploymentPatch'] = None,
|
|
1097
|
-
type: Optional[
|
|
1096
|
+
type: Optional[_builtins.str] = None):
|
|
1098
1097
|
"""
|
|
1099
1098
|
DeploymentStrategy describes how to replace existing pods with new ones.
|
|
1100
1099
|
:param 'RollingUpdateDeploymentPatchArgs' rolling_update: Rolling update config params. Present only if DeploymentStrategyType = RollingUpdate.
|
|
1101
|
-
:param
|
|
1100
|
+
:param _builtins.str type: Type of deployment. Can be "Recreate" or "RollingUpdate". Default is RollingUpdate.
|
|
1102
1101
|
"""
|
|
1103
1102
|
if rolling_update is not None:
|
|
1104
1103
|
pulumi.set(__self__, "rolling_update", rolling_update)
|
|
1105
1104
|
if type is not None:
|
|
1106
1105
|
pulumi.set(__self__, "type", type)
|
|
1107
1106
|
|
|
1108
|
-
@property
|
|
1107
|
+
@_builtins.property
|
|
1109
1108
|
@pulumi.getter(name="rollingUpdate")
|
|
1110
1109
|
def rolling_update(self) -> Optional['outputs.RollingUpdateDeploymentPatch']:
|
|
1111
1110
|
"""
|
|
@@ -1113,9 +1112,9 @@ class DeploymentStrategyPatch(dict):
|
|
|
1113
1112
|
"""
|
|
1114
1113
|
return pulumi.get(self, "rolling_update")
|
|
1115
1114
|
|
|
1116
|
-
@property
|
|
1115
|
+
@_builtins.property
|
|
1117
1116
|
@pulumi.getter
|
|
1118
|
-
def type(self) -> Optional[
|
|
1117
|
+
def type(self) -> Optional[_builtins.str]:
|
|
1119
1118
|
"""
|
|
1120
1119
|
Type of deployment. Can be "Recreate" or "RollingUpdate". Default is RollingUpdate.
|
|
1121
1120
|
"""
|
|
@@ -1128,17 +1127,17 @@ class RollbackConfig(dict):
|
|
|
1128
1127
|
DEPRECATED.
|
|
1129
1128
|
"""
|
|
1130
1129
|
def __init__(__self__, *,
|
|
1131
|
-
revision: Optional[
|
|
1130
|
+
revision: Optional[_builtins.int] = None):
|
|
1132
1131
|
"""
|
|
1133
1132
|
DEPRECATED.
|
|
1134
|
-
:param
|
|
1133
|
+
:param _builtins.int revision: The revision to rollback to. If set to 0, rollback to the last revision.
|
|
1135
1134
|
"""
|
|
1136
1135
|
if revision is not None:
|
|
1137
1136
|
pulumi.set(__self__, "revision", revision)
|
|
1138
1137
|
|
|
1139
|
-
@property
|
|
1138
|
+
@_builtins.property
|
|
1140
1139
|
@pulumi.getter
|
|
1141
|
-
def revision(self) -> Optional[
|
|
1140
|
+
def revision(self) -> Optional[_builtins.int]:
|
|
1142
1141
|
"""
|
|
1143
1142
|
The revision to rollback to. If set to 0, rollback to the last revision.
|
|
1144
1143
|
"""
|
|
@@ -1151,17 +1150,17 @@ class RollbackConfigPatch(dict):
|
|
|
1151
1150
|
DEPRECATED.
|
|
1152
1151
|
"""
|
|
1153
1152
|
def __init__(__self__, *,
|
|
1154
|
-
revision: Optional[
|
|
1153
|
+
revision: Optional[_builtins.int] = None):
|
|
1155
1154
|
"""
|
|
1156
1155
|
DEPRECATED.
|
|
1157
|
-
:param
|
|
1156
|
+
:param _builtins.int revision: The revision to rollback to. If set to 0, rollback to the last revision.
|
|
1158
1157
|
"""
|
|
1159
1158
|
if revision is not None:
|
|
1160
1159
|
pulumi.set(__self__, "revision", revision)
|
|
1161
1160
|
|
|
1162
|
-
@property
|
|
1161
|
+
@_builtins.property
|
|
1163
1162
|
@pulumi.getter
|
|
1164
|
-
def revision(self) -> Optional[
|
|
1163
|
+
def revision(self) -> Optional[_builtins.int]:
|
|
1165
1164
|
"""
|
|
1166
1165
|
The revision to rollback to. If set to 0, rollback to the last revision.
|
|
1167
1166
|
"""
|
|
@@ -1197,15 +1196,15 @@ class RollingUpdateDeployment(dict):
|
|
|
1197
1196
|
max_unavailable: Optional[Any] = None):
|
|
1198
1197
|
"""
|
|
1199
1198
|
Spec to control the desired behavior of rolling update.
|
|
1200
|
-
:param Union[
|
|
1201
|
-
:param Union[
|
|
1199
|
+
:param Union[_builtins.int, _builtins.str] max_surge: The maximum number of pods that can be scheduled above the desired number of pods. Value can be an absolute number (ex: 5) or a percentage of desired pods (ex: 10%). This can not be 0 if MaxUnavailable is 0. Absolute number is calculated from percentage by rounding up. Defaults to 25%. Example: when this is set to 30%, the new ReplicaSet can be scaled up immediately when the rolling update starts, such that the total number of old and new pods do not exceed 130% of desired pods. Once old pods have been killed, new ReplicaSet can be scaled up further, ensuring that total number of pods running at any time during the update is at most 130% of desired pods.
|
|
1200
|
+
:param Union[_builtins.int, _builtins.str] max_unavailable: The maximum number of pods that can be unavailable during the update. Value can be an absolute number (ex: 5) or a percentage of desired pods (ex: 10%). Absolute number is calculated from percentage by rounding down. This can not be 0 if MaxSurge is 0. Defaults to 25%. Example: when this is set to 30%, the old ReplicaSet can be scaled down to 70% of desired pods immediately when the rolling update starts. Once new pods are ready, old ReplicaSet can be scaled down further, followed by scaling up the new ReplicaSet, ensuring that the total number of pods available at all times during the update is at least 70% of desired pods.
|
|
1202
1201
|
"""
|
|
1203
1202
|
if max_surge is not None:
|
|
1204
1203
|
pulumi.set(__self__, "max_surge", max_surge)
|
|
1205
1204
|
if max_unavailable is not None:
|
|
1206
1205
|
pulumi.set(__self__, "max_unavailable", max_unavailable)
|
|
1207
1206
|
|
|
1208
|
-
@property
|
|
1207
|
+
@_builtins.property
|
|
1209
1208
|
@pulumi.getter(name="maxSurge")
|
|
1210
1209
|
def max_surge(self) -> Optional[Any]:
|
|
1211
1210
|
"""
|
|
@@ -1213,7 +1212,7 @@ class RollingUpdateDeployment(dict):
|
|
|
1213
1212
|
"""
|
|
1214
1213
|
return pulumi.get(self, "max_surge")
|
|
1215
1214
|
|
|
1216
|
-
@property
|
|
1215
|
+
@_builtins.property
|
|
1217
1216
|
@pulumi.getter(name="maxUnavailable")
|
|
1218
1217
|
def max_unavailable(self) -> Optional[Any]:
|
|
1219
1218
|
"""
|
|
@@ -1251,15 +1250,15 @@ class RollingUpdateDeploymentPatch(dict):
|
|
|
1251
1250
|
max_unavailable: Optional[Any] = None):
|
|
1252
1251
|
"""
|
|
1253
1252
|
Spec to control the desired behavior of rolling update.
|
|
1254
|
-
:param Union[
|
|
1255
|
-
:param Union[
|
|
1253
|
+
:param Union[_builtins.int, _builtins.str] max_surge: The maximum number of pods that can be scheduled above the desired number of pods. Value can be an absolute number (ex: 5) or a percentage of desired pods (ex: 10%). This can not be 0 if MaxUnavailable is 0. Absolute number is calculated from percentage by rounding up. Defaults to 25%. Example: when this is set to 30%, the new ReplicaSet can be scaled up immediately when the rolling update starts, such that the total number of old and new pods do not exceed 130% of desired pods. Once old pods have been killed, new ReplicaSet can be scaled up further, ensuring that total number of pods running at any time during the update is at most 130% of desired pods.
|
|
1254
|
+
:param Union[_builtins.int, _builtins.str] max_unavailable: The maximum number of pods that can be unavailable during the update. Value can be an absolute number (ex: 5) or a percentage of desired pods (ex: 10%). Absolute number is calculated from percentage by rounding down. This can not be 0 if MaxSurge is 0. Defaults to 25%. Example: when this is set to 30%, the old ReplicaSet can be scaled down to 70% of desired pods immediately when the rolling update starts. Once new pods are ready, old ReplicaSet can be scaled down further, followed by scaling up the new ReplicaSet, ensuring that the total number of pods available at all times during the update is at least 70% of desired pods.
|
|
1256
1255
|
"""
|
|
1257
1256
|
if max_surge is not None:
|
|
1258
1257
|
pulumi.set(__self__, "max_surge", max_surge)
|
|
1259
1258
|
if max_unavailable is not None:
|
|
1260
1259
|
pulumi.set(__self__, "max_unavailable", max_unavailable)
|
|
1261
1260
|
|
|
1262
|
-
@property
|
|
1261
|
+
@_builtins.property
|
|
1263
1262
|
@pulumi.getter(name="maxSurge")
|
|
1264
1263
|
def max_surge(self) -> Optional[Any]:
|
|
1265
1264
|
"""
|
|
@@ -1267,7 +1266,7 @@ class RollingUpdateDeploymentPatch(dict):
|
|
|
1267
1266
|
"""
|
|
1268
1267
|
return pulumi.get(self, "max_surge")
|
|
1269
1268
|
|
|
1270
|
-
@property
|
|
1269
|
+
@_builtins.property
|
|
1271
1270
|
@pulumi.getter(name="maxUnavailable")
|
|
1272
1271
|
def max_unavailable(self) -> Optional[Any]:
|
|
1273
1272
|
"""
|
|
@@ -1282,17 +1281,17 @@ class RollingUpdateStatefulSetStrategy(dict):
|
|
|
1282
1281
|
RollingUpdateStatefulSetStrategy is used to communicate parameter for RollingUpdateStatefulSetStrategyType.
|
|
1283
1282
|
"""
|
|
1284
1283
|
def __init__(__self__, *,
|
|
1285
|
-
partition: Optional[
|
|
1284
|
+
partition: Optional[_builtins.int] = None):
|
|
1286
1285
|
"""
|
|
1287
1286
|
RollingUpdateStatefulSetStrategy is used to communicate parameter for RollingUpdateStatefulSetStrategyType.
|
|
1288
|
-
:param
|
|
1287
|
+
:param _builtins.int partition: Partition indicates the ordinal at which the StatefulSet should be partitioned.
|
|
1289
1288
|
"""
|
|
1290
1289
|
if partition is not None:
|
|
1291
1290
|
pulumi.set(__self__, "partition", partition)
|
|
1292
1291
|
|
|
1293
|
-
@property
|
|
1292
|
+
@_builtins.property
|
|
1294
1293
|
@pulumi.getter
|
|
1295
|
-
def partition(self) -> Optional[
|
|
1294
|
+
def partition(self) -> Optional[_builtins.int]:
|
|
1296
1295
|
"""
|
|
1297
1296
|
Partition indicates the ordinal at which the StatefulSet should be partitioned.
|
|
1298
1297
|
"""
|
|
@@ -1305,17 +1304,17 @@ class RollingUpdateStatefulSetStrategyPatch(dict):
|
|
|
1305
1304
|
RollingUpdateStatefulSetStrategy is used to communicate parameter for RollingUpdateStatefulSetStrategyType.
|
|
1306
1305
|
"""
|
|
1307
1306
|
def __init__(__self__, *,
|
|
1308
|
-
partition: Optional[
|
|
1307
|
+
partition: Optional[_builtins.int] = None):
|
|
1309
1308
|
"""
|
|
1310
1309
|
RollingUpdateStatefulSetStrategy is used to communicate parameter for RollingUpdateStatefulSetStrategyType.
|
|
1311
|
-
:param
|
|
1310
|
+
:param _builtins.int partition: Partition indicates the ordinal at which the StatefulSet should be partitioned.
|
|
1312
1311
|
"""
|
|
1313
1312
|
if partition is not None:
|
|
1314
1313
|
pulumi.set(__self__, "partition", partition)
|
|
1315
1314
|
|
|
1316
|
-
@property
|
|
1315
|
+
@_builtins.property
|
|
1317
1316
|
@pulumi.getter
|
|
1318
|
-
def partition(self) -> Optional[
|
|
1317
|
+
def partition(self) -> Optional[_builtins.int]:
|
|
1319
1318
|
"""
|
|
1320
1319
|
Partition indicates the ordinal at which the StatefulSet should be partitioned.
|
|
1321
1320
|
"""
|
|
@@ -1361,8 +1360,8 @@ class StatefulSet(dict):
|
|
|
1361
1360
|
return super().get(key, default)
|
|
1362
1361
|
|
|
1363
1362
|
def __init__(__self__, *,
|
|
1364
|
-
api_version: Optional[
|
|
1365
|
-
kind: Optional[
|
|
1363
|
+
api_version: Optional[_builtins.str] = None,
|
|
1364
|
+
kind: Optional[_builtins.str] = None,
|
|
1366
1365
|
metadata: Optional['_meta.v1.outputs.ObjectMeta'] = None,
|
|
1367
1366
|
spec: Optional['outputs.StatefulSetSpec'] = None,
|
|
1368
1367
|
status: Optional['outputs.StatefulSetStatus'] = None):
|
|
@@ -1384,8 +1383,8 @@ class StatefulSet(dict):
|
|
|
1384
1383
|
If the StatefulSet has not reached a Ready state after 10 minutes, it will
|
|
1385
1384
|
time out and mark the resource update as Failed. You can override the default timeout value
|
|
1386
1385
|
by setting the 'customTimeouts' option on the resource.
|
|
1387
|
-
:param
|
|
1388
|
-
:param
|
|
1386
|
+
:param _builtins.str api_version: APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources
|
|
1387
|
+
:param _builtins.str kind: Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds
|
|
1389
1388
|
:param 'StatefulSetSpecArgs' spec: Spec defines the desired identities of pods in this set.
|
|
1390
1389
|
:param 'StatefulSetStatusArgs' status: Status is the current status of Pods in this StatefulSet. This data may be out of date by some window of time.
|
|
1391
1390
|
"""
|
|
@@ -1400,28 +1399,28 @@ class StatefulSet(dict):
|
|
|
1400
1399
|
if status is not None:
|
|
1401
1400
|
pulumi.set(__self__, "status", status)
|
|
1402
1401
|
|
|
1403
|
-
@property
|
|
1402
|
+
@_builtins.property
|
|
1404
1403
|
@pulumi.getter(name="apiVersion")
|
|
1405
|
-
def api_version(self) -> Optional[
|
|
1404
|
+
def api_version(self) -> Optional[_builtins.str]:
|
|
1406
1405
|
"""
|
|
1407
1406
|
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
|
|
1408
1407
|
"""
|
|
1409
1408
|
return pulumi.get(self, "api_version")
|
|
1410
1409
|
|
|
1411
|
-
@property
|
|
1410
|
+
@_builtins.property
|
|
1412
1411
|
@pulumi.getter
|
|
1413
|
-
def kind(self) -> Optional[
|
|
1412
|
+
def kind(self) -> Optional[_builtins.str]:
|
|
1414
1413
|
"""
|
|
1415
1414
|
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
|
|
1416
1415
|
"""
|
|
1417
1416
|
return pulumi.get(self, "kind")
|
|
1418
1417
|
|
|
1419
|
-
@property
|
|
1418
|
+
@_builtins.property
|
|
1420
1419
|
@pulumi.getter
|
|
1421
1420
|
def metadata(self) -> Optional['_meta.v1.outputs.ObjectMeta']:
|
|
1422
1421
|
return pulumi.get(self, "metadata")
|
|
1423
1422
|
|
|
1424
|
-
@property
|
|
1423
|
+
@_builtins.property
|
|
1425
1424
|
@pulumi.getter
|
|
1426
1425
|
def spec(self) -> Optional['outputs.StatefulSetSpec']:
|
|
1427
1426
|
"""
|
|
@@ -1429,7 +1428,7 @@ class StatefulSet(dict):
|
|
|
1429
1428
|
"""
|
|
1430
1429
|
return pulumi.get(self, "spec")
|
|
1431
1430
|
|
|
1432
|
-
@property
|
|
1431
|
+
@_builtins.property
|
|
1433
1432
|
@pulumi.getter
|
|
1434
1433
|
def status(self) -> Optional['outputs.StatefulSetStatus']:
|
|
1435
1434
|
"""
|
|
@@ -1461,18 +1460,18 @@ class StatefulSetCondition(dict):
|
|
|
1461
1460
|
return super().get(key, default)
|
|
1462
1461
|
|
|
1463
1462
|
def __init__(__self__, *,
|
|
1464
|
-
status:
|
|
1465
|
-
type:
|
|
1466
|
-
last_transition_time: Optional[
|
|
1467
|
-
message: Optional[
|
|
1468
|
-
reason: Optional[
|
|
1463
|
+
status: _builtins.str,
|
|
1464
|
+
type: _builtins.str,
|
|
1465
|
+
last_transition_time: Optional[_builtins.str] = None,
|
|
1466
|
+
message: Optional[_builtins.str] = None,
|
|
1467
|
+
reason: Optional[_builtins.str] = None):
|
|
1469
1468
|
"""
|
|
1470
1469
|
StatefulSetCondition describes the state of a statefulset at a certain point.
|
|
1471
|
-
:param
|
|
1472
|
-
:param
|
|
1473
|
-
:param
|
|
1474
|
-
:param
|
|
1475
|
-
:param
|
|
1470
|
+
:param _builtins.str status: Status of the condition, one of True, False, Unknown.
|
|
1471
|
+
:param _builtins.str type: Type of statefulset condition.
|
|
1472
|
+
:param _builtins.str last_transition_time: Last time the condition transitioned from one status to another.
|
|
1473
|
+
:param _builtins.str message: A human readable message indicating details about the transition.
|
|
1474
|
+
:param _builtins.str reason: The reason for the condition's last transition.
|
|
1476
1475
|
"""
|
|
1477
1476
|
pulumi.set(__self__, "status", status)
|
|
1478
1477
|
pulumi.set(__self__, "type", type)
|
|
@@ -1483,41 +1482,41 @@ class StatefulSetCondition(dict):
|
|
|
1483
1482
|
if reason is not None:
|
|
1484
1483
|
pulumi.set(__self__, "reason", reason)
|
|
1485
1484
|
|
|
1486
|
-
@property
|
|
1485
|
+
@_builtins.property
|
|
1487
1486
|
@pulumi.getter
|
|
1488
|
-
def status(self) ->
|
|
1487
|
+
def status(self) -> _builtins.str:
|
|
1489
1488
|
"""
|
|
1490
1489
|
Status of the condition, one of True, False, Unknown.
|
|
1491
1490
|
"""
|
|
1492
1491
|
return pulumi.get(self, "status")
|
|
1493
1492
|
|
|
1494
|
-
@property
|
|
1493
|
+
@_builtins.property
|
|
1495
1494
|
@pulumi.getter
|
|
1496
|
-
def type(self) ->
|
|
1495
|
+
def type(self) -> _builtins.str:
|
|
1497
1496
|
"""
|
|
1498
1497
|
Type of statefulset condition.
|
|
1499
1498
|
"""
|
|
1500
1499
|
return pulumi.get(self, "type")
|
|
1501
1500
|
|
|
1502
|
-
@property
|
|
1501
|
+
@_builtins.property
|
|
1503
1502
|
@pulumi.getter(name="lastTransitionTime")
|
|
1504
|
-
def last_transition_time(self) -> Optional[
|
|
1503
|
+
def last_transition_time(self) -> Optional[_builtins.str]:
|
|
1505
1504
|
"""
|
|
1506
1505
|
Last time the condition transitioned from one status to another.
|
|
1507
1506
|
"""
|
|
1508
1507
|
return pulumi.get(self, "last_transition_time")
|
|
1509
1508
|
|
|
1510
|
-
@property
|
|
1509
|
+
@_builtins.property
|
|
1511
1510
|
@pulumi.getter
|
|
1512
|
-
def message(self) -> Optional[
|
|
1511
|
+
def message(self) -> Optional[_builtins.str]:
|
|
1513
1512
|
"""
|
|
1514
1513
|
A human readable message indicating details about the transition.
|
|
1515
1514
|
"""
|
|
1516
1515
|
return pulumi.get(self, "message")
|
|
1517
1516
|
|
|
1518
|
-
@property
|
|
1517
|
+
@_builtins.property
|
|
1519
1518
|
@pulumi.getter
|
|
1520
|
-
def reason(self) -> Optional[
|
|
1519
|
+
def reason(self) -> Optional[_builtins.str]:
|
|
1521
1520
|
"""
|
|
1522
1521
|
The reason for the condition's last transition.
|
|
1523
1522
|
"""
|
|
@@ -1547,18 +1546,18 @@ class StatefulSetConditionPatch(dict):
|
|
|
1547
1546
|
return super().get(key, default)
|
|
1548
1547
|
|
|
1549
1548
|
def __init__(__self__, *,
|
|
1550
|
-
last_transition_time: Optional[
|
|
1551
|
-
message: Optional[
|
|
1552
|
-
reason: Optional[
|
|
1553
|
-
status: Optional[
|
|
1554
|
-
type: Optional[
|
|
1549
|
+
last_transition_time: Optional[_builtins.str] = None,
|
|
1550
|
+
message: Optional[_builtins.str] = None,
|
|
1551
|
+
reason: Optional[_builtins.str] = None,
|
|
1552
|
+
status: Optional[_builtins.str] = None,
|
|
1553
|
+
type: Optional[_builtins.str] = None):
|
|
1555
1554
|
"""
|
|
1556
1555
|
StatefulSetCondition describes the state of a statefulset at a certain point.
|
|
1557
|
-
:param
|
|
1558
|
-
:param
|
|
1559
|
-
:param
|
|
1560
|
-
:param
|
|
1561
|
-
:param
|
|
1556
|
+
:param _builtins.str last_transition_time: Last time the condition transitioned from one status to another.
|
|
1557
|
+
:param _builtins.str message: A human readable message indicating details about the transition.
|
|
1558
|
+
:param _builtins.str reason: The reason for the condition's last transition.
|
|
1559
|
+
:param _builtins.str status: Status of the condition, one of True, False, Unknown.
|
|
1560
|
+
:param _builtins.str type: Type of statefulset condition.
|
|
1562
1561
|
"""
|
|
1563
1562
|
if last_transition_time is not None:
|
|
1564
1563
|
pulumi.set(__self__, "last_transition_time", last_transition_time)
|
|
@@ -1571,41 +1570,41 @@ class StatefulSetConditionPatch(dict):
|
|
|
1571
1570
|
if type is not None:
|
|
1572
1571
|
pulumi.set(__self__, "type", type)
|
|
1573
1572
|
|
|
1574
|
-
@property
|
|
1573
|
+
@_builtins.property
|
|
1575
1574
|
@pulumi.getter(name="lastTransitionTime")
|
|
1576
|
-
def last_transition_time(self) -> Optional[
|
|
1575
|
+
def last_transition_time(self) -> Optional[_builtins.str]:
|
|
1577
1576
|
"""
|
|
1578
1577
|
Last time the condition transitioned from one status to another.
|
|
1579
1578
|
"""
|
|
1580
1579
|
return pulumi.get(self, "last_transition_time")
|
|
1581
1580
|
|
|
1582
|
-
@property
|
|
1581
|
+
@_builtins.property
|
|
1583
1582
|
@pulumi.getter
|
|
1584
|
-
def message(self) -> Optional[
|
|
1583
|
+
def message(self) -> Optional[_builtins.str]:
|
|
1585
1584
|
"""
|
|
1586
1585
|
A human readable message indicating details about the transition.
|
|
1587
1586
|
"""
|
|
1588
1587
|
return pulumi.get(self, "message")
|
|
1589
1588
|
|
|
1590
|
-
@property
|
|
1589
|
+
@_builtins.property
|
|
1591
1590
|
@pulumi.getter
|
|
1592
|
-
def reason(self) -> Optional[
|
|
1591
|
+
def reason(self) -> Optional[_builtins.str]:
|
|
1593
1592
|
"""
|
|
1594
1593
|
The reason for the condition's last transition.
|
|
1595
1594
|
"""
|
|
1596
1595
|
return pulumi.get(self, "reason")
|
|
1597
1596
|
|
|
1598
|
-
@property
|
|
1597
|
+
@_builtins.property
|
|
1599
1598
|
@pulumi.getter
|
|
1600
|
-
def status(self) -> Optional[
|
|
1599
|
+
def status(self) -> Optional[_builtins.str]:
|
|
1601
1600
|
"""
|
|
1602
1601
|
Status of the condition, one of True, False, Unknown.
|
|
1603
1602
|
"""
|
|
1604
1603
|
return pulumi.get(self, "status")
|
|
1605
1604
|
|
|
1606
|
-
@property
|
|
1605
|
+
@_builtins.property
|
|
1607
1606
|
@pulumi.getter
|
|
1608
|
-
def type(self) -> Optional[
|
|
1607
|
+
def type(self) -> Optional[_builtins.str]:
|
|
1609
1608
|
"""
|
|
1610
1609
|
Type of statefulset condition.
|
|
1611
1610
|
"""
|
|
@@ -1643,21 +1642,21 @@ class StatefulSetSpec(dict):
|
|
|
1643
1642
|
return super().get(key, default)
|
|
1644
1643
|
|
|
1645
1644
|
def __init__(__self__, *,
|
|
1646
|
-
service_name:
|
|
1645
|
+
service_name: _builtins.str,
|
|
1647
1646
|
template: '_core.v1.outputs.PodTemplateSpec',
|
|
1648
|
-
pod_management_policy: Optional[
|
|
1649
|
-
replicas: Optional[
|
|
1650
|
-
revision_history_limit: Optional[
|
|
1647
|
+
pod_management_policy: Optional[_builtins.str] = None,
|
|
1648
|
+
replicas: Optional[_builtins.int] = None,
|
|
1649
|
+
revision_history_limit: Optional[_builtins.int] = None,
|
|
1651
1650
|
selector: Optional['_meta.v1.outputs.LabelSelector'] = None,
|
|
1652
1651
|
update_strategy: Optional['outputs.StatefulSetUpdateStrategy'] = None,
|
|
1653
1652
|
volume_claim_templates: Optional[Sequence['_core.v1.outputs.PersistentVolumeClaim']] = None):
|
|
1654
1653
|
"""
|
|
1655
1654
|
A StatefulSetSpec is the specification of a StatefulSet.
|
|
1656
|
-
:param
|
|
1655
|
+
:param _builtins.str service_name: serviceName is the name of the service that governs this StatefulSet. This service must exist before the StatefulSet, and is responsible for the network identity of the set. Pods get DNS/hostnames that follow the pattern: pod-specific-string.serviceName.default.svc.cluster.local where "pod-specific-string" is managed by the StatefulSet controller.
|
|
1657
1656
|
:param '_core.v1.PodTemplateSpecArgs' template: template is the object that describes the pod that will be created if insufficient replicas are detected. Each pod stamped out by the StatefulSet will fulfill this Template, but have a unique identity from the rest of the StatefulSet.
|
|
1658
|
-
:param
|
|
1659
|
-
:param
|
|
1660
|
-
:param
|
|
1657
|
+
:param _builtins.str pod_management_policy: podManagementPolicy controls how pods are created during initial scale up, when replacing pods on nodes, or when scaling down. The default policy is `OrderedReady`, where pods are created in increasing order (pod-0, then pod-1, etc) and the controller will wait until each pod is ready before continuing. When scaling down, the pods are removed in the opposite order. The alternative policy is `Parallel` which will create pods in parallel to match the desired scale without waiting, and on scale down will delete all pods at once.
|
|
1658
|
+
:param _builtins.int replicas: replicas is the desired number of replicas of the given Template. These are replicas in the sense that they are instantiations of the same Template, but individual replicas also have a consistent identity. If unspecified, defaults to 1.
|
|
1659
|
+
:param _builtins.int revision_history_limit: revisionHistoryLimit is the maximum number of revisions that will be maintained in the StatefulSet's revision history. The revision history consists of all revisions not represented by a currently applied StatefulSetSpec version. The default value is 10.
|
|
1661
1660
|
:param '_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
|
|
1662
1661
|
:param 'StatefulSetUpdateStrategyArgs' update_strategy: updateStrategy indicates the StatefulSetUpdateStrategy that will be employed to update Pods in the StatefulSet when a revision is made to Template.
|
|
1663
1662
|
:param Sequence['_core.v1.PersistentVolumeClaimArgs'] volume_claim_templates: volumeClaimTemplates is a list of claims that pods are allowed to reference. The StatefulSet controller is responsible for mapping network identities to claims in a way that maintains the identity of a pod. Every claim in this list must have at least one matching (by name) volumeMount in one container in the template. A claim in this list takes precedence over any volumes in the template, with the same name.
|
|
@@ -1677,15 +1676,15 @@ class StatefulSetSpec(dict):
|
|
|
1677
1676
|
if volume_claim_templates is not None:
|
|
1678
1677
|
pulumi.set(__self__, "volume_claim_templates", volume_claim_templates)
|
|
1679
1678
|
|
|
1680
|
-
@property
|
|
1679
|
+
@_builtins.property
|
|
1681
1680
|
@pulumi.getter(name="serviceName")
|
|
1682
|
-
def service_name(self) ->
|
|
1681
|
+
def service_name(self) -> _builtins.str:
|
|
1683
1682
|
"""
|
|
1684
1683
|
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.
|
|
1685
1684
|
"""
|
|
1686
1685
|
return pulumi.get(self, "service_name")
|
|
1687
1686
|
|
|
1688
|
-
@property
|
|
1687
|
+
@_builtins.property
|
|
1689
1688
|
@pulumi.getter
|
|
1690
1689
|
def template(self) -> '_core.v1.outputs.PodTemplateSpec':
|
|
1691
1690
|
"""
|
|
@@ -1693,31 +1692,31 @@ class StatefulSetSpec(dict):
|
|
|
1693
1692
|
"""
|
|
1694
1693
|
return pulumi.get(self, "template")
|
|
1695
1694
|
|
|
1696
|
-
@property
|
|
1695
|
+
@_builtins.property
|
|
1697
1696
|
@pulumi.getter(name="podManagementPolicy")
|
|
1698
|
-
def pod_management_policy(self) -> Optional[
|
|
1697
|
+
def pod_management_policy(self) -> Optional[_builtins.str]:
|
|
1699
1698
|
"""
|
|
1700
1699
|
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.
|
|
1701
1700
|
"""
|
|
1702
1701
|
return pulumi.get(self, "pod_management_policy")
|
|
1703
1702
|
|
|
1704
|
-
@property
|
|
1703
|
+
@_builtins.property
|
|
1705
1704
|
@pulumi.getter
|
|
1706
|
-
def replicas(self) -> Optional[
|
|
1705
|
+
def replicas(self) -> Optional[_builtins.int]:
|
|
1707
1706
|
"""
|
|
1708
1707
|
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.
|
|
1709
1708
|
"""
|
|
1710
1709
|
return pulumi.get(self, "replicas")
|
|
1711
1710
|
|
|
1712
|
-
@property
|
|
1711
|
+
@_builtins.property
|
|
1713
1712
|
@pulumi.getter(name="revisionHistoryLimit")
|
|
1714
|
-
def revision_history_limit(self) -> Optional[
|
|
1713
|
+
def revision_history_limit(self) -> Optional[_builtins.int]:
|
|
1715
1714
|
"""
|
|
1716
1715
|
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.
|
|
1717
1716
|
"""
|
|
1718
1717
|
return pulumi.get(self, "revision_history_limit")
|
|
1719
1718
|
|
|
1720
|
-
@property
|
|
1719
|
+
@_builtins.property
|
|
1721
1720
|
@pulumi.getter
|
|
1722
1721
|
def selector(self) -> Optional['_meta.v1.outputs.LabelSelector']:
|
|
1723
1722
|
"""
|
|
@@ -1725,7 +1724,7 @@ class StatefulSetSpec(dict):
|
|
|
1725
1724
|
"""
|
|
1726
1725
|
return pulumi.get(self, "selector")
|
|
1727
1726
|
|
|
1728
|
-
@property
|
|
1727
|
+
@_builtins.property
|
|
1729
1728
|
@pulumi.getter(name="updateStrategy")
|
|
1730
1729
|
def update_strategy(self) -> Optional['outputs.StatefulSetUpdateStrategy']:
|
|
1731
1730
|
"""
|
|
@@ -1733,7 +1732,7 @@ class StatefulSetSpec(dict):
|
|
|
1733
1732
|
"""
|
|
1734
1733
|
return pulumi.get(self, "update_strategy")
|
|
1735
1734
|
|
|
1736
|
-
@property
|
|
1735
|
+
@_builtins.property
|
|
1737
1736
|
@pulumi.getter(name="volumeClaimTemplates")
|
|
1738
1737
|
def volume_claim_templates(self) -> Optional[Sequence['_core.v1.outputs.PersistentVolumeClaim']]:
|
|
1739
1738
|
"""
|
|
@@ -1773,21 +1772,21 @@ class StatefulSetSpecPatch(dict):
|
|
|
1773
1772
|
return super().get(key, default)
|
|
1774
1773
|
|
|
1775
1774
|
def __init__(__self__, *,
|
|
1776
|
-
pod_management_policy: Optional[
|
|
1777
|
-
replicas: Optional[
|
|
1778
|
-
revision_history_limit: Optional[
|
|
1775
|
+
pod_management_policy: Optional[_builtins.str] = None,
|
|
1776
|
+
replicas: Optional[_builtins.int] = None,
|
|
1777
|
+
revision_history_limit: Optional[_builtins.int] = None,
|
|
1779
1778
|
selector: Optional['_meta.v1.outputs.LabelSelectorPatch'] = None,
|
|
1780
|
-
service_name: Optional[
|
|
1779
|
+
service_name: Optional[_builtins.str] = None,
|
|
1781
1780
|
template: Optional['_core.v1.outputs.PodTemplateSpecPatch'] = None,
|
|
1782
1781
|
update_strategy: Optional['outputs.StatefulSetUpdateStrategyPatch'] = None,
|
|
1783
1782
|
volume_claim_templates: Optional[Sequence['_core.v1.outputs.PersistentVolumeClaimPatch']] = None):
|
|
1784
1783
|
"""
|
|
1785
1784
|
A StatefulSetSpec is the specification of a StatefulSet.
|
|
1786
|
-
:param
|
|
1787
|
-
:param
|
|
1788
|
-
:param
|
|
1785
|
+
:param _builtins.str pod_management_policy: podManagementPolicy controls how pods are created during initial scale up, when replacing pods on nodes, or when scaling down. The default policy is `OrderedReady`, where pods are created in increasing order (pod-0, then pod-1, etc) and the controller will wait until each pod is ready before continuing. When scaling down, the pods are removed in the opposite order. The alternative policy is `Parallel` which will create pods in parallel to match the desired scale without waiting, and on scale down will delete all pods at once.
|
|
1786
|
+
:param _builtins.int replicas: replicas is the desired number of replicas of the given Template. These are replicas in the sense that they are instantiations of the same Template, but individual replicas also have a consistent identity. If unspecified, defaults to 1.
|
|
1787
|
+
:param _builtins.int revision_history_limit: revisionHistoryLimit is the maximum number of revisions that will be maintained in the StatefulSet's revision history. The revision history consists of all revisions not represented by a currently applied StatefulSetSpec version. The default value is 10.
|
|
1789
1788
|
:param '_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
|
|
1790
|
-
:param
|
|
1789
|
+
:param _builtins.str service_name: serviceName is the name of the service that governs this StatefulSet. This service must exist before the StatefulSet, and is responsible for the network identity of the set. Pods get DNS/hostnames that follow the pattern: pod-specific-string.serviceName.default.svc.cluster.local where "pod-specific-string" is managed by the StatefulSet controller.
|
|
1791
1790
|
:param '_core.v1.PodTemplateSpecPatchArgs' template: template is the object that describes the pod that will be created if insufficient replicas are detected. Each pod stamped out by the StatefulSet will fulfill this Template, but have a unique identity from the rest of the StatefulSet.
|
|
1792
1791
|
:param 'StatefulSetUpdateStrategyPatchArgs' update_strategy: updateStrategy indicates the StatefulSetUpdateStrategy that will be employed to update Pods in the StatefulSet when a revision is made to Template.
|
|
1793
1792
|
:param Sequence['_core.v1.PersistentVolumeClaimPatchArgs'] volume_claim_templates: volumeClaimTemplates is a list of claims that pods are allowed to reference. The StatefulSet controller is responsible for mapping network identities to claims in a way that maintains the identity of a pod. Every claim in this list must have at least one matching (by name) volumeMount in one container in the template. A claim in this list takes precedence over any volumes in the template, with the same name.
|
|
@@ -1809,31 +1808,31 @@ class StatefulSetSpecPatch(dict):
|
|
|
1809
1808
|
if volume_claim_templates is not None:
|
|
1810
1809
|
pulumi.set(__self__, "volume_claim_templates", volume_claim_templates)
|
|
1811
1810
|
|
|
1812
|
-
@property
|
|
1811
|
+
@_builtins.property
|
|
1813
1812
|
@pulumi.getter(name="podManagementPolicy")
|
|
1814
|
-
def pod_management_policy(self) -> Optional[
|
|
1813
|
+
def pod_management_policy(self) -> Optional[_builtins.str]:
|
|
1815
1814
|
"""
|
|
1816
1815
|
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.
|
|
1817
1816
|
"""
|
|
1818
1817
|
return pulumi.get(self, "pod_management_policy")
|
|
1819
1818
|
|
|
1820
|
-
@property
|
|
1819
|
+
@_builtins.property
|
|
1821
1820
|
@pulumi.getter
|
|
1822
|
-
def replicas(self) -> Optional[
|
|
1821
|
+
def replicas(self) -> Optional[_builtins.int]:
|
|
1823
1822
|
"""
|
|
1824
1823
|
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.
|
|
1825
1824
|
"""
|
|
1826
1825
|
return pulumi.get(self, "replicas")
|
|
1827
1826
|
|
|
1828
|
-
@property
|
|
1827
|
+
@_builtins.property
|
|
1829
1828
|
@pulumi.getter(name="revisionHistoryLimit")
|
|
1830
|
-
def revision_history_limit(self) -> Optional[
|
|
1829
|
+
def revision_history_limit(self) -> Optional[_builtins.int]:
|
|
1831
1830
|
"""
|
|
1832
1831
|
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.
|
|
1833
1832
|
"""
|
|
1834
1833
|
return pulumi.get(self, "revision_history_limit")
|
|
1835
1834
|
|
|
1836
|
-
@property
|
|
1835
|
+
@_builtins.property
|
|
1837
1836
|
@pulumi.getter
|
|
1838
1837
|
def selector(self) -> Optional['_meta.v1.outputs.LabelSelectorPatch']:
|
|
1839
1838
|
"""
|
|
@@ -1841,15 +1840,15 @@ class StatefulSetSpecPatch(dict):
|
|
|
1841
1840
|
"""
|
|
1842
1841
|
return pulumi.get(self, "selector")
|
|
1843
1842
|
|
|
1844
|
-
@property
|
|
1843
|
+
@_builtins.property
|
|
1845
1844
|
@pulumi.getter(name="serviceName")
|
|
1846
|
-
def service_name(self) -> Optional[
|
|
1845
|
+
def service_name(self) -> Optional[_builtins.str]:
|
|
1847
1846
|
"""
|
|
1848
1847
|
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.
|
|
1849
1848
|
"""
|
|
1850
1849
|
return pulumi.get(self, "service_name")
|
|
1851
1850
|
|
|
1852
|
-
@property
|
|
1851
|
+
@_builtins.property
|
|
1853
1852
|
@pulumi.getter
|
|
1854
1853
|
def template(self) -> Optional['_core.v1.outputs.PodTemplateSpecPatch']:
|
|
1855
1854
|
"""
|
|
@@ -1857,7 +1856,7 @@ class StatefulSetSpecPatch(dict):
|
|
|
1857
1856
|
"""
|
|
1858
1857
|
return pulumi.get(self, "template")
|
|
1859
1858
|
|
|
1860
|
-
@property
|
|
1859
|
+
@_builtins.property
|
|
1861
1860
|
@pulumi.getter(name="updateStrategy")
|
|
1862
1861
|
def update_strategy(self) -> Optional['outputs.StatefulSetUpdateStrategyPatch']:
|
|
1863
1862
|
"""
|
|
@@ -1865,7 +1864,7 @@ class StatefulSetSpecPatch(dict):
|
|
|
1865
1864
|
"""
|
|
1866
1865
|
return pulumi.get(self, "update_strategy")
|
|
1867
1866
|
|
|
1868
|
-
@property
|
|
1867
|
+
@_builtins.property
|
|
1869
1868
|
@pulumi.getter(name="volumeClaimTemplates")
|
|
1870
1869
|
def volume_claim_templates(self) -> Optional[Sequence['_core.v1.outputs.PersistentVolumeClaimPatch']]:
|
|
1871
1870
|
"""
|
|
@@ -1909,26 +1908,26 @@ class StatefulSetStatus(dict):
|
|
|
1909
1908
|
return super().get(key, default)
|
|
1910
1909
|
|
|
1911
1910
|
def __init__(__self__, *,
|
|
1912
|
-
replicas:
|
|
1913
|
-
collision_count: Optional[
|
|
1911
|
+
replicas: _builtins.int,
|
|
1912
|
+
collision_count: Optional[_builtins.int] = None,
|
|
1914
1913
|
conditions: Optional[Sequence['outputs.StatefulSetCondition']] = None,
|
|
1915
|
-
current_replicas: Optional[
|
|
1916
|
-
current_revision: Optional[
|
|
1917
|
-
observed_generation: Optional[
|
|
1918
|
-
ready_replicas: Optional[
|
|
1919
|
-
update_revision: Optional[
|
|
1920
|
-
updated_replicas: Optional[
|
|
1914
|
+
current_replicas: Optional[_builtins.int] = None,
|
|
1915
|
+
current_revision: Optional[_builtins.str] = None,
|
|
1916
|
+
observed_generation: Optional[_builtins.int] = None,
|
|
1917
|
+
ready_replicas: Optional[_builtins.int] = None,
|
|
1918
|
+
update_revision: Optional[_builtins.str] = None,
|
|
1919
|
+
updated_replicas: Optional[_builtins.int] = None):
|
|
1921
1920
|
"""
|
|
1922
1921
|
StatefulSetStatus represents the current state of a StatefulSet.
|
|
1923
|
-
:param
|
|
1924
|
-
:param
|
|
1922
|
+
:param _builtins.int replicas: replicas is the number of Pods created by the StatefulSet controller.
|
|
1923
|
+
:param _builtins.int collision_count: collisionCount is the count of hash collisions for the StatefulSet. The StatefulSet controller uses this field as a collision avoidance mechanism when it needs to create the name for the newest ControllerRevision.
|
|
1925
1924
|
:param Sequence['StatefulSetConditionArgs'] conditions: Represents the latest available observations of a statefulset's current state.
|
|
1926
|
-
:param
|
|
1927
|
-
:param
|
|
1928
|
-
:param
|
|
1929
|
-
:param
|
|
1930
|
-
:param
|
|
1931
|
-
:param
|
|
1925
|
+
:param _builtins.int current_replicas: currentReplicas is the number of Pods created by the StatefulSet controller from the StatefulSet version indicated by currentRevision.
|
|
1926
|
+
:param _builtins.str current_revision: currentRevision, if not empty, indicates the version of the StatefulSet used to generate Pods in the sequence [0,currentReplicas).
|
|
1927
|
+
:param _builtins.int observed_generation: observedGeneration is the most recent generation observed for this StatefulSet. It corresponds to the StatefulSet's generation, which is updated on mutation by the API Server.
|
|
1928
|
+
:param _builtins.int ready_replicas: readyReplicas is the number of Pods created by the StatefulSet controller that have a Ready Condition.
|
|
1929
|
+
:param _builtins.str update_revision: updateRevision, if not empty, indicates the version of the StatefulSet used to generate Pods in the sequence [replicas-updatedReplicas,replicas)
|
|
1930
|
+
:param _builtins.int updated_replicas: updatedReplicas is the number of Pods created by the StatefulSet controller from the StatefulSet version indicated by updateRevision.
|
|
1932
1931
|
"""
|
|
1933
1932
|
pulumi.set(__self__, "replicas", replicas)
|
|
1934
1933
|
if collision_count is not None:
|
|
@@ -1948,23 +1947,23 @@ class StatefulSetStatus(dict):
|
|
|
1948
1947
|
if updated_replicas is not None:
|
|
1949
1948
|
pulumi.set(__self__, "updated_replicas", updated_replicas)
|
|
1950
1949
|
|
|
1951
|
-
@property
|
|
1950
|
+
@_builtins.property
|
|
1952
1951
|
@pulumi.getter
|
|
1953
|
-
def replicas(self) ->
|
|
1952
|
+
def replicas(self) -> _builtins.int:
|
|
1954
1953
|
"""
|
|
1955
1954
|
replicas is the number of Pods created by the StatefulSet controller.
|
|
1956
1955
|
"""
|
|
1957
1956
|
return pulumi.get(self, "replicas")
|
|
1958
1957
|
|
|
1959
|
-
@property
|
|
1958
|
+
@_builtins.property
|
|
1960
1959
|
@pulumi.getter(name="collisionCount")
|
|
1961
|
-
def collision_count(self) -> Optional[
|
|
1960
|
+
def collision_count(self) -> Optional[_builtins.int]:
|
|
1962
1961
|
"""
|
|
1963
1962
|
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.
|
|
1964
1963
|
"""
|
|
1965
1964
|
return pulumi.get(self, "collision_count")
|
|
1966
1965
|
|
|
1967
|
-
@property
|
|
1966
|
+
@_builtins.property
|
|
1968
1967
|
@pulumi.getter
|
|
1969
1968
|
def conditions(self) -> Optional[Sequence['outputs.StatefulSetCondition']]:
|
|
1970
1969
|
"""
|
|
@@ -1972,49 +1971,49 @@ class StatefulSetStatus(dict):
|
|
|
1972
1971
|
"""
|
|
1973
1972
|
return pulumi.get(self, "conditions")
|
|
1974
1973
|
|
|
1975
|
-
@property
|
|
1974
|
+
@_builtins.property
|
|
1976
1975
|
@pulumi.getter(name="currentReplicas")
|
|
1977
|
-
def current_replicas(self) -> Optional[
|
|
1976
|
+
def current_replicas(self) -> Optional[_builtins.int]:
|
|
1978
1977
|
"""
|
|
1979
1978
|
currentReplicas is the number of Pods created by the StatefulSet controller from the StatefulSet version indicated by currentRevision.
|
|
1980
1979
|
"""
|
|
1981
1980
|
return pulumi.get(self, "current_replicas")
|
|
1982
1981
|
|
|
1983
|
-
@property
|
|
1982
|
+
@_builtins.property
|
|
1984
1983
|
@pulumi.getter(name="currentRevision")
|
|
1985
|
-
def current_revision(self) -> Optional[
|
|
1984
|
+
def current_revision(self) -> Optional[_builtins.str]:
|
|
1986
1985
|
"""
|
|
1987
1986
|
currentRevision, if not empty, indicates the version of the StatefulSet used to generate Pods in the sequence [0,currentReplicas).
|
|
1988
1987
|
"""
|
|
1989
1988
|
return pulumi.get(self, "current_revision")
|
|
1990
1989
|
|
|
1991
|
-
@property
|
|
1990
|
+
@_builtins.property
|
|
1992
1991
|
@pulumi.getter(name="observedGeneration")
|
|
1993
|
-
def observed_generation(self) -> Optional[
|
|
1992
|
+
def observed_generation(self) -> Optional[_builtins.int]:
|
|
1994
1993
|
"""
|
|
1995
1994
|
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.
|
|
1996
1995
|
"""
|
|
1997
1996
|
return pulumi.get(self, "observed_generation")
|
|
1998
1997
|
|
|
1999
|
-
@property
|
|
1998
|
+
@_builtins.property
|
|
2000
1999
|
@pulumi.getter(name="readyReplicas")
|
|
2001
|
-
def ready_replicas(self) -> Optional[
|
|
2000
|
+
def ready_replicas(self) -> Optional[_builtins.int]:
|
|
2002
2001
|
"""
|
|
2003
2002
|
readyReplicas is the number of Pods created by the StatefulSet controller that have a Ready Condition.
|
|
2004
2003
|
"""
|
|
2005
2004
|
return pulumi.get(self, "ready_replicas")
|
|
2006
2005
|
|
|
2007
|
-
@property
|
|
2006
|
+
@_builtins.property
|
|
2008
2007
|
@pulumi.getter(name="updateRevision")
|
|
2009
|
-
def update_revision(self) -> Optional[
|
|
2008
|
+
def update_revision(self) -> Optional[_builtins.str]:
|
|
2010
2009
|
"""
|
|
2011
2010
|
updateRevision, if not empty, indicates the version of the StatefulSet used to generate Pods in the sequence [replicas-updatedReplicas,replicas)
|
|
2012
2011
|
"""
|
|
2013
2012
|
return pulumi.get(self, "update_revision")
|
|
2014
2013
|
|
|
2015
|
-
@property
|
|
2014
|
+
@_builtins.property
|
|
2016
2015
|
@pulumi.getter(name="updatedReplicas")
|
|
2017
|
-
def updated_replicas(self) -> Optional[
|
|
2016
|
+
def updated_replicas(self) -> Optional[_builtins.int]:
|
|
2018
2017
|
"""
|
|
2019
2018
|
updatedReplicas is the number of Pods created by the StatefulSet controller from the StatefulSet version indicated by updateRevision.
|
|
2020
2019
|
"""
|
|
@@ -2056,26 +2055,26 @@ class StatefulSetStatusPatch(dict):
|
|
|
2056
2055
|
return super().get(key, default)
|
|
2057
2056
|
|
|
2058
2057
|
def __init__(__self__, *,
|
|
2059
|
-
collision_count: Optional[
|
|
2058
|
+
collision_count: Optional[_builtins.int] = None,
|
|
2060
2059
|
conditions: Optional[Sequence['outputs.StatefulSetConditionPatch']] = None,
|
|
2061
|
-
current_replicas: Optional[
|
|
2062
|
-
current_revision: Optional[
|
|
2063
|
-
observed_generation: Optional[
|
|
2064
|
-
ready_replicas: Optional[
|
|
2065
|
-
replicas: Optional[
|
|
2066
|
-
update_revision: Optional[
|
|
2067
|
-
updated_replicas: Optional[
|
|
2060
|
+
current_replicas: Optional[_builtins.int] = None,
|
|
2061
|
+
current_revision: Optional[_builtins.str] = None,
|
|
2062
|
+
observed_generation: Optional[_builtins.int] = None,
|
|
2063
|
+
ready_replicas: Optional[_builtins.int] = None,
|
|
2064
|
+
replicas: Optional[_builtins.int] = None,
|
|
2065
|
+
update_revision: Optional[_builtins.str] = None,
|
|
2066
|
+
updated_replicas: Optional[_builtins.int] = None):
|
|
2068
2067
|
"""
|
|
2069
2068
|
StatefulSetStatus represents the current state of a StatefulSet.
|
|
2070
|
-
:param
|
|
2069
|
+
:param _builtins.int collision_count: collisionCount is the count of hash collisions for the StatefulSet. The StatefulSet controller uses this field as a collision avoidance mechanism when it needs to create the name for the newest ControllerRevision.
|
|
2071
2070
|
:param Sequence['StatefulSetConditionPatchArgs'] conditions: Represents the latest available observations of a statefulset's current state.
|
|
2072
|
-
:param
|
|
2073
|
-
:param
|
|
2074
|
-
:param
|
|
2075
|
-
:param
|
|
2076
|
-
:param
|
|
2077
|
-
:param
|
|
2078
|
-
:param
|
|
2071
|
+
:param _builtins.int current_replicas: currentReplicas is the number of Pods created by the StatefulSet controller from the StatefulSet version indicated by currentRevision.
|
|
2072
|
+
:param _builtins.str current_revision: currentRevision, if not empty, indicates the version of the StatefulSet used to generate Pods in the sequence [0,currentReplicas).
|
|
2073
|
+
:param _builtins.int observed_generation: observedGeneration is the most recent generation observed for this StatefulSet. It corresponds to the StatefulSet's generation, which is updated on mutation by the API Server.
|
|
2074
|
+
:param _builtins.int ready_replicas: readyReplicas is the number of Pods created by the StatefulSet controller that have a Ready Condition.
|
|
2075
|
+
:param _builtins.int replicas: replicas is the number of Pods created by the StatefulSet controller.
|
|
2076
|
+
:param _builtins.str update_revision: updateRevision, if not empty, indicates the version of the StatefulSet used to generate Pods in the sequence [replicas-updatedReplicas,replicas)
|
|
2077
|
+
:param _builtins.int updated_replicas: updatedReplicas is the number of Pods created by the StatefulSet controller from the StatefulSet version indicated by updateRevision.
|
|
2079
2078
|
"""
|
|
2080
2079
|
if collision_count is not None:
|
|
2081
2080
|
pulumi.set(__self__, "collision_count", collision_count)
|
|
@@ -2096,15 +2095,15 @@ class StatefulSetStatusPatch(dict):
|
|
|
2096
2095
|
if updated_replicas is not None:
|
|
2097
2096
|
pulumi.set(__self__, "updated_replicas", updated_replicas)
|
|
2098
2097
|
|
|
2099
|
-
@property
|
|
2098
|
+
@_builtins.property
|
|
2100
2099
|
@pulumi.getter(name="collisionCount")
|
|
2101
|
-
def collision_count(self) -> Optional[
|
|
2100
|
+
def collision_count(self) -> Optional[_builtins.int]:
|
|
2102
2101
|
"""
|
|
2103
2102
|
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.
|
|
2104
2103
|
"""
|
|
2105
2104
|
return pulumi.get(self, "collision_count")
|
|
2106
2105
|
|
|
2107
|
-
@property
|
|
2106
|
+
@_builtins.property
|
|
2108
2107
|
@pulumi.getter
|
|
2109
2108
|
def conditions(self) -> Optional[Sequence['outputs.StatefulSetConditionPatch']]:
|
|
2110
2109
|
"""
|
|
@@ -2112,57 +2111,57 @@ class StatefulSetStatusPatch(dict):
|
|
|
2112
2111
|
"""
|
|
2113
2112
|
return pulumi.get(self, "conditions")
|
|
2114
2113
|
|
|
2115
|
-
@property
|
|
2114
|
+
@_builtins.property
|
|
2116
2115
|
@pulumi.getter(name="currentReplicas")
|
|
2117
|
-
def current_replicas(self) -> Optional[
|
|
2116
|
+
def current_replicas(self) -> Optional[_builtins.int]:
|
|
2118
2117
|
"""
|
|
2119
2118
|
currentReplicas is the number of Pods created by the StatefulSet controller from the StatefulSet version indicated by currentRevision.
|
|
2120
2119
|
"""
|
|
2121
2120
|
return pulumi.get(self, "current_replicas")
|
|
2122
2121
|
|
|
2123
|
-
@property
|
|
2122
|
+
@_builtins.property
|
|
2124
2123
|
@pulumi.getter(name="currentRevision")
|
|
2125
|
-
def current_revision(self) -> Optional[
|
|
2124
|
+
def current_revision(self) -> Optional[_builtins.str]:
|
|
2126
2125
|
"""
|
|
2127
2126
|
currentRevision, if not empty, indicates the version of the StatefulSet used to generate Pods in the sequence [0,currentReplicas).
|
|
2128
2127
|
"""
|
|
2129
2128
|
return pulumi.get(self, "current_revision")
|
|
2130
2129
|
|
|
2131
|
-
@property
|
|
2130
|
+
@_builtins.property
|
|
2132
2131
|
@pulumi.getter(name="observedGeneration")
|
|
2133
|
-
def observed_generation(self) -> Optional[
|
|
2132
|
+
def observed_generation(self) -> Optional[_builtins.int]:
|
|
2134
2133
|
"""
|
|
2135
2134
|
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.
|
|
2136
2135
|
"""
|
|
2137
2136
|
return pulumi.get(self, "observed_generation")
|
|
2138
2137
|
|
|
2139
|
-
@property
|
|
2138
|
+
@_builtins.property
|
|
2140
2139
|
@pulumi.getter(name="readyReplicas")
|
|
2141
|
-
def ready_replicas(self) -> Optional[
|
|
2140
|
+
def ready_replicas(self) -> Optional[_builtins.int]:
|
|
2142
2141
|
"""
|
|
2143
2142
|
readyReplicas is the number of Pods created by the StatefulSet controller that have a Ready Condition.
|
|
2144
2143
|
"""
|
|
2145
2144
|
return pulumi.get(self, "ready_replicas")
|
|
2146
2145
|
|
|
2147
|
-
@property
|
|
2146
|
+
@_builtins.property
|
|
2148
2147
|
@pulumi.getter
|
|
2149
|
-
def replicas(self) -> Optional[
|
|
2148
|
+
def replicas(self) -> Optional[_builtins.int]:
|
|
2150
2149
|
"""
|
|
2151
2150
|
replicas is the number of Pods created by the StatefulSet controller.
|
|
2152
2151
|
"""
|
|
2153
2152
|
return pulumi.get(self, "replicas")
|
|
2154
2153
|
|
|
2155
|
-
@property
|
|
2154
|
+
@_builtins.property
|
|
2156
2155
|
@pulumi.getter(name="updateRevision")
|
|
2157
|
-
def update_revision(self) -> Optional[
|
|
2156
|
+
def update_revision(self) -> Optional[_builtins.str]:
|
|
2158
2157
|
"""
|
|
2159
2158
|
updateRevision, if not empty, indicates the version of the StatefulSet used to generate Pods in the sequence [replicas-updatedReplicas,replicas)
|
|
2160
2159
|
"""
|
|
2161
2160
|
return pulumi.get(self, "update_revision")
|
|
2162
2161
|
|
|
2163
|
-
@property
|
|
2162
|
+
@_builtins.property
|
|
2164
2163
|
@pulumi.getter(name="updatedReplicas")
|
|
2165
|
-
def updated_replicas(self) -> Optional[
|
|
2164
|
+
def updated_replicas(self) -> Optional[_builtins.int]:
|
|
2166
2165
|
"""
|
|
2167
2166
|
updatedReplicas is the number of Pods created by the StatefulSet controller from the StatefulSet version indicated by updateRevision.
|
|
2168
2167
|
"""
|
|
@@ -2193,18 +2192,18 @@ class StatefulSetUpdateStrategy(dict):
|
|
|
2193
2192
|
|
|
2194
2193
|
def __init__(__self__, *,
|
|
2195
2194
|
rolling_update: Optional['outputs.RollingUpdateStatefulSetStrategy'] = None,
|
|
2196
|
-
type: Optional[
|
|
2195
|
+
type: Optional[_builtins.str] = None):
|
|
2197
2196
|
"""
|
|
2198
2197
|
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.
|
|
2199
2198
|
:param 'RollingUpdateStatefulSetStrategyArgs' rolling_update: RollingUpdate is used to communicate parameters when Type is RollingUpdateStatefulSetStrategyType.
|
|
2200
|
-
:param
|
|
2199
|
+
:param _builtins.str type: Type indicates the type of the StatefulSetUpdateStrategy.
|
|
2201
2200
|
"""
|
|
2202
2201
|
if rolling_update is not None:
|
|
2203
2202
|
pulumi.set(__self__, "rolling_update", rolling_update)
|
|
2204
2203
|
if type is not None:
|
|
2205
2204
|
pulumi.set(__self__, "type", type)
|
|
2206
2205
|
|
|
2207
|
-
@property
|
|
2206
|
+
@_builtins.property
|
|
2208
2207
|
@pulumi.getter(name="rollingUpdate")
|
|
2209
2208
|
def rolling_update(self) -> Optional['outputs.RollingUpdateStatefulSetStrategy']:
|
|
2210
2209
|
"""
|
|
@@ -2212,9 +2211,9 @@ class StatefulSetUpdateStrategy(dict):
|
|
|
2212
2211
|
"""
|
|
2213
2212
|
return pulumi.get(self, "rolling_update")
|
|
2214
2213
|
|
|
2215
|
-
@property
|
|
2214
|
+
@_builtins.property
|
|
2216
2215
|
@pulumi.getter
|
|
2217
|
-
def type(self) -> Optional[
|
|
2216
|
+
def type(self) -> Optional[_builtins.str]:
|
|
2218
2217
|
"""
|
|
2219
2218
|
Type indicates the type of the StatefulSetUpdateStrategy.
|
|
2220
2219
|
"""
|
|
@@ -2245,18 +2244,18 @@ class StatefulSetUpdateStrategyPatch(dict):
|
|
|
2245
2244
|
|
|
2246
2245
|
def __init__(__self__, *,
|
|
2247
2246
|
rolling_update: Optional['outputs.RollingUpdateStatefulSetStrategyPatch'] = None,
|
|
2248
|
-
type: Optional[
|
|
2247
|
+
type: Optional[_builtins.str] = None):
|
|
2249
2248
|
"""
|
|
2250
2249
|
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.
|
|
2251
2250
|
:param 'RollingUpdateStatefulSetStrategyPatchArgs' rolling_update: RollingUpdate is used to communicate parameters when Type is RollingUpdateStatefulSetStrategyType.
|
|
2252
|
-
:param
|
|
2251
|
+
:param _builtins.str type: Type indicates the type of the StatefulSetUpdateStrategy.
|
|
2253
2252
|
"""
|
|
2254
2253
|
if rolling_update is not None:
|
|
2255
2254
|
pulumi.set(__self__, "rolling_update", rolling_update)
|
|
2256
2255
|
if type is not None:
|
|
2257
2256
|
pulumi.set(__self__, "type", type)
|
|
2258
2257
|
|
|
2259
|
-
@property
|
|
2258
|
+
@_builtins.property
|
|
2260
2259
|
@pulumi.getter(name="rollingUpdate")
|
|
2261
2260
|
def rolling_update(self) -> Optional['outputs.RollingUpdateStatefulSetStrategyPatch']:
|
|
2262
2261
|
"""
|
|
@@ -2264,9 +2263,9 @@ class StatefulSetUpdateStrategyPatch(dict):
|
|
|
2264
2263
|
"""
|
|
2265
2264
|
return pulumi.get(self, "rolling_update")
|
|
2266
2265
|
|
|
2267
|
-
@property
|
|
2266
|
+
@_builtins.property
|
|
2268
2267
|
@pulumi.getter
|
|
2269
|
-
def type(self) -> Optional[
|
|
2268
|
+
def type(self) -> Optional[_builtins.str]:
|
|
2270
2269
|
"""
|
|
2271
2270
|
Type indicates the type of the StatefulSetUpdateStrategy.
|
|
2272
2271
|
"""
|