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
|
|
@@ -84,17 +85,17 @@ class ControllerRevision(dict):
|
|
|
84
85
|
return super().get(key, default)
|
|
85
86
|
|
|
86
87
|
def __init__(__self__, *,
|
|
87
|
-
revision: int,
|
|
88
|
-
api_version: Optional[str] = None,
|
|
88
|
+
revision: builtins.int,
|
|
89
|
+
api_version: Optional[builtins.str] = None,
|
|
89
90
|
data: Optional[Any] = None,
|
|
90
|
-
kind: Optional[str] = None,
|
|
91
|
+
kind: Optional[builtins.str] = None,
|
|
91
92
|
metadata: Optional['_meta.v1.outputs.ObjectMeta'] = None):
|
|
92
93
|
"""
|
|
93
94
|
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.
|
|
94
|
-
:param int revision: Revision indicates the revision of the state represented by Data.
|
|
95
|
-
:param 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
|
|
95
|
+
:param builtins.int revision: Revision indicates the revision of the state represented by Data.
|
|
96
|
+
:param builtins.str api_version: APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources
|
|
96
97
|
:param Any data: Data is the serialized representation of the state.
|
|
97
|
-
:param 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
|
|
98
|
+
:param builtins.str kind: Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds
|
|
98
99
|
:param '_meta.v1.ObjectMetaArgs' metadata: Standard object's metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata
|
|
99
100
|
"""
|
|
100
101
|
pulumi.set(__self__, "revision", revision)
|
|
@@ -109,7 +110,7 @@ class ControllerRevision(dict):
|
|
|
109
110
|
|
|
110
111
|
@property
|
|
111
112
|
@pulumi.getter
|
|
112
|
-
def revision(self) -> int:
|
|
113
|
+
def revision(self) -> builtins.int:
|
|
113
114
|
"""
|
|
114
115
|
Revision indicates the revision of the state represented by Data.
|
|
115
116
|
"""
|
|
@@ -117,7 +118,7 @@ class ControllerRevision(dict):
|
|
|
117
118
|
|
|
118
119
|
@property
|
|
119
120
|
@pulumi.getter(name="apiVersion")
|
|
120
|
-
def api_version(self) -> Optional[str]:
|
|
121
|
+
def api_version(self) -> Optional[builtins.str]:
|
|
121
122
|
"""
|
|
122
123
|
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
|
|
123
124
|
"""
|
|
@@ -133,7 +134,7 @@ class ControllerRevision(dict):
|
|
|
133
134
|
|
|
134
135
|
@property
|
|
135
136
|
@pulumi.getter
|
|
136
|
-
def kind(self) -> Optional[str]:
|
|
137
|
+
def kind(self) -> Optional[builtins.str]:
|
|
137
138
|
"""
|
|
138
139
|
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
|
|
139
140
|
"""
|
|
@@ -171,15 +172,15 @@ class DaemonSet(dict):
|
|
|
171
172
|
return super().get(key, default)
|
|
172
173
|
|
|
173
174
|
def __init__(__self__, *,
|
|
174
|
-
api_version: Optional[str] = None,
|
|
175
|
-
kind: Optional[str] = None,
|
|
175
|
+
api_version: Optional[builtins.str] = None,
|
|
176
|
+
kind: Optional[builtins.str] = None,
|
|
176
177
|
metadata: Optional['_meta.v1.outputs.ObjectMeta'] = None,
|
|
177
178
|
spec: Optional['outputs.DaemonSetSpec'] = None,
|
|
178
179
|
status: Optional['outputs.DaemonSetStatus'] = None):
|
|
179
180
|
"""
|
|
180
181
|
DaemonSet represents the configuration of a daemon set.
|
|
181
|
-
:param 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
|
|
182
|
-
:param 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
|
|
182
|
+
:param builtins.str api_version: APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources
|
|
183
|
+
:param builtins.str kind: Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds
|
|
183
184
|
:param '_meta.v1.ObjectMetaArgs' metadata: Standard object's metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata
|
|
184
185
|
:param 'DaemonSetSpecArgs' spec: The desired behavior of this daemon set. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#spec-and-status
|
|
185
186
|
:param 'DaemonSetStatusArgs' status: The current status of this daemon set. This data may be out of date by some window of time. Populated by the system. Read-only. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#spec-and-status
|
|
@@ -197,7 +198,7 @@ class DaemonSet(dict):
|
|
|
197
198
|
|
|
198
199
|
@property
|
|
199
200
|
@pulumi.getter(name="apiVersion")
|
|
200
|
-
def api_version(self) -> Optional[str]:
|
|
201
|
+
def api_version(self) -> Optional[builtins.str]:
|
|
201
202
|
"""
|
|
202
203
|
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
|
|
203
204
|
"""
|
|
@@ -205,7 +206,7 @@ class DaemonSet(dict):
|
|
|
205
206
|
|
|
206
207
|
@property
|
|
207
208
|
@pulumi.getter
|
|
208
|
-
def kind(self) -> Optional[str]:
|
|
209
|
+
def kind(self) -> Optional[builtins.str]:
|
|
209
210
|
"""
|
|
210
211
|
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
|
|
211
212
|
"""
|
|
@@ -259,18 +260,18 @@ class DaemonSetCondition(dict):
|
|
|
259
260
|
return super().get(key, default)
|
|
260
261
|
|
|
261
262
|
def __init__(__self__, *,
|
|
262
|
-
status: str,
|
|
263
|
-
type: str,
|
|
264
|
-
last_transition_time: Optional[str] = None,
|
|
265
|
-
message: Optional[str] = None,
|
|
266
|
-
reason: Optional[str] = None):
|
|
263
|
+
status: builtins.str,
|
|
264
|
+
type: builtins.str,
|
|
265
|
+
last_transition_time: Optional[builtins.str] = None,
|
|
266
|
+
message: Optional[builtins.str] = None,
|
|
267
|
+
reason: Optional[builtins.str] = None):
|
|
267
268
|
"""
|
|
268
269
|
DaemonSetCondition describes the state of a DaemonSet at a certain point.
|
|
269
|
-
:param str status: Status of the condition, one of True, False, Unknown.
|
|
270
|
-
:param str type: Type of DaemonSet condition.
|
|
271
|
-
:param str last_transition_time: Last time the condition transitioned from one status to another.
|
|
272
|
-
:param str message: A human readable message indicating details about the transition.
|
|
273
|
-
:param str reason: The reason for the condition's last transition.
|
|
270
|
+
:param builtins.str status: Status of the condition, one of True, False, Unknown.
|
|
271
|
+
:param builtins.str type: Type of DaemonSet condition.
|
|
272
|
+
:param builtins.str last_transition_time: Last time the condition transitioned from one status to another.
|
|
273
|
+
:param builtins.str message: A human readable message indicating details about the transition.
|
|
274
|
+
:param builtins.str reason: The reason for the condition's last transition.
|
|
274
275
|
"""
|
|
275
276
|
pulumi.set(__self__, "status", status)
|
|
276
277
|
pulumi.set(__self__, "type", type)
|
|
@@ -283,7 +284,7 @@ class DaemonSetCondition(dict):
|
|
|
283
284
|
|
|
284
285
|
@property
|
|
285
286
|
@pulumi.getter
|
|
286
|
-
def status(self) -> str:
|
|
287
|
+
def status(self) -> builtins.str:
|
|
287
288
|
"""
|
|
288
289
|
Status of the condition, one of True, False, Unknown.
|
|
289
290
|
"""
|
|
@@ -291,7 +292,7 @@ class DaemonSetCondition(dict):
|
|
|
291
292
|
|
|
292
293
|
@property
|
|
293
294
|
@pulumi.getter
|
|
294
|
-
def type(self) -> str:
|
|
295
|
+
def type(self) -> builtins.str:
|
|
295
296
|
"""
|
|
296
297
|
Type of DaemonSet condition.
|
|
297
298
|
"""
|
|
@@ -299,7 +300,7 @@ class DaemonSetCondition(dict):
|
|
|
299
300
|
|
|
300
301
|
@property
|
|
301
302
|
@pulumi.getter(name="lastTransitionTime")
|
|
302
|
-
def last_transition_time(self) -> Optional[str]:
|
|
303
|
+
def last_transition_time(self) -> Optional[builtins.str]:
|
|
303
304
|
"""
|
|
304
305
|
Last time the condition transitioned from one status to another.
|
|
305
306
|
"""
|
|
@@ -307,7 +308,7 @@ class DaemonSetCondition(dict):
|
|
|
307
308
|
|
|
308
309
|
@property
|
|
309
310
|
@pulumi.getter
|
|
310
|
-
def message(self) -> Optional[str]:
|
|
311
|
+
def message(self) -> Optional[builtins.str]:
|
|
311
312
|
"""
|
|
312
313
|
A human readable message indicating details about the transition.
|
|
313
314
|
"""
|
|
@@ -315,7 +316,7 @@ class DaemonSetCondition(dict):
|
|
|
315
316
|
|
|
316
317
|
@property
|
|
317
318
|
@pulumi.getter
|
|
318
|
-
def reason(self) -> Optional[str]:
|
|
319
|
+
def reason(self) -> Optional[builtins.str]:
|
|
319
320
|
"""
|
|
320
321
|
The reason for the condition's last transition.
|
|
321
322
|
"""
|
|
@@ -345,18 +346,18 @@ class DaemonSetConditionPatch(dict):
|
|
|
345
346
|
return super().get(key, default)
|
|
346
347
|
|
|
347
348
|
def __init__(__self__, *,
|
|
348
|
-
last_transition_time: Optional[str] = None,
|
|
349
|
-
message: Optional[str] = None,
|
|
350
|
-
reason: Optional[str] = None,
|
|
351
|
-
status: Optional[str] = None,
|
|
352
|
-
type: Optional[str] = None):
|
|
349
|
+
last_transition_time: Optional[builtins.str] = None,
|
|
350
|
+
message: Optional[builtins.str] = None,
|
|
351
|
+
reason: Optional[builtins.str] = None,
|
|
352
|
+
status: Optional[builtins.str] = None,
|
|
353
|
+
type: Optional[builtins.str] = None):
|
|
353
354
|
"""
|
|
354
355
|
DaemonSetCondition describes the state of a DaemonSet at a certain point.
|
|
355
|
-
:param str last_transition_time: Last time the condition transitioned from one status to another.
|
|
356
|
-
:param str message: A human readable message indicating details about the transition.
|
|
357
|
-
:param str reason: The reason for the condition's last transition.
|
|
358
|
-
:param str status: Status of the condition, one of True, False, Unknown.
|
|
359
|
-
:param str type: Type of DaemonSet condition.
|
|
356
|
+
:param builtins.str last_transition_time: Last time the condition transitioned from one status to another.
|
|
357
|
+
:param builtins.str message: A human readable message indicating details about the transition.
|
|
358
|
+
:param builtins.str reason: The reason for the condition's last transition.
|
|
359
|
+
:param builtins.str status: Status of the condition, one of True, False, Unknown.
|
|
360
|
+
:param builtins.str type: Type of DaemonSet condition.
|
|
360
361
|
"""
|
|
361
362
|
if last_transition_time is not None:
|
|
362
363
|
pulumi.set(__self__, "last_transition_time", last_transition_time)
|
|
@@ -371,7 +372,7 @@ class DaemonSetConditionPatch(dict):
|
|
|
371
372
|
|
|
372
373
|
@property
|
|
373
374
|
@pulumi.getter(name="lastTransitionTime")
|
|
374
|
-
def last_transition_time(self) -> Optional[str]:
|
|
375
|
+
def last_transition_time(self) -> Optional[builtins.str]:
|
|
375
376
|
"""
|
|
376
377
|
Last time the condition transitioned from one status to another.
|
|
377
378
|
"""
|
|
@@ -379,7 +380,7 @@ class DaemonSetConditionPatch(dict):
|
|
|
379
380
|
|
|
380
381
|
@property
|
|
381
382
|
@pulumi.getter
|
|
382
|
-
def message(self) -> Optional[str]:
|
|
383
|
+
def message(self) -> Optional[builtins.str]:
|
|
383
384
|
"""
|
|
384
385
|
A human readable message indicating details about the transition.
|
|
385
386
|
"""
|
|
@@ -387,7 +388,7 @@ class DaemonSetConditionPatch(dict):
|
|
|
387
388
|
|
|
388
389
|
@property
|
|
389
390
|
@pulumi.getter
|
|
390
|
-
def reason(self) -> Optional[str]:
|
|
391
|
+
def reason(self) -> Optional[builtins.str]:
|
|
391
392
|
"""
|
|
392
393
|
The reason for the condition's last transition.
|
|
393
394
|
"""
|
|
@@ -395,7 +396,7 @@ class DaemonSetConditionPatch(dict):
|
|
|
395
396
|
|
|
396
397
|
@property
|
|
397
398
|
@pulumi.getter
|
|
398
|
-
def status(self) -> Optional[str]:
|
|
399
|
+
def status(self) -> Optional[builtins.str]:
|
|
399
400
|
"""
|
|
400
401
|
Status of the condition, one of True, False, Unknown.
|
|
401
402
|
"""
|
|
@@ -403,7 +404,7 @@ class DaemonSetConditionPatch(dict):
|
|
|
403
404
|
|
|
404
405
|
@property
|
|
405
406
|
@pulumi.getter
|
|
406
|
-
def type(self) -> Optional[str]:
|
|
407
|
+
def type(self) -> Optional[builtins.str]:
|
|
407
408
|
"""
|
|
408
409
|
Type of DaemonSet condition.
|
|
409
410
|
"""
|
|
@@ -439,15 +440,15 @@ class DaemonSetSpec(dict):
|
|
|
439
440
|
def __init__(__self__, *,
|
|
440
441
|
selector: '_meta.v1.outputs.LabelSelector',
|
|
441
442
|
template: '_core.v1.outputs.PodTemplateSpec',
|
|
442
|
-
min_ready_seconds: Optional[int] = None,
|
|
443
|
-
revision_history_limit: Optional[int] = None,
|
|
443
|
+
min_ready_seconds: Optional[builtins.int] = None,
|
|
444
|
+
revision_history_limit: Optional[builtins.int] = None,
|
|
444
445
|
update_strategy: Optional['outputs.DaemonSetUpdateStrategy'] = None):
|
|
445
446
|
"""
|
|
446
447
|
DaemonSetSpec is the specification of a daemon set.
|
|
447
448
|
:param '_meta.v1.LabelSelectorArgs' selector: A label query over pods that are managed by the daemon set. Must match in order to be controlled. It must match the pod template's labels. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/labels/#label-selectors
|
|
448
449
|
:param '_core.v1.PodTemplateSpecArgs' template: An object that describes the pod that will be created. The DaemonSet will create exactly one copy of this pod on every node that matches the template's node selector (or on every node if no node selector is specified). More info: https://kubernetes.io/docs/concepts/workloads/controllers/replicationcontroller#pod-template
|
|
449
|
-
:param int min_ready_seconds: The minimum number of seconds for which a newly created DaemonSet pod should be ready without any of its container crashing, for it to be considered available. Defaults to 0 (pod will be considered available as soon as it is ready).
|
|
450
|
-
:param int revision_history_limit: The number of old history to retain to allow rollback. This is a pointer to distinguish between explicit zero and not specified. Defaults to 10.
|
|
450
|
+
:param builtins.int min_ready_seconds: The minimum number of seconds for which a newly created DaemonSet pod should be ready without any of its container crashing, for it to be considered available. Defaults to 0 (pod will be considered available as soon as it is ready).
|
|
451
|
+
:param builtins.int revision_history_limit: The number of old history to retain to allow rollback. This is a pointer to distinguish between explicit zero and not specified. Defaults to 10.
|
|
451
452
|
:param 'DaemonSetUpdateStrategyArgs' update_strategy: An update strategy to replace existing DaemonSet pods with new pods.
|
|
452
453
|
"""
|
|
453
454
|
pulumi.set(__self__, "selector", selector)
|
|
@@ -477,7 +478,7 @@ class DaemonSetSpec(dict):
|
|
|
477
478
|
|
|
478
479
|
@property
|
|
479
480
|
@pulumi.getter(name="minReadySeconds")
|
|
480
|
-
def min_ready_seconds(self) -> Optional[int]:
|
|
481
|
+
def min_ready_seconds(self) -> Optional[builtins.int]:
|
|
481
482
|
"""
|
|
482
483
|
The minimum number of seconds for which a newly created DaemonSet pod should be ready without any of its container crashing, for it to be considered available. Defaults to 0 (pod will be considered available as soon as it is ready).
|
|
483
484
|
"""
|
|
@@ -485,7 +486,7 @@ class DaemonSetSpec(dict):
|
|
|
485
486
|
|
|
486
487
|
@property
|
|
487
488
|
@pulumi.getter(name="revisionHistoryLimit")
|
|
488
|
-
def revision_history_limit(self) -> Optional[int]:
|
|
489
|
+
def revision_history_limit(self) -> Optional[builtins.int]:
|
|
489
490
|
"""
|
|
490
491
|
The number of old history to retain to allow rollback. This is a pointer to distinguish between explicit zero and not specified. Defaults to 10.
|
|
491
492
|
"""
|
|
@@ -527,15 +528,15 @@ class DaemonSetSpecPatch(dict):
|
|
|
527
528
|
return super().get(key, default)
|
|
528
529
|
|
|
529
530
|
def __init__(__self__, *,
|
|
530
|
-
min_ready_seconds: Optional[int] = None,
|
|
531
|
-
revision_history_limit: Optional[int] = None,
|
|
531
|
+
min_ready_seconds: Optional[builtins.int] = None,
|
|
532
|
+
revision_history_limit: Optional[builtins.int] = None,
|
|
532
533
|
selector: Optional['_meta.v1.outputs.LabelSelectorPatch'] = None,
|
|
533
534
|
template: Optional['_core.v1.outputs.PodTemplateSpecPatch'] = None,
|
|
534
535
|
update_strategy: Optional['outputs.DaemonSetUpdateStrategyPatch'] = None):
|
|
535
536
|
"""
|
|
536
537
|
DaemonSetSpec is the specification of a daemon set.
|
|
537
|
-
:param int min_ready_seconds: The minimum number of seconds for which a newly created DaemonSet pod should be ready without any of its container crashing, for it to be considered available. Defaults to 0 (pod will be considered available as soon as it is ready).
|
|
538
|
-
:param int revision_history_limit: The number of old history to retain to allow rollback. This is a pointer to distinguish between explicit zero and not specified. Defaults to 10.
|
|
538
|
+
:param builtins.int min_ready_seconds: The minimum number of seconds for which a newly created DaemonSet pod should be ready without any of its container crashing, for it to be considered available. Defaults to 0 (pod will be considered available as soon as it is ready).
|
|
539
|
+
:param builtins.int revision_history_limit: The number of old history to retain to allow rollback. This is a pointer to distinguish between explicit zero and not specified. Defaults to 10.
|
|
539
540
|
:param '_meta.v1.LabelSelectorPatchArgs' selector: A label query over pods that are managed by the daemon set. Must match in order to be controlled. It must match the pod template's labels. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/labels/#label-selectors
|
|
540
541
|
:param '_core.v1.PodTemplateSpecPatchArgs' template: An object that describes the pod that will be created. The DaemonSet will create exactly one copy of this pod on every node that matches the template's node selector (or on every node if no node selector is specified). More info: https://kubernetes.io/docs/concepts/workloads/controllers/replicationcontroller#pod-template
|
|
541
542
|
:param 'DaemonSetUpdateStrategyPatchArgs' update_strategy: An update strategy to replace existing DaemonSet pods with new pods.
|
|
@@ -553,7 +554,7 @@ class DaemonSetSpecPatch(dict):
|
|
|
553
554
|
|
|
554
555
|
@property
|
|
555
556
|
@pulumi.getter(name="minReadySeconds")
|
|
556
|
-
def min_ready_seconds(self) -> Optional[int]:
|
|
557
|
+
def min_ready_seconds(self) -> Optional[builtins.int]:
|
|
557
558
|
"""
|
|
558
559
|
The minimum number of seconds for which a newly created DaemonSet pod should be ready without any of its container crashing, for it to be considered available. Defaults to 0 (pod will be considered available as soon as it is ready).
|
|
559
560
|
"""
|
|
@@ -561,7 +562,7 @@ class DaemonSetSpecPatch(dict):
|
|
|
561
562
|
|
|
562
563
|
@property
|
|
563
564
|
@pulumi.getter(name="revisionHistoryLimit")
|
|
564
|
-
def revision_history_limit(self) -> Optional[int]:
|
|
565
|
+
def revision_history_limit(self) -> Optional[builtins.int]:
|
|
565
566
|
"""
|
|
566
567
|
The number of old history to retain to allow rollback. This is a pointer to distinguish between explicit zero and not specified. Defaults to 10.
|
|
567
568
|
"""
|
|
@@ -631,28 +632,28 @@ class DaemonSetStatus(dict):
|
|
|
631
632
|
return super().get(key, default)
|
|
632
633
|
|
|
633
634
|
def __init__(__self__, *,
|
|
634
|
-
current_number_scheduled: int,
|
|
635
|
-
desired_number_scheduled: int,
|
|
636
|
-
number_misscheduled: int,
|
|
637
|
-
number_ready: int,
|
|
638
|
-
collision_count: Optional[int] = None,
|
|
635
|
+
current_number_scheduled: builtins.int,
|
|
636
|
+
desired_number_scheduled: builtins.int,
|
|
637
|
+
number_misscheduled: builtins.int,
|
|
638
|
+
number_ready: builtins.int,
|
|
639
|
+
collision_count: Optional[builtins.int] = None,
|
|
639
640
|
conditions: Optional[Sequence['outputs.DaemonSetCondition']] = None,
|
|
640
|
-
number_available: Optional[int] = None,
|
|
641
|
-
number_unavailable: Optional[int] = None,
|
|
642
|
-
observed_generation: Optional[int] = None,
|
|
643
|
-
updated_number_scheduled: Optional[int] = None):
|
|
641
|
+
number_available: Optional[builtins.int] = None,
|
|
642
|
+
number_unavailable: Optional[builtins.int] = None,
|
|
643
|
+
observed_generation: Optional[builtins.int] = None,
|
|
644
|
+
updated_number_scheduled: Optional[builtins.int] = None):
|
|
644
645
|
"""
|
|
645
646
|
DaemonSetStatus represents the current status of a daemon set.
|
|
646
|
-
:param int current_number_scheduled: The number of nodes that are running at least 1 daemon pod and are supposed to run the daemon pod. More info: https://kubernetes.io/docs/concepts/workloads/controllers/daemonset/
|
|
647
|
-
:param int desired_number_scheduled: The total number of nodes that should be running the daemon pod (including nodes correctly running the daemon pod). More info: https://kubernetes.io/docs/concepts/workloads/controllers/daemonset/
|
|
648
|
-
:param int number_misscheduled: The number of nodes that are running the daemon pod, but are not supposed to run the daemon pod. More info: https://kubernetes.io/docs/concepts/workloads/controllers/daemonset/
|
|
649
|
-
:param int number_ready: The number of nodes that should be running the daemon pod and have one or more of the daemon pod running and ready.
|
|
650
|
-
:param int collision_count: Count of hash collisions for the DaemonSet. The DaemonSet controller uses this field as a collision avoidance mechanism when it needs to create the name for the newest ControllerRevision.
|
|
647
|
+
:param builtins.int current_number_scheduled: The number of nodes that are running at least 1 daemon pod and are supposed to run the daemon pod. More info: https://kubernetes.io/docs/concepts/workloads/controllers/daemonset/
|
|
648
|
+
:param builtins.int desired_number_scheduled: The total number of nodes that should be running the daemon pod (including nodes correctly running the daemon pod). More info: https://kubernetes.io/docs/concepts/workloads/controllers/daemonset/
|
|
649
|
+
:param builtins.int number_misscheduled: The number of nodes that are running the daemon pod, but are not supposed to run the daemon pod. More info: https://kubernetes.io/docs/concepts/workloads/controllers/daemonset/
|
|
650
|
+
:param builtins.int number_ready: The number of nodes that should be running the daemon pod and have one or more of the daemon pod running and ready.
|
|
651
|
+
:param builtins.int collision_count: Count of hash collisions for the DaemonSet. The DaemonSet controller uses this field as a collision avoidance mechanism when it needs to create the name for the newest ControllerRevision.
|
|
651
652
|
:param Sequence['DaemonSetConditionArgs'] conditions: Represents the latest available observations of a DaemonSet's current state.
|
|
652
|
-
:param int number_available: The number of nodes that should be running the daemon pod and have one or more of the daemon pod running and available (ready for at least spec.minReadySeconds)
|
|
653
|
-
:param int number_unavailable: The number of nodes that should be running the daemon pod and have none of the daemon pod running and available (ready for at least spec.minReadySeconds)
|
|
654
|
-
:param int observed_generation: The most recent generation observed by the daemon set controller.
|
|
655
|
-
:param int updated_number_scheduled: The total number of nodes that are running updated daemon pod
|
|
653
|
+
:param builtins.int number_available: The number of nodes that should be running the daemon pod and have one or more of the daemon pod running and available (ready for at least spec.minReadySeconds)
|
|
654
|
+
:param builtins.int number_unavailable: The number of nodes that should be running the daemon pod and have none of the daemon pod running and available (ready for at least spec.minReadySeconds)
|
|
655
|
+
:param builtins.int observed_generation: The most recent generation observed by the daemon set controller.
|
|
656
|
+
:param builtins.int updated_number_scheduled: The total number of nodes that are running updated daemon pod
|
|
656
657
|
"""
|
|
657
658
|
pulumi.set(__self__, "current_number_scheduled", current_number_scheduled)
|
|
658
659
|
pulumi.set(__self__, "desired_number_scheduled", desired_number_scheduled)
|
|
@@ -673,7 +674,7 @@ class DaemonSetStatus(dict):
|
|
|
673
674
|
|
|
674
675
|
@property
|
|
675
676
|
@pulumi.getter(name="currentNumberScheduled")
|
|
676
|
-
def current_number_scheduled(self) -> int:
|
|
677
|
+
def current_number_scheduled(self) -> builtins.int:
|
|
677
678
|
"""
|
|
678
679
|
The number of nodes that are running at least 1 daemon pod and are supposed to run the daemon pod. More info: https://kubernetes.io/docs/concepts/workloads/controllers/daemonset/
|
|
679
680
|
"""
|
|
@@ -681,7 +682,7 @@ class DaemonSetStatus(dict):
|
|
|
681
682
|
|
|
682
683
|
@property
|
|
683
684
|
@pulumi.getter(name="desiredNumberScheduled")
|
|
684
|
-
def desired_number_scheduled(self) -> int:
|
|
685
|
+
def desired_number_scheduled(self) -> builtins.int:
|
|
685
686
|
"""
|
|
686
687
|
The total number of nodes that should be running the daemon pod (including nodes correctly running the daemon pod). More info: https://kubernetes.io/docs/concepts/workloads/controllers/daemonset/
|
|
687
688
|
"""
|
|
@@ -689,7 +690,7 @@ class DaemonSetStatus(dict):
|
|
|
689
690
|
|
|
690
691
|
@property
|
|
691
692
|
@pulumi.getter(name="numberMisscheduled")
|
|
692
|
-
def number_misscheduled(self) -> int:
|
|
693
|
+
def number_misscheduled(self) -> builtins.int:
|
|
693
694
|
"""
|
|
694
695
|
The number of nodes that are running the daemon pod, but are not supposed to run the daemon pod. More info: https://kubernetes.io/docs/concepts/workloads/controllers/daemonset/
|
|
695
696
|
"""
|
|
@@ -697,7 +698,7 @@ class DaemonSetStatus(dict):
|
|
|
697
698
|
|
|
698
699
|
@property
|
|
699
700
|
@pulumi.getter(name="numberReady")
|
|
700
|
-
def number_ready(self) -> int:
|
|
701
|
+
def number_ready(self) -> builtins.int:
|
|
701
702
|
"""
|
|
702
703
|
The number of nodes that should be running the daemon pod and have one or more of the daemon pod running and ready.
|
|
703
704
|
"""
|
|
@@ -705,7 +706,7 @@ class DaemonSetStatus(dict):
|
|
|
705
706
|
|
|
706
707
|
@property
|
|
707
708
|
@pulumi.getter(name="collisionCount")
|
|
708
|
-
def collision_count(self) -> Optional[int]:
|
|
709
|
+
def collision_count(self) -> Optional[builtins.int]:
|
|
709
710
|
"""
|
|
710
711
|
Count of hash collisions for the DaemonSet. The DaemonSet controller uses this field as a collision avoidance mechanism when it needs to create the name for the newest ControllerRevision.
|
|
711
712
|
"""
|
|
@@ -721,7 +722,7 @@ class DaemonSetStatus(dict):
|
|
|
721
722
|
|
|
722
723
|
@property
|
|
723
724
|
@pulumi.getter(name="numberAvailable")
|
|
724
|
-
def number_available(self) -> Optional[int]:
|
|
725
|
+
def number_available(self) -> Optional[builtins.int]:
|
|
725
726
|
"""
|
|
726
727
|
The number of nodes that should be running the daemon pod and have one or more of the daemon pod running and available (ready for at least spec.minReadySeconds)
|
|
727
728
|
"""
|
|
@@ -729,7 +730,7 @@ class DaemonSetStatus(dict):
|
|
|
729
730
|
|
|
730
731
|
@property
|
|
731
732
|
@pulumi.getter(name="numberUnavailable")
|
|
732
|
-
def number_unavailable(self) -> Optional[int]:
|
|
733
|
+
def number_unavailable(self) -> Optional[builtins.int]:
|
|
733
734
|
"""
|
|
734
735
|
The number of nodes that should be running the daemon pod and have none of the daemon pod running and available (ready for at least spec.minReadySeconds)
|
|
735
736
|
"""
|
|
@@ -737,7 +738,7 @@ class DaemonSetStatus(dict):
|
|
|
737
738
|
|
|
738
739
|
@property
|
|
739
740
|
@pulumi.getter(name="observedGeneration")
|
|
740
|
-
def observed_generation(self) -> Optional[int]:
|
|
741
|
+
def observed_generation(self) -> Optional[builtins.int]:
|
|
741
742
|
"""
|
|
742
743
|
The most recent generation observed by the daemon set controller.
|
|
743
744
|
"""
|
|
@@ -745,7 +746,7 @@ class DaemonSetStatus(dict):
|
|
|
745
746
|
|
|
746
747
|
@property
|
|
747
748
|
@pulumi.getter(name="updatedNumberScheduled")
|
|
748
|
-
def updated_number_scheduled(self) -> Optional[int]:
|
|
749
|
+
def updated_number_scheduled(self) -> Optional[builtins.int]:
|
|
749
750
|
"""
|
|
750
751
|
The total number of nodes that are running updated daemon pod
|
|
751
752
|
"""
|
|
@@ -791,28 +792,28 @@ class DaemonSetStatusPatch(dict):
|
|
|
791
792
|
return super().get(key, default)
|
|
792
793
|
|
|
793
794
|
def __init__(__self__, *,
|
|
794
|
-
collision_count: Optional[int] = None,
|
|
795
|
+
collision_count: Optional[builtins.int] = None,
|
|
795
796
|
conditions: Optional[Sequence['outputs.DaemonSetConditionPatch']] = None,
|
|
796
|
-
current_number_scheduled: Optional[int] = None,
|
|
797
|
-
desired_number_scheduled: Optional[int] = None,
|
|
798
|
-
number_available: Optional[int] = None,
|
|
799
|
-
number_misscheduled: Optional[int] = None,
|
|
800
|
-
number_ready: Optional[int] = None,
|
|
801
|
-
number_unavailable: Optional[int] = None,
|
|
802
|
-
observed_generation: Optional[int] = None,
|
|
803
|
-
updated_number_scheduled: Optional[int] = None):
|
|
797
|
+
current_number_scheduled: Optional[builtins.int] = None,
|
|
798
|
+
desired_number_scheduled: Optional[builtins.int] = None,
|
|
799
|
+
number_available: Optional[builtins.int] = None,
|
|
800
|
+
number_misscheduled: Optional[builtins.int] = None,
|
|
801
|
+
number_ready: Optional[builtins.int] = None,
|
|
802
|
+
number_unavailable: Optional[builtins.int] = None,
|
|
803
|
+
observed_generation: Optional[builtins.int] = None,
|
|
804
|
+
updated_number_scheduled: Optional[builtins.int] = None):
|
|
804
805
|
"""
|
|
805
806
|
DaemonSetStatus represents the current status of a daemon set.
|
|
806
|
-
:param int collision_count: Count of hash collisions for the DaemonSet. The DaemonSet controller uses this field as a collision avoidance mechanism when it needs to create the name for the newest ControllerRevision.
|
|
807
|
+
:param builtins.int collision_count: Count of hash collisions for the DaemonSet. The DaemonSet controller uses this field as a collision avoidance mechanism when it needs to create the name for the newest ControllerRevision.
|
|
807
808
|
:param Sequence['DaemonSetConditionPatchArgs'] conditions: Represents the latest available observations of a DaemonSet's current state.
|
|
808
|
-
:param int current_number_scheduled: The number of nodes that are running at least 1 daemon pod and are supposed to run the daemon pod. More info: https://kubernetes.io/docs/concepts/workloads/controllers/daemonset/
|
|
809
|
-
:param int desired_number_scheduled: The total number of nodes that should be running the daemon pod (including nodes correctly running the daemon pod). More info: https://kubernetes.io/docs/concepts/workloads/controllers/daemonset/
|
|
810
|
-
:param int number_available: The number of nodes that should be running the daemon pod and have one or more of the daemon pod running and available (ready for at least spec.minReadySeconds)
|
|
811
|
-
:param int number_misscheduled: The number of nodes that are running the daemon pod, but are not supposed to run the daemon pod. More info: https://kubernetes.io/docs/concepts/workloads/controllers/daemonset/
|
|
812
|
-
:param int number_ready: The number of nodes that should be running the daemon pod and have one or more of the daemon pod running and ready.
|
|
813
|
-
:param int number_unavailable: The number of nodes that should be running the daemon pod and have none of the daemon pod running and available (ready for at least spec.minReadySeconds)
|
|
814
|
-
:param int observed_generation: The most recent generation observed by the daemon set controller.
|
|
815
|
-
:param int updated_number_scheduled: The total number of nodes that are running updated daemon pod
|
|
809
|
+
:param builtins.int current_number_scheduled: The number of nodes that are running at least 1 daemon pod and are supposed to run the daemon pod. More info: https://kubernetes.io/docs/concepts/workloads/controllers/daemonset/
|
|
810
|
+
:param builtins.int desired_number_scheduled: The total number of nodes that should be running the daemon pod (including nodes correctly running the daemon pod). More info: https://kubernetes.io/docs/concepts/workloads/controllers/daemonset/
|
|
811
|
+
:param builtins.int number_available: The number of nodes that should be running the daemon pod and have one or more of the daemon pod running and available (ready for at least spec.minReadySeconds)
|
|
812
|
+
:param builtins.int number_misscheduled: The number of nodes that are running the daemon pod, but are not supposed to run the daemon pod. More info: https://kubernetes.io/docs/concepts/workloads/controllers/daemonset/
|
|
813
|
+
:param builtins.int number_ready: The number of nodes that should be running the daemon pod and have one or more of the daemon pod running and ready.
|
|
814
|
+
:param builtins.int number_unavailable: The number of nodes that should be running the daemon pod and have none of the daemon pod running and available (ready for at least spec.minReadySeconds)
|
|
815
|
+
:param builtins.int observed_generation: The most recent generation observed by the daemon set controller.
|
|
816
|
+
:param builtins.int updated_number_scheduled: The total number of nodes that are running updated daemon pod
|
|
816
817
|
"""
|
|
817
818
|
if collision_count is not None:
|
|
818
819
|
pulumi.set(__self__, "collision_count", collision_count)
|
|
@@ -837,7 +838,7 @@ class DaemonSetStatusPatch(dict):
|
|
|
837
838
|
|
|
838
839
|
@property
|
|
839
840
|
@pulumi.getter(name="collisionCount")
|
|
840
|
-
def collision_count(self) -> Optional[int]:
|
|
841
|
+
def collision_count(self) -> Optional[builtins.int]:
|
|
841
842
|
"""
|
|
842
843
|
Count of hash collisions for the DaemonSet. The DaemonSet controller uses this field as a collision avoidance mechanism when it needs to create the name for the newest ControllerRevision.
|
|
843
844
|
"""
|
|
@@ -853,7 +854,7 @@ class DaemonSetStatusPatch(dict):
|
|
|
853
854
|
|
|
854
855
|
@property
|
|
855
856
|
@pulumi.getter(name="currentNumberScheduled")
|
|
856
|
-
def current_number_scheduled(self) -> Optional[int]:
|
|
857
|
+
def current_number_scheduled(self) -> Optional[builtins.int]:
|
|
857
858
|
"""
|
|
858
859
|
The number of nodes that are running at least 1 daemon pod and are supposed to run the daemon pod. More info: https://kubernetes.io/docs/concepts/workloads/controllers/daemonset/
|
|
859
860
|
"""
|
|
@@ -861,7 +862,7 @@ class DaemonSetStatusPatch(dict):
|
|
|
861
862
|
|
|
862
863
|
@property
|
|
863
864
|
@pulumi.getter(name="desiredNumberScheduled")
|
|
864
|
-
def desired_number_scheduled(self) -> Optional[int]:
|
|
865
|
+
def desired_number_scheduled(self) -> Optional[builtins.int]:
|
|
865
866
|
"""
|
|
866
867
|
The total number of nodes that should be running the daemon pod (including nodes correctly running the daemon pod). More info: https://kubernetes.io/docs/concepts/workloads/controllers/daemonset/
|
|
867
868
|
"""
|
|
@@ -869,7 +870,7 @@ class DaemonSetStatusPatch(dict):
|
|
|
869
870
|
|
|
870
871
|
@property
|
|
871
872
|
@pulumi.getter(name="numberAvailable")
|
|
872
|
-
def number_available(self) -> Optional[int]:
|
|
873
|
+
def number_available(self) -> Optional[builtins.int]:
|
|
873
874
|
"""
|
|
874
875
|
The number of nodes that should be running the daemon pod and have one or more of the daemon pod running and available (ready for at least spec.minReadySeconds)
|
|
875
876
|
"""
|
|
@@ -877,7 +878,7 @@ class DaemonSetStatusPatch(dict):
|
|
|
877
878
|
|
|
878
879
|
@property
|
|
879
880
|
@pulumi.getter(name="numberMisscheduled")
|
|
880
|
-
def number_misscheduled(self) -> Optional[int]:
|
|
881
|
+
def number_misscheduled(self) -> Optional[builtins.int]:
|
|
881
882
|
"""
|
|
882
883
|
The number of nodes that are running the daemon pod, but are not supposed to run the daemon pod. More info: https://kubernetes.io/docs/concepts/workloads/controllers/daemonset/
|
|
883
884
|
"""
|
|
@@ -885,7 +886,7 @@ class DaemonSetStatusPatch(dict):
|
|
|
885
886
|
|
|
886
887
|
@property
|
|
887
888
|
@pulumi.getter(name="numberReady")
|
|
888
|
-
def number_ready(self) -> Optional[int]:
|
|
889
|
+
def number_ready(self) -> Optional[builtins.int]:
|
|
889
890
|
"""
|
|
890
891
|
The number of nodes that should be running the daemon pod and have one or more of the daemon pod running and ready.
|
|
891
892
|
"""
|
|
@@ -893,7 +894,7 @@ class DaemonSetStatusPatch(dict):
|
|
|
893
894
|
|
|
894
895
|
@property
|
|
895
896
|
@pulumi.getter(name="numberUnavailable")
|
|
896
|
-
def number_unavailable(self) -> Optional[int]:
|
|
897
|
+
def number_unavailable(self) -> Optional[builtins.int]:
|
|
897
898
|
"""
|
|
898
899
|
The number of nodes that should be running the daemon pod and have none of the daemon pod running and available (ready for at least spec.minReadySeconds)
|
|
899
900
|
"""
|
|
@@ -901,7 +902,7 @@ class DaemonSetStatusPatch(dict):
|
|
|
901
902
|
|
|
902
903
|
@property
|
|
903
904
|
@pulumi.getter(name="observedGeneration")
|
|
904
|
-
def observed_generation(self) -> Optional[int]:
|
|
905
|
+
def observed_generation(self) -> Optional[builtins.int]:
|
|
905
906
|
"""
|
|
906
907
|
The most recent generation observed by the daemon set controller.
|
|
907
908
|
"""
|
|
@@ -909,7 +910,7 @@ class DaemonSetStatusPatch(dict):
|
|
|
909
910
|
|
|
910
911
|
@property
|
|
911
912
|
@pulumi.getter(name="updatedNumberScheduled")
|
|
912
|
-
def updated_number_scheduled(self) -> Optional[int]:
|
|
913
|
+
def updated_number_scheduled(self) -> Optional[builtins.int]:
|
|
913
914
|
"""
|
|
914
915
|
The total number of nodes that are running updated daemon pod
|
|
915
916
|
"""
|
|
@@ -940,11 +941,11 @@ class DaemonSetUpdateStrategy(dict):
|
|
|
940
941
|
|
|
941
942
|
def __init__(__self__, *,
|
|
942
943
|
rolling_update: Optional['outputs.RollingUpdateDaemonSet'] = None,
|
|
943
|
-
type: Optional[str] = None):
|
|
944
|
+
type: Optional[builtins.str] = None):
|
|
944
945
|
"""
|
|
945
946
|
DaemonSetUpdateStrategy is a struct used to control the update strategy for a DaemonSet.
|
|
946
947
|
:param 'RollingUpdateDaemonSetArgs' rolling_update: Rolling update config params. Present only if type = "RollingUpdate".
|
|
947
|
-
:param str type: Type of daemon set update. Can be "RollingUpdate" or "OnDelete". Default is RollingUpdate.
|
|
948
|
+
:param builtins.str type: Type of daemon set update. Can be "RollingUpdate" or "OnDelete". Default is RollingUpdate.
|
|
948
949
|
"""
|
|
949
950
|
if rolling_update is not None:
|
|
950
951
|
pulumi.set(__self__, "rolling_update", rolling_update)
|
|
@@ -961,7 +962,7 @@ class DaemonSetUpdateStrategy(dict):
|
|
|
961
962
|
|
|
962
963
|
@property
|
|
963
964
|
@pulumi.getter
|
|
964
|
-
def type(self) -> Optional[str]:
|
|
965
|
+
def type(self) -> Optional[builtins.str]:
|
|
965
966
|
"""
|
|
966
967
|
Type of daemon set update. Can be "RollingUpdate" or "OnDelete". Default is RollingUpdate.
|
|
967
968
|
"""
|
|
@@ -992,11 +993,11 @@ class DaemonSetUpdateStrategyPatch(dict):
|
|
|
992
993
|
|
|
993
994
|
def __init__(__self__, *,
|
|
994
995
|
rolling_update: Optional['outputs.RollingUpdateDaemonSetPatch'] = None,
|
|
995
|
-
type: Optional[str] = None):
|
|
996
|
+
type: Optional[builtins.str] = None):
|
|
996
997
|
"""
|
|
997
998
|
DaemonSetUpdateStrategy is a struct used to control the update strategy for a DaemonSet.
|
|
998
999
|
:param 'RollingUpdateDaemonSetPatchArgs' rolling_update: Rolling update config params. Present only if type = "RollingUpdate".
|
|
999
|
-
:param str type: Type of daemon set update. Can be "RollingUpdate" or "OnDelete". Default is RollingUpdate.
|
|
1000
|
+
:param builtins.str type: Type of daemon set update. Can be "RollingUpdate" or "OnDelete". Default is RollingUpdate.
|
|
1000
1001
|
"""
|
|
1001
1002
|
if rolling_update is not None:
|
|
1002
1003
|
pulumi.set(__self__, "rolling_update", rolling_update)
|
|
@@ -1013,7 +1014,7 @@ class DaemonSetUpdateStrategyPatch(dict):
|
|
|
1013
1014
|
|
|
1014
1015
|
@property
|
|
1015
1016
|
@pulumi.getter
|
|
1016
|
-
def type(self) -> Optional[str]:
|
|
1017
|
+
def type(self) -> Optional[builtins.str]:
|
|
1017
1018
|
"""
|
|
1018
1019
|
Type of daemon set update. Can be "RollingUpdate" or "OnDelete". Default is RollingUpdate.
|
|
1019
1020
|
"""
|
|
@@ -1065,8 +1066,8 @@ class Deployment(dict):
|
|
|
1065
1066
|
return super().get(key, default)
|
|
1066
1067
|
|
|
1067
1068
|
def __init__(__self__, *,
|
|
1068
|
-
api_version: Optional[str] = None,
|
|
1069
|
-
kind: Optional[str] = None,
|
|
1069
|
+
api_version: Optional[builtins.str] = None,
|
|
1070
|
+
kind: Optional[builtins.str] = None,
|
|
1070
1071
|
metadata: Optional['_meta.v1.outputs.ObjectMeta'] = None,
|
|
1071
1072
|
spec: Optional['outputs.DeploymentSpec'] = None,
|
|
1072
1073
|
status: Optional['outputs.DeploymentStatus'] = None):
|
|
@@ -1094,8 +1095,8 @@ class Deployment(dict):
|
|
|
1094
1095
|
If the Deployment has not reached a Ready state after 10 minutes, it will
|
|
1095
1096
|
time out and mark the resource update as Failed. You can override the default timeout value
|
|
1096
1097
|
by setting the 'customTimeouts' option on the resource.
|
|
1097
|
-
:param 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
|
|
1098
|
-
:param 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
|
|
1098
|
+
:param builtins.str api_version: APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources
|
|
1099
|
+
:param builtins.str kind: Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds
|
|
1099
1100
|
:param '_meta.v1.ObjectMetaArgs' metadata: Standard object metadata.
|
|
1100
1101
|
:param 'DeploymentSpecArgs' spec: Specification of the desired behavior of the Deployment.
|
|
1101
1102
|
:param 'DeploymentStatusArgs' status: Most recently observed status of the Deployment.
|
|
@@ -1113,7 +1114,7 @@ class Deployment(dict):
|
|
|
1113
1114
|
|
|
1114
1115
|
@property
|
|
1115
1116
|
@pulumi.getter(name="apiVersion")
|
|
1116
|
-
def api_version(self) -> Optional[str]:
|
|
1117
|
+
def api_version(self) -> Optional[builtins.str]:
|
|
1117
1118
|
"""
|
|
1118
1119
|
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
|
|
1119
1120
|
"""
|
|
@@ -1121,7 +1122,7 @@ class Deployment(dict):
|
|
|
1121
1122
|
|
|
1122
1123
|
@property
|
|
1123
1124
|
@pulumi.getter
|
|
1124
|
-
def kind(self) -> Optional[str]:
|
|
1125
|
+
def kind(self) -> Optional[builtins.str]:
|
|
1125
1126
|
"""
|
|
1126
1127
|
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
|
|
1127
1128
|
"""
|
|
@@ -1177,20 +1178,20 @@ class DeploymentCondition(dict):
|
|
|
1177
1178
|
return super().get(key, default)
|
|
1178
1179
|
|
|
1179
1180
|
def __init__(__self__, *,
|
|
1180
|
-
status: str,
|
|
1181
|
-
type: str,
|
|
1182
|
-
last_transition_time: Optional[str] = None,
|
|
1183
|
-
last_update_time: Optional[str] = None,
|
|
1184
|
-
message: Optional[str] = None,
|
|
1185
|
-
reason: Optional[str] = None):
|
|
1181
|
+
status: builtins.str,
|
|
1182
|
+
type: builtins.str,
|
|
1183
|
+
last_transition_time: Optional[builtins.str] = None,
|
|
1184
|
+
last_update_time: Optional[builtins.str] = None,
|
|
1185
|
+
message: Optional[builtins.str] = None,
|
|
1186
|
+
reason: Optional[builtins.str] = None):
|
|
1186
1187
|
"""
|
|
1187
1188
|
DeploymentCondition describes the state of a deployment at a certain point.
|
|
1188
|
-
:param str status: Status of the condition, one of True, False, Unknown.
|
|
1189
|
-
:param str type: Type of deployment condition.
|
|
1190
|
-
:param str last_transition_time: Last time the condition transitioned from one status to another.
|
|
1191
|
-
:param str last_update_time: The last time this condition was updated.
|
|
1192
|
-
:param str message: A human readable message indicating details about the transition.
|
|
1193
|
-
:param str reason: The reason for the condition's last transition.
|
|
1189
|
+
:param builtins.str status: Status of the condition, one of True, False, Unknown.
|
|
1190
|
+
:param builtins.str type: Type of deployment condition.
|
|
1191
|
+
:param builtins.str last_transition_time: Last time the condition transitioned from one status to another.
|
|
1192
|
+
:param builtins.str last_update_time: The last time this condition was updated.
|
|
1193
|
+
:param builtins.str message: A human readable message indicating details about the transition.
|
|
1194
|
+
:param builtins.str reason: The reason for the condition's last transition.
|
|
1194
1195
|
"""
|
|
1195
1196
|
pulumi.set(__self__, "status", status)
|
|
1196
1197
|
pulumi.set(__self__, "type", type)
|
|
@@ -1205,7 +1206,7 @@ class DeploymentCondition(dict):
|
|
|
1205
1206
|
|
|
1206
1207
|
@property
|
|
1207
1208
|
@pulumi.getter
|
|
1208
|
-
def status(self) -> str:
|
|
1209
|
+
def status(self) -> builtins.str:
|
|
1209
1210
|
"""
|
|
1210
1211
|
Status of the condition, one of True, False, Unknown.
|
|
1211
1212
|
"""
|
|
@@ -1213,7 +1214,7 @@ class DeploymentCondition(dict):
|
|
|
1213
1214
|
|
|
1214
1215
|
@property
|
|
1215
1216
|
@pulumi.getter
|
|
1216
|
-
def type(self) -> str:
|
|
1217
|
+
def type(self) -> builtins.str:
|
|
1217
1218
|
"""
|
|
1218
1219
|
Type of deployment condition.
|
|
1219
1220
|
"""
|
|
@@ -1221,7 +1222,7 @@ class DeploymentCondition(dict):
|
|
|
1221
1222
|
|
|
1222
1223
|
@property
|
|
1223
1224
|
@pulumi.getter(name="lastTransitionTime")
|
|
1224
|
-
def last_transition_time(self) -> Optional[str]:
|
|
1225
|
+
def last_transition_time(self) -> Optional[builtins.str]:
|
|
1225
1226
|
"""
|
|
1226
1227
|
Last time the condition transitioned from one status to another.
|
|
1227
1228
|
"""
|
|
@@ -1229,7 +1230,7 @@ class DeploymentCondition(dict):
|
|
|
1229
1230
|
|
|
1230
1231
|
@property
|
|
1231
1232
|
@pulumi.getter(name="lastUpdateTime")
|
|
1232
|
-
def last_update_time(self) -> Optional[str]:
|
|
1233
|
+
def last_update_time(self) -> Optional[builtins.str]:
|
|
1233
1234
|
"""
|
|
1234
1235
|
The last time this condition was updated.
|
|
1235
1236
|
"""
|
|
@@ -1237,7 +1238,7 @@ class DeploymentCondition(dict):
|
|
|
1237
1238
|
|
|
1238
1239
|
@property
|
|
1239
1240
|
@pulumi.getter
|
|
1240
|
-
def message(self) -> Optional[str]:
|
|
1241
|
+
def message(self) -> Optional[builtins.str]:
|
|
1241
1242
|
"""
|
|
1242
1243
|
A human readable message indicating details about the transition.
|
|
1243
1244
|
"""
|
|
@@ -1245,7 +1246,7 @@ class DeploymentCondition(dict):
|
|
|
1245
1246
|
|
|
1246
1247
|
@property
|
|
1247
1248
|
@pulumi.getter
|
|
1248
|
-
def reason(self) -> Optional[str]:
|
|
1249
|
+
def reason(self) -> Optional[builtins.str]:
|
|
1249
1250
|
"""
|
|
1250
1251
|
The reason for the condition's last transition.
|
|
1251
1252
|
"""
|
|
@@ -1277,20 +1278,20 @@ class DeploymentConditionPatch(dict):
|
|
|
1277
1278
|
return super().get(key, default)
|
|
1278
1279
|
|
|
1279
1280
|
def __init__(__self__, *,
|
|
1280
|
-
last_transition_time: Optional[str] = None,
|
|
1281
|
-
last_update_time: Optional[str] = None,
|
|
1282
|
-
message: Optional[str] = None,
|
|
1283
|
-
reason: Optional[str] = None,
|
|
1284
|
-
status: Optional[str] = None,
|
|
1285
|
-
type: Optional[str] = None):
|
|
1281
|
+
last_transition_time: Optional[builtins.str] = None,
|
|
1282
|
+
last_update_time: Optional[builtins.str] = None,
|
|
1283
|
+
message: Optional[builtins.str] = None,
|
|
1284
|
+
reason: Optional[builtins.str] = None,
|
|
1285
|
+
status: Optional[builtins.str] = None,
|
|
1286
|
+
type: Optional[builtins.str] = None):
|
|
1286
1287
|
"""
|
|
1287
1288
|
DeploymentCondition describes the state of a deployment at a certain point.
|
|
1288
|
-
:param str last_transition_time: Last time the condition transitioned from one status to another.
|
|
1289
|
-
:param str last_update_time: The last time this condition was updated.
|
|
1290
|
-
:param str message: A human readable message indicating details about the transition.
|
|
1291
|
-
:param str reason: The reason for the condition's last transition.
|
|
1292
|
-
:param str status: Status of the condition, one of True, False, Unknown.
|
|
1293
|
-
:param str type: Type of deployment condition.
|
|
1289
|
+
:param builtins.str last_transition_time: Last time the condition transitioned from one status to another.
|
|
1290
|
+
:param builtins.str last_update_time: The last time this condition was updated.
|
|
1291
|
+
:param builtins.str message: A human readable message indicating details about the transition.
|
|
1292
|
+
:param builtins.str reason: The reason for the condition's last transition.
|
|
1293
|
+
:param builtins.str status: Status of the condition, one of True, False, Unknown.
|
|
1294
|
+
:param builtins.str type: Type of deployment condition.
|
|
1294
1295
|
"""
|
|
1295
1296
|
if last_transition_time is not None:
|
|
1296
1297
|
pulumi.set(__self__, "last_transition_time", last_transition_time)
|
|
@@ -1307,7 +1308,7 @@ class DeploymentConditionPatch(dict):
|
|
|
1307
1308
|
|
|
1308
1309
|
@property
|
|
1309
1310
|
@pulumi.getter(name="lastTransitionTime")
|
|
1310
|
-
def last_transition_time(self) -> Optional[str]:
|
|
1311
|
+
def last_transition_time(self) -> Optional[builtins.str]:
|
|
1311
1312
|
"""
|
|
1312
1313
|
Last time the condition transitioned from one status to another.
|
|
1313
1314
|
"""
|
|
@@ -1315,7 +1316,7 @@ class DeploymentConditionPatch(dict):
|
|
|
1315
1316
|
|
|
1316
1317
|
@property
|
|
1317
1318
|
@pulumi.getter(name="lastUpdateTime")
|
|
1318
|
-
def last_update_time(self) -> Optional[str]:
|
|
1319
|
+
def last_update_time(self) -> Optional[builtins.str]:
|
|
1319
1320
|
"""
|
|
1320
1321
|
The last time this condition was updated.
|
|
1321
1322
|
"""
|
|
@@ -1323,7 +1324,7 @@ class DeploymentConditionPatch(dict):
|
|
|
1323
1324
|
|
|
1324
1325
|
@property
|
|
1325
1326
|
@pulumi.getter
|
|
1326
|
-
def message(self) -> Optional[str]:
|
|
1327
|
+
def message(self) -> Optional[builtins.str]:
|
|
1327
1328
|
"""
|
|
1328
1329
|
A human readable message indicating details about the transition.
|
|
1329
1330
|
"""
|
|
@@ -1331,7 +1332,7 @@ class DeploymentConditionPatch(dict):
|
|
|
1331
1332
|
|
|
1332
1333
|
@property
|
|
1333
1334
|
@pulumi.getter
|
|
1334
|
-
def reason(self) -> Optional[str]:
|
|
1335
|
+
def reason(self) -> Optional[builtins.str]:
|
|
1335
1336
|
"""
|
|
1336
1337
|
The reason for the condition's last transition.
|
|
1337
1338
|
"""
|
|
@@ -1339,7 +1340,7 @@ class DeploymentConditionPatch(dict):
|
|
|
1339
1340
|
|
|
1340
1341
|
@property
|
|
1341
1342
|
@pulumi.getter
|
|
1342
|
-
def status(self) -> Optional[str]:
|
|
1343
|
+
def status(self) -> Optional[builtins.str]:
|
|
1343
1344
|
"""
|
|
1344
1345
|
Status of the condition, one of True, False, Unknown.
|
|
1345
1346
|
"""
|
|
@@ -1347,7 +1348,7 @@ class DeploymentConditionPatch(dict):
|
|
|
1347
1348
|
|
|
1348
1349
|
@property
|
|
1349
1350
|
@pulumi.getter
|
|
1350
|
-
def type(self) -> Optional[str]:
|
|
1351
|
+
def type(self) -> Optional[builtins.str]:
|
|
1351
1352
|
"""
|
|
1352
1353
|
Type of deployment condition.
|
|
1353
1354
|
"""
|
|
@@ -1383,21 +1384,21 @@ class DeploymentSpec(dict):
|
|
|
1383
1384
|
def __init__(__self__, *,
|
|
1384
1385
|
selector: '_meta.v1.outputs.LabelSelector',
|
|
1385
1386
|
template: '_core.v1.outputs.PodTemplateSpec',
|
|
1386
|
-
min_ready_seconds: Optional[int] = None,
|
|
1387
|
-
paused: Optional[bool] = None,
|
|
1388
|
-
progress_deadline_seconds: Optional[int] = None,
|
|
1389
|
-
replicas: Optional[int] = None,
|
|
1390
|
-
revision_history_limit: Optional[int] = None,
|
|
1387
|
+
min_ready_seconds: Optional[builtins.int] = None,
|
|
1388
|
+
paused: Optional[builtins.bool] = None,
|
|
1389
|
+
progress_deadline_seconds: Optional[builtins.int] = None,
|
|
1390
|
+
replicas: Optional[builtins.int] = None,
|
|
1391
|
+
revision_history_limit: Optional[builtins.int] = None,
|
|
1391
1392
|
strategy: Optional['outputs.DeploymentStrategy'] = None):
|
|
1392
1393
|
"""
|
|
1393
1394
|
DeploymentSpec is the specification of the desired behavior of the Deployment.
|
|
1394
1395
|
:param '_meta.v1.LabelSelectorArgs' selector: Label selector for pods. Existing ReplicaSets whose pods are selected by this will be the ones affected by this deployment. It must match the pod template's labels.
|
|
1395
1396
|
:param '_core.v1.PodTemplateSpecArgs' template: Template describes the pods that will be created.
|
|
1396
|
-
:param 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)
|
|
1397
|
-
:param bool paused: Indicates that the deployment is paused.
|
|
1398
|
-
:param 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.
|
|
1399
|
-
:param int replicas: Number of desired pods. This is a pointer to distinguish between explicit zero and not specified. Defaults to 1.
|
|
1400
|
-
:param int revision_history_limit: The number of old ReplicaSets to retain to allow rollback. This is a pointer to distinguish between explicit zero and not specified. Defaults to 10.
|
|
1397
|
+
:param builtins.int min_ready_seconds: Minimum number of seconds for which a newly created pod should be ready without any of its container crashing, for it to be considered available. Defaults to 0 (pod will be considered available as soon as it is ready)
|
|
1398
|
+
:param builtins.bool paused: Indicates that the deployment is paused.
|
|
1399
|
+
:param builtins.int progress_deadline_seconds: The maximum time in seconds for a deployment to make progress before it is considered to be failed. The deployment controller will continue to process failed deployments and a condition with a ProgressDeadlineExceeded reason will be surfaced in the deployment status. Note that progress will not be estimated during the time a deployment is paused. Defaults to 600s.
|
|
1400
|
+
:param builtins.int replicas: Number of desired pods. This is a pointer to distinguish between explicit zero and not specified. Defaults to 1.
|
|
1401
|
+
:param builtins.int revision_history_limit: The number of old ReplicaSets to retain to allow rollback. This is a pointer to distinguish between explicit zero and not specified. Defaults to 10.
|
|
1401
1402
|
:param 'DeploymentStrategyArgs' strategy: The deployment strategy to use to replace existing pods with new ones.
|
|
1402
1403
|
"""
|
|
1403
1404
|
pulumi.set(__self__, "selector", selector)
|
|
@@ -1433,7 +1434,7 @@ class DeploymentSpec(dict):
|
|
|
1433
1434
|
|
|
1434
1435
|
@property
|
|
1435
1436
|
@pulumi.getter(name="minReadySeconds")
|
|
1436
|
-
def min_ready_seconds(self) -> Optional[int]:
|
|
1437
|
+
def min_ready_seconds(self) -> Optional[builtins.int]:
|
|
1437
1438
|
"""
|
|
1438
1439
|
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)
|
|
1439
1440
|
"""
|
|
@@ -1441,7 +1442,7 @@ class DeploymentSpec(dict):
|
|
|
1441
1442
|
|
|
1442
1443
|
@property
|
|
1443
1444
|
@pulumi.getter
|
|
1444
|
-
def paused(self) -> Optional[bool]:
|
|
1445
|
+
def paused(self) -> Optional[builtins.bool]:
|
|
1445
1446
|
"""
|
|
1446
1447
|
Indicates that the deployment is paused.
|
|
1447
1448
|
"""
|
|
@@ -1449,7 +1450,7 @@ class DeploymentSpec(dict):
|
|
|
1449
1450
|
|
|
1450
1451
|
@property
|
|
1451
1452
|
@pulumi.getter(name="progressDeadlineSeconds")
|
|
1452
|
-
def progress_deadline_seconds(self) -> Optional[int]:
|
|
1453
|
+
def progress_deadline_seconds(self) -> Optional[builtins.int]:
|
|
1453
1454
|
"""
|
|
1454
1455
|
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.
|
|
1455
1456
|
"""
|
|
@@ -1457,7 +1458,7 @@ class DeploymentSpec(dict):
|
|
|
1457
1458
|
|
|
1458
1459
|
@property
|
|
1459
1460
|
@pulumi.getter
|
|
1460
|
-
def replicas(self) -> Optional[int]:
|
|
1461
|
+
def replicas(self) -> Optional[builtins.int]:
|
|
1461
1462
|
"""
|
|
1462
1463
|
Number of desired pods. This is a pointer to distinguish between explicit zero and not specified. Defaults to 1.
|
|
1463
1464
|
"""
|
|
@@ -1465,7 +1466,7 @@ class DeploymentSpec(dict):
|
|
|
1465
1466
|
|
|
1466
1467
|
@property
|
|
1467
1468
|
@pulumi.getter(name="revisionHistoryLimit")
|
|
1468
|
-
def revision_history_limit(self) -> Optional[int]:
|
|
1469
|
+
def revision_history_limit(self) -> Optional[builtins.int]:
|
|
1469
1470
|
"""
|
|
1470
1471
|
The number of old ReplicaSets to retain to allow rollback. This is a pointer to distinguish between explicit zero and not specified. Defaults to 10.
|
|
1471
1472
|
"""
|
|
@@ -1507,21 +1508,21 @@ class DeploymentSpecPatch(dict):
|
|
|
1507
1508
|
return super().get(key, default)
|
|
1508
1509
|
|
|
1509
1510
|
def __init__(__self__, *,
|
|
1510
|
-
min_ready_seconds: Optional[int] = None,
|
|
1511
|
-
paused: Optional[bool] = None,
|
|
1512
|
-
progress_deadline_seconds: Optional[int] = None,
|
|
1513
|
-
replicas: Optional[int] = None,
|
|
1514
|
-
revision_history_limit: Optional[int] = None,
|
|
1511
|
+
min_ready_seconds: Optional[builtins.int] = None,
|
|
1512
|
+
paused: Optional[builtins.bool] = None,
|
|
1513
|
+
progress_deadline_seconds: Optional[builtins.int] = None,
|
|
1514
|
+
replicas: Optional[builtins.int] = None,
|
|
1515
|
+
revision_history_limit: Optional[builtins.int] = None,
|
|
1515
1516
|
selector: Optional['_meta.v1.outputs.LabelSelectorPatch'] = None,
|
|
1516
1517
|
strategy: Optional['outputs.DeploymentStrategyPatch'] = None,
|
|
1517
1518
|
template: Optional['_core.v1.outputs.PodTemplateSpecPatch'] = None):
|
|
1518
1519
|
"""
|
|
1519
1520
|
DeploymentSpec is the specification of the desired behavior of the Deployment.
|
|
1520
|
-
:param 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)
|
|
1521
|
-
:param bool paused: Indicates that the deployment is paused.
|
|
1522
|
-
:param 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.
|
|
1523
|
-
:param int replicas: Number of desired pods. This is a pointer to distinguish between explicit zero and not specified. Defaults to 1.
|
|
1524
|
-
:param int revision_history_limit: The number of old ReplicaSets to retain to allow rollback. This is a pointer to distinguish between explicit zero and not specified. Defaults to 10.
|
|
1521
|
+
:param builtins.int min_ready_seconds: Minimum number of seconds for which a newly created pod should be ready without any of its container crashing, for it to be considered available. Defaults to 0 (pod will be considered available as soon as it is ready)
|
|
1522
|
+
:param builtins.bool paused: Indicates that the deployment is paused.
|
|
1523
|
+
:param builtins.int progress_deadline_seconds: The maximum time in seconds for a deployment to make progress before it is considered to be failed. The deployment controller will continue to process failed deployments and a condition with a ProgressDeadlineExceeded reason will be surfaced in the deployment status. Note that progress will not be estimated during the time a deployment is paused. Defaults to 600s.
|
|
1524
|
+
:param builtins.int replicas: Number of desired pods. This is a pointer to distinguish between explicit zero and not specified. Defaults to 1.
|
|
1525
|
+
:param builtins.int revision_history_limit: The number of old ReplicaSets to retain to allow rollback. This is a pointer to distinguish between explicit zero and not specified. Defaults to 10.
|
|
1525
1526
|
:param '_meta.v1.LabelSelectorPatchArgs' selector: Label selector for pods. Existing ReplicaSets whose pods are selected by this will be the ones affected by this deployment. It must match the pod template's labels.
|
|
1526
1527
|
:param 'DeploymentStrategyPatchArgs' strategy: The deployment strategy to use to replace existing pods with new ones.
|
|
1527
1528
|
:param '_core.v1.PodTemplateSpecPatchArgs' template: Template describes the pods that will be created.
|
|
@@ -1545,7 +1546,7 @@ class DeploymentSpecPatch(dict):
|
|
|
1545
1546
|
|
|
1546
1547
|
@property
|
|
1547
1548
|
@pulumi.getter(name="minReadySeconds")
|
|
1548
|
-
def min_ready_seconds(self) -> Optional[int]:
|
|
1549
|
+
def min_ready_seconds(self) -> Optional[builtins.int]:
|
|
1549
1550
|
"""
|
|
1550
1551
|
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)
|
|
1551
1552
|
"""
|
|
@@ -1553,7 +1554,7 @@ class DeploymentSpecPatch(dict):
|
|
|
1553
1554
|
|
|
1554
1555
|
@property
|
|
1555
1556
|
@pulumi.getter
|
|
1556
|
-
def paused(self) -> Optional[bool]:
|
|
1557
|
+
def paused(self) -> Optional[builtins.bool]:
|
|
1557
1558
|
"""
|
|
1558
1559
|
Indicates that the deployment is paused.
|
|
1559
1560
|
"""
|
|
@@ -1561,7 +1562,7 @@ class DeploymentSpecPatch(dict):
|
|
|
1561
1562
|
|
|
1562
1563
|
@property
|
|
1563
1564
|
@pulumi.getter(name="progressDeadlineSeconds")
|
|
1564
|
-
def progress_deadline_seconds(self) -> Optional[int]:
|
|
1565
|
+
def progress_deadline_seconds(self) -> Optional[builtins.int]:
|
|
1565
1566
|
"""
|
|
1566
1567
|
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.
|
|
1567
1568
|
"""
|
|
@@ -1569,7 +1570,7 @@ class DeploymentSpecPatch(dict):
|
|
|
1569
1570
|
|
|
1570
1571
|
@property
|
|
1571
1572
|
@pulumi.getter
|
|
1572
|
-
def replicas(self) -> Optional[int]:
|
|
1573
|
+
def replicas(self) -> Optional[builtins.int]:
|
|
1573
1574
|
"""
|
|
1574
1575
|
Number of desired pods. This is a pointer to distinguish between explicit zero and not specified. Defaults to 1.
|
|
1575
1576
|
"""
|
|
@@ -1577,7 +1578,7 @@ class DeploymentSpecPatch(dict):
|
|
|
1577
1578
|
|
|
1578
1579
|
@property
|
|
1579
1580
|
@pulumi.getter(name="revisionHistoryLimit")
|
|
1580
|
-
def revision_history_limit(self) -> Optional[int]:
|
|
1581
|
+
def revision_history_limit(self) -> Optional[builtins.int]:
|
|
1581
1582
|
"""
|
|
1582
1583
|
The number of old ReplicaSets to retain to allow rollback. This is a pointer to distinguish between explicit zero and not specified. Defaults to 10.
|
|
1583
1584
|
"""
|
|
@@ -1641,24 +1642,24 @@ class DeploymentStatus(dict):
|
|
|
1641
1642
|
return super().get(key, default)
|
|
1642
1643
|
|
|
1643
1644
|
def __init__(__self__, *,
|
|
1644
|
-
available_replicas: Optional[int] = None,
|
|
1645
|
-
collision_count: Optional[int] = None,
|
|
1645
|
+
available_replicas: Optional[builtins.int] = None,
|
|
1646
|
+
collision_count: Optional[builtins.int] = None,
|
|
1646
1647
|
conditions: Optional[Sequence['outputs.DeploymentCondition']] = None,
|
|
1647
|
-
observed_generation: Optional[int] = None,
|
|
1648
|
-
ready_replicas: Optional[int] = None,
|
|
1649
|
-
replicas: Optional[int] = None,
|
|
1650
|
-
unavailable_replicas: Optional[int] = None,
|
|
1651
|
-
updated_replicas: Optional[int] = None):
|
|
1648
|
+
observed_generation: Optional[builtins.int] = None,
|
|
1649
|
+
ready_replicas: Optional[builtins.int] = None,
|
|
1650
|
+
replicas: Optional[builtins.int] = None,
|
|
1651
|
+
unavailable_replicas: Optional[builtins.int] = None,
|
|
1652
|
+
updated_replicas: Optional[builtins.int] = None):
|
|
1652
1653
|
"""
|
|
1653
1654
|
DeploymentStatus is the most recently observed status of the Deployment.
|
|
1654
|
-
:param int available_replicas: Total number of available pods (ready for at least minReadySeconds) targeted by this deployment.
|
|
1655
|
-
:param 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.
|
|
1655
|
+
:param builtins.int available_replicas: Total number of available pods (ready for at least minReadySeconds) targeted by this deployment.
|
|
1656
|
+
:param builtins.int collision_count: Count of hash collisions for the Deployment. The Deployment controller uses this field as a collision avoidance mechanism when it needs to create the name for the newest ReplicaSet.
|
|
1656
1657
|
:param Sequence['DeploymentConditionArgs'] conditions: Represents the latest available observations of a deployment's current state.
|
|
1657
|
-
:param int observed_generation: The generation observed by the deployment controller.
|
|
1658
|
-
:param int ready_replicas: Total number of ready pods targeted by this deployment.
|
|
1659
|
-
:param int replicas: Total number of non-terminated pods targeted by this deployment (their labels match the selector).
|
|
1660
|
-
:param 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.
|
|
1661
|
-
:param int updated_replicas: Total number of non-terminated pods targeted by this deployment that have the desired template spec.
|
|
1658
|
+
:param builtins.int observed_generation: The generation observed by the deployment controller.
|
|
1659
|
+
:param builtins.int ready_replicas: Total number of ready pods targeted by this deployment.
|
|
1660
|
+
:param builtins.int replicas: Total number of non-terminated pods targeted by this deployment (their labels match the selector).
|
|
1661
|
+
:param builtins.int unavailable_replicas: Total number of unavailable pods targeted by this deployment. This is the total number of pods that are still required for the deployment to have 100% available capacity. They may either be pods that are running but not yet available or pods that still have not been created.
|
|
1662
|
+
:param builtins.int updated_replicas: Total number of non-terminated pods targeted by this deployment that have the desired template spec.
|
|
1662
1663
|
"""
|
|
1663
1664
|
if available_replicas is not None:
|
|
1664
1665
|
pulumi.set(__self__, "available_replicas", available_replicas)
|
|
@@ -1679,7 +1680,7 @@ class DeploymentStatus(dict):
|
|
|
1679
1680
|
|
|
1680
1681
|
@property
|
|
1681
1682
|
@pulumi.getter(name="availableReplicas")
|
|
1682
|
-
def available_replicas(self) -> Optional[int]:
|
|
1683
|
+
def available_replicas(self) -> Optional[builtins.int]:
|
|
1683
1684
|
"""
|
|
1684
1685
|
Total number of available pods (ready for at least minReadySeconds) targeted by this deployment.
|
|
1685
1686
|
"""
|
|
@@ -1687,7 +1688,7 @@ class DeploymentStatus(dict):
|
|
|
1687
1688
|
|
|
1688
1689
|
@property
|
|
1689
1690
|
@pulumi.getter(name="collisionCount")
|
|
1690
|
-
def collision_count(self) -> Optional[int]:
|
|
1691
|
+
def collision_count(self) -> Optional[builtins.int]:
|
|
1691
1692
|
"""
|
|
1692
1693
|
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.
|
|
1693
1694
|
"""
|
|
@@ -1703,7 +1704,7 @@ class DeploymentStatus(dict):
|
|
|
1703
1704
|
|
|
1704
1705
|
@property
|
|
1705
1706
|
@pulumi.getter(name="observedGeneration")
|
|
1706
|
-
def observed_generation(self) -> Optional[int]:
|
|
1707
|
+
def observed_generation(self) -> Optional[builtins.int]:
|
|
1707
1708
|
"""
|
|
1708
1709
|
The generation observed by the deployment controller.
|
|
1709
1710
|
"""
|
|
@@ -1711,7 +1712,7 @@ class DeploymentStatus(dict):
|
|
|
1711
1712
|
|
|
1712
1713
|
@property
|
|
1713
1714
|
@pulumi.getter(name="readyReplicas")
|
|
1714
|
-
def ready_replicas(self) -> Optional[int]:
|
|
1715
|
+
def ready_replicas(self) -> Optional[builtins.int]:
|
|
1715
1716
|
"""
|
|
1716
1717
|
Total number of ready pods targeted by this deployment.
|
|
1717
1718
|
"""
|
|
@@ -1719,7 +1720,7 @@ class DeploymentStatus(dict):
|
|
|
1719
1720
|
|
|
1720
1721
|
@property
|
|
1721
1722
|
@pulumi.getter
|
|
1722
|
-
def replicas(self) -> Optional[int]:
|
|
1723
|
+
def replicas(self) -> Optional[builtins.int]:
|
|
1723
1724
|
"""
|
|
1724
1725
|
Total number of non-terminated pods targeted by this deployment (their labels match the selector).
|
|
1725
1726
|
"""
|
|
@@ -1727,7 +1728,7 @@ class DeploymentStatus(dict):
|
|
|
1727
1728
|
|
|
1728
1729
|
@property
|
|
1729
1730
|
@pulumi.getter(name="unavailableReplicas")
|
|
1730
|
-
def unavailable_replicas(self) -> Optional[int]:
|
|
1731
|
+
def unavailable_replicas(self) -> Optional[builtins.int]:
|
|
1731
1732
|
"""
|
|
1732
1733
|
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.
|
|
1733
1734
|
"""
|
|
@@ -1735,7 +1736,7 @@ class DeploymentStatus(dict):
|
|
|
1735
1736
|
|
|
1736
1737
|
@property
|
|
1737
1738
|
@pulumi.getter(name="updatedReplicas")
|
|
1738
|
-
def updated_replicas(self) -> Optional[int]:
|
|
1739
|
+
def updated_replicas(self) -> Optional[builtins.int]:
|
|
1739
1740
|
"""
|
|
1740
1741
|
Total number of non-terminated pods targeted by this deployment that have the desired template spec.
|
|
1741
1742
|
"""
|
|
@@ -1775,24 +1776,24 @@ class DeploymentStatusPatch(dict):
|
|
|
1775
1776
|
return super().get(key, default)
|
|
1776
1777
|
|
|
1777
1778
|
def __init__(__self__, *,
|
|
1778
|
-
available_replicas: Optional[int] = None,
|
|
1779
|
-
collision_count: Optional[int] = None,
|
|
1779
|
+
available_replicas: Optional[builtins.int] = None,
|
|
1780
|
+
collision_count: Optional[builtins.int] = None,
|
|
1780
1781
|
conditions: Optional[Sequence['outputs.DeploymentConditionPatch']] = None,
|
|
1781
|
-
observed_generation: Optional[int] = None,
|
|
1782
|
-
ready_replicas: Optional[int] = None,
|
|
1783
|
-
replicas: Optional[int] = None,
|
|
1784
|
-
unavailable_replicas: Optional[int] = None,
|
|
1785
|
-
updated_replicas: Optional[int] = None):
|
|
1782
|
+
observed_generation: Optional[builtins.int] = None,
|
|
1783
|
+
ready_replicas: Optional[builtins.int] = None,
|
|
1784
|
+
replicas: Optional[builtins.int] = None,
|
|
1785
|
+
unavailable_replicas: Optional[builtins.int] = None,
|
|
1786
|
+
updated_replicas: Optional[builtins.int] = None):
|
|
1786
1787
|
"""
|
|
1787
1788
|
DeploymentStatus is the most recently observed status of the Deployment.
|
|
1788
|
-
:param int available_replicas: Total number of available pods (ready for at least minReadySeconds) targeted by this deployment.
|
|
1789
|
-
:param 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.
|
|
1789
|
+
:param builtins.int available_replicas: Total number of available pods (ready for at least minReadySeconds) targeted by this deployment.
|
|
1790
|
+
:param builtins.int collision_count: Count of hash collisions for the Deployment. The Deployment controller uses this field as a collision avoidance mechanism when it needs to create the name for the newest ReplicaSet.
|
|
1790
1791
|
:param Sequence['DeploymentConditionPatchArgs'] conditions: Represents the latest available observations of a deployment's current state.
|
|
1791
|
-
:param int observed_generation: The generation observed by the deployment controller.
|
|
1792
|
-
:param int ready_replicas: Total number of ready pods targeted by this deployment.
|
|
1793
|
-
:param int replicas: Total number of non-terminated pods targeted by this deployment (their labels match the selector).
|
|
1794
|
-
:param 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.
|
|
1795
|
-
:param int updated_replicas: Total number of non-terminated pods targeted by this deployment that have the desired template spec.
|
|
1792
|
+
:param builtins.int observed_generation: The generation observed by the deployment controller.
|
|
1793
|
+
:param builtins.int ready_replicas: Total number of ready pods targeted by this deployment.
|
|
1794
|
+
:param builtins.int replicas: Total number of non-terminated pods targeted by this deployment (their labels match the selector).
|
|
1795
|
+
:param builtins.int unavailable_replicas: Total number of unavailable pods targeted by this deployment. This is the total number of pods that are still required for the deployment to have 100% available capacity. They may either be pods that are running but not yet available or pods that still have not been created.
|
|
1796
|
+
:param builtins.int updated_replicas: Total number of non-terminated pods targeted by this deployment that have the desired template spec.
|
|
1796
1797
|
"""
|
|
1797
1798
|
if available_replicas is not None:
|
|
1798
1799
|
pulumi.set(__self__, "available_replicas", available_replicas)
|
|
@@ -1813,7 +1814,7 @@ class DeploymentStatusPatch(dict):
|
|
|
1813
1814
|
|
|
1814
1815
|
@property
|
|
1815
1816
|
@pulumi.getter(name="availableReplicas")
|
|
1816
|
-
def available_replicas(self) -> Optional[int]:
|
|
1817
|
+
def available_replicas(self) -> Optional[builtins.int]:
|
|
1817
1818
|
"""
|
|
1818
1819
|
Total number of available pods (ready for at least minReadySeconds) targeted by this deployment.
|
|
1819
1820
|
"""
|
|
@@ -1821,7 +1822,7 @@ class DeploymentStatusPatch(dict):
|
|
|
1821
1822
|
|
|
1822
1823
|
@property
|
|
1823
1824
|
@pulumi.getter(name="collisionCount")
|
|
1824
|
-
def collision_count(self) -> Optional[int]:
|
|
1825
|
+
def collision_count(self) -> Optional[builtins.int]:
|
|
1825
1826
|
"""
|
|
1826
1827
|
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.
|
|
1827
1828
|
"""
|
|
@@ -1837,7 +1838,7 @@ class DeploymentStatusPatch(dict):
|
|
|
1837
1838
|
|
|
1838
1839
|
@property
|
|
1839
1840
|
@pulumi.getter(name="observedGeneration")
|
|
1840
|
-
def observed_generation(self) -> Optional[int]:
|
|
1841
|
+
def observed_generation(self) -> Optional[builtins.int]:
|
|
1841
1842
|
"""
|
|
1842
1843
|
The generation observed by the deployment controller.
|
|
1843
1844
|
"""
|
|
@@ -1845,7 +1846,7 @@ class DeploymentStatusPatch(dict):
|
|
|
1845
1846
|
|
|
1846
1847
|
@property
|
|
1847
1848
|
@pulumi.getter(name="readyReplicas")
|
|
1848
|
-
def ready_replicas(self) -> Optional[int]:
|
|
1849
|
+
def ready_replicas(self) -> Optional[builtins.int]:
|
|
1849
1850
|
"""
|
|
1850
1851
|
Total number of ready pods targeted by this deployment.
|
|
1851
1852
|
"""
|
|
@@ -1853,7 +1854,7 @@ class DeploymentStatusPatch(dict):
|
|
|
1853
1854
|
|
|
1854
1855
|
@property
|
|
1855
1856
|
@pulumi.getter
|
|
1856
|
-
def replicas(self) -> Optional[int]:
|
|
1857
|
+
def replicas(self) -> Optional[builtins.int]:
|
|
1857
1858
|
"""
|
|
1858
1859
|
Total number of non-terminated pods targeted by this deployment (their labels match the selector).
|
|
1859
1860
|
"""
|
|
@@ -1861,7 +1862,7 @@ class DeploymentStatusPatch(dict):
|
|
|
1861
1862
|
|
|
1862
1863
|
@property
|
|
1863
1864
|
@pulumi.getter(name="unavailableReplicas")
|
|
1864
|
-
def unavailable_replicas(self) -> Optional[int]:
|
|
1865
|
+
def unavailable_replicas(self) -> Optional[builtins.int]:
|
|
1865
1866
|
"""
|
|
1866
1867
|
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.
|
|
1867
1868
|
"""
|
|
@@ -1869,7 +1870,7 @@ class DeploymentStatusPatch(dict):
|
|
|
1869
1870
|
|
|
1870
1871
|
@property
|
|
1871
1872
|
@pulumi.getter(name="updatedReplicas")
|
|
1872
|
-
def updated_replicas(self) -> Optional[int]:
|
|
1873
|
+
def updated_replicas(self) -> Optional[builtins.int]:
|
|
1873
1874
|
"""
|
|
1874
1875
|
Total number of non-terminated pods targeted by this deployment that have the desired template spec.
|
|
1875
1876
|
"""
|
|
@@ -1900,11 +1901,11 @@ class DeploymentStrategy(dict):
|
|
|
1900
1901
|
|
|
1901
1902
|
def __init__(__self__, *,
|
|
1902
1903
|
rolling_update: Optional['outputs.RollingUpdateDeployment'] = None,
|
|
1903
|
-
type: Optional[str] = None):
|
|
1904
|
+
type: Optional[builtins.str] = None):
|
|
1904
1905
|
"""
|
|
1905
1906
|
DeploymentStrategy describes how to replace existing pods with new ones.
|
|
1906
1907
|
:param 'RollingUpdateDeploymentArgs' rolling_update: Rolling update config params. Present only if DeploymentStrategyType = RollingUpdate.
|
|
1907
|
-
:param str type: Type of deployment. Can be "Recreate" or "RollingUpdate". Default is RollingUpdate.
|
|
1908
|
+
:param builtins.str type: Type of deployment. Can be "Recreate" or "RollingUpdate". Default is RollingUpdate.
|
|
1908
1909
|
"""
|
|
1909
1910
|
if rolling_update is not None:
|
|
1910
1911
|
pulumi.set(__self__, "rolling_update", rolling_update)
|
|
@@ -1921,7 +1922,7 @@ class DeploymentStrategy(dict):
|
|
|
1921
1922
|
|
|
1922
1923
|
@property
|
|
1923
1924
|
@pulumi.getter
|
|
1924
|
-
def type(self) -> Optional[str]:
|
|
1925
|
+
def type(self) -> Optional[builtins.str]:
|
|
1925
1926
|
"""
|
|
1926
1927
|
Type of deployment. Can be "Recreate" or "RollingUpdate". Default is RollingUpdate.
|
|
1927
1928
|
"""
|
|
@@ -1952,11 +1953,11 @@ class DeploymentStrategyPatch(dict):
|
|
|
1952
1953
|
|
|
1953
1954
|
def __init__(__self__, *,
|
|
1954
1955
|
rolling_update: Optional['outputs.RollingUpdateDeploymentPatch'] = None,
|
|
1955
|
-
type: Optional[str] = None):
|
|
1956
|
+
type: Optional[builtins.str] = None):
|
|
1956
1957
|
"""
|
|
1957
1958
|
DeploymentStrategy describes how to replace existing pods with new ones.
|
|
1958
1959
|
:param 'RollingUpdateDeploymentPatchArgs' rolling_update: Rolling update config params. Present only if DeploymentStrategyType = RollingUpdate.
|
|
1959
|
-
:param str type: Type of deployment. Can be "Recreate" or "RollingUpdate". Default is RollingUpdate.
|
|
1960
|
+
:param builtins.str type: Type of deployment. Can be "Recreate" or "RollingUpdate". Default is RollingUpdate.
|
|
1960
1961
|
"""
|
|
1961
1962
|
if rolling_update is not None:
|
|
1962
1963
|
pulumi.set(__self__, "rolling_update", rolling_update)
|
|
@@ -1973,7 +1974,7 @@ class DeploymentStrategyPatch(dict):
|
|
|
1973
1974
|
|
|
1974
1975
|
@property
|
|
1975
1976
|
@pulumi.getter
|
|
1976
|
-
def type(self) -> Optional[str]:
|
|
1977
|
+
def type(self) -> Optional[builtins.str]:
|
|
1977
1978
|
"""
|
|
1978
1979
|
Type of deployment. Can be "Recreate" or "RollingUpdate". Default is RollingUpdate.
|
|
1979
1980
|
"""
|
|
@@ -2003,15 +2004,15 @@ class ReplicaSet(dict):
|
|
|
2003
2004
|
return super().get(key, default)
|
|
2004
2005
|
|
|
2005
2006
|
def __init__(__self__, *,
|
|
2006
|
-
api_version: Optional[str] = None,
|
|
2007
|
-
kind: Optional[str] = None,
|
|
2007
|
+
api_version: Optional[builtins.str] = None,
|
|
2008
|
+
kind: Optional[builtins.str] = None,
|
|
2008
2009
|
metadata: Optional['_meta.v1.outputs.ObjectMeta'] = None,
|
|
2009
2010
|
spec: Optional['outputs.ReplicaSetSpec'] = None,
|
|
2010
2011
|
status: Optional['outputs.ReplicaSetStatus'] = None):
|
|
2011
2012
|
"""
|
|
2012
2013
|
ReplicaSet ensures that a specified number of pod replicas are running at any given time.
|
|
2013
|
-
:param 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
|
|
2014
|
-
:param 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
|
|
2014
|
+
:param builtins.str api_version: APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources
|
|
2015
|
+
:param builtins.str kind: Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds
|
|
2015
2016
|
:param '_meta.v1.ObjectMetaArgs' metadata: If the Labels of a ReplicaSet are empty, they are defaulted to be the same as the Pod(s) that the ReplicaSet manages. Standard object's metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata
|
|
2016
2017
|
:param 'ReplicaSetSpecArgs' spec: Spec defines the specification of the desired behavior of the ReplicaSet. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#spec-and-status
|
|
2017
2018
|
:param 'ReplicaSetStatusArgs' status: Status is the most recently observed status of the ReplicaSet. This data may be out of date by some window of time. Populated by the system. Read-only. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#spec-and-status
|
|
@@ -2029,7 +2030,7 @@ class ReplicaSet(dict):
|
|
|
2029
2030
|
|
|
2030
2031
|
@property
|
|
2031
2032
|
@pulumi.getter(name="apiVersion")
|
|
2032
|
-
def api_version(self) -> Optional[str]:
|
|
2033
|
+
def api_version(self) -> Optional[builtins.str]:
|
|
2033
2034
|
"""
|
|
2034
2035
|
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
|
|
2035
2036
|
"""
|
|
@@ -2037,7 +2038,7 @@ class ReplicaSet(dict):
|
|
|
2037
2038
|
|
|
2038
2039
|
@property
|
|
2039
2040
|
@pulumi.getter
|
|
2040
|
-
def kind(self) -> Optional[str]:
|
|
2041
|
+
def kind(self) -> Optional[builtins.str]:
|
|
2041
2042
|
"""
|
|
2042
2043
|
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
|
|
2043
2044
|
"""
|
|
@@ -2091,18 +2092,18 @@ class ReplicaSetCondition(dict):
|
|
|
2091
2092
|
return super().get(key, default)
|
|
2092
2093
|
|
|
2093
2094
|
def __init__(__self__, *,
|
|
2094
|
-
status: str,
|
|
2095
|
-
type: str,
|
|
2096
|
-
last_transition_time: Optional[str] = None,
|
|
2097
|
-
message: Optional[str] = None,
|
|
2098
|
-
reason: Optional[str] = None):
|
|
2095
|
+
status: builtins.str,
|
|
2096
|
+
type: builtins.str,
|
|
2097
|
+
last_transition_time: Optional[builtins.str] = None,
|
|
2098
|
+
message: Optional[builtins.str] = None,
|
|
2099
|
+
reason: Optional[builtins.str] = None):
|
|
2099
2100
|
"""
|
|
2100
2101
|
ReplicaSetCondition describes the state of a replica set at a certain point.
|
|
2101
|
-
:param str status: Status of the condition, one of True, False, Unknown.
|
|
2102
|
-
:param str type: Type of replica set condition.
|
|
2103
|
-
:param str last_transition_time: The last time the condition transitioned from one status to another.
|
|
2104
|
-
:param str message: A human readable message indicating details about the transition.
|
|
2105
|
-
:param str reason: The reason for the condition's last transition.
|
|
2102
|
+
:param builtins.str status: Status of the condition, one of True, False, Unknown.
|
|
2103
|
+
:param builtins.str type: Type of replica set condition.
|
|
2104
|
+
:param builtins.str last_transition_time: The last time the condition transitioned from one status to another.
|
|
2105
|
+
:param builtins.str message: A human readable message indicating details about the transition.
|
|
2106
|
+
:param builtins.str reason: The reason for the condition's last transition.
|
|
2106
2107
|
"""
|
|
2107
2108
|
pulumi.set(__self__, "status", status)
|
|
2108
2109
|
pulumi.set(__self__, "type", type)
|
|
@@ -2115,7 +2116,7 @@ class ReplicaSetCondition(dict):
|
|
|
2115
2116
|
|
|
2116
2117
|
@property
|
|
2117
2118
|
@pulumi.getter
|
|
2118
|
-
def status(self) -> str:
|
|
2119
|
+
def status(self) -> builtins.str:
|
|
2119
2120
|
"""
|
|
2120
2121
|
Status of the condition, one of True, False, Unknown.
|
|
2121
2122
|
"""
|
|
@@ -2123,7 +2124,7 @@ class ReplicaSetCondition(dict):
|
|
|
2123
2124
|
|
|
2124
2125
|
@property
|
|
2125
2126
|
@pulumi.getter
|
|
2126
|
-
def type(self) -> str:
|
|
2127
|
+
def type(self) -> builtins.str:
|
|
2127
2128
|
"""
|
|
2128
2129
|
Type of replica set condition.
|
|
2129
2130
|
"""
|
|
@@ -2131,7 +2132,7 @@ class ReplicaSetCondition(dict):
|
|
|
2131
2132
|
|
|
2132
2133
|
@property
|
|
2133
2134
|
@pulumi.getter(name="lastTransitionTime")
|
|
2134
|
-
def last_transition_time(self) -> Optional[str]:
|
|
2135
|
+
def last_transition_time(self) -> Optional[builtins.str]:
|
|
2135
2136
|
"""
|
|
2136
2137
|
The last time the condition transitioned from one status to another.
|
|
2137
2138
|
"""
|
|
@@ -2139,7 +2140,7 @@ class ReplicaSetCondition(dict):
|
|
|
2139
2140
|
|
|
2140
2141
|
@property
|
|
2141
2142
|
@pulumi.getter
|
|
2142
|
-
def message(self) -> Optional[str]:
|
|
2143
|
+
def message(self) -> Optional[builtins.str]:
|
|
2143
2144
|
"""
|
|
2144
2145
|
A human readable message indicating details about the transition.
|
|
2145
2146
|
"""
|
|
@@ -2147,7 +2148,7 @@ class ReplicaSetCondition(dict):
|
|
|
2147
2148
|
|
|
2148
2149
|
@property
|
|
2149
2150
|
@pulumi.getter
|
|
2150
|
-
def reason(self) -> Optional[str]:
|
|
2151
|
+
def reason(self) -> Optional[builtins.str]:
|
|
2151
2152
|
"""
|
|
2152
2153
|
The reason for the condition's last transition.
|
|
2153
2154
|
"""
|
|
@@ -2177,18 +2178,18 @@ class ReplicaSetConditionPatch(dict):
|
|
|
2177
2178
|
return super().get(key, default)
|
|
2178
2179
|
|
|
2179
2180
|
def __init__(__self__, *,
|
|
2180
|
-
last_transition_time: Optional[str] = None,
|
|
2181
|
-
message: Optional[str] = None,
|
|
2182
|
-
reason: Optional[str] = None,
|
|
2183
|
-
status: Optional[str] = None,
|
|
2184
|
-
type: Optional[str] = None):
|
|
2181
|
+
last_transition_time: Optional[builtins.str] = None,
|
|
2182
|
+
message: Optional[builtins.str] = None,
|
|
2183
|
+
reason: Optional[builtins.str] = None,
|
|
2184
|
+
status: Optional[builtins.str] = None,
|
|
2185
|
+
type: Optional[builtins.str] = None):
|
|
2185
2186
|
"""
|
|
2186
2187
|
ReplicaSetCondition describes the state of a replica set at a certain point.
|
|
2187
|
-
:param str last_transition_time: The last time the condition transitioned from one status to another.
|
|
2188
|
-
:param str message: A human readable message indicating details about the transition.
|
|
2189
|
-
:param str reason: The reason for the condition's last transition.
|
|
2190
|
-
:param str status: Status of the condition, one of True, False, Unknown.
|
|
2191
|
-
:param str type: Type of replica set condition.
|
|
2188
|
+
:param builtins.str last_transition_time: The last time the condition transitioned from one status to another.
|
|
2189
|
+
:param builtins.str message: A human readable message indicating details about the transition.
|
|
2190
|
+
:param builtins.str reason: The reason for the condition's last transition.
|
|
2191
|
+
:param builtins.str status: Status of the condition, one of True, False, Unknown.
|
|
2192
|
+
:param builtins.str type: Type of replica set condition.
|
|
2192
2193
|
"""
|
|
2193
2194
|
if last_transition_time is not None:
|
|
2194
2195
|
pulumi.set(__self__, "last_transition_time", last_transition_time)
|
|
@@ -2203,7 +2204,7 @@ class ReplicaSetConditionPatch(dict):
|
|
|
2203
2204
|
|
|
2204
2205
|
@property
|
|
2205
2206
|
@pulumi.getter(name="lastTransitionTime")
|
|
2206
|
-
def last_transition_time(self) -> Optional[str]:
|
|
2207
|
+
def last_transition_time(self) -> Optional[builtins.str]:
|
|
2207
2208
|
"""
|
|
2208
2209
|
The last time the condition transitioned from one status to another.
|
|
2209
2210
|
"""
|
|
@@ -2211,7 +2212,7 @@ class ReplicaSetConditionPatch(dict):
|
|
|
2211
2212
|
|
|
2212
2213
|
@property
|
|
2213
2214
|
@pulumi.getter
|
|
2214
|
-
def message(self) -> Optional[str]:
|
|
2215
|
+
def message(self) -> Optional[builtins.str]:
|
|
2215
2216
|
"""
|
|
2216
2217
|
A human readable message indicating details about the transition.
|
|
2217
2218
|
"""
|
|
@@ -2219,7 +2220,7 @@ class ReplicaSetConditionPatch(dict):
|
|
|
2219
2220
|
|
|
2220
2221
|
@property
|
|
2221
2222
|
@pulumi.getter
|
|
2222
|
-
def reason(self) -> Optional[str]:
|
|
2223
|
+
def reason(self) -> Optional[builtins.str]:
|
|
2223
2224
|
"""
|
|
2224
2225
|
The reason for the condition's last transition.
|
|
2225
2226
|
"""
|
|
@@ -2227,7 +2228,7 @@ class ReplicaSetConditionPatch(dict):
|
|
|
2227
2228
|
|
|
2228
2229
|
@property
|
|
2229
2230
|
@pulumi.getter
|
|
2230
|
-
def status(self) -> Optional[str]:
|
|
2231
|
+
def status(self) -> Optional[builtins.str]:
|
|
2231
2232
|
"""
|
|
2232
2233
|
Status of the condition, one of True, False, Unknown.
|
|
2233
2234
|
"""
|
|
@@ -2235,7 +2236,7 @@ class ReplicaSetConditionPatch(dict):
|
|
|
2235
2236
|
|
|
2236
2237
|
@property
|
|
2237
2238
|
@pulumi.getter
|
|
2238
|
-
def type(self) -> Optional[str]:
|
|
2239
|
+
def type(self) -> Optional[builtins.str]:
|
|
2239
2240
|
"""
|
|
2240
2241
|
Type of replica set condition.
|
|
2241
2242
|
"""
|
|
@@ -2266,14 +2267,14 @@ class ReplicaSetSpec(dict):
|
|
|
2266
2267
|
|
|
2267
2268
|
def __init__(__self__, *,
|
|
2268
2269
|
selector: '_meta.v1.outputs.LabelSelector',
|
|
2269
|
-
min_ready_seconds: Optional[int] = None,
|
|
2270
|
-
replicas: Optional[int] = None,
|
|
2270
|
+
min_ready_seconds: Optional[builtins.int] = None,
|
|
2271
|
+
replicas: Optional[builtins.int] = None,
|
|
2271
2272
|
template: Optional['_core.v1.outputs.PodTemplateSpec'] = None):
|
|
2272
2273
|
"""
|
|
2273
2274
|
ReplicaSetSpec is the specification of a ReplicaSet.
|
|
2274
2275
|
:param '_meta.v1.LabelSelectorArgs' selector: Selector is a label query over pods that should match the replica count. Label keys and values that must match in order to be controlled by this replica set. It must match the pod template's labels. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/labels/#label-selectors
|
|
2275
|
-
:param 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)
|
|
2276
|
-
:param int replicas: Replicas is the number of desired replicas. This is a pointer to distinguish between explicit zero and unspecified. Defaults to 1. More info: https://kubernetes.io/docs/concepts/workloads/controllers/replicationcontroller/#what-is-a-replicationcontroller
|
|
2276
|
+
:param builtins.int min_ready_seconds: Minimum number of seconds for which a newly created pod should be ready without any of its container crashing, for it to be considered available. Defaults to 0 (pod will be considered available as soon as it is ready)
|
|
2277
|
+
:param builtins.int replicas: Replicas is the number of desired replicas. This is a pointer to distinguish between explicit zero and unspecified. Defaults to 1. More info: https://kubernetes.io/docs/concepts/workloads/controllers/replicationcontroller/#what-is-a-replicationcontroller
|
|
2277
2278
|
:param '_core.v1.PodTemplateSpecArgs' template: Template is the object that describes the pod that will be created if insufficient replicas are detected. More info: https://kubernetes.io/docs/concepts/workloads/controllers/replicationcontroller#pod-template
|
|
2278
2279
|
"""
|
|
2279
2280
|
pulumi.set(__self__, "selector", selector)
|
|
@@ -2294,7 +2295,7 @@ class ReplicaSetSpec(dict):
|
|
|
2294
2295
|
|
|
2295
2296
|
@property
|
|
2296
2297
|
@pulumi.getter(name="minReadySeconds")
|
|
2297
|
-
def min_ready_seconds(self) -> Optional[int]:
|
|
2298
|
+
def min_ready_seconds(self) -> Optional[builtins.int]:
|
|
2298
2299
|
"""
|
|
2299
2300
|
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)
|
|
2300
2301
|
"""
|
|
@@ -2302,7 +2303,7 @@ class ReplicaSetSpec(dict):
|
|
|
2302
2303
|
|
|
2303
2304
|
@property
|
|
2304
2305
|
@pulumi.getter
|
|
2305
|
-
def replicas(self) -> Optional[int]:
|
|
2306
|
+
def replicas(self) -> Optional[builtins.int]:
|
|
2306
2307
|
"""
|
|
2307
2308
|
Replicas is the number of desired replicas. This is a pointer to distinguish between explicit zero and unspecified. Defaults to 1. More info: https://kubernetes.io/docs/concepts/workloads/controllers/replicationcontroller/#what-is-a-replicationcontroller
|
|
2308
2309
|
"""
|
|
@@ -2340,14 +2341,14 @@ class ReplicaSetSpecPatch(dict):
|
|
|
2340
2341
|
return super().get(key, default)
|
|
2341
2342
|
|
|
2342
2343
|
def __init__(__self__, *,
|
|
2343
|
-
min_ready_seconds: Optional[int] = None,
|
|
2344
|
-
replicas: Optional[int] = None,
|
|
2344
|
+
min_ready_seconds: Optional[builtins.int] = None,
|
|
2345
|
+
replicas: Optional[builtins.int] = None,
|
|
2345
2346
|
selector: Optional['_meta.v1.outputs.LabelSelectorPatch'] = None,
|
|
2346
2347
|
template: Optional['_core.v1.outputs.PodTemplateSpecPatch'] = None):
|
|
2347
2348
|
"""
|
|
2348
2349
|
ReplicaSetSpec is the specification of a ReplicaSet.
|
|
2349
|
-
:param 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)
|
|
2350
|
-
:param int replicas: Replicas is the number of desired replicas. This is a pointer to distinguish between explicit zero and unspecified. Defaults to 1. More info: https://kubernetes.io/docs/concepts/workloads/controllers/replicationcontroller/#what-is-a-replicationcontroller
|
|
2350
|
+
:param builtins.int min_ready_seconds: Minimum number of seconds for which a newly created pod should be ready without any of its container crashing, for it to be considered available. Defaults to 0 (pod will be considered available as soon as it is ready)
|
|
2351
|
+
:param builtins.int replicas: Replicas is the number of desired replicas. This is a pointer to distinguish between explicit zero and unspecified. Defaults to 1. More info: https://kubernetes.io/docs/concepts/workloads/controllers/replicationcontroller/#what-is-a-replicationcontroller
|
|
2351
2352
|
:param '_meta.v1.LabelSelectorPatchArgs' selector: Selector is a label query over pods that should match the replica count. Label keys and values that must match in order to be controlled by this replica set. It must match the pod template's labels. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/labels/#label-selectors
|
|
2352
2353
|
:param '_core.v1.PodTemplateSpecPatchArgs' template: Template is the object that describes the pod that will be created if insufficient replicas are detected. More info: https://kubernetes.io/docs/concepts/workloads/controllers/replicationcontroller#pod-template
|
|
2353
2354
|
"""
|
|
@@ -2362,7 +2363,7 @@ class ReplicaSetSpecPatch(dict):
|
|
|
2362
2363
|
|
|
2363
2364
|
@property
|
|
2364
2365
|
@pulumi.getter(name="minReadySeconds")
|
|
2365
|
-
def min_ready_seconds(self) -> Optional[int]:
|
|
2366
|
+
def min_ready_seconds(self) -> Optional[builtins.int]:
|
|
2366
2367
|
"""
|
|
2367
2368
|
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)
|
|
2368
2369
|
"""
|
|
@@ -2370,7 +2371,7 @@ class ReplicaSetSpecPatch(dict):
|
|
|
2370
2371
|
|
|
2371
2372
|
@property
|
|
2372
2373
|
@pulumi.getter
|
|
2373
|
-
def replicas(self) -> Optional[int]:
|
|
2374
|
+
def replicas(self) -> Optional[builtins.int]:
|
|
2374
2375
|
"""
|
|
2375
2376
|
Replicas is the number of desired replicas. This is a pointer to distinguish between explicit zero and unspecified. Defaults to 1. More info: https://kubernetes.io/docs/concepts/workloads/controllers/replicationcontroller/#what-is-a-replicationcontroller
|
|
2376
2377
|
"""
|
|
@@ -2422,20 +2423,20 @@ class ReplicaSetStatus(dict):
|
|
|
2422
2423
|
return super().get(key, default)
|
|
2423
2424
|
|
|
2424
2425
|
def __init__(__self__, *,
|
|
2425
|
-
replicas: int,
|
|
2426
|
-
available_replicas: Optional[int] = None,
|
|
2426
|
+
replicas: builtins.int,
|
|
2427
|
+
available_replicas: Optional[builtins.int] = None,
|
|
2427
2428
|
conditions: Optional[Sequence['outputs.ReplicaSetCondition']] = None,
|
|
2428
|
-
fully_labeled_replicas: Optional[int] = None,
|
|
2429
|
-
observed_generation: Optional[int] = None,
|
|
2430
|
-
ready_replicas: Optional[int] = None):
|
|
2429
|
+
fully_labeled_replicas: Optional[builtins.int] = None,
|
|
2430
|
+
observed_generation: Optional[builtins.int] = None,
|
|
2431
|
+
ready_replicas: Optional[builtins.int] = None):
|
|
2431
2432
|
"""
|
|
2432
2433
|
ReplicaSetStatus represents the current status of a ReplicaSet.
|
|
2433
|
-
:param int replicas: Replicas is the most recently oberved number of replicas. More info: https://kubernetes.io/docs/concepts/workloads/controllers/replicationcontroller/#what-is-a-replicationcontroller
|
|
2434
|
-
:param int available_replicas: The number of available replicas (ready for at least minReadySeconds) for this replica set.
|
|
2434
|
+
:param builtins.int replicas: Replicas is the most recently oberved number of replicas. More info: https://kubernetes.io/docs/concepts/workloads/controllers/replicationcontroller/#what-is-a-replicationcontroller
|
|
2435
|
+
:param builtins.int available_replicas: The number of available replicas (ready for at least minReadySeconds) for this replica set.
|
|
2435
2436
|
:param Sequence['ReplicaSetConditionArgs'] conditions: Represents the latest available observations of a replica set's current state.
|
|
2436
|
-
:param int fully_labeled_replicas: The number of pods that have labels matching the labels of the pod template of the replicaset.
|
|
2437
|
-
:param int observed_generation: ObservedGeneration reflects the generation of the most recently observed ReplicaSet.
|
|
2438
|
-
:param int ready_replicas: The number of ready replicas for this replica set.
|
|
2437
|
+
:param builtins.int fully_labeled_replicas: The number of pods that have labels matching the labels of the pod template of the replicaset.
|
|
2438
|
+
:param builtins.int observed_generation: ObservedGeneration reflects the generation of the most recently observed ReplicaSet.
|
|
2439
|
+
:param builtins.int ready_replicas: The number of ready replicas for this replica set.
|
|
2439
2440
|
"""
|
|
2440
2441
|
pulumi.set(__self__, "replicas", replicas)
|
|
2441
2442
|
if available_replicas is not None:
|
|
@@ -2451,7 +2452,7 @@ class ReplicaSetStatus(dict):
|
|
|
2451
2452
|
|
|
2452
2453
|
@property
|
|
2453
2454
|
@pulumi.getter
|
|
2454
|
-
def replicas(self) -> int:
|
|
2455
|
+
def replicas(self) -> builtins.int:
|
|
2455
2456
|
"""
|
|
2456
2457
|
Replicas is the most recently oberved number of replicas. More info: https://kubernetes.io/docs/concepts/workloads/controllers/replicationcontroller/#what-is-a-replicationcontroller
|
|
2457
2458
|
"""
|
|
@@ -2459,7 +2460,7 @@ class ReplicaSetStatus(dict):
|
|
|
2459
2460
|
|
|
2460
2461
|
@property
|
|
2461
2462
|
@pulumi.getter(name="availableReplicas")
|
|
2462
|
-
def available_replicas(self) -> Optional[int]:
|
|
2463
|
+
def available_replicas(self) -> Optional[builtins.int]:
|
|
2463
2464
|
"""
|
|
2464
2465
|
The number of available replicas (ready for at least minReadySeconds) for this replica set.
|
|
2465
2466
|
"""
|
|
@@ -2475,7 +2476,7 @@ class ReplicaSetStatus(dict):
|
|
|
2475
2476
|
|
|
2476
2477
|
@property
|
|
2477
2478
|
@pulumi.getter(name="fullyLabeledReplicas")
|
|
2478
|
-
def fully_labeled_replicas(self) -> Optional[int]:
|
|
2479
|
+
def fully_labeled_replicas(self) -> Optional[builtins.int]:
|
|
2479
2480
|
"""
|
|
2480
2481
|
The number of pods that have labels matching the labels of the pod template of the replicaset.
|
|
2481
2482
|
"""
|
|
@@ -2483,7 +2484,7 @@ class ReplicaSetStatus(dict):
|
|
|
2483
2484
|
|
|
2484
2485
|
@property
|
|
2485
2486
|
@pulumi.getter(name="observedGeneration")
|
|
2486
|
-
def observed_generation(self) -> Optional[int]:
|
|
2487
|
+
def observed_generation(self) -> Optional[builtins.int]:
|
|
2487
2488
|
"""
|
|
2488
2489
|
ObservedGeneration reflects the generation of the most recently observed ReplicaSet.
|
|
2489
2490
|
"""
|
|
@@ -2491,7 +2492,7 @@ class ReplicaSetStatus(dict):
|
|
|
2491
2492
|
|
|
2492
2493
|
@property
|
|
2493
2494
|
@pulumi.getter(name="readyReplicas")
|
|
2494
|
-
def ready_replicas(self) -> Optional[int]:
|
|
2495
|
+
def ready_replicas(self) -> Optional[builtins.int]:
|
|
2495
2496
|
"""
|
|
2496
2497
|
The number of ready replicas for this replica set.
|
|
2497
2498
|
"""
|
|
@@ -2527,20 +2528,20 @@ class ReplicaSetStatusPatch(dict):
|
|
|
2527
2528
|
return super().get(key, default)
|
|
2528
2529
|
|
|
2529
2530
|
def __init__(__self__, *,
|
|
2530
|
-
available_replicas: Optional[int] = None,
|
|
2531
|
+
available_replicas: Optional[builtins.int] = None,
|
|
2531
2532
|
conditions: Optional[Sequence['outputs.ReplicaSetConditionPatch']] = None,
|
|
2532
|
-
fully_labeled_replicas: Optional[int] = None,
|
|
2533
|
-
observed_generation: Optional[int] = None,
|
|
2534
|
-
ready_replicas: Optional[int] = None,
|
|
2535
|
-
replicas: Optional[int] = None):
|
|
2533
|
+
fully_labeled_replicas: Optional[builtins.int] = None,
|
|
2534
|
+
observed_generation: Optional[builtins.int] = None,
|
|
2535
|
+
ready_replicas: Optional[builtins.int] = None,
|
|
2536
|
+
replicas: Optional[builtins.int] = None):
|
|
2536
2537
|
"""
|
|
2537
2538
|
ReplicaSetStatus represents the current status of a ReplicaSet.
|
|
2538
|
-
:param int available_replicas: The number of available replicas (ready for at least minReadySeconds) for this replica set.
|
|
2539
|
+
:param builtins.int available_replicas: The number of available replicas (ready for at least minReadySeconds) for this replica set.
|
|
2539
2540
|
:param Sequence['ReplicaSetConditionPatchArgs'] conditions: Represents the latest available observations of a replica set's current state.
|
|
2540
|
-
:param int fully_labeled_replicas: The number of pods that have labels matching the labels of the pod template of the replicaset.
|
|
2541
|
-
:param int observed_generation: ObservedGeneration reflects the generation of the most recently observed ReplicaSet.
|
|
2542
|
-
:param int ready_replicas: The number of ready replicas for this replica set.
|
|
2543
|
-
:param int replicas: Replicas is the most recently oberved number of replicas. More info: https://kubernetes.io/docs/concepts/workloads/controllers/replicationcontroller/#what-is-a-replicationcontroller
|
|
2541
|
+
:param builtins.int fully_labeled_replicas: The number of pods that have labels matching the labels of the pod template of the replicaset.
|
|
2542
|
+
:param builtins.int observed_generation: ObservedGeneration reflects the generation of the most recently observed ReplicaSet.
|
|
2543
|
+
:param builtins.int ready_replicas: The number of ready replicas for this replica set.
|
|
2544
|
+
:param builtins.int replicas: Replicas is the most recently oberved number of replicas. More info: https://kubernetes.io/docs/concepts/workloads/controllers/replicationcontroller/#what-is-a-replicationcontroller
|
|
2544
2545
|
"""
|
|
2545
2546
|
if available_replicas is not None:
|
|
2546
2547
|
pulumi.set(__self__, "available_replicas", available_replicas)
|
|
@@ -2557,7 +2558,7 @@ class ReplicaSetStatusPatch(dict):
|
|
|
2557
2558
|
|
|
2558
2559
|
@property
|
|
2559
2560
|
@pulumi.getter(name="availableReplicas")
|
|
2560
|
-
def available_replicas(self) -> Optional[int]:
|
|
2561
|
+
def available_replicas(self) -> Optional[builtins.int]:
|
|
2561
2562
|
"""
|
|
2562
2563
|
The number of available replicas (ready for at least minReadySeconds) for this replica set.
|
|
2563
2564
|
"""
|
|
@@ -2573,7 +2574,7 @@ class ReplicaSetStatusPatch(dict):
|
|
|
2573
2574
|
|
|
2574
2575
|
@property
|
|
2575
2576
|
@pulumi.getter(name="fullyLabeledReplicas")
|
|
2576
|
-
def fully_labeled_replicas(self) -> Optional[int]:
|
|
2577
|
+
def fully_labeled_replicas(self) -> Optional[builtins.int]:
|
|
2577
2578
|
"""
|
|
2578
2579
|
The number of pods that have labels matching the labels of the pod template of the replicaset.
|
|
2579
2580
|
"""
|
|
@@ -2581,7 +2582,7 @@ class ReplicaSetStatusPatch(dict):
|
|
|
2581
2582
|
|
|
2582
2583
|
@property
|
|
2583
2584
|
@pulumi.getter(name="observedGeneration")
|
|
2584
|
-
def observed_generation(self) -> Optional[int]:
|
|
2585
|
+
def observed_generation(self) -> Optional[builtins.int]:
|
|
2585
2586
|
"""
|
|
2586
2587
|
ObservedGeneration reflects the generation of the most recently observed ReplicaSet.
|
|
2587
2588
|
"""
|
|
@@ -2589,7 +2590,7 @@ class ReplicaSetStatusPatch(dict):
|
|
|
2589
2590
|
|
|
2590
2591
|
@property
|
|
2591
2592
|
@pulumi.getter(name="readyReplicas")
|
|
2592
|
-
def ready_replicas(self) -> Optional[int]:
|
|
2593
|
+
def ready_replicas(self) -> Optional[builtins.int]:
|
|
2593
2594
|
"""
|
|
2594
2595
|
The number of ready replicas for this replica set.
|
|
2595
2596
|
"""
|
|
@@ -2597,7 +2598,7 @@ class ReplicaSetStatusPatch(dict):
|
|
|
2597
2598
|
|
|
2598
2599
|
@property
|
|
2599
2600
|
@pulumi.getter
|
|
2600
|
-
def replicas(self) -> Optional[int]:
|
|
2601
|
+
def replicas(self) -> Optional[builtins.int]:
|
|
2601
2602
|
"""
|
|
2602
2603
|
Replicas is the most recently oberved number of replicas. More info: https://kubernetes.io/docs/concepts/workloads/controllers/replicationcontroller/#what-is-a-replicationcontroller
|
|
2603
2604
|
"""
|
|
@@ -2630,7 +2631,7 @@ class RollingUpdateDaemonSet(dict):
|
|
|
2630
2631
|
max_unavailable: Optional[Any] = None):
|
|
2631
2632
|
"""
|
|
2632
2633
|
Spec to control the desired behavior of daemon set rolling update.
|
|
2633
|
-
:param Union[int, str] max_unavailable: The maximum number of DaemonSet pods that can be unavailable during the update. Value can be an absolute number (ex: 5) or a percentage of total number of DaemonSet pods at the start of the update (ex: 10%). Absolute number is calculated from percentage by rounding up. This cannot be 0. Default value is 1. Example: when this is set to 30%, at most 30% of the total number of nodes that should be running the daemon pod (i.e. status.desiredNumberScheduled) can have their pods stopped for an update at any given time. The update starts by stopping at most 30% of those DaemonSet pods and then brings up new DaemonSet pods in their place. Once the new pods are available, it then proceeds onto other DaemonSet pods, thus ensuring that at least 70% of original number of DaemonSet pods are available at all times during the update.
|
|
2634
|
+
:param Union[builtins.int, builtins.str] max_unavailable: The maximum number of DaemonSet pods that can be unavailable during the update. Value can be an absolute number (ex: 5) or a percentage of total number of DaemonSet pods at the start of the update (ex: 10%). Absolute number is calculated from percentage by rounding up. This cannot be 0. Default value is 1. Example: when this is set to 30%, at most 30% of the total number of nodes that should be running the daemon pod (i.e. status.desiredNumberScheduled) can have their pods stopped for an update at any given time. The update starts by stopping at most 30% of those DaemonSet pods and then brings up new DaemonSet pods in their place. Once the new pods are available, it then proceeds onto other DaemonSet pods, thus ensuring that at least 70% of original number of DaemonSet pods are available at all times during the update.
|
|
2634
2635
|
"""
|
|
2635
2636
|
if max_unavailable is not None:
|
|
2636
2637
|
pulumi.set(__self__, "max_unavailable", max_unavailable)
|
|
@@ -2670,7 +2671,7 @@ class RollingUpdateDaemonSetPatch(dict):
|
|
|
2670
2671
|
max_unavailable: Optional[Any] = None):
|
|
2671
2672
|
"""
|
|
2672
2673
|
Spec to control the desired behavior of daemon set rolling update.
|
|
2673
|
-
:param Union[int, str] max_unavailable: The maximum number of DaemonSet pods that can be unavailable during the update. Value can be an absolute number (ex: 5) or a percentage of total number of DaemonSet pods at the start of the update (ex: 10%). Absolute number is calculated from percentage by rounding up. This cannot be 0. Default value is 1. Example: when this is set to 30%, at most 30% of the total number of nodes that should be running the daemon pod (i.e. status.desiredNumberScheduled) can have their pods stopped for an update at any given time. The update starts by stopping at most 30% of those DaemonSet pods and then brings up new DaemonSet pods in their place. Once the new pods are available, it then proceeds onto other DaemonSet pods, thus ensuring that at least 70% of original number of DaemonSet pods are available at all times during the update.
|
|
2674
|
+
:param Union[builtins.int, builtins.str] max_unavailable: The maximum number of DaemonSet pods that can be unavailable during the update. Value can be an absolute number (ex: 5) or a percentage of total number of DaemonSet pods at the start of the update (ex: 10%). Absolute number is calculated from percentage by rounding up. This cannot be 0. Default value is 1. Example: when this is set to 30%, at most 30% of the total number of nodes that should be running the daemon pod (i.e. status.desiredNumberScheduled) can have their pods stopped for an update at any given time. The update starts by stopping at most 30% of those DaemonSet pods and then brings up new DaemonSet pods in their place. Once the new pods are available, it then proceeds onto other DaemonSet pods, thus ensuring that at least 70% of original number of DaemonSet pods are available at all times during the update.
|
|
2674
2675
|
"""
|
|
2675
2676
|
if max_unavailable is not None:
|
|
2676
2677
|
pulumi.set(__self__, "max_unavailable", max_unavailable)
|
|
@@ -2713,8 +2714,8 @@ class RollingUpdateDeployment(dict):
|
|
|
2713
2714
|
max_unavailable: Optional[Any] = None):
|
|
2714
2715
|
"""
|
|
2715
2716
|
Spec to control the desired behavior of rolling update.
|
|
2716
|
-
:param 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.
|
|
2717
|
-
:param 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.
|
|
2717
|
+
:param Union[builtins.int, builtins.str] max_surge: The maximum number of pods that can be scheduled above the desired number of pods. Value can be an absolute number (ex: 5) or a percentage of desired pods (ex: 10%). This can not be 0 if MaxUnavailable is 0. Absolute number is calculated from percentage by rounding up. Defaults to 25%. Example: when this is set to 30%, the new ReplicaSet can be scaled up immediately when the rolling update starts, such that the total number of old and new pods do not exceed 130% of desired pods. Once old pods have been killed, new ReplicaSet can be scaled up further, ensuring that total number of pods running at any time during the update is at most 130% of desired pods.
|
|
2718
|
+
:param Union[builtins.int, builtins.str] max_unavailable: The maximum number of pods that can be unavailable during the update. Value can be an absolute number (ex: 5) or a percentage of desired pods (ex: 10%). Absolute number is calculated from percentage by rounding down. This can not be 0 if MaxSurge is 0. Defaults to 25%. Example: when this is set to 30%, the old ReplicaSet can be scaled down to 70% of desired pods immediately when the rolling update starts. Once new pods are ready, old ReplicaSet can be scaled down further, followed by scaling up the new ReplicaSet, ensuring that the total number of pods available at all times during the update is at least 70% of desired pods.
|
|
2718
2719
|
"""
|
|
2719
2720
|
if max_surge is not None:
|
|
2720
2721
|
pulumi.set(__self__, "max_surge", max_surge)
|
|
@@ -2767,8 +2768,8 @@ class RollingUpdateDeploymentPatch(dict):
|
|
|
2767
2768
|
max_unavailable: Optional[Any] = None):
|
|
2768
2769
|
"""
|
|
2769
2770
|
Spec to control the desired behavior of rolling update.
|
|
2770
|
-
:param 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.
|
|
2771
|
-
:param 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.
|
|
2771
|
+
:param Union[builtins.int, builtins.str] max_surge: The maximum number of pods that can be scheduled above the desired number of pods. Value can be an absolute number (ex: 5) or a percentage of desired pods (ex: 10%). This can not be 0 if MaxUnavailable is 0. Absolute number is calculated from percentage by rounding up. Defaults to 25%. Example: when this is set to 30%, the new ReplicaSet can be scaled up immediately when the rolling update starts, such that the total number of old and new pods do not exceed 130% of desired pods. Once old pods have been killed, new ReplicaSet can be scaled up further, ensuring that total number of pods running at any time during the update is at most 130% of desired pods.
|
|
2772
|
+
:param Union[builtins.int, builtins.str] max_unavailable: The maximum number of pods that can be unavailable during the update. Value can be an absolute number (ex: 5) or a percentage of desired pods (ex: 10%). Absolute number is calculated from percentage by rounding down. This can not be 0 if MaxSurge is 0. Defaults to 25%. Example: when this is set to 30%, the old ReplicaSet can be scaled down to 70% of desired pods immediately when the rolling update starts. Once new pods are ready, old ReplicaSet can be scaled down further, followed by scaling up the new ReplicaSet, ensuring that the total number of pods available at all times during the update is at least 70% of desired pods.
|
|
2772
2773
|
"""
|
|
2773
2774
|
if max_surge is not None:
|
|
2774
2775
|
pulumi.set(__self__, "max_surge", max_surge)
|
|
@@ -2798,17 +2799,17 @@ class RollingUpdateStatefulSetStrategy(dict):
|
|
|
2798
2799
|
RollingUpdateStatefulSetStrategy is used to communicate parameter for RollingUpdateStatefulSetStrategyType.
|
|
2799
2800
|
"""
|
|
2800
2801
|
def __init__(__self__, *,
|
|
2801
|
-
partition: Optional[int] = None):
|
|
2802
|
+
partition: Optional[builtins.int] = None):
|
|
2802
2803
|
"""
|
|
2803
2804
|
RollingUpdateStatefulSetStrategy is used to communicate parameter for RollingUpdateStatefulSetStrategyType.
|
|
2804
|
-
:param int partition: Partition indicates the ordinal at which the StatefulSet should be partitioned. Default value is 0.
|
|
2805
|
+
:param builtins.int partition: Partition indicates the ordinal at which the StatefulSet should be partitioned. Default value is 0.
|
|
2805
2806
|
"""
|
|
2806
2807
|
if partition is not None:
|
|
2807
2808
|
pulumi.set(__self__, "partition", partition)
|
|
2808
2809
|
|
|
2809
2810
|
@property
|
|
2810
2811
|
@pulumi.getter
|
|
2811
|
-
def partition(self) -> Optional[int]:
|
|
2812
|
+
def partition(self) -> Optional[builtins.int]:
|
|
2812
2813
|
"""
|
|
2813
2814
|
Partition indicates the ordinal at which the StatefulSet should be partitioned. Default value is 0.
|
|
2814
2815
|
"""
|
|
@@ -2821,17 +2822,17 @@ class RollingUpdateStatefulSetStrategyPatch(dict):
|
|
|
2821
2822
|
RollingUpdateStatefulSetStrategy is used to communicate parameter for RollingUpdateStatefulSetStrategyType.
|
|
2822
2823
|
"""
|
|
2823
2824
|
def __init__(__self__, *,
|
|
2824
|
-
partition: Optional[int] = None):
|
|
2825
|
+
partition: Optional[builtins.int] = None):
|
|
2825
2826
|
"""
|
|
2826
2827
|
RollingUpdateStatefulSetStrategy is used to communicate parameter for RollingUpdateStatefulSetStrategyType.
|
|
2827
|
-
:param int partition: Partition indicates the ordinal at which the StatefulSet should be partitioned. Default value is 0.
|
|
2828
|
+
:param builtins.int partition: Partition indicates the ordinal at which the StatefulSet should be partitioned. Default value is 0.
|
|
2828
2829
|
"""
|
|
2829
2830
|
if partition is not None:
|
|
2830
2831
|
pulumi.set(__self__, "partition", partition)
|
|
2831
2832
|
|
|
2832
2833
|
@property
|
|
2833
2834
|
@pulumi.getter
|
|
2834
|
-
def partition(self) -> Optional[int]:
|
|
2835
|
+
def partition(self) -> Optional[builtins.int]:
|
|
2835
2836
|
"""
|
|
2836
2837
|
Partition indicates the ordinal at which the StatefulSet should be partitioned. Default value is 0.
|
|
2837
2838
|
"""
|
|
@@ -2877,8 +2878,8 @@ class StatefulSet(dict):
|
|
|
2877
2878
|
return super().get(key, default)
|
|
2878
2879
|
|
|
2879
2880
|
def __init__(__self__, *,
|
|
2880
|
-
api_version: Optional[str] = None,
|
|
2881
|
-
kind: Optional[str] = None,
|
|
2881
|
+
api_version: Optional[builtins.str] = None,
|
|
2882
|
+
kind: Optional[builtins.str] = None,
|
|
2882
2883
|
metadata: Optional['_meta.v1.outputs.ObjectMeta'] = None,
|
|
2883
2884
|
spec: Optional['outputs.StatefulSetSpec'] = None,
|
|
2884
2885
|
status: Optional['outputs.StatefulSetStatus'] = None):
|
|
@@ -2900,8 +2901,8 @@ class StatefulSet(dict):
|
|
|
2900
2901
|
If the StatefulSet has not reached a Ready state after 10 minutes, it will
|
|
2901
2902
|
time out and mark the resource update as Failed. You can override the default timeout value
|
|
2902
2903
|
by setting the 'customTimeouts' option on the resource.
|
|
2903
|
-
:param 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
|
|
2904
|
-
:param 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
|
|
2904
|
+
:param builtins.str api_version: APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources
|
|
2905
|
+
:param builtins.str kind: Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds
|
|
2905
2906
|
:param 'StatefulSetSpecArgs' spec: Spec defines the desired identities of pods in this set.
|
|
2906
2907
|
:param 'StatefulSetStatusArgs' status: Status is the current status of Pods in this StatefulSet. This data may be out of date by some window of time.
|
|
2907
2908
|
"""
|
|
@@ -2918,7 +2919,7 @@ class StatefulSet(dict):
|
|
|
2918
2919
|
|
|
2919
2920
|
@property
|
|
2920
2921
|
@pulumi.getter(name="apiVersion")
|
|
2921
|
-
def api_version(self) -> Optional[str]:
|
|
2922
|
+
def api_version(self) -> Optional[builtins.str]:
|
|
2922
2923
|
"""
|
|
2923
2924
|
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
|
|
2924
2925
|
"""
|
|
@@ -2926,7 +2927,7 @@ class StatefulSet(dict):
|
|
|
2926
2927
|
|
|
2927
2928
|
@property
|
|
2928
2929
|
@pulumi.getter
|
|
2929
|
-
def kind(self) -> Optional[str]:
|
|
2930
|
+
def kind(self) -> Optional[builtins.str]:
|
|
2930
2931
|
"""
|
|
2931
2932
|
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
|
|
2932
2933
|
"""
|
|
@@ -2977,18 +2978,18 @@ class StatefulSetCondition(dict):
|
|
|
2977
2978
|
return super().get(key, default)
|
|
2978
2979
|
|
|
2979
2980
|
def __init__(__self__, *,
|
|
2980
|
-
status: str,
|
|
2981
|
-
type: str,
|
|
2982
|
-
last_transition_time: Optional[str] = None,
|
|
2983
|
-
message: Optional[str] = None,
|
|
2984
|
-
reason: Optional[str] = None):
|
|
2981
|
+
status: builtins.str,
|
|
2982
|
+
type: builtins.str,
|
|
2983
|
+
last_transition_time: Optional[builtins.str] = None,
|
|
2984
|
+
message: Optional[builtins.str] = None,
|
|
2985
|
+
reason: Optional[builtins.str] = None):
|
|
2985
2986
|
"""
|
|
2986
2987
|
StatefulSetCondition describes the state of a statefulset at a certain point.
|
|
2987
|
-
:param str status: Status of the condition, one of True, False, Unknown.
|
|
2988
|
-
:param str type: Type of statefulset condition.
|
|
2989
|
-
:param str last_transition_time: Last time the condition transitioned from one status to another.
|
|
2990
|
-
:param str message: A human readable message indicating details about the transition.
|
|
2991
|
-
:param str reason: The reason for the condition's last transition.
|
|
2988
|
+
:param builtins.str status: Status of the condition, one of True, False, Unknown.
|
|
2989
|
+
:param builtins.str type: Type of statefulset condition.
|
|
2990
|
+
:param builtins.str last_transition_time: Last time the condition transitioned from one status to another.
|
|
2991
|
+
:param builtins.str message: A human readable message indicating details about the transition.
|
|
2992
|
+
:param builtins.str reason: The reason for the condition's last transition.
|
|
2992
2993
|
"""
|
|
2993
2994
|
pulumi.set(__self__, "status", status)
|
|
2994
2995
|
pulumi.set(__self__, "type", type)
|
|
@@ -3001,7 +3002,7 @@ class StatefulSetCondition(dict):
|
|
|
3001
3002
|
|
|
3002
3003
|
@property
|
|
3003
3004
|
@pulumi.getter
|
|
3004
|
-
def status(self) -> str:
|
|
3005
|
+
def status(self) -> builtins.str:
|
|
3005
3006
|
"""
|
|
3006
3007
|
Status of the condition, one of True, False, Unknown.
|
|
3007
3008
|
"""
|
|
@@ -3009,7 +3010,7 @@ class StatefulSetCondition(dict):
|
|
|
3009
3010
|
|
|
3010
3011
|
@property
|
|
3011
3012
|
@pulumi.getter
|
|
3012
|
-
def type(self) -> str:
|
|
3013
|
+
def type(self) -> builtins.str:
|
|
3013
3014
|
"""
|
|
3014
3015
|
Type of statefulset condition.
|
|
3015
3016
|
"""
|
|
@@ -3017,7 +3018,7 @@ class StatefulSetCondition(dict):
|
|
|
3017
3018
|
|
|
3018
3019
|
@property
|
|
3019
3020
|
@pulumi.getter(name="lastTransitionTime")
|
|
3020
|
-
def last_transition_time(self) -> Optional[str]:
|
|
3021
|
+
def last_transition_time(self) -> Optional[builtins.str]:
|
|
3021
3022
|
"""
|
|
3022
3023
|
Last time the condition transitioned from one status to another.
|
|
3023
3024
|
"""
|
|
@@ -3025,7 +3026,7 @@ class StatefulSetCondition(dict):
|
|
|
3025
3026
|
|
|
3026
3027
|
@property
|
|
3027
3028
|
@pulumi.getter
|
|
3028
|
-
def message(self) -> Optional[str]:
|
|
3029
|
+
def message(self) -> Optional[builtins.str]:
|
|
3029
3030
|
"""
|
|
3030
3031
|
A human readable message indicating details about the transition.
|
|
3031
3032
|
"""
|
|
@@ -3033,7 +3034,7 @@ class StatefulSetCondition(dict):
|
|
|
3033
3034
|
|
|
3034
3035
|
@property
|
|
3035
3036
|
@pulumi.getter
|
|
3036
|
-
def reason(self) -> Optional[str]:
|
|
3037
|
+
def reason(self) -> Optional[builtins.str]:
|
|
3037
3038
|
"""
|
|
3038
3039
|
The reason for the condition's last transition.
|
|
3039
3040
|
"""
|
|
@@ -3063,18 +3064,18 @@ class StatefulSetConditionPatch(dict):
|
|
|
3063
3064
|
return super().get(key, default)
|
|
3064
3065
|
|
|
3065
3066
|
def __init__(__self__, *,
|
|
3066
|
-
last_transition_time: Optional[str] = None,
|
|
3067
|
-
message: Optional[str] = None,
|
|
3068
|
-
reason: Optional[str] = None,
|
|
3069
|
-
status: Optional[str] = None,
|
|
3070
|
-
type: Optional[str] = None):
|
|
3067
|
+
last_transition_time: Optional[builtins.str] = None,
|
|
3068
|
+
message: Optional[builtins.str] = None,
|
|
3069
|
+
reason: Optional[builtins.str] = None,
|
|
3070
|
+
status: Optional[builtins.str] = None,
|
|
3071
|
+
type: Optional[builtins.str] = None):
|
|
3071
3072
|
"""
|
|
3072
3073
|
StatefulSetCondition describes the state of a statefulset at a certain point.
|
|
3073
|
-
:param str last_transition_time: Last time the condition transitioned from one status to another.
|
|
3074
|
-
:param str message: A human readable message indicating details about the transition.
|
|
3075
|
-
:param str reason: The reason for the condition's last transition.
|
|
3076
|
-
:param str status: Status of the condition, one of True, False, Unknown.
|
|
3077
|
-
:param str type: Type of statefulset condition.
|
|
3074
|
+
:param builtins.str last_transition_time: Last time the condition transitioned from one status to another.
|
|
3075
|
+
:param builtins.str message: A human readable message indicating details about the transition.
|
|
3076
|
+
:param builtins.str reason: The reason for the condition's last transition.
|
|
3077
|
+
:param builtins.str status: Status of the condition, one of True, False, Unknown.
|
|
3078
|
+
:param builtins.str type: Type of statefulset condition.
|
|
3078
3079
|
"""
|
|
3079
3080
|
if last_transition_time is not None:
|
|
3080
3081
|
pulumi.set(__self__, "last_transition_time", last_transition_time)
|
|
@@ -3089,7 +3090,7 @@ class StatefulSetConditionPatch(dict):
|
|
|
3089
3090
|
|
|
3090
3091
|
@property
|
|
3091
3092
|
@pulumi.getter(name="lastTransitionTime")
|
|
3092
|
-
def last_transition_time(self) -> Optional[str]:
|
|
3093
|
+
def last_transition_time(self) -> Optional[builtins.str]:
|
|
3093
3094
|
"""
|
|
3094
3095
|
Last time the condition transitioned from one status to another.
|
|
3095
3096
|
"""
|
|
@@ -3097,7 +3098,7 @@ class StatefulSetConditionPatch(dict):
|
|
|
3097
3098
|
|
|
3098
3099
|
@property
|
|
3099
3100
|
@pulumi.getter
|
|
3100
|
-
def message(self) -> Optional[str]:
|
|
3101
|
+
def message(self) -> Optional[builtins.str]:
|
|
3101
3102
|
"""
|
|
3102
3103
|
A human readable message indicating details about the transition.
|
|
3103
3104
|
"""
|
|
@@ -3105,7 +3106,7 @@ class StatefulSetConditionPatch(dict):
|
|
|
3105
3106
|
|
|
3106
3107
|
@property
|
|
3107
3108
|
@pulumi.getter
|
|
3108
|
-
def reason(self) -> Optional[str]:
|
|
3109
|
+
def reason(self) -> Optional[builtins.str]:
|
|
3109
3110
|
"""
|
|
3110
3111
|
The reason for the condition's last transition.
|
|
3111
3112
|
"""
|
|
@@ -3113,7 +3114,7 @@ class StatefulSetConditionPatch(dict):
|
|
|
3113
3114
|
|
|
3114
3115
|
@property
|
|
3115
3116
|
@pulumi.getter
|
|
3116
|
-
def status(self) -> Optional[str]:
|
|
3117
|
+
def status(self) -> Optional[builtins.str]:
|
|
3117
3118
|
"""
|
|
3118
3119
|
Status of the condition, one of True, False, Unknown.
|
|
3119
3120
|
"""
|
|
@@ -3121,7 +3122,7 @@ class StatefulSetConditionPatch(dict):
|
|
|
3121
3122
|
|
|
3122
3123
|
@property
|
|
3123
3124
|
@pulumi.getter
|
|
3124
|
-
def type(self) -> Optional[str]:
|
|
3125
|
+
def type(self) -> Optional[builtins.str]:
|
|
3125
3126
|
"""
|
|
3126
3127
|
Type of statefulset condition.
|
|
3127
3128
|
"""
|
|
@@ -3160,21 +3161,21 @@ class StatefulSetSpec(dict):
|
|
|
3160
3161
|
|
|
3161
3162
|
def __init__(__self__, *,
|
|
3162
3163
|
selector: '_meta.v1.outputs.LabelSelector',
|
|
3163
|
-
service_name: str,
|
|
3164
|
+
service_name: builtins.str,
|
|
3164
3165
|
template: '_core.v1.outputs.PodTemplateSpec',
|
|
3165
|
-
pod_management_policy: Optional[str] = None,
|
|
3166
|
-
replicas: Optional[int] = None,
|
|
3167
|
-
revision_history_limit: Optional[int] = None,
|
|
3166
|
+
pod_management_policy: Optional[builtins.str] = None,
|
|
3167
|
+
replicas: Optional[builtins.int] = None,
|
|
3168
|
+
revision_history_limit: Optional[builtins.int] = None,
|
|
3168
3169
|
update_strategy: Optional['outputs.StatefulSetUpdateStrategy'] = None,
|
|
3169
3170
|
volume_claim_templates: Optional[Sequence['_core.v1.outputs.PersistentVolumeClaim']] = None):
|
|
3170
3171
|
"""
|
|
3171
3172
|
A StatefulSetSpec is the specification of a StatefulSet.
|
|
3172
3173
|
:param '_meta.v1.LabelSelectorArgs' selector: selector is a label query over pods that should match the replica count. It must match the pod template's labels. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/labels/#label-selectors
|
|
3173
|
-
:param 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.
|
|
3174
|
+
:param builtins.str service_name: serviceName is the name of the service that governs this StatefulSet. This service must exist before the StatefulSet, and is responsible for the network identity of the set. Pods get DNS/hostnames that follow the pattern: pod-specific-string.serviceName.default.svc.cluster.local where "pod-specific-string" is managed by the StatefulSet controller.
|
|
3174
3175
|
:param '_core.v1.PodTemplateSpecArgs' template: template is the object that describes the pod that will be created if insufficient replicas are detected. Each pod stamped out by the StatefulSet will fulfill this Template, but have a unique identity from the rest of the StatefulSet.
|
|
3175
|
-
:param 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.
|
|
3176
|
-
:param 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.
|
|
3177
|
-
:param 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.
|
|
3176
|
+
:param builtins.str pod_management_policy: podManagementPolicy controls how pods are created during initial scale up, when replacing pods on nodes, or when scaling down. The default policy is `OrderedReady`, where pods are created in increasing order (pod-0, then pod-1, etc) and the controller will wait until each pod is ready before continuing. When scaling down, the pods are removed in the opposite order. The alternative policy is `Parallel` which will create pods in parallel to match the desired scale without waiting, and on scale down will delete all pods at once.
|
|
3177
|
+
:param builtins.int replicas: replicas is the desired number of replicas of the given Template. These are replicas in the sense that they are instantiations of the same Template, but individual replicas also have a consistent identity. If unspecified, defaults to 1.
|
|
3178
|
+
:param builtins.int revision_history_limit: revisionHistoryLimit is the maximum number of revisions that will be maintained in the StatefulSet's revision history. The revision history consists of all revisions not represented by a currently applied StatefulSetSpec version. The default value is 10.
|
|
3178
3179
|
:param 'StatefulSetUpdateStrategyArgs' update_strategy: updateStrategy indicates the StatefulSetUpdateStrategy that will be employed to update Pods in the StatefulSet when a revision is made to Template.
|
|
3179
3180
|
:param Sequence['_core.v1.PersistentVolumeClaimArgs'] volume_claim_templates: volumeClaimTemplates is a list of claims that pods are allowed to reference. The StatefulSet controller is responsible for mapping network identities to claims in a way that maintains the identity of a pod. Every claim in this list must have at least one matching (by name) volumeMount in one container in the template. A claim in this list takes precedence over any volumes in the template, with the same name.
|
|
3180
3181
|
"""
|
|
@@ -3202,7 +3203,7 @@ class StatefulSetSpec(dict):
|
|
|
3202
3203
|
|
|
3203
3204
|
@property
|
|
3204
3205
|
@pulumi.getter(name="serviceName")
|
|
3205
|
-
def service_name(self) -> str:
|
|
3206
|
+
def service_name(self) -> builtins.str:
|
|
3206
3207
|
"""
|
|
3207
3208
|
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.
|
|
3208
3209
|
"""
|
|
@@ -3218,7 +3219,7 @@ class StatefulSetSpec(dict):
|
|
|
3218
3219
|
|
|
3219
3220
|
@property
|
|
3220
3221
|
@pulumi.getter(name="podManagementPolicy")
|
|
3221
|
-
def pod_management_policy(self) -> Optional[str]:
|
|
3222
|
+
def pod_management_policy(self) -> Optional[builtins.str]:
|
|
3222
3223
|
"""
|
|
3223
3224
|
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.
|
|
3224
3225
|
"""
|
|
@@ -3226,7 +3227,7 @@ class StatefulSetSpec(dict):
|
|
|
3226
3227
|
|
|
3227
3228
|
@property
|
|
3228
3229
|
@pulumi.getter
|
|
3229
|
-
def replicas(self) -> Optional[int]:
|
|
3230
|
+
def replicas(self) -> Optional[builtins.int]:
|
|
3230
3231
|
"""
|
|
3231
3232
|
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.
|
|
3232
3233
|
"""
|
|
@@ -3234,7 +3235,7 @@ class StatefulSetSpec(dict):
|
|
|
3234
3235
|
|
|
3235
3236
|
@property
|
|
3236
3237
|
@pulumi.getter(name="revisionHistoryLimit")
|
|
3237
|
-
def revision_history_limit(self) -> Optional[int]:
|
|
3238
|
+
def revision_history_limit(self) -> Optional[builtins.int]:
|
|
3238
3239
|
"""
|
|
3239
3240
|
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.
|
|
3240
3241
|
"""
|
|
@@ -3288,21 +3289,21 @@ class StatefulSetSpecPatch(dict):
|
|
|
3288
3289
|
return super().get(key, default)
|
|
3289
3290
|
|
|
3290
3291
|
def __init__(__self__, *,
|
|
3291
|
-
pod_management_policy: Optional[str] = None,
|
|
3292
|
-
replicas: Optional[int] = None,
|
|
3293
|
-
revision_history_limit: Optional[int] = None,
|
|
3292
|
+
pod_management_policy: Optional[builtins.str] = None,
|
|
3293
|
+
replicas: Optional[builtins.int] = None,
|
|
3294
|
+
revision_history_limit: Optional[builtins.int] = None,
|
|
3294
3295
|
selector: Optional['_meta.v1.outputs.LabelSelectorPatch'] = None,
|
|
3295
|
-
service_name: Optional[str] = None,
|
|
3296
|
+
service_name: Optional[builtins.str] = None,
|
|
3296
3297
|
template: Optional['_core.v1.outputs.PodTemplateSpecPatch'] = None,
|
|
3297
3298
|
update_strategy: Optional['outputs.StatefulSetUpdateStrategyPatch'] = None,
|
|
3298
3299
|
volume_claim_templates: Optional[Sequence['_core.v1.outputs.PersistentVolumeClaimPatch']] = None):
|
|
3299
3300
|
"""
|
|
3300
3301
|
A StatefulSetSpec is the specification of a StatefulSet.
|
|
3301
|
-
:param 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.
|
|
3302
|
-
:param 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.
|
|
3303
|
-
:param 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.
|
|
3302
|
+
:param builtins.str pod_management_policy: podManagementPolicy controls how pods are created during initial scale up, when replacing pods on nodes, or when scaling down. The default policy is `OrderedReady`, where pods are created in increasing order (pod-0, then pod-1, etc) and the controller will wait until each pod is ready before continuing. When scaling down, the pods are removed in the opposite order. The alternative policy is `Parallel` which will create pods in parallel to match the desired scale without waiting, and on scale down will delete all pods at once.
|
|
3303
|
+
:param builtins.int replicas: replicas is the desired number of replicas of the given Template. These are replicas in the sense that they are instantiations of the same Template, but individual replicas also have a consistent identity. If unspecified, defaults to 1.
|
|
3304
|
+
:param builtins.int revision_history_limit: revisionHistoryLimit is the maximum number of revisions that will be maintained in the StatefulSet's revision history. The revision history consists of all revisions not represented by a currently applied StatefulSetSpec version. The default value is 10.
|
|
3304
3305
|
:param '_meta.v1.LabelSelectorPatchArgs' selector: selector is a label query over pods that should match the replica count. It must match the pod template's labels. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/labels/#label-selectors
|
|
3305
|
-
:param 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.
|
|
3306
|
+
:param builtins.str service_name: serviceName is the name of the service that governs this StatefulSet. This service must exist before the StatefulSet, and is responsible for the network identity of the set. Pods get DNS/hostnames that follow the pattern: pod-specific-string.serviceName.default.svc.cluster.local where "pod-specific-string" is managed by the StatefulSet controller.
|
|
3306
3307
|
:param '_core.v1.PodTemplateSpecPatchArgs' template: template is the object that describes the pod that will be created if insufficient replicas are detected. Each pod stamped out by the StatefulSet will fulfill this Template, but have a unique identity from the rest of the StatefulSet.
|
|
3307
3308
|
:param 'StatefulSetUpdateStrategyPatchArgs' update_strategy: updateStrategy indicates the StatefulSetUpdateStrategy that will be employed to update Pods in the StatefulSet when a revision is made to Template.
|
|
3308
3309
|
:param Sequence['_core.v1.PersistentVolumeClaimPatchArgs'] volume_claim_templates: volumeClaimTemplates is a list of claims that pods are allowed to reference. The StatefulSet controller is responsible for mapping network identities to claims in a way that maintains the identity of a pod. Every claim in this list must have at least one matching (by name) volumeMount in one container in the template. A claim in this list takes precedence over any volumes in the template, with the same name.
|
|
@@ -3326,7 +3327,7 @@ class StatefulSetSpecPatch(dict):
|
|
|
3326
3327
|
|
|
3327
3328
|
@property
|
|
3328
3329
|
@pulumi.getter(name="podManagementPolicy")
|
|
3329
|
-
def pod_management_policy(self) -> Optional[str]:
|
|
3330
|
+
def pod_management_policy(self) -> Optional[builtins.str]:
|
|
3330
3331
|
"""
|
|
3331
3332
|
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.
|
|
3332
3333
|
"""
|
|
@@ -3334,7 +3335,7 @@ class StatefulSetSpecPatch(dict):
|
|
|
3334
3335
|
|
|
3335
3336
|
@property
|
|
3336
3337
|
@pulumi.getter
|
|
3337
|
-
def replicas(self) -> Optional[int]:
|
|
3338
|
+
def replicas(self) -> Optional[builtins.int]:
|
|
3338
3339
|
"""
|
|
3339
3340
|
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.
|
|
3340
3341
|
"""
|
|
@@ -3342,7 +3343,7 @@ class StatefulSetSpecPatch(dict):
|
|
|
3342
3343
|
|
|
3343
3344
|
@property
|
|
3344
3345
|
@pulumi.getter(name="revisionHistoryLimit")
|
|
3345
|
-
def revision_history_limit(self) -> Optional[int]:
|
|
3346
|
+
def revision_history_limit(self) -> Optional[builtins.int]:
|
|
3346
3347
|
"""
|
|
3347
3348
|
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.
|
|
3348
3349
|
"""
|
|
@@ -3358,7 +3359,7 @@ class StatefulSetSpecPatch(dict):
|
|
|
3358
3359
|
|
|
3359
3360
|
@property
|
|
3360
3361
|
@pulumi.getter(name="serviceName")
|
|
3361
|
-
def service_name(self) -> Optional[str]:
|
|
3362
|
+
def service_name(self) -> Optional[builtins.str]:
|
|
3362
3363
|
"""
|
|
3363
3364
|
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.
|
|
3364
3365
|
"""
|
|
@@ -3424,26 +3425,26 @@ class StatefulSetStatus(dict):
|
|
|
3424
3425
|
return super().get(key, default)
|
|
3425
3426
|
|
|
3426
3427
|
def __init__(__self__, *,
|
|
3427
|
-
replicas: int,
|
|
3428
|
-
collision_count: Optional[int] = None,
|
|
3428
|
+
replicas: builtins.int,
|
|
3429
|
+
collision_count: Optional[builtins.int] = None,
|
|
3429
3430
|
conditions: Optional[Sequence['outputs.StatefulSetCondition']] = None,
|
|
3430
|
-
current_replicas: Optional[int] = None,
|
|
3431
|
-
current_revision: Optional[str] = None,
|
|
3432
|
-
observed_generation: Optional[int] = None,
|
|
3433
|
-
ready_replicas: Optional[int] = None,
|
|
3434
|
-
update_revision: Optional[str] = None,
|
|
3435
|
-
updated_replicas: Optional[int] = None):
|
|
3431
|
+
current_replicas: Optional[builtins.int] = None,
|
|
3432
|
+
current_revision: Optional[builtins.str] = None,
|
|
3433
|
+
observed_generation: Optional[builtins.int] = None,
|
|
3434
|
+
ready_replicas: Optional[builtins.int] = None,
|
|
3435
|
+
update_revision: Optional[builtins.str] = None,
|
|
3436
|
+
updated_replicas: Optional[builtins.int] = None):
|
|
3436
3437
|
"""
|
|
3437
3438
|
StatefulSetStatus represents the current state of a StatefulSet.
|
|
3438
|
-
:param int replicas: replicas is the number of Pods created by the StatefulSet controller.
|
|
3439
|
-
:param 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.
|
|
3439
|
+
:param builtins.int replicas: replicas is the number of Pods created by the StatefulSet controller.
|
|
3440
|
+
:param builtins.int collision_count: collisionCount is the count of hash collisions for the StatefulSet. The StatefulSet controller uses this field as a collision avoidance mechanism when it needs to create the name for the newest ControllerRevision.
|
|
3440
3441
|
:param Sequence['StatefulSetConditionArgs'] conditions: Represents the latest available observations of a statefulset's current state.
|
|
3441
|
-
:param int current_replicas: currentReplicas is the number of Pods created by the StatefulSet controller from the StatefulSet version indicated by currentRevision.
|
|
3442
|
-
:param str current_revision: currentRevision, if not empty, indicates the version of the StatefulSet used to generate Pods in the sequence [0,currentReplicas).
|
|
3443
|
-
:param 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.
|
|
3444
|
-
:param int ready_replicas: readyReplicas is the number of Pods created by the StatefulSet controller that have a Ready Condition.
|
|
3445
|
-
:param str update_revision: updateRevision, if not empty, indicates the version of the StatefulSet used to generate Pods in the sequence [replicas-updatedReplicas,replicas)
|
|
3446
|
-
:param int updated_replicas: updatedReplicas is the number of Pods created by the StatefulSet controller from the StatefulSet version indicated by updateRevision.
|
|
3442
|
+
:param builtins.int current_replicas: currentReplicas is the number of Pods created by the StatefulSet controller from the StatefulSet version indicated by currentRevision.
|
|
3443
|
+
:param builtins.str current_revision: currentRevision, if not empty, indicates the version of the StatefulSet used to generate Pods in the sequence [0,currentReplicas).
|
|
3444
|
+
:param builtins.int observed_generation: observedGeneration is the most recent generation observed for this StatefulSet. It corresponds to the StatefulSet's generation, which is updated on mutation by the API Server.
|
|
3445
|
+
:param builtins.int ready_replicas: readyReplicas is the number of Pods created by the StatefulSet controller that have a Ready Condition.
|
|
3446
|
+
:param builtins.str update_revision: updateRevision, if not empty, indicates the version of the StatefulSet used to generate Pods in the sequence [replicas-updatedReplicas,replicas)
|
|
3447
|
+
:param builtins.int updated_replicas: updatedReplicas is the number of Pods created by the StatefulSet controller from the StatefulSet version indicated by updateRevision.
|
|
3447
3448
|
"""
|
|
3448
3449
|
pulumi.set(__self__, "replicas", replicas)
|
|
3449
3450
|
if collision_count is not None:
|
|
@@ -3465,7 +3466,7 @@ class StatefulSetStatus(dict):
|
|
|
3465
3466
|
|
|
3466
3467
|
@property
|
|
3467
3468
|
@pulumi.getter
|
|
3468
|
-
def replicas(self) -> int:
|
|
3469
|
+
def replicas(self) -> builtins.int:
|
|
3469
3470
|
"""
|
|
3470
3471
|
replicas is the number of Pods created by the StatefulSet controller.
|
|
3471
3472
|
"""
|
|
@@ -3473,7 +3474,7 @@ class StatefulSetStatus(dict):
|
|
|
3473
3474
|
|
|
3474
3475
|
@property
|
|
3475
3476
|
@pulumi.getter(name="collisionCount")
|
|
3476
|
-
def collision_count(self) -> Optional[int]:
|
|
3477
|
+
def collision_count(self) -> Optional[builtins.int]:
|
|
3477
3478
|
"""
|
|
3478
3479
|
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.
|
|
3479
3480
|
"""
|
|
@@ -3489,7 +3490,7 @@ class StatefulSetStatus(dict):
|
|
|
3489
3490
|
|
|
3490
3491
|
@property
|
|
3491
3492
|
@pulumi.getter(name="currentReplicas")
|
|
3492
|
-
def current_replicas(self) -> Optional[int]:
|
|
3493
|
+
def current_replicas(self) -> Optional[builtins.int]:
|
|
3493
3494
|
"""
|
|
3494
3495
|
currentReplicas is the number of Pods created by the StatefulSet controller from the StatefulSet version indicated by currentRevision.
|
|
3495
3496
|
"""
|
|
@@ -3497,7 +3498,7 @@ class StatefulSetStatus(dict):
|
|
|
3497
3498
|
|
|
3498
3499
|
@property
|
|
3499
3500
|
@pulumi.getter(name="currentRevision")
|
|
3500
|
-
def current_revision(self) -> Optional[str]:
|
|
3501
|
+
def current_revision(self) -> Optional[builtins.str]:
|
|
3501
3502
|
"""
|
|
3502
3503
|
currentRevision, if not empty, indicates the version of the StatefulSet used to generate Pods in the sequence [0,currentReplicas).
|
|
3503
3504
|
"""
|
|
@@ -3505,7 +3506,7 @@ class StatefulSetStatus(dict):
|
|
|
3505
3506
|
|
|
3506
3507
|
@property
|
|
3507
3508
|
@pulumi.getter(name="observedGeneration")
|
|
3508
|
-
def observed_generation(self) -> Optional[int]:
|
|
3509
|
+
def observed_generation(self) -> Optional[builtins.int]:
|
|
3509
3510
|
"""
|
|
3510
3511
|
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.
|
|
3511
3512
|
"""
|
|
@@ -3513,7 +3514,7 @@ class StatefulSetStatus(dict):
|
|
|
3513
3514
|
|
|
3514
3515
|
@property
|
|
3515
3516
|
@pulumi.getter(name="readyReplicas")
|
|
3516
|
-
def ready_replicas(self) -> Optional[int]:
|
|
3517
|
+
def ready_replicas(self) -> Optional[builtins.int]:
|
|
3517
3518
|
"""
|
|
3518
3519
|
readyReplicas is the number of Pods created by the StatefulSet controller that have a Ready Condition.
|
|
3519
3520
|
"""
|
|
@@ -3521,7 +3522,7 @@ class StatefulSetStatus(dict):
|
|
|
3521
3522
|
|
|
3522
3523
|
@property
|
|
3523
3524
|
@pulumi.getter(name="updateRevision")
|
|
3524
|
-
def update_revision(self) -> Optional[str]:
|
|
3525
|
+
def update_revision(self) -> Optional[builtins.str]:
|
|
3525
3526
|
"""
|
|
3526
3527
|
updateRevision, if not empty, indicates the version of the StatefulSet used to generate Pods in the sequence [replicas-updatedReplicas,replicas)
|
|
3527
3528
|
"""
|
|
@@ -3529,7 +3530,7 @@ class StatefulSetStatus(dict):
|
|
|
3529
3530
|
|
|
3530
3531
|
@property
|
|
3531
3532
|
@pulumi.getter(name="updatedReplicas")
|
|
3532
|
-
def updated_replicas(self) -> Optional[int]:
|
|
3533
|
+
def updated_replicas(self) -> Optional[builtins.int]:
|
|
3533
3534
|
"""
|
|
3534
3535
|
updatedReplicas is the number of Pods created by the StatefulSet controller from the StatefulSet version indicated by updateRevision.
|
|
3535
3536
|
"""
|
|
@@ -3571,26 +3572,26 @@ class StatefulSetStatusPatch(dict):
|
|
|
3571
3572
|
return super().get(key, default)
|
|
3572
3573
|
|
|
3573
3574
|
def __init__(__self__, *,
|
|
3574
|
-
collision_count: Optional[int] = None,
|
|
3575
|
+
collision_count: Optional[builtins.int] = None,
|
|
3575
3576
|
conditions: Optional[Sequence['outputs.StatefulSetConditionPatch']] = None,
|
|
3576
|
-
current_replicas: Optional[int] = None,
|
|
3577
|
-
current_revision: Optional[str] = None,
|
|
3578
|
-
observed_generation: Optional[int] = None,
|
|
3579
|
-
ready_replicas: Optional[int] = None,
|
|
3580
|
-
replicas: Optional[int] = None,
|
|
3581
|
-
update_revision: Optional[str] = None,
|
|
3582
|
-
updated_replicas: Optional[int] = None):
|
|
3577
|
+
current_replicas: Optional[builtins.int] = None,
|
|
3578
|
+
current_revision: Optional[builtins.str] = None,
|
|
3579
|
+
observed_generation: Optional[builtins.int] = None,
|
|
3580
|
+
ready_replicas: Optional[builtins.int] = None,
|
|
3581
|
+
replicas: Optional[builtins.int] = None,
|
|
3582
|
+
update_revision: Optional[builtins.str] = None,
|
|
3583
|
+
updated_replicas: Optional[builtins.int] = None):
|
|
3583
3584
|
"""
|
|
3584
3585
|
StatefulSetStatus represents the current state of a StatefulSet.
|
|
3585
|
-
:param 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.
|
|
3586
|
+
:param builtins.int collision_count: collisionCount is the count of hash collisions for the StatefulSet. The StatefulSet controller uses this field as a collision avoidance mechanism when it needs to create the name for the newest ControllerRevision.
|
|
3586
3587
|
:param Sequence['StatefulSetConditionPatchArgs'] conditions: Represents the latest available observations of a statefulset's current state.
|
|
3587
|
-
:param int current_replicas: currentReplicas is the number of Pods created by the StatefulSet controller from the StatefulSet version indicated by currentRevision.
|
|
3588
|
-
:param str current_revision: currentRevision, if not empty, indicates the version of the StatefulSet used to generate Pods in the sequence [0,currentReplicas).
|
|
3589
|
-
:param 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.
|
|
3590
|
-
:param int ready_replicas: readyReplicas is the number of Pods created by the StatefulSet controller that have a Ready Condition.
|
|
3591
|
-
:param int replicas: replicas is the number of Pods created by the StatefulSet controller.
|
|
3592
|
-
:param str update_revision: updateRevision, if not empty, indicates the version of the StatefulSet used to generate Pods in the sequence [replicas-updatedReplicas,replicas)
|
|
3593
|
-
:param int updated_replicas: updatedReplicas is the number of Pods created by the StatefulSet controller from the StatefulSet version indicated by updateRevision.
|
|
3588
|
+
:param builtins.int current_replicas: currentReplicas is the number of Pods created by the StatefulSet controller from the StatefulSet version indicated by currentRevision.
|
|
3589
|
+
:param builtins.str current_revision: currentRevision, if not empty, indicates the version of the StatefulSet used to generate Pods in the sequence [0,currentReplicas).
|
|
3590
|
+
:param builtins.int observed_generation: observedGeneration is the most recent generation observed for this StatefulSet. It corresponds to the StatefulSet's generation, which is updated on mutation by the API Server.
|
|
3591
|
+
:param builtins.int ready_replicas: readyReplicas is the number of Pods created by the StatefulSet controller that have a Ready Condition.
|
|
3592
|
+
:param builtins.int replicas: replicas is the number of Pods created by the StatefulSet controller.
|
|
3593
|
+
:param builtins.str update_revision: updateRevision, if not empty, indicates the version of the StatefulSet used to generate Pods in the sequence [replicas-updatedReplicas,replicas)
|
|
3594
|
+
:param builtins.int updated_replicas: updatedReplicas is the number of Pods created by the StatefulSet controller from the StatefulSet version indicated by updateRevision.
|
|
3594
3595
|
"""
|
|
3595
3596
|
if collision_count is not None:
|
|
3596
3597
|
pulumi.set(__self__, "collision_count", collision_count)
|
|
@@ -3613,7 +3614,7 @@ class StatefulSetStatusPatch(dict):
|
|
|
3613
3614
|
|
|
3614
3615
|
@property
|
|
3615
3616
|
@pulumi.getter(name="collisionCount")
|
|
3616
|
-
def collision_count(self) -> Optional[int]:
|
|
3617
|
+
def collision_count(self) -> Optional[builtins.int]:
|
|
3617
3618
|
"""
|
|
3618
3619
|
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.
|
|
3619
3620
|
"""
|
|
@@ -3629,7 +3630,7 @@ class StatefulSetStatusPatch(dict):
|
|
|
3629
3630
|
|
|
3630
3631
|
@property
|
|
3631
3632
|
@pulumi.getter(name="currentReplicas")
|
|
3632
|
-
def current_replicas(self) -> Optional[int]:
|
|
3633
|
+
def current_replicas(self) -> Optional[builtins.int]:
|
|
3633
3634
|
"""
|
|
3634
3635
|
currentReplicas is the number of Pods created by the StatefulSet controller from the StatefulSet version indicated by currentRevision.
|
|
3635
3636
|
"""
|
|
@@ -3637,7 +3638,7 @@ class StatefulSetStatusPatch(dict):
|
|
|
3637
3638
|
|
|
3638
3639
|
@property
|
|
3639
3640
|
@pulumi.getter(name="currentRevision")
|
|
3640
|
-
def current_revision(self) -> Optional[str]:
|
|
3641
|
+
def current_revision(self) -> Optional[builtins.str]:
|
|
3641
3642
|
"""
|
|
3642
3643
|
currentRevision, if not empty, indicates the version of the StatefulSet used to generate Pods in the sequence [0,currentReplicas).
|
|
3643
3644
|
"""
|
|
@@ -3645,7 +3646,7 @@ class StatefulSetStatusPatch(dict):
|
|
|
3645
3646
|
|
|
3646
3647
|
@property
|
|
3647
3648
|
@pulumi.getter(name="observedGeneration")
|
|
3648
|
-
def observed_generation(self) -> Optional[int]:
|
|
3649
|
+
def observed_generation(self) -> Optional[builtins.int]:
|
|
3649
3650
|
"""
|
|
3650
3651
|
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.
|
|
3651
3652
|
"""
|
|
@@ -3653,7 +3654,7 @@ class StatefulSetStatusPatch(dict):
|
|
|
3653
3654
|
|
|
3654
3655
|
@property
|
|
3655
3656
|
@pulumi.getter(name="readyReplicas")
|
|
3656
|
-
def ready_replicas(self) -> Optional[int]:
|
|
3657
|
+
def ready_replicas(self) -> Optional[builtins.int]:
|
|
3657
3658
|
"""
|
|
3658
3659
|
readyReplicas is the number of Pods created by the StatefulSet controller that have a Ready Condition.
|
|
3659
3660
|
"""
|
|
@@ -3661,7 +3662,7 @@ class StatefulSetStatusPatch(dict):
|
|
|
3661
3662
|
|
|
3662
3663
|
@property
|
|
3663
3664
|
@pulumi.getter
|
|
3664
|
-
def replicas(self) -> Optional[int]:
|
|
3665
|
+
def replicas(self) -> Optional[builtins.int]:
|
|
3665
3666
|
"""
|
|
3666
3667
|
replicas is the number of Pods created by the StatefulSet controller.
|
|
3667
3668
|
"""
|
|
@@ -3669,7 +3670,7 @@ class StatefulSetStatusPatch(dict):
|
|
|
3669
3670
|
|
|
3670
3671
|
@property
|
|
3671
3672
|
@pulumi.getter(name="updateRevision")
|
|
3672
|
-
def update_revision(self) -> Optional[str]:
|
|
3673
|
+
def update_revision(self) -> Optional[builtins.str]:
|
|
3673
3674
|
"""
|
|
3674
3675
|
updateRevision, if not empty, indicates the version of the StatefulSet used to generate Pods in the sequence [replicas-updatedReplicas,replicas)
|
|
3675
3676
|
"""
|
|
@@ -3677,7 +3678,7 @@ class StatefulSetStatusPatch(dict):
|
|
|
3677
3678
|
|
|
3678
3679
|
@property
|
|
3679
3680
|
@pulumi.getter(name="updatedReplicas")
|
|
3680
|
-
def updated_replicas(self) -> Optional[int]:
|
|
3681
|
+
def updated_replicas(self) -> Optional[builtins.int]:
|
|
3681
3682
|
"""
|
|
3682
3683
|
updatedReplicas is the number of Pods created by the StatefulSet controller from the StatefulSet version indicated by updateRevision.
|
|
3683
3684
|
"""
|
|
@@ -3708,11 +3709,11 @@ class StatefulSetUpdateStrategy(dict):
|
|
|
3708
3709
|
|
|
3709
3710
|
def __init__(__self__, *,
|
|
3710
3711
|
rolling_update: Optional['outputs.RollingUpdateStatefulSetStrategy'] = None,
|
|
3711
|
-
type: Optional[str] = None):
|
|
3712
|
+
type: Optional[builtins.str] = None):
|
|
3712
3713
|
"""
|
|
3713
3714
|
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.
|
|
3714
3715
|
:param 'RollingUpdateStatefulSetStrategyArgs' rolling_update: RollingUpdate is used to communicate parameters when Type is RollingUpdateStatefulSetStrategyType.
|
|
3715
|
-
:param str type: Type indicates the type of the StatefulSetUpdateStrategy. Default is RollingUpdate.
|
|
3716
|
+
:param builtins.str type: Type indicates the type of the StatefulSetUpdateStrategy. Default is RollingUpdate.
|
|
3716
3717
|
"""
|
|
3717
3718
|
if rolling_update is not None:
|
|
3718
3719
|
pulumi.set(__self__, "rolling_update", rolling_update)
|
|
@@ -3729,7 +3730,7 @@ class StatefulSetUpdateStrategy(dict):
|
|
|
3729
3730
|
|
|
3730
3731
|
@property
|
|
3731
3732
|
@pulumi.getter
|
|
3732
|
-
def type(self) -> Optional[str]:
|
|
3733
|
+
def type(self) -> Optional[builtins.str]:
|
|
3733
3734
|
"""
|
|
3734
3735
|
Type indicates the type of the StatefulSetUpdateStrategy. Default is RollingUpdate.
|
|
3735
3736
|
"""
|
|
@@ -3760,11 +3761,11 @@ class StatefulSetUpdateStrategyPatch(dict):
|
|
|
3760
3761
|
|
|
3761
3762
|
def __init__(__self__, *,
|
|
3762
3763
|
rolling_update: Optional['outputs.RollingUpdateStatefulSetStrategyPatch'] = None,
|
|
3763
|
-
type: Optional[str] = None):
|
|
3764
|
+
type: Optional[builtins.str] = None):
|
|
3764
3765
|
"""
|
|
3765
3766
|
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.
|
|
3766
3767
|
:param 'RollingUpdateStatefulSetStrategyPatchArgs' rolling_update: RollingUpdate is used to communicate parameters when Type is RollingUpdateStatefulSetStrategyType.
|
|
3767
|
-
:param str type: Type indicates the type of the StatefulSetUpdateStrategy. Default is RollingUpdate.
|
|
3768
|
+
:param builtins.str type: Type indicates the type of the StatefulSetUpdateStrategy. Default is RollingUpdate.
|
|
3768
3769
|
"""
|
|
3769
3770
|
if rolling_update is not None:
|
|
3770
3771
|
pulumi.set(__self__, "rolling_update", rolling_update)
|
|
@@ -3781,7 +3782,7 @@ class StatefulSetUpdateStrategyPatch(dict):
|
|
|
3781
3782
|
|
|
3782
3783
|
@property
|
|
3783
3784
|
@pulumi.getter
|
|
3784
|
-
def type(self) -> Optional[str]:
|
|
3785
|
+
def type(self) -> Optional[builtins.str]:
|
|
3785
3786
|
"""
|
|
3786
3787
|
Type indicates the type of the StatefulSetUpdateStrategy. Default is RollingUpdate.
|
|
3787
3788
|
"""
|