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