pulumi-kubernetes 4.23.0a1743519894__py3-none-any.whl → 4.23.0a1743721244__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.0a1743721244.dist-info}/METADATA +1 -1
- pulumi_kubernetes-4.23.0a1743721244.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.0a1743721244.dist-info}/WHEEL +0 -0
- {pulumi_kubernetes-4.23.0a1743519894.dist-info → pulumi_kubernetes-4.23.0a1743721244.dist-info}/top_level.txt +0 -0
|
@@ -2,6 +2,7 @@
|
|
|
2
2
|
# *** WARNING: this file was generated by pulumigen. ***
|
|
3
3
|
# *** Do not edit by hand unless you're certain you know what you are doing! ***
|
|
4
4
|
|
|
5
|
+
import builtins
|
|
5
6
|
import copy
|
|
6
7
|
import warnings
|
|
7
8
|
import sys
|
|
@@ -68,17 +69,17 @@ class ControllerRevision(dict):
|
|
|
68
69
|
return super().get(key, default)
|
|
69
70
|
|
|
70
71
|
def __init__(__self__, *,
|
|
71
|
-
revision: int,
|
|
72
|
-
api_version: Optional[str] = None,
|
|
72
|
+
revision: builtins.int,
|
|
73
|
+
api_version: Optional[builtins.str] = None,
|
|
73
74
|
data: Optional[Any] = None,
|
|
74
|
-
kind: Optional[str] = None,
|
|
75
|
+
kind: Optional[builtins.str] = None,
|
|
75
76
|
metadata: Optional['_meta.v1.outputs.ObjectMeta'] = None):
|
|
76
77
|
"""
|
|
77
78
|
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.
|
|
78
|
-
:param int revision: Revision indicates the revision of the state represented by Data.
|
|
79
|
-
: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
|
|
79
|
+
:param builtins.int revision: Revision indicates the revision of the state represented by Data.
|
|
80
|
+
: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
|
|
80
81
|
:param Any data: Data is the serialized representation of the state.
|
|
81
|
-
: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
|
|
82
|
+
: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
|
|
82
83
|
:param '_meta.v1.ObjectMetaArgs' metadata: Standard object's metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata
|
|
83
84
|
"""
|
|
84
85
|
pulumi.set(__self__, "revision", revision)
|
|
@@ -93,7 +94,7 @@ class ControllerRevision(dict):
|
|
|
93
94
|
|
|
94
95
|
@property
|
|
95
96
|
@pulumi.getter
|
|
96
|
-
def revision(self) -> int:
|
|
97
|
+
def revision(self) -> builtins.int:
|
|
97
98
|
"""
|
|
98
99
|
Revision indicates the revision of the state represented by Data.
|
|
99
100
|
"""
|
|
@@ -101,7 +102,7 @@ class ControllerRevision(dict):
|
|
|
101
102
|
|
|
102
103
|
@property
|
|
103
104
|
@pulumi.getter(name="apiVersion")
|
|
104
|
-
def api_version(self) -> Optional[str]:
|
|
105
|
+
def api_version(self) -> Optional[builtins.str]:
|
|
105
106
|
"""
|
|
106
107
|
APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources
|
|
107
108
|
"""
|
|
@@ -117,7 +118,7 @@ class ControllerRevision(dict):
|
|
|
117
118
|
|
|
118
119
|
@property
|
|
119
120
|
@pulumi.getter
|
|
120
|
-
def kind(self) -> Optional[str]:
|
|
121
|
+
def kind(self) -> Optional[builtins.str]:
|
|
121
122
|
"""
|
|
122
123
|
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
|
|
123
124
|
"""
|
|
@@ -177,8 +178,8 @@ class Deployment(dict):
|
|
|
177
178
|
return super().get(key, default)
|
|
178
179
|
|
|
179
180
|
def __init__(__self__, *,
|
|
180
|
-
api_version: Optional[str] = None,
|
|
181
|
-
kind: Optional[str] = None,
|
|
181
|
+
api_version: Optional[builtins.str] = None,
|
|
182
|
+
kind: Optional[builtins.str] = None,
|
|
182
183
|
metadata: Optional['_meta.v1.outputs.ObjectMeta'] = None,
|
|
183
184
|
spec: Optional['outputs.DeploymentSpec'] = None,
|
|
184
185
|
status: Optional['outputs.DeploymentStatus'] = None):
|
|
@@ -206,8 +207,8 @@ class Deployment(dict):
|
|
|
206
207
|
If the Deployment has not reached a Ready state after 10 minutes, it will
|
|
207
208
|
time out and mark the resource update as Failed. You can override the default timeout value
|
|
208
209
|
by setting the 'customTimeouts' option on the resource.
|
|
209
|
-
: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
|
|
210
|
-
: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
|
|
210
|
+
: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
|
|
211
|
+
: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
|
|
211
212
|
:param '_meta.v1.ObjectMetaArgs' metadata: Standard object metadata.
|
|
212
213
|
:param 'DeploymentSpecArgs' spec: Specification of the desired behavior of the Deployment.
|
|
213
214
|
:param 'DeploymentStatusArgs' status: Most recently observed status of the Deployment.
|
|
@@ -225,7 +226,7 @@ class Deployment(dict):
|
|
|
225
226
|
|
|
226
227
|
@property
|
|
227
228
|
@pulumi.getter(name="apiVersion")
|
|
228
|
-
def api_version(self) -> Optional[str]:
|
|
229
|
+
def api_version(self) -> Optional[builtins.str]:
|
|
229
230
|
"""
|
|
230
231
|
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
|
|
231
232
|
"""
|
|
@@ -233,7 +234,7 @@ class Deployment(dict):
|
|
|
233
234
|
|
|
234
235
|
@property
|
|
235
236
|
@pulumi.getter
|
|
236
|
-
def kind(self) -> Optional[str]:
|
|
237
|
+
def kind(self) -> Optional[builtins.str]:
|
|
237
238
|
"""
|
|
238
239
|
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
|
|
239
240
|
"""
|
|
@@ -289,20 +290,20 @@ class DeploymentCondition(dict):
|
|
|
289
290
|
return super().get(key, default)
|
|
290
291
|
|
|
291
292
|
def __init__(__self__, *,
|
|
292
|
-
status: str,
|
|
293
|
-
type: str,
|
|
294
|
-
last_transition_time: Optional[str] = None,
|
|
295
|
-
last_update_time: Optional[str] = None,
|
|
296
|
-
message: Optional[str] = None,
|
|
297
|
-
reason: Optional[str] = None):
|
|
293
|
+
status: builtins.str,
|
|
294
|
+
type: builtins.str,
|
|
295
|
+
last_transition_time: Optional[builtins.str] = None,
|
|
296
|
+
last_update_time: Optional[builtins.str] = None,
|
|
297
|
+
message: Optional[builtins.str] = None,
|
|
298
|
+
reason: Optional[builtins.str] = None):
|
|
298
299
|
"""
|
|
299
300
|
DeploymentCondition describes the state of a deployment at a certain point.
|
|
300
|
-
:param str status: Status of the condition, one of True, False, Unknown.
|
|
301
|
-
:param str type: Type of deployment condition.
|
|
302
|
-
:param str last_transition_time: Last time the condition transitioned from one status to another.
|
|
303
|
-
:param str last_update_time: The last time this condition was updated.
|
|
304
|
-
:param str message: A human readable message indicating details about the transition.
|
|
305
|
-
:param str reason: The reason for the condition's last transition.
|
|
301
|
+
:param builtins.str status: Status of the condition, one of True, False, Unknown.
|
|
302
|
+
:param builtins.str type: Type of deployment condition.
|
|
303
|
+
:param builtins.str last_transition_time: Last time the condition transitioned from one status to another.
|
|
304
|
+
:param builtins.str last_update_time: The last time this condition was updated.
|
|
305
|
+
:param builtins.str message: A human readable message indicating details about the transition.
|
|
306
|
+
:param builtins.str reason: The reason for the condition's last transition.
|
|
306
307
|
"""
|
|
307
308
|
pulumi.set(__self__, "status", status)
|
|
308
309
|
pulumi.set(__self__, "type", type)
|
|
@@ -317,7 +318,7 @@ class DeploymentCondition(dict):
|
|
|
317
318
|
|
|
318
319
|
@property
|
|
319
320
|
@pulumi.getter
|
|
320
|
-
def status(self) -> str:
|
|
321
|
+
def status(self) -> builtins.str:
|
|
321
322
|
"""
|
|
322
323
|
Status of the condition, one of True, False, Unknown.
|
|
323
324
|
"""
|
|
@@ -325,7 +326,7 @@ class DeploymentCondition(dict):
|
|
|
325
326
|
|
|
326
327
|
@property
|
|
327
328
|
@pulumi.getter
|
|
328
|
-
def type(self) -> str:
|
|
329
|
+
def type(self) -> builtins.str:
|
|
329
330
|
"""
|
|
330
331
|
Type of deployment condition.
|
|
331
332
|
"""
|
|
@@ -333,7 +334,7 @@ class DeploymentCondition(dict):
|
|
|
333
334
|
|
|
334
335
|
@property
|
|
335
336
|
@pulumi.getter(name="lastTransitionTime")
|
|
336
|
-
def last_transition_time(self) -> Optional[str]:
|
|
337
|
+
def last_transition_time(self) -> Optional[builtins.str]:
|
|
337
338
|
"""
|
|
338
339
|
Last time the condition transitioned from one status to another.
|
|
339
340
|
"""
|
|
@@ -341,7 +342,7 @@ class DeploymentCondition(dict):
|
|
|
341
342
|
|
|
342
343
|
@property
|
|
343
344
|
@pulumi.getter(name="lastUpdateTime")
|
|
344
|
-
def last_update_time(self) -> Optional[str]:
|
|
345
|
+
def last_update_time(self) -> Optional[builtins.str]:
|
|
345
346
|
"""
|
|
346
347
|
The last time this condition was updated.
|
|
347
348
|
"""
|
|
@@ -349,7 +350,7 @@ class DeploymentCondition(dict):
|
|
|
349
350
|
|
|
350
351
|
@property
|
|
351
352
|
@pulumi.getter
|
|
352
|
-
def message(self) -> Optional[str]:
|
|
353
|
+
def message(self) -> Optional[builtins.str]:
|
|
353
354
|
"""
|
|
354
355
|
A human readable message indicating details about the transition.
|
|
355
356
|
"""
|
|
@@ -357,7 +358,7 @@ class DeploymentCondition(dict):
|
|
|
357
358
|
|
|
358
359
|
@property
|
|
359
360
|
@pulumi.getter
|
|
360
|
-
def reason(self) -> Optional[str]:
|
|
361
|
+
def reason(self) -> Optional[builtins.str]:
|
|
361
362
|
"""
|
|
362
363
|
The reason for the condition's last transition.
|
|
363
364
|
"""
|
|
@@ -389,20 +390,20 @@ class DeploymentConditionPatch(dict):
|
|
|
389
390
|
return super().get(key, default)
|
|
390
391
|
|
|
391
392
|
def __init__(__self__, *,
|
|
392
|
-
last_transition_time: Optional[str] = None,
|
|
393
|
-
last_update_time: Optional[str] = None,
|
|
394
|
-
message: Optional[str] = None,
|
|
395
|
-
reason: Optional[str] = None,
|
|
396
|
-
status: Optional[str] = None,
|
|
397
|
-
type: Optional[str] = None):
|
|
393
|
+
last_transition_time: Optional[builtins.str] = None,
|
|
394
|
+
last_update_time: Optional[builtins.str] = None,
|
|
395
|
+
message: Optional[builtins.str] = None,
|
|
396
|
+
reason: Optional[builtins.str] = None,
|
|
397
|
+
status: Optional[builtins.str] = None,
|
|
398
|
+
type: Optional[builtins.str] = None):
|
|
398
399
|
"""
|
|
399
400
|
DeploymentCondition describes the state of a deployment at a certain point.
|
|
400
|
-
:param str last_transition_time: Last time the condition transitioned from one status to another.
|
|
401
|
-
:param str last_update_time: The last time this condition was updated.
|
|
402
|
-
:param str message: A human readable message indicating details about the transition.
|
|
403
|
-
:param str reason: The reason for the condition's last transition.
|
|
404
|
-
:param str status: Status of the condition, one of True, False, Unknown.
|
|
405
|
-
:param str type: Type of deployment condition.
|
|
401
|
+
:param builtins.str last_transition_time: Last time the condition transitioned from one status to another.
|
|
402
|
+
:param builtins.str last_update_time: The last time this condition was updated.
|
|
403
|
+
:param builtins.str message: A human readable message indicating details about the transition.
|
|
404
|
+
:param builtins.str reason: The reason for the condition's last transition.
|
|
405
|
+
:param builtins.str status: Status of the condition, one of True, False, Unknown.
|
|
406
|
+
:param builtins.str type: Type of deployment condition.
|
|
406
407
|
"""
|
|
407
408
|
if last_transition_time is not None:
|
|
408
409
|
pulumi.set(__self__, "last_transition_time", last_transition_time)
|
|
@@ -419,7 +420,7 @@ class DeploymentConditionPatch(dict):
|
|
|
419
420
|
|
|
420
421
|
@property
|
|
421
422
|
@pulumi.getter(name="lastTransitionTime")
|
|
422
|
-
def last_transition_time(self) -> Optional[str]:
|
|
423
|
+
def last_transition_time(self) -> Optional[builtins.str]:
|
|
423
424
|
"""
|
|
424
425
|
Last time the condition transitioned from one status to another.
|
|
425
426
|
"""
|
|
@@ -427,7 +428,7 @@ class DeploymentConditionPatch(dict):
|
|
|
427
428
|
|
|
428
429
|
@property
|
|
429
430
|
@pulumi.getter(name="lastUpdateTime")
|
|
430
|
-
def last_update_time(self) -> Optional[str]:
|
|
431
|
+
def last_update_time(self) -> Optional[builtins.str]:
|
|
431
432
|
"""
|
|
432
433
|
The last time this condition was updated.
|
|
433
434
|
"""
|
|
@@ -435,7 +436,7 @@ class DeploymentConditionPatch(dict):
|
|
|
435
436
|
|
|
436
437
|
@property
|
|
437
438
|
@pulumi.getter
|
|
438
|
-
def message(self) -> Optional[str]:
|
|
439
|
+
def message(self) -> Optional[builtins.str]:
|
|
439
440
|
"""
|
|
440
441
|
A human readable message indicating details about the transition.
|
|
441
442
|
"""
|
|
@@ -443,7 +444,7 @@ class DeploymentConditionPatch(dict):
|
|
|
443
444
|
|
|
444
445
|
@property
|
|
445
446
|
@pulumi.getter
|
|
446
|
-
def reason(self) -> Optional[str]:
|
|
447
|
+
def reason(self) -> Optional[builtins.str]:
|
|
447
448
|
"""
|
|
448
449
|
The reason for the condition's last transition.
|
|
449
450
|
"""
|
|
@@ -451,7 +452,7 @@ class DeploymentConditionPatch(dict):
|
|
|
451
452
|
|
|
452
453
|
@property
|
|
453
454
|
@pulumi.getter
|
|
454
|
-
def status(self) -> Optional[str]:
|
|
455
|
+
def status(self) -> Optional[builtins.str]:
|
|
455
456
|
"""
|
|
456
457
|
Status of the condition, one of True, False, Unknown.
|
|
457
458
|
"""
|
|
@@ -459,7 +460,7 @@ class DeploymentConditionPatch(dict):
|
|
|
459
460
|
|
|
460
461
|
@property
|
|
461
462
|
@pulumi.getter
|
|
462
|
-
def type(self) -> Optional[str]:
|
|
463
|
+
def type(self) -> Optional[builtins.str]:
|
|
463
464
|
"""
|
|
464
465
|
Type of deployment condition.
|
|
465
466
|
"""
|
|
@@ -496,22 +497,22 @@ class DeploymentSpec(dict):
|
|
|
496
497
|
|
|
497
498
|
def __init__(__self__, *,
|
|
498
499
|
template: '_core.v1.outputs.PodTemplateSpec',
|
|
499
|
-
min_ready_seconds: Optional[int] = None,
|
|
500
|
-
paused: Optional[bool] = None,
|
|
501
|
-
progress_deadline_seconds: Optional[int] = None,
|
|
502
|
-
replicas: Optional[int] = None,
|
|
503
|
-
revision_history_limit: Optional[int] = None,
|
|
500
|
+
min_ready_seconds: Optional[builtins.int] = None,
|
|
501
|
+
paused: Optional[builtins.bool] = None,
|
|
502
|
+
progress_deadline_seconds: Optional[builtins.int] = None,
|
|
503
|
+
replicas: Optional[builtins.int] = None,
|
|
504
|
+
revision_history_limit: Optional[builtins.int] = None,
|
|
504
505
|
rollback_to: Optional['outputs.RollbackConfig'] = None,
|
|
505
506
|
selector: Optional['_meta.v1.outputs.LabelSelector'] = None,
|
|
506
507
|
strategy: Optional['outputs.DeploymentStrategy'] = None):
|
|
507
508
|
"""
|
|
508
509
|
DeploymentSpec is the specification of the desired behavior of the Deployment.
|
|
509
510
|
:param '_core.v1.PodTemplateSpecArgs' template: Template describes the pods that will be created.
|
|
510
|
-
: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)
|
|
511
|
-
:param bool paused: Indicates that the deployment is paused.
|
|
512
|
-
: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.
|
|
513
|
-
:param int replicas: Number of desired pods. This is a pointer to distinguish between explicit zero and not specified. Defaults to 1.
|
|
514
|
-
: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 2.
|
|
511
|
+
: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)
|
|
512
|
+
:param builtins.bool paused: Indicates that the deployment is paused.
|
|
513
|
+
: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.
|
|
514
|
+
:param builtins.int replicas: Number of desired pods. This is a pointer to distinguish between explicit zero and not specified. Defaults to 1.
|
|
515
|
+
:param builtins.int revision_history_limit: The number of old ReplicaSets to retain to allow rollback. This is a pointer to distinguish between explicit zero and not specified. Defaults to 2.
|
|
515
516
|
:param 'RollbackConfigArgs' rollback_to: DEPRECATED. The config this deployment is rolling back to. Will be cleared after rollback is done.
|
|
516
517
|
: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.
|
|
517
518
|
:param 'DeploymentStrategyArgs' strategy: The deployment strategy to use to replace existing pods with new ones.
|
|
@@ -544,7 +545,7 @@ class DeploymentSpec(dict):
|
|
|
544
545
|
|
|
545
546
|
@property
|
|
546
547
|
@pulumi.getter(name="minReadySeconds")
|
|
547
|
-
def min_ready_seconds(self) -> Optional[int]:
|
|
548
|
+
def min_ready_seconds(self) -> Optional[builtins.int]:
|
|
548
549
|
"""
|
|
549
550
|
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)
|
|
550
551
|
"""
|
|
@@ -552,7 +553,7 @@ class DeploymentSpec(dict):
|
|
|
552
553
|
|
|
553
554
|
@property
|
|
554
555
|
@pulumi.getter
|
|
555
|
-
def paused(self) -> Optional[bool]:
|
|
556
|
+
def paused(self) -> Optional[builtins.bool]:
|
|
556
557
|
"""
|
|
557
558
|
Indicates that the deployment is paused.
|
|
558
559
|
"""
|
|
@@ -560,7 +561,7 @@ class DeploymentSpec(dict):
|
|
|
560
561
|
|
|
561
562
|
@property
|
|
562
563
|
@pulumi.getter(name="progressDeadlineSeconds")
|
|
563
|
-
def progress_deadline_seconds(self) -> Optional[int]:
|
|
564
|
+
def progress_deadline_seconds(self) -> Optional[builtins.int]:
|
|
564
565
|
"""
|
|
565
566
|
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.
|
|
566
567
|
"""
|
|
@@ -568,7 +569,7 @@ class DeploymentSpec(dict):
|
|
|
568
569
|
|
|
569
570
|
@property
|
|
570
571
|
@pulumi.getter
|
|
571
|
-
def replicas(self) -> Optional[int]:
|
|
572
|
+
def replicas(self) -> Optional[builtins.int]:
|
|
572
573
|
"""
|
|
573
574
|
Number of desired pods. This is a pointer to distinguish between explicit zero and not specified. Defaults to 1.
|
|
574
575
|
"""
|
|
@@ -576,7 +577,7 @@ class DeploymentSpec(dict):
|
|
|
576
577
|
|
|
577
578
|
@property
|
|
578
579
|
@pulumi.getter(name="revisionHistoryLimit")
|
|
579
|
-
def revision_history_limit(self) -> Optional[int]:
|
|
580
|
+
def revision_history_limit(self) -> Optional[builtins.int]:
|
|
580
581
|
"""
|
|
581
582
|
The number of old ReplicaSets to retain to allow rollback. This is a pointer to distinguish between explicit zero and not specified. Defaults to 2.
|
|
582
583
|
"""
|
|
@@ -636,22 +637,22 @@ class DeploymentSpecPatch(dict):
|
|
|
636
637
|
return super().get(key, default)
|
|
637
638
|
|
|
638
639
|
def __init__(__self__, *,
|
|
639
|
-
min_ready_seconds: Optional[int] = None,
|
|
640
|
-
paused: Optional[bool] = None,
|
|
641
|
-
progress_deadline_seconds: Optional[int] = None,
|
|
642
|
-
replicas: Optional[int] = None,
|
|
643
|
-
revision_history_limit: Optional[int] = None,
|
|
640
|
+
min_ready_seconds: Optional[builtins.int] = None,
|
|
641
|
+
paused: Optional[builtins.bool] = None,
|
|
642
|
+
progress_deadline_seconds: Optional[builtins.int] = None,
|
|
643
|
+
replicas: Optional[builtins.int] = None,
|
|
644
|
+
revision_history_limit: Optional[builtins.int] = None,
|
|
644
645
|
rollback_to: Optional['outputs.RollbackConfigPatch'] = None,
|
|
645
646
|
selector: Optional['_meta.v1.outputs.LabelSelectorPatch'] = None,
|
|
646
647
|
strategy: Optional['outputs.DeploymentStrategyPatch'] = None,
|
|
647
648
|
template: Optional['_core.v1.outputs.PodTemplateSpecPatch'] = None):
|
|
648
649
|
"""
|
|
649
650
|
DeploymentSpec is the specification of the desired behavior of the Deployment.
|
|
650
|
-
: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)
|
|
651
|
-
:param bool paused: Indicates that the deployment is paused.
|
|
652
|
-
: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.
|
|
653
|
-
:param int replicas: Number of desired pods. This is a pointer to distinguish between explicit zero and not specified. Defaults to 1.
|
|
654
|
-
: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 2.
|
|
651
|
+
: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)
|
|
652
|
+
:param builtins.bool paused: Indicates that the deployment is paused.
|
|
653
|
+
: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.
|
|
654
|
+
:param builtins.int replicas: Number of desired pods. This is a pointer to distinguish between explicit zero and not specified. Defaults to 1.
|
|
655
|
+
:param builtins.int revision_history_limit: The number of old ReplicaSets to retain to allow rollback. This is a pointer to distinguish between explicit zero and not specified. Defaults to 2.
|
|
655
656
|
:param 'RollbackConfigPatchArgs' rollback_to: DEPRECATED. The config this deployment is rolling back to. Will be cleared after rollback is done.
|
|
656
657
|
: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.
|
|
657
658
|
:param 'DeploymentStrategyPatchArgs' strategy: The deployment strategy to use to replace existing pods with new ones.
|
|
@@ -678,7 +679,7 @@ class DeploymentSpecPatch(dict):
|
|
|
678
679
|
|
|
679
680
|
@property
|
|
680
681
|
@pulumi.getter(name="minReadySeconds")
|
|
681
|
-
def min_ready_seconds(self) -> Optional[int]:
|
|
682
|
+
def min_ready_seconds(self) -> Optional[builtins.int]:
|
|
682
683
|
"""
|
|
683
684
|
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)
|
|
684
685
|
"""
|
|
@@ -686,7 +687,7 @@ class DeploymentSpecPatch(dict):
|
|
|
686
687
|
|
|
687
688
|
@property
|
|
688
689
|
@pulumi.getter
|
|
689
|
-
def paused(self) -> Optional[bool]:
|
|
690
|
+
def paused(self) -> Optional[builtins.bool]:
|
|
690
691
|
"""
|
|
691
692
|
Indicates that the deployment is paused.
|
|
692
693
|
"""
|
|
@@ -694,7 +695,7 @@ class DeploymentSpecPatch(dict):
|
|
|
694
695
|
|
|
695
696
|
@property
|
|
696
697
|
@pulumi.getter(name="progressDeadlineSeconds")
|
|
697
|
-
def progress_deadline_seconds(self) -> Optional[int]:
|
|
698
|
+
def progress_deadline_seconds(self) -> Optional[builtins.int]:
|
|
698
699
|
"""
|
|
699
700
|
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.
|
|
700
701
|
"""
|
|
@@ -702,7 +703,7 @@ class DeploymentSpecPatch(dict):
|
|
|
702
703
|
|
|
703
704
|
@property
|
|
704
705
|
@pulumi.getter
|
|
705
|
-
def replicas(self) -> Optional[int]:
|
|
706
|
+
def replicas(self) -> Optional[builtins.int]:
|
|
706
707
|
"""
|
|
707
708
|
Number of desired pods. This is a pointer to distinguish between explicit zero and not specified. Defaults to 1.
|
|
708
709
|
"""
|
|
@@ -710,7 +711,7 @@ class DeploymentSpecPatch(dict):
|
|
|
710
711
|
|
|
711
712
|
@property
|
|
712
713
|
@pulumi.getter(name="revisionHistoryLimit")
|
|
713
|
-
def revision_history_limit(self) -> Optional[int]:
|
|
714
|
+
def revision_history_limit(self) -> Optional[builtins.int]:
|
|
714
715
|
"""
|
|
715
716
|
The number of old ReplicaSets to retain to allow rollback. This is a pointer to distinguish between explicit zero and not specified. Defaults to 2.
|
|
716
717
|
"""
|
|
@@ -782,24 +783,24 @@ class DeploymentStatus(dict):
|
|
|
782
783
|
return super().get(key, default)
|
|
783
784
|
|
|
784
785
|
def __init__(__self__, *,
|
|
785
|
-
available_replicas: Optional[int] = None,
|
|
786
|
-
collision_count: Optional[int] = None,
|
|
786
|
+
available_replicas: Optional[builtins.int] = None,
|
|
787
|
+
collision_count: Optional[builtins.int] = None,
|
|
787
788
|
conditions: Optional[Sequence['outputs.DeploymentCondition']] = None,
|
|
788
|
-
observed_generation: Optional[int] = None,
|
|
789
|
-
ready_replicas: Optional[int] = None,
|
|
790
|
-
replicas: Optional[int] = None,
|
|
791
|
-
unavailable_replicas: Optional[int] = None,
|
|
792
|
-
updated_replicas: Optional[int] = None):
|
|
789
|
+
observed_generation: Optional[builtins.int] = None,
|
|
790
|
+
ready_replicas: Optional[builtins.int] = None,
|
|
791
|
+
replicas: Optional[builtins.int] = None,
|
|
792
|
+
unavailable_replicas: Optional[builtins.int] = None,
|
|
793
|
+
updated_replicas: Optional[builtins.int] = None):
|
|
793
794
|
"""
|
|
794
795
|
DeploymentStatus is the most recently observed status of the Deployment.
|
|
795
|
-
:param int available_replicas: Total number of available pods (ready for at least minReadySeconds) targeted by this deployment.
|
|
796
|
-
: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.
|
|
796
|
+
:param builtins.int available_replicas: Total number of available pods (ready for at least minReadySeconds) targeted by this deployment.
|
|
797
|
+
: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.
|
|
797
798
|
:param Sequence['DeploymentConditionArgs'] conditions: Represents the latest available observations of a deployment's current state.
|
|
798
|
-
:param int observed_generation: The generation observed by the deployment controller.
|
|
799
|
-
:param int ready_replicas: Total number of ready pods targeted by this deployment.
|
|
800
|
-
:param int replicas: Total number of non-terminated pods targeted by this deployment (their labels match the selector).
|
|
801
|
-
: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.
|
|
802
|
-
:param int updated_replicas: Total number of non-terminated pods targeted by this deployment that have the desired template spec.
|
|
799
|
+
:param builtins.int observed_generation: The generation observed by the deployment controller.
|
|
800
|
+
:param builtins.int ready_replicas: Total number of ready pods targeted by this deployment.
|
|
801
|
+
:param builtins.int replicas: Total number of non-terminated pods targeted by this deployment (their labels match the selector).
|
|
802
|
+
: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.
|
|
803
|
+
:param builtins.int updated_replicas: Total number of non-terminated pods targeted by this deployment that have the desired template spec.
|
|
803
804
|
"""
|
|
804
805
|
if available_replicas is not None:
|
|
805
806
|
pulumi.set(__self__, "available_replicas", available_replicas)
|
|
@@ -820,7 +821,7 @@ class DeploymentStatus(dict):
|
|
|
820
821
|
|
|
821
822
|
@property
|
|
822
823
|
@pulumi.getter(name="availableReplicas")
|
|
823
|
-
def available_replicas(self) -> Optional[int]:
|
|
824
|
+
def available_replicas(self) -> Optional[builtins.int]:
|
|
824
825
|
"""
|
|
825
826
|
Total number of available pods (ready for at least minReadySeconds) targeted by this deployment.
|
|
826
827
|
"""
|
|
@@ -828,7 +829,7 @@ class DeploymentStatus(dict):
|
|
|
828
829
|
|
|
829
830
|
@property
|
|
830
831
|
@pulumi.getter(name="collisionCount")
|
|
831
|
-
def collision_count(self) -> Optional[int]:
|
|
832
|
+
def collision_count(self) -> Optional[builtins.int]:
|
|
832
833
|
"""
|
|
833
834
|
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.
|
|
834
835
|
"""
|
|
@@ -844,7 +845,7 @@ class DeploymentStatus(dict):
|
|
|
844
845
|
|
|
845
846
|
@property
|
|
846
847
|
@pulumi.getter(name="observedGeneration")
|
|
847
|
-
def observed_generation(self) -> Optional[int]:
|
|
848
|
+
def observed_generation(self) -> Optional[builtins.int]:
|
|
848
849
|
"""
|
|
849
850
|
The generation observed by the deployment controller.
|
|
850
851
|
"""
|
|
@@ -852,7 +853,7 @@ class DeploymentStatus(dict):
|
|
|
852
853
|
|
|
853
854
|
@property
|
|
854
855
|
@pulumi.getter(name="readyReplicas")
|
|
855
|
-
def ready_replicas(self) -> Optional[int]:
|
|
856
|
+
def ready_replicas(self) -> Optional[builtins.int]:
|
|
856
857
|
"""
|
|
857
858
|
Total number of ready pods targeted by this deployment.
|
|
858
859
|
"""
|
|
@@ -860,7 +861,7 @@ class DeploymentStatus(dict):
|
|
|
860
861
|
|
|
861
862
|
@property
|
|
862
863
|
@pulumi.getter
|
|
863
|
-
def replicas(self) -> Optional[int]:
|
|
864
|
+
def replicas(self) -> Optional[builtins.int]:
|
|
864
865
|
"""
|
|
865
866
|
Total number of non-terminated pods targeted by this deployment (their labels match the selector).
|
|
866
867
|
"""
|
|
@@ -868,7 +869,7 @@ class DeploymentStatus(dict):
|
|
|
868
869
|
|
|
869
870
|
@property
|
|
870
871
|
@pulumi.getter(name="unavailableReplicas")
|
|
871
|
-
def unavailable_replicas(self) -> Optional[int]:
|
|
872
|
+
def unavailable_replicas(self) -> Optional[builtins.int]:
|
|
872
873
|
"""
|
|
873
874
|
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.
|
|
874
875
|
"""
|
|
@@ -876,7 +877,7 @@ class DeploymentStatus(dict):
|
|
|
876
877
|
|
|
877
878
|
@property
|
|
878
879
|
@pulumi.getter(name="updatedReplicas")
|
|
879
|
-
def updated_replicas(self) -> Optional[int]:
|
|
880
|
+
def updated_replicas(self) -> Optional[builtins.int]:
|
|
880
881
|
"""
|
|
881
882
|
Total number of non-terminated pods targeted by this deployment that have the desired template spec.
|
|
882
883
|
"""
|
|
@@ -916,24 +917,24 @@ class DeploymentStatusPatch(dict):
|
|
|
916
917
|
return super().get(key, default)
|
|
917
918
|
|
|
918
919
|
def __init__(__self__, *,
|
|
919
|
-
available_replicas: Optional[int] = None,
|
|
920
|
-
collision_count: Optional[int] = None,
|
|
920
|
+
available_replicas: Optional[builtins.int] = None,
|
|
921
|
+
collision_count: Optional[builtins.int] = None,
|
|
921
922
|
conditions: Optional[Sequence['outputs.DeploymentConditionPatch']] = None,
|
|
922
|
-
observed_generation: Optional[int] = None,
|
|
923
|
-
ready_replicas: Optional[int] = None,
|
|
924
|
-
replicas: Optional[int] = None,
|
|
925
|
-
unavailable_replicas: Optional[int] = None,
|
|
926
|
-
updated_replicas: Optional[int] = None):
|
|
923
|
+
observed_generation: Optional[builtins.int] = None,
|
|
924
|
+
ready_replicas: Optional[builtins.int] = None,
|
|
925
|
+
replicas: Optional[builtins.int] = None,
|
|
926
|
+
unavailable_replicas: Optional[builtins.int] = None,
|
|
927
|
+
updated_replicas: Optional[builtins.int] = None):
|
|
927
928
|
"""
|
|
928
929
|
DeploymentStatus is the most recently observed status of the Deployment.
|
|
929
|
-
:param int available_replicas: Total number of available pods (ready for at least minReadySeconds) targeted by this deployment.
|
|
930
|
-
: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.
|
|
930
|
+
:param builtins.int available_replicas: Total number of available pods (ready for at least minReadySeconds) targeted by this deployment.
|
|
931
|
+
: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.
|
|
931
932
|
:param Sequence['DeploymentConditionPatchArgs'] conditions: Represents the latest available observations of a deployment's current state.
|
|
932
|
-
:param int observed_generation: The generation observed by the deployment controller.
|
|
933
|
-
:param int ready_replicas: Total number of ready pods targeted by this deployment.
|
|
934
|
-
:param int replicas: Total number of non-terminated pods targeted by this deployment (their labels match the selector).
|
|
935
|
-
: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.
|
|
936
|
-
:param int updated_replicas: Total number of non-terminated pods targeted by this deployment that have the desired template spec.
|
|
933
|
+
:param builtins.int observed_generation: The generation observed by the deployment controller.
|
|
934
|
+
:param builtins.int ready_replicas: Total number of ready pods targeted by this deployment.
|
|
935
|
+
:param builtins.int replicas: Total number of non-terminated pods targeted by this deployment (their labels match the selector).
|
|
936
|
+
: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.
|
|
937
|
+
:param builtins.int updated_replicas: Total number of non-terminated pods targeted by this deployment that have the desired template spec.
|
|
937
938
|
"""
|
|
938
939
|
if available_replicas is not None:
|
|
939
940
|
pulumi.set(__self__, "available_replicas", available_replicas)
|
|
@@ -954,7 +955,7 @@ class DeploymentStatusPatch(dict):
|
|
|
954
955
|
|
|
955
956
|
@property
|
|
956
957
|
@pulumi.getter(name="availableReplicas")
|
|
957
|
-
def available_replicas(self) -> Optional[int]:
|
|
958
|
+
def available_replicas(self) -> Optional[builtins.int]:
|
|
958
959
|
"""
|
|
959
960
|
Total number of available pods (ready for at least minReadySeconds) targeted by this deployment.
|
|
960
961
|
"""
|
|
@@ -962,7 +963,7 @@ class DeploymentStatusPatch(dict):
|
|
|
962
963
|
|
|
963
964
|
@property
|
|
964
965
|
@pulumi.getter(name="collisionCount")
|
|
965
|
-
def collision_count(self) -> Optional[int]:
|
|
966
|
+
def collision_count(self) -> Optional[builtins.int]:
|
|
966
967
|
"""
|
|
967
968
|
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.
|
|
968
969
|
"""
|
|
@@ -978,7 +979,7 @@ class DeploymentStatusPatch(dict):
|
|
|
978
979
|
|
|
979
980
|
@property
|
|
980
981
|
@pulumi.getter(name="observedGeneration")
|
|
981
|
-
def observed_generation(self) -> Optional[int]:
|
|
982
|
+
def observed_generation(self) -> Optional[builtins.int]:
|
|
982
983
|
"""
|
|
983
984
|
The generation observed by the deployment controller.
|
|
984
985
|
"""
|
|
@@ -986,7 +987,7 @@ class DeploymentStatusPatch(dict):
|
|
|
986
987
|
|
|
987
988
|
@property
|
|
988
989
|
@pulumi.getter(name="readyReplicas")
|
|
989
|
-
def ready_replicas(self) -> Optional[int]:
|
|
990
|
+
def ready_replicas(self) -> Optional[builtins.int]:
|
|
990
991
|
"""
|
|
991
992
|
Total number of ready pods targeted by this deployment.
|
|
992
993
|
"""
|
|
@@ -994,7 +995,7 @@ class DeploymentStatusPatch(dict):
|
|
|
994
995
|
|
|
995
996
|
@property
|
|
996
997
|
@pulumi.getter
|
|
997
|
-
def replicas(self) -> Optional[int]:
|
|
998
|
+
def replicas(self) -> Optional[builtins.int]:
|
|
998
999
|
"""
|
|
999
1000
|
Total number of non-terminated pods targeted by this deployment (their labels match the selector).
|
|
1000
1001
|
"""
|
|
@@ -1002,7 +1003,7 @@ class DeploymentStatusPatch(dict):
|
|
|
1002
1003
|
|
|
1003
1004
|
@property
|
|
1004
1005
|
@pulumi.getter(name="unavailableReplicas")
|
|
1005
|
-
def unavailable_replicas(self) -> Optional[int]:
|
|
1006
|
+
def unavailable_replicas(self) -> Optional[builtins.int]:
|
|
1006
1007
|
"""
|
|
1007
1008
|
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.
|
|
1008
1009
|
"""
|
|
@@ -1010,7 +1011,7 @@ class DeploymentStatusPatch(dict):
|
|
|
1010
1011
|
|
|
1011
1012
|
@property
|
|
1012
1013
|
@pulumi.getter(name="updatedReplicas")
|
|
1013
|
-
def updated_replicas(self) -> Optional[int]:
|
|
1014
|
+
def updated_replicas(self) -> Optional[builtins.int]:
|
|
1014
1015
|
"""
|
|
1015
1016
|
Total number of non-terminated pods targeted by this deployment that have the desired template spec.
|
|
1016
1017
|
"""
|
|
@@ -1041,11 +1042,11 @@ class DeploymentStrategy(dict):
|
|
|
1041
1042
|
|
|
1042
1043
|
def __init__(__self__, *,
|
|
1043
1044
|
rolling_update: Optional['outputs.RollingUpdateDeployment'] = None,
|
|
1044
|
-
type: Optional[str] = None):
|
|
1045
|
+
type: Optional[builtins.str] = None):
|
|
1045
1046
|
"""
|
|
1046
1047
|
DeploymentStrategy describes how to replace existing pods with new ones.
|
|
1047
1048
|
:param 'RollingUpdateDeploymentArgs' rolling_update: Rolling update config params. Present only if DeploymentStrategyType = RollingUpdate.
|
|
1048
|
-
:param str type: Type of deployment. Can be "Recreate" or "RollingUpdate". Default is RollingUpdate.
|
|
1049
|
+
:param builtins.str type: Type of deployment. Can be "Recreate" or "RollingUpdate". Default is RollingUpdate.
|
|
1049
1050
|
"""
|
|
1050
1051
|
if rolling_update is not None:
|
|
1051
1052
|
pulumi.set(__self__, "rolling_update", rolling_update)
|
|
@@ -1062,7 +1063,7 @@ class DeploymentStrategy(dict):
|
|
|
1062
1063
|
|
|
1063
1064
|
@property
|
|
1064
1065
|
@pulumi.getter
|
|
1065
|
-
def type(self) -> Optional[str]:
|
|
1066
|
+
def type(self) -> Optional[builtins.str]:
|
|
1066
1067
|
"""
|
|
1067
1068
|
Type of deployment. Can be "Recreate" or "RollingUpdate". Default is RollingUpdate.
|
|
1068
1069
|
"""
|
|
@@ -1093,11 +1094,11 @@ class DeploymentStrategyPatch(dict):
|
|
|
1093
1094
|
|
|
1094
1095
|
def __init__(__self__, *,
|
|
1095
1096
|
rolling_update: Optional['outputs.RollingUpdateDeploymentPatch'] = None,
|
|
1096
|
-
type: Optional[str] = None):
|
|
1097
|
+
type: Optional[builtins.str] = None):
|
|
1097
1098
|
"""
|
|
1098
1099
|
DeploymentStrategy describes how to replace existing pods with new ones.
|
|
1099
1100
|
:param 'RollingUpdateDeploymentPatchArgs' rolling_update: Rolling update config params. Present only if DeploymentStrategyType = RollingUpdate.
|
|
1100
|
-
:param str type: Type of deployment. Can be "Recreate" or "RollingUpdate". Default is RollingUpdate.
|
|
1101
|
+
:param builtins.str type: Type of deployment. Can be "Recreate" or "RollingUpdate". Default is RollingUpdate.
|
|
1101
1102
|
"""
|
|
1102
1103
|
if rolling_update is not None:
|
|
1103
1104
|
pulumi.set(__self__, "rolling_update", rolling_update)
|
|
@@ -1114,7 +1115,7 @@ class DeploymentStrategyPatch(dict):
|
|
|
1114
1115
|
|
|
1115
1116
|
@property
|
|
1116
1117
|
@pulumi.getter
|
|
1117
|
-
def type(self) -> Optional[str]:
|
|
1118
|
+
def type(self) -> Optional[builtins.str]:
|
|
1118
1119
|
"""
|
|
1119
1120
|
Type of deployment. Can be "Recreate" or "RollingUpdate". Default is RollingUpdate.
|
|
1120
1121
|
"""
|
|
@@ -1127,17 +1128,17 @@ class RollbackConfig(dict):
|
|
|
1127
1128
|
DEPRECATED.
|
|
1128
1129
|
"""
|
|
1129
1130
|
def __init__(__self__, *,
|
|
1130
|
-
revision: Optional[int] = None):
|
|
1131
|
+
revision: Optional[builtins.int] = None):
|
|
1131
1132
|
"""
|
|
1132
1133
|
DEPRECATED.
|
|
1133
|
-
:param int revision: The revision to rollback to. If set to 0, rollback to the last revision.
|
|
1134
|
+
:param builtins.int revision: The revision to rollback to. If set to 0, rollback to the last revision.
|
|
1134
1135
|
"""
|
|
1135
1136
|
if revision is not None:
|
|
1136
1137
|
pulumi.set(__self__, "revision", revision)
|
|
1137
1138
|
|
|
1138
1139
|
@property
|
|
1139
1140
|
@pulumi.getter
|
|
1140
|
-
def revision(self) -> Optional[int]:
|
|
1141
|
+
def revision(self) -> Optional[builtins.int]:
|
|
1141
1142
|
"""
|
|
1142
1143
|
The revision to rollback to. If set to 0, rollback to the last revision.
|
|
1143
1144
|
"""
|
|
@@ -1150,17 +1151,17 @@ class RollbackConfigPatch(dict):
|
|
|
1150
1151
|
DEPRECATED.
|
|
1151
1152
|
"""
|
|
1152
1153
|
def __init__(__self__, *,
|
|
1153
|
-
revision: Optional[int] = None):
|
|
1154
|
+
revision: Optional[builtins.int] = None):
|
|
1154
1155
|
"""
|
|
1155
1156
|
DEPRECATED.
|
|
1156
|
-
:param int revision: The revision to rollback to. If set to 0, rollback to the last revision.
|
|
1157
|
+
:param builtins.int revision: The revision to rollback to. If set to 0, rollback to the last revision.
|
|
1157
1158
|
"""
|
|
1158
1159
|
if revision is not None:
|
|
1159
1160
|
pulumi.set(__self__, "revision", revision)
|
|
1160
1161
|
|
|
1161
1162
|
@property
|
|
1162
1163
|
@pulumi.getter
|
|
1163
|
-
def revision(self) -> Optional[int]:
|
|
1164
|
+
def revision(self) -> Optional[builtins.int]:
|
|
1164
1165
|
"""
|
|
1165
1166
|
The revision to rollback to. If set to 0, rollback to the last revision.
|
|
1166
1167
|
"""
|
|
@@ -1196,8 +1197,8 @@ class RollingUpdateDeployment(dict):
|
|
|
1196
1197
|
max_unavailable: Optional[Any] = None):
|
|
1197
1198
|
"""
|
|
1198
1199
|
Spec to control the desired behavior of rolling update.
|
|
1199
|
-
: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.
|
|
1200
|
-
: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.
|
|
1200
|
+
: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.
|
|
1201
|
+
: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.
|
|
1201
1202
|
"""
|
|
1202
1203
|
if max_surge is not None:
|
|
1203
1204
|
pulumi.set(__self__, "max_surge", max_surge)
|
|
@@ -1250,8 +1251,8 @@ class RollingUpdateDeploymentPatch(dict):
|
|
|
1250
1251
|
max_unavailable: Optional[Any] = None):
|
|
1251
1252
|
"""
|
|
1252
1253
|
Spec to control the desired behavior of rolling update.
|
|
1253
|
-
: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.
|
|
1254
|
-
: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.
|
|
1254
|
+
: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.
|
|
1255
|
+
: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.
|
|
1255
1256
|
"""
|
|
1256
1257
|
if max_surge is not None:
|
|
1257
1258
|
pulumi.set(__self__, "max_surge", max_surge)
|
|
@@ -1281,17 +1282,17 @@ class RollingUpdateStatefulSetStrategy(dict):
|
|
|
1281
1282
|
RollingUpdateStatefulSetStrategy is used to communicate parameter for RollingUpdateStatefulSetStrategyType.
|
|
1282
1283
|
"""
|
|
1283
1284
|
def __init__(__self__, *,
|
|
1284
|
-
partition: Optional[int] = None):
|
|
1285
|
+
partition: Optional[builtins.int] = None):
|
|
1285
1286
|
"""
|
|
1286
1287
|
RollingUpdateStatefulSetStrategy is used to communicate parameter for RollingUpdateStatefulSetStrategyType.
|
|
1287
|
-
:param int partition: Partition indicates the ordinal at which the StatefulSet should be partitioned.
|
|
1288
|
+
:param builtins.int partition: Partition indicates the ordinal at which the StatefulSet should be partitioned.
|
|
1288
1289
|
"""
|
|
1289
1290
|
if partition is not None:
|
|
1290
1291
|
pulumi.set(__self__, "partition", partition)
|
|
1291
1292
|
|
|
1292
1293
|
@property
|
|
1293
1294
|
@pulumi.getter
|
|
1294
|
-
def partition(self) -> Optional[int]:
|
|
1295
|
+
def partition(self) -> Optional[builtins.int]:
|
|
1295
1296
|
"""
|
|
1296
1297
|
Partition indicates the ordinal at which the StatefulSet should be partitioned.
|
|
1297
1298
|
"""
|
|
@@ -1304,17 +1305,17 @@ class RollingUpdateStatefulSetStrategyPatch(dict):
|
|
|
1304
1305
|
RollingUpdateStatefulSetStrategy is used to communicate parameter for RollingUpdateStatefulSetStrategyType.
|
|
1305
1306
|
"""
|
|
1306
1307
|
def __init__(__self__, *,
|
|
1307
|
-
partition: Optional[int] = None):
|
|
1308
|
+
partition: Optional[builtins.int] = None):
|
|
1308
1309
|
"""
|
|
1309
1310
|
RollingUpdateStatefulSetStrategy is used to communicate parameter for RollingUpdateStatefulSetStrategyType.
|
|
1310
|
-
:param int partition: Partition indicates the ordinal at which the StatefulSet should be partitioned.
|
|
1311
|
+
:param builtins.int partition: Partition indicates the ordinal at which the StatefulSet should be partitioned.
|
|
1311
1312
|
"""
|
|
1312
1313
|
if partition is not None:
|
|
1313
1314
|
pulumi.set(__self__, "partition", partition)
|
|
1314
1315
|
|
|
1315
1316
|
@property
|
|
1316
1317
|
@pulumi.getter
|
|
1317
|
-
def partition(self) -> Optional[int]:
|
|
1318
|
+
def partition(self) -> Optional[builtins.int]:
|
|
1318
1319
|
"""
|
|
1319
1320
|
Partition indicates the ordinal at which the StatefulSet should be partitioned.
|
|
1320
1321
|
"""
|
|
@@ -1360,8 +1361,8 @@ class StatefulSet(dict):
|
|
|
1360
1361
|
return super().get(key, default)
|
|
1361
1362
|
|
|
1362
1363
|
def __init__(__self__, *,
|
|
1363
|
-
api_version: Optional[str] = None,
|
|
1364
|
-
kind: Optional[str] = None,
|
|
1364
|
+
api_version: Optional[builtins.str] = None,
|
|
1365
|
+
kind: Optional[builtins.str] = None,
|
|
1365
1366
|
metadata: Optional['_meta.v1.outputs.ObjectMeta'] = None,
|
|
1366
1367
|
spec: Optional['outputs.StatefulSetSpec'] = None,
|
|
1367
1368
|
status: Optional['outputs.StatefulSetStatus'] = None):
|
|
@@ -1383,8 +1384,8 @@ class StatefulSet(dict):
|
|
|
1383
1384
|
If the StatefulSet has not reached a Ready state after 10 minutes, it will
|
|
1384
1385
|
time out and mark the resource update as Failed. You can override the default timeout value
|
|
1385
1386
|
by setting the 'customTimeouts' option on the resource.
|
|
1386
|
-
: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
|
|
1387
|
-
: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
|
|
1387
|
+
: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
|
|
1388
|
+
: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
|
|
1388
1389
|
:param 'StatefulSetSpecArgs' spec: Spec defines the desired identities of pods in this set.
|
|
1389
1390
|
: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.
|
|
1390
1391
|
"""
|
|
@@ -1401,7 +1402,7 @@ class StatefulSet(dict):
|
|
|
1401
1402
|
|
|
1402
1403
|
@property
|
|
1403
1404
|
@pulumi.getter(name="apiVersion")
|
|
1404
|
-
def api_version(self) -> Optional[str]:
|
|
1405
|
+
def api_version(self) -> Optional[builtins.str]:
|
|
1405
1406
|
"""
|
|
1406
1407
|
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
|
|
1407
1408
|
"""
|
|
@@ -1409,7 +1410,7 @@ class StatefulSet(dict):
|
|
|
1409
1410
|
|
|
1410
1411
|
@property
|
|
1411
1412
|
@pulumi.getter
|
|
1412
|
-
def kind(self) -> Optional[str]:
|
|
1413
|
+
def kind(self) -> Optional[builtins.str]:
|
|
1413
1414
|
"""
|
|
1414
1415
|
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
|
|
1415
1416
|
"""
|
|
@@ -1460,18 +1461,18 @@ class StatefulSetCondition(dict):
|
|
|
1460
1461
|
return super().get(key, default)
|
|
1461
1462
|
|
|
1462
1463
|
def __init__(__self__, *,
|
|
1463
|
-
status: str,
|
|
1464
|
-
type: str,
|
|
1465
|
-
last_transition_time: Optional[str] = None,
|
|
1466
|
-
message: Optional[str] = None,
|
|
1467
|
-
reason: Optional[str] = None):
|
|
1464
|
+
status: builtins.str,
|
|
1465
|
+
type: builtins.str,
|
|
1466
|
+
last_transition_time: Optional[builtins.str] = None,
|
|
1467
|
+
message: Optional[builtins.str] = None,
|
|
1468
|
+
reason: Optional[builtins.str] = None):
|
|
1468
1469
|
"""
|
|
1469
1470
|
StatefulSetCondition describes the state of a statefulset at a certain point.
|
|
1470
|
-
:param str status: Status of the condition, one of True, False, Unknown.
|
|
1471
|
-
:param str type: Type of statefulset condition.
|
|
1472
|
-
:param str last_transition_time: Last time the condition transitioned from one status to another.
|
|
1473
|
-
:param str message: A human readable message indicating details about the transition.
|
|
1474
|
-
:param str reason: The reason for the condition's last transition.
|
|
1471
|
+
:param builtins.str status: Status of the condition, one of True, False, Unknown.
|
|
1472
|
+
:param builtins.str type: Type of statefulset condition.
|
|
1473
|
+
:param builtins.str last_transition_time: Last time the condition transitioned from one status to another.
|
|
1474
|
+
:param builtins.str message: A human readable message indicating details about the transition.
|
|
1475
|
+
:param builtins.str reason: The reason for the condition's last transition.
|
|
1475
1476
|
"""
|
|
1476
1477
|
pulumi.set(__self__, "status", status)
|
|
1477
1478
|
pulumi.set(__self__, "type", type)
|
|
@@ -1484,7 +1485,7 @@ class StatefulSetCondition(dict):
|
|
|
1484
1485
|
|
|
1485
1486
|
@property
|
|
1486
1487
|
@pulumi.getter
|
|
1487
|
-
def status(self) -> str:
|
|
1488
|
+
def status(self) -> builtins.str:
|
|
1488
1489
|
"""
|
|
1489
1490
|
Status of the condition, one of True, False, Unknown.
|
|
1490
1491
|
"""
|
|
@@ -1492,7 +1493,7 @@ class StatefulSetCondition(dict):
|
|
|
1492
1493
|
|
|
1493
1494
|
@property
|
|
1494
1495
|
@pulumi.getter
|
|
1495
|
-
def type(self) -> str:
|
|
1496
|
+
def type(self) -> builtins.str:
|
|
1496
1497
|
"""
|
|
1497
1498
|
Type of statefulset condition.
|
|
1498
1499
|
"""
|
|
@@ -1500,7 +1501,7 @@ class StatefulSetCondition(dict):
|
|
|
1500
1501
|
|
|
1501
1502
|
@property
|
|
1502
1503
|
@pulumi.getter(name="lastTransitionTime")
|
|
1503
|
-
def last_transition_time(self) -> Optional[str]:
|
|
1504
|
+
def last_transition_time(self) -> Optional[builtins.str]:
|
|
1504
1505
|
"""
|
|
1505
1506
|
Last time the condition transitioned from one status to another.
|
|
1506
1507
|
"""
|
|
@@ -1508,7 +1509,7 @@ class StatefulSetCondition(dict):
|
|
|
1508
1509
|
|
|
1509
1510
|
@property
|
|
1510
1511
|
@pulumi.getter
|
|
1511
|
-
def message(self) -> Optional[str]:
|
|
1512
|
+
def message(self) -> Optional[builtins.str]:
|
|
1512
1513
|
"""
|
|
1513
1514
|
A human readable message indicating details about the transition.
|
|
1514
1515
|
"""
|
|
@@ -1516,7 +1517,7 @@ class StatefulSetCondition(dict):
|
|
|
1516
1517
|
|
|
1517
1518
|
@property
|
|
1518
1519
|
@pulumi.getter
|
|
1519
|
-
def reason(self) -> Optional[str]:
|
|
1520
|
+
def reason(self) -> Optional[builtins.str]:
|
|
1520
1521
|
"""
|
|
1521
1522
|
The reason for the condition's last transition.
|
|
1522
1523
|
"""
|
|
@@ -1546,18 +1547,18 @@ class StatefulSetConditionPatch(dict):
|
|
|
1546
1547
|
return super().get(key, default)
|
|
1547
1548
|
|
|
1548
1549
|
def __init__(__self__, *,
|
|
1549
|
-
last_transition_time: Optional[str] = None,
|
|
1550
|
-
message: Optional[str] = None,
|
|
1551
|
-
reason: Optional[str] = None,
|
|
1552
|
-
status: Optional[str] = None,
|
|
1553
|
-
type: Optional[str] = None):
|
|
1550
|
+
last_transition_time: Optional[builtins.str] = None,
|
|
1551
|
+
message: Optional[builtins.str] = None,
|
|
1552
|
+
reason: Optional[builtins.str] = None,
|
|
1553
|
+
status: Optional[builtins.str] = None,
|
|
1554
|
+
type: Optional[builtins.str] = None):
|
|
1554
1555
|
"""
|
|
1555
1556
|
StatefulSetCondition describes the state of a statefulset at a certain point.
|
|
1556
|
-
:param str last_transition_time: Last time the condition transitioned from one status to another.
|
|
1557
|
-
:param str message: A human readable message indicating details about the transition.
|
|
1558
|
-
:param str reason: The reason for the condition's last transition.
|
|
1559
|
-
:param str status: Status of the condition, one of True, False, Unknown.
|
|
1560
|
-
:param str type: Type of statefulset condition.
|
|
1557
|
+
:param builtins.str last_transition_time: Last time the condition transitioned from one status to another.
|
|
1558
|
+
:param builtins.str message: A human readable message indicating details about the transition.
|
|
1559
|
+
:param builtins.str reason: The reason for the condition's last transition.
|
|
1560
|
+
:param builtins.str status: Status of the condition, one of True, False, Unknown.
|
|
1561
|
+
:param builtins.str type: Type of statefulset condition.
|
|
1561
1562
|
"""
|
|
1562
1563
|
if last_transition_time is not None:
|
|
1563
1564
|
pulumi.set(__self__, "last_transition_time", last_transition_time)
|
|
@@ -1572,7 +1573,7 @@ class StatefulSetConditionPatch(dict):
|
|
|
1572
1573
|
|
|
1573
1574
|
@property
|
|
1574
1575
|
@pulumi.getter(name="lastTransitionTime")
|
|
1575
|
-
def last_transition_time(self) -> Optional[str]:
|
|
1576
|
+
def last_transition_time(self) -> Optional[builtins.str]:
|
|
1576
1577
|
"""
|
|
1577
1578
|
Last time the condition transitioned from one status to another.
|
|
1578
1579
|
"""
|
|
@@ -1580,7 +1581,7 @@ class StatefulSetConditionPatch(dict):
|
|
|
1580
1581
|
|
|
1581
1582
|
@property
|
|
1582
1583
|
@pulumi.getter
|
|
1583
|
-
def message(self) -> Optional[str]:
|
|
1584
|
+
def message(self) -> Optional[builtins.str]:
|
|
1584
1585
|
"""
|
|
1585
1586
|
A human readable message indicating details about the transition.
|
|
1586
1587
|
"""
|
|
@@ -1588,7 +1589,7 @@ class StatefulSetConditionPatch(dict):
|
|
|
1588
1589
|
|
|
1589
1590
|
@property
|
|
1590
1591
|
@pulumi.getter
|
|
1591
|
-
def reason(self) -> Optional[str]:
|
|
1592
|
+
def reason(self) -> Optional[builtins.str]:
|
|
1592
1593
|
"""
|
|
1593
1594
|
The reason for the condition's last transition.
|
|
1594
1595
|
"""
|
|
@@ -1596,7 +1597,7 @@ class StatefulSetConditionPatch(dict):
|
|
|
1596
1597
|
|
|
1597
1598
|
@property
|
|
1598
1599
|
@pulumi.getter
|
|
1599
|
-
def status(self) -> Optional[str]:
|
|
1600
|
+
def status(self) -> Optional[builtins.str]:
|
|
1600
1601
|
"""
|
|
1601
1602
|
Status of the condition, one of True, False, Unknown.
|
|
1602
1603
|
"""
|
|
@@ -1604,7 +1605,7 @@ class StatefulSetConditionPatch(dict):
|
|
|
1604
1605
|
|
|
1605
1606
|
@property
|
|
1606
1607
|
@pulumi.getter
|
|
1607
|
-
def type(self) -> Optional[str]:
|
|
1608
|
+
def type(self) -> Optional[builtins.str]:
|
|
1608
1609
|
"""
|
|
1609
1610
|
Type of statefulset condition.
|
|
1610
1611
|
"""
|
|
@@ -1642,21 +1643,21 @@ class StatefulSetSpec(dict):
|
|
|
1642
1643
|
return super().get(key, default)
|
|
1643
1644
|
|
|
1644
1645
|
def __init__(__self__, *,
|
|
1645
|
-
service_name: str,
|
|
1646
|
+
service_name: builtins.str,
|
|
1646
1647
|
template: '_core.v1.outputs.PodTemplateSpec',
|
|
1647
|
-
pod_management_policy: Optional[str] = None,
|
|
1648
|
-
replicas: Optional[int] = None,
|
|
1649
|
-
revision_history_limit: Optional[int] = None,
|
|
1648
|
+
pod_management_policy: Optional[builtins.str] = None,
|
|
1649
|
+
replicas: Optional[builtins.int] = None,
|
|
1650
|
+
revision_history_limit: Optional[builtins.int] = None,
|
|
1650
1651
|
selector: Optional['_meta.v1.outputs.LabelSelector'] = None,
|
|
1651
1652
|
update_strategy: Optional['outputs.StatefulSetUpdateStrategy'] = None,
|
|
1652
1653
|
volume_claim_templates: Optional[Sequence['_core.v1.outputs.PersistentVolumeClaim']] = None):
|
|
1653
1654
|
"""
|
|
1654
1655
|
A StatefulSetSpec is the specification of a StatefulSet.
|
|
1655
|
-
: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.
|
|
1656
|
+
: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.
|
|
1656
1657
|
: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.
|
|
1657
|
-
: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.
|
|
1658
|
-
: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.
|
|
1659
|
-
: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.
|
|
1658
|
+
: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.
|
|
1659
|
+
: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.
|
|
1660
|
+
: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.
|
|
1660
1661
|
:param '_meta.v1.LabelSelectorArgs' selector: selector is a label query over pods that should match the replica count. If empty, defaulted to labels on the pod template. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/labels/#label-selectors
|
|
1661
1662
|
: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.
|
|
1662
1663
|
: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.
|
|
@@ -1678,7 +1679,7 @@ class StatefulSetSpec(dict):
|
|
|
1678
1679
|
|
|
1679
1680
|
@property
|
|
1680
1681
|
@pulumi.getter(name="serviceName")
|
|
1681
|
-
def service_name(self) -> str:
|
|
1682
|
+
def service_name(self) -> builtins.str:
|
|
1682
1683
|
"""
|
|
1683
1684
|
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.
|
|
1684
1685
|
"""
|
|
@@ -1694,7 +1695,7 @@ class StatefulSetSpec(dict):
|
|
|
1694
1695
|
|
|
1695
1696
|
@property
|
|
1696
1697
|
@pulumi.getter(name="podManagementPolicy")
|
|
1697
|
-
def pod_management_policy(self) -> Optional[str]:
|
|
1698
|
+
def pod_management_policy(self) -> Optional[builtins.str]:
|
|
1698
1699
|
"""
|
|
1699
1700
|
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.
|
|
1700
1701
|
"""
|
|
@@ -1702,7 +1703,7 @@ class StatefulSetSpec(dict):
|
|
|
1702
1703
|
|
|
1703
1704
|
@property
|
|
1704
1705
|
@pulumi.getter
|
|
1705
|
-
def replicas(self) -> Optional[int]:
|
|
1706
|
+
def replicas(self) -> Optional[builtins.int]:
|
|
1706
1707
|
"""
|
|
1707
1708
|
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.
|
|
1708
1709
|
"""
|
|
@@ -1710,7 +1711,7 @@ class StatefulSetSpec(dict):
|
|
|
1710
1711
|
|
|
1711
1712
|
@property
|
|
1712
1713
|
@pulumi.getter(name="revisionHistoryLimit")
|
|
1713
|
-
def revision_history_limit(self) -> Optional[int]:
|
|
1714
|
+
def revision_history_limit(self) -> Optional[builtins.int]:
|
|
1714
1715
|
"""
|
|
1715
1716
|
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.
|
|
1716
1717
|
"""
|
|
@@ -1772,21 +1773,21 @@ class StatefulSetSpecPatch(dict):
|
|
|
1772
1773
|
return super().get(key, default)
|
|
1773
1774
|
|
|
1774
1775
|
def __init__(__self__, *,
|
|
1775
|
-
pod_management_policy: Optional[str] = None,
|
|
1776
|
-
replicas: Optional[int] = None,
|
|
1777
|
-
revision_history_limit: Optional[int] = None,
|
|
1776
|
+
pod_management_policy: Optional[builtins.str] = None,
|
|
1777
|
+
replicas: Optional[builtins.int] = None,
|
|
1778
|
+
revision_history_limit: Optional[builtins.int] = None,
|
|
1778
1779
|
selector: Optional['_meta.v1.outputs.LabelSelectorPatch'] = None,
|
|
1779
|
-
service_name: Optional[str] = None,
|
|
1780
|
+
service_name: Optional[builtins.str] = None,
|
|
1780
1781
|
template: Optional['_core.v1.outputs.PodTemplateSpecPatch'] = None,
|
|
1781
1782
|
update_strategy: Optional['outputs.StatefulSetUpdateStrategyPatch'] = None,
|
|
1782
1783
|
volume_claim_templates: Optional[Sequence['_core.v1.outputs.PersistentVolumeClaimPatch']] = None):
|
|
1783
1784
|
"""
|
|
1784
1785
|
A StatefulSetSpec is the specification of a StatefulSet.
|
|
1785
|
-
: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.
|
|
1786
|
-
: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.
|
|
1787
|
-
: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.
|
|
1786
|
+
: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.
|
|
1787
|
+
: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.
|
|
1788
|
+
: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.
|
|
1788
1789
|
:param '_meta.v1.LabelSelectorPatchArgs' selector: selector is a label query over pods that should match the replica count. If empty, defaulted to labels on the pod template. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/labels/#label-selectors
|
|
1789
|
-
: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.
|
|
1790
|
+
: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.
|
|
1790
1791
|
: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.
|
|
1791
1792
|
: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.
|
|
1792
1793
|
: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.
|
|
@@ -1810,7 +1811,7 @@ class StatefulSetSpecPatch(dict):
|
|
|
1810
1811
|
|
|
1811
1812
|
@property
|
|
1812
1813
|
@pulumi.getter(name="podManagementPolicy")
|
|
1813
|
-
def pod_management_policy(self) -> Optional[str]:
|
|
1814
|
+
def pod_management_policy(self) -> Optional[builtins.str]:
|
|
1814
1815
|
"""
|
|
1815
1816
|
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.
|
|
1816
1817
|
"""
|
|
@@ -1818,7 +1819,7 @@ class StatefulSetSpecPatch(dict):
|
|
|
1818
1819
|
|
|
1819
1820
|
@property
|
|
1820
1821
|
@pulumi.getter
|
|
1821
|
-
def replicas(self) -> Optional[int]:
|
|
1822
|
+
def replicas(self) -> Optional[builtins.int]:
|
|
1822
1823
|
"""
|
|
1823
1824
|
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.
|
|
1824
1825
|
"""
|
|
@@ -1826,7 +1827,7 @@ class StatefulSetSpecPatch(dict):
|
|
|
1826
1827
|
|
|
1827
1828
|
@property
|
|
1828
1829
|
@pulumi.getter(name="revisionHistoryLimit")
|
|
1829
|
-
def revision_history_limit(self) -> Optional[int]:
|
|
1830
|
+
def revision_history_limit(self) -> Optional[builtins.int]:
|
|
1830
1831
|
"""
|
|
1831
1832
|
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.
|
|
1832
1833
|
"""
|
|
@@ -1842,7 +1843,7 @@ class StatefulSetSpecPatch(dict):
|
|
|
1842
1843
|
|
|
1843
1844
|
@property
|
|
1844
1845
|
@pulumi.getter(name="serviceName")
|
|
1845
|
-
def service_name(self) -> Optional[str]:
|
|
1846
|
+
def service_name(self) -> Optional[builtins.str]:
|
|
1846
1847
|
"""
|
|
1847
1848
|
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.
|
|
1848
1849
|
"""
|
|
@@ -1908,26 +1909,26 @@ class StatefulSetStatus(dict):
|
|
|
1908
1909
|
return super().get(key, default)
|
|
1909
1910
|
|
|
1910
1911
|
def __init__(__self__, *,
|
|
1911
|
-
replicas: int,
|
|
1912
|
-
collision_count: Optional[int] = None,
|
|
1912
|
+
replicas: builtins.int,
|
|
1913
|
+
collision_count: Optional[builtins.int] = None,
|
|
1913
1914
|
conditions: Optional[Sequence['outputs.StatefulSetCondition']] = None,
|
|
1914
|
-
current_replicas: Optional[int] = None,
|
|
1915
|
-
current_revision: Optional[str] = None,
|
|
1916
|
-
observed_generation: Optional[int] = None,
|
|
1917
|
-
ready_replicas: Optional[int] = None,
|
|
1918
|
-
update_revision: Optional[str] = None,
|
|
1919
|
-
updated_replicas: Optional[int] = None):
|
|
1915
|
+
current_replicas: Optional[builtins.int] = None,
|
|
1916
|
+
current_revision: Optional[builtins.str] = None,
|
|
1917
|
+
observed_generation: Optional[builtins.int] = None,
|
|
1918
|
+
ready_replicas: Optional[builtins.int] = None,
|
|
1919
|
+
update_revision: Optional[builtins.str] = None,
|
|
1920
|
+
updated_replicas: Optional[builtins.int] = None):
|
|
1920
1921
|
"""
|
|
1921
1922
|
StatefulSetStatus represents the current state of a StatefulSet.
|
|
1922
|
-
:param int replicas: replicas is the number of Pods created by the StatefulSet controller.
|
|
1923
|
-
: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.
|
|
1923
|
+
:param builtins.int replicas: replicas is the number of Pods created by the StatefulSet controller.
|
|
1924
|
+
: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.
|
|
1924
1925
|
:param Sequence['StatefulSetConditionArgs'] conditions: Represents the latest available observations of a statefulset's current state.
|
|
1925
|
-
:param int current_replicas: currentReplicas is the number of Pods created by the StatefulSet controller from the StatefulSet version indicated by currentRevision.
|
|
1926
|
-
:param str current_revision: currentRevision, if not empty, indicates the version of the StatefulSet used to generate Pods in the sequence [0,currentReplicas).
|
|
1927
|
-
: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.
|
|
1928
|
-
:param int ready_replicas: readyReplicas is the number of Pods created by the StatefulSet controller that have a Ready Condition.
|
|
1929
|
-
:param str update_revision: updateRevision, if not empty, indicates the version of the StatefulSet used to generate Pods in the sequence [replicas-updatedReplicas,replicas)
|
|
1930
|
-
:param int updated_replicas: updatedReplicas is the number of Pods created by the StatefulSet controller from the StatefulSet version indicated by updateRevision.
|
|
1926
|
+
:param builtins.int current_replicas: currentReplicas is the number of Pods created by the StatefulSet controller from the StatefulSet version indicated by currentRevision.
|
|
1927
|
+
:param builtins.str current_revision: currentRevision, if not empty, indicates the version of the StatefulSet used to generate Pods in the sequence [0,currentReplicas).
|
|
1928
|
+
: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.
|
|
1929
|
+
:param builtins.int ready_replicas: readyReplicas is the number of Pods created by the StatefulSet controller that have a Ready Condition.
|
|
1930
|
+
: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)
|
|
1931
|
+
:param builtins.int updated_replicas: updatedReplicas is the number of Pods created by the StatefulSet controller from the StatefulSet version indicated by updateRevision.
|
|
1931
1932
|
"""
|
|
1932
1933
|
pulumi.set(__self__, "replicas", replicas)
|
|
1933
1934
|
if collision_count is not None:
|
|
@@ -1949,7 +1950,7 @@ class StatefulSetStatus(dict):
|
|
|
1949
1950
|
|
|
1950
1951
|
@property
|
|
1951
1952
|
@pulumi.getter
|
|
1952
|
-
def replicas(self) -> int:
|
|
1953
|
+
def replicas(self) -> builtins.int:
|
|
1953
1954
|
"""
|
|
1954
1955
|
replicas is the number of Pods created by the StatefulSet controller.
|
|
1955
1956
|
"""
|
|
@@ -1957,7 +1958,7 @@ class StatefulSetStatus(dict):
|
|
|
1957
1958
|
|
|
1958
1959
|
@property
|
|
1959
1960
|
@pulumi.getter(name="collisionCount")
|
|
1960
|
-
def collision_count(self) -> Optional[int]:
|
|
1961
|
+
def collision_count(self) -> Optional[builtins.int]:
|
|
1961
1962
|
"""
|
|
1962
1963
|
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.
|
|
1963
1964
|
"""
|
|
@@ -1973,7 +1974,7 @@ class StatefulSetStatus(dict):
|
|
|
1973
1974
|
|
|
1974
1975
|
@property
|
|
1975
1976
|
@pulumi.getter(name="currentReplicas")
|
|
1976
|
-
def current_replicas(self) -> Optional[int]:
|
|
1977
|
+
def current_replicas(self) -> Optional[builtins.int]:
|
|
1977
1978
|
"""
|
|
1978
1979
|
currentReplicas is the number of Pods created by the StatefulSet controller from the StatefulSet version indicated by currentRevision.
|
|
1979
1980
|
"""
|
|
@@ -1981,7 +1982,7 @@ class StatefulSetStatus(dict):
|
|
|
1981
1982
|
|
|
1982
1983
|
@property
|
|
1983
1984
|
@pulumi.getter(name="currentRevision")
|
|
1984
|
-
def current_revision(self) -> Optional[str]:
|
|
1985
|
+
def current_revision(self) -> Optional[builtins.str]:
|
|
1985
1986
|
"""
|
|
1986
1987
|
currentRevision, if not empty, indicates the version of the StatefulSet used to generate Pods in the sequence [0,currentReplicas).
|
|
1987
1988
|
"""
|
|
@@ -1989,7 +1990,7 @@ class StatefulSetStatus(dict):
|
|
|
1989
1990
|
|
|
1990
1991
|
@property
|
|
1991
1992
|
@pulumi.getter(name="observedGeneration")
|
|
1992
|
-
def observed_generation(self) -> Optional[int]:
|
|
1993
|
+
def observed_generation(self) -> Optional[builtins.int]:
|
|
1993
1994
|
"""
|
|
1994
1995
|
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.
|
|
1995
1996
|
"""
|
|
@@ -1997,7 +1998,7 @@ class StatefulSetStatus(dict):
|
|
|
1997
1998
|
|
|
1998
1999
|
@property
|
|
1999
2000
|
@pulumi.getter(name="readyReplicas")
|
|
2000
|
-
def ready_replicas(self) -> Optional[int]:
|
|
2001
|
+
def ready_replicas(self) -> Optional[builtins.int]:
|
|
2001
2002
|
"""
|
|
2002
2003
|
readyReplicas is the number of Pods created by the StatefulSet controller that have a Ready Condition.
|
|
2003
2004
|
"""
|
|
@@ -2005,7 +2006,7 @@ class StatefulSetStatus(dict):
|
|
|
2005
2006
|
|
|
2006
2007
|
@property
|
|
2007
2008
|
@pulumi.getter(name="updateRevision")
|
|
2008
|
-
def update_revision(self) -> Optional[str]:
|
|
2009
|
+
def update_revision(self) -> Optional[builtins.str]:
|
|
2009
2010
|
"""
|
|
2010
2011
|
updateRevision, if not empty, indicates the version of the StatefulSet used to generate Pods in the sequence [replicas-updatedReplicas,replicas)
|
|
2011
2012
|
"""
|
|
@@ -2013,7 +2014,7 @@ class StatefulSetStatus(dict):
|
|
|
2013
2014
|
|
|
2014
2015
|
@property
|
|
2015
2016
|
@pulumi.getter(name="updatedReplicas")
|
|
2016
|
-
def updated_replicas(self) -> Optional[int]:
|
|
2017
|
+
def updated_replicas(self) -> Optional[builtins.int]:
|
|
2017
2018
|
"""
|
|
2018
2019
|
updatedReplicas is the number of Pods created by the StatefulSet controller from the StatefulSet version indicated by updateRevision.
|
|
2019
2020
|
"""
|
|
@@ -2055,26 +2056,26 @@ class StatefulSetStatusPatch(dict):
|
|
|
2055
2056
|
return super().get(key, default)
|
|
2056
2057
|
|
|
2057
2058
|
def __init__(__self__, *,
|
|
2058
|
-
collision_count: Optional[int] = None,
|
|
2059
|
+
collision_count: Optional[builtins.int] = None,
|
|
2059
2060
|
conditions: Optional[Sequence['outputs.StatefulSetConditionPatch']] = None,
|
|
2060
|
-
current_replicas: Optional[int] = None,
|
|
2061
|
-
current_revision: Optional[str] = None,
|
|
2062
|
-
observed_generation: Optional[int] = None,
|
|
2063
|
-
ready_replicas: Optional[int] = None,
|
|
2064
|
-
replicas: Optional[int] = None,
|
|
2065
|
-
update_revision: Optional[str] = None,
|
|
2066
|
-
updated_replicas: Optional[int] = None):
|
|
2061
|
+
current_replicas: Optional[builtins.int] = None,
|
|
2062
|
+
current_revision: Optional[builtins.str] = None,
|
|
2063
|
+
observed_generation: Optional[builtins.int] = None,
|
|
2064
|
+
ready_replicas: Optional[builtins.int] = None,
|
|
2065
|
+
replicas: Optional[builtins.int] = None,
|
|
2066
|
+
update_revision: Optional[builtins.str] = None,
|
|
2067
|
+
updated_replicas: Optional[builtins.int] = None):
|
|
2067
2068
|
"""
|
|
2068
2069
|
StatefulSetStatus represents the current state of a StatefulSet.
|
|
2069
|
-
: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.
|
|
2070
|
+
: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.
|
|
2070
2071
|
:param Sequence['StatefulSetConditionPatchArgs'] conditions: Represents the latest available observations of a statefulset's current state.
|
|
2071
|
-
:param int current_replicas: currentReplicas is the number of Pods created by the StatefulSet controller from the StatefulSet version indicated by currentRevision.
|
|
2072
|
-
:param str current_revision: currentRevision, if not empty, indicates the version of the StatefulSet used to generate Pods in the sequence [0,currentReplicas).
|
|
2073
|
-
: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.
|
|
2074
|
-
:param int ready_replicas: readyReplicas is the number of Pods created by the StatefulSet controller that have a Ready Condition.
|
|
2075
|
-
:param int replicas: replicas is the number of Pods created by the StatefulSet controller.
|
|
2076
|
-
:param str update_revision: updateRevision, if not empty, indicates the version of the StatefulSet used to generate Pods in the sequence [replicas-updatedReplicas,replicas)
|
|
2077
|
-
:param int updated_replicas: updatedReplicas is the number of Pods created by the StatefulSet controller from the StatefulSet version indicated by updateRevision.
|
|
2072
|
+
:param builtins.int current_replicas: currentReplicas is the number of Pods created by the StatefulSet controller from the StatefulSet version indicated by currentRevision.
|
|
2073
|
+
:param builtins.str current_revision: currentRevision, if not empty, indicates the version of the StatefulSet used to generate Pods in the sequence [0,currentReplicas).
|
|
2074
|
+
: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.
|
|
2075
|
+
:param builtins.int ready_replicas: readyReplicas is the number of Pods created by the StatefulSet controller that have a Ready Condition.
|
|
2076
|
+
:param builtins.int replicas: replicas is the number of Pods created by the StatefulSet controller.
|
|
2077
|
+
: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)
|
|
2078
|
+
:param builtins.int updated_replicas: updatedReplicas is the number of Pods created by the StatefulSet controller from the StatefulSet version indicated by updateRevision.
|
|
2078
2079
|
"""
|
|
2079
2080
|
if collision_count is not None:
|
|
2080
2081
|
pulumi.set(__self__, "collision_count", collision_count)
|
|
@@ -2097,7 +2098,7 @@ class StatefulSetStatusPatch(dict):
|
|
|
2097
2098
|
|
|
2098
2099
|
@property
|
|
2099
2100
|
@pulumi.getter(name="collisionCount")
|
|
2100
|
-
def collision_count(self) -> Optional[int]:
|
|
2101
|
+
def collision_count(self) -> Optional[builtins.int]:
|
|
2101
2102
|
"""
|
|
2102
2103
|
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.
|
|
2103
2104
|
"""
|
|
@@ -2113,7 +2114,7 @@ class StatefulSetStatusPatch(dict):
|
|
|
2113
2114
|
|
|
2114
2115
|
@property
|
|
2115
2116
|
@pulumi.getter(name="currentReplicas")
|
|
2116
|
-
def current_replicas(self) -> Optional[int]:
|
|
2117
|
+
def current_replicas(self) -> Optional[builtins.int]:
|
|
2117
2118
|
"""
|
|
2118
2119
|
currentReplicas is the number of Pods created by the StatefulSet controller from the StatefulSet version indicated by currentRevision.
|
|
2119
2120
|
"""
|
|
@@ -2121,7 +2122,7 @@ class StatefulSetStatusPatch(dict):
|
|
|
2121
2122
|
|
|
2122
2123
|
@property
|
|
2123
2124
|
@pulumi.getter(name="currentRevision")
|
|
2124
|
-
def current_revision(self) -> Optional[str]:
|
|
2125
|
+
def current_revision(self) -> Optional[builtins.str]:
|
|
2125
2126
|
"""
|
|
2126
2127
|
currentRevision, if not empty, indicates the version of the StatefulSet used to generate Pods in the sequence [0,currentReplicas).
|
|
2127
2128
|
"""
|
|
@@ -2129,7 +2130,7 @@ class StatefulSetStatusPatch(dict):
|
|
|
2129
2130
|
|
|
2130
2131
|
@property
|
|
2131
2132
|
@pulumi.getter(name="observedGeneration")
|
|
2132
|
-
def observed_generation(self) -> Optional[int]:
|
|
2133
|
+
def observed_generation(self) -> Optional[builtins.int]:
|
|
2133
2134
|
"""
|
|
2134
2135
|
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.
|
|
2135
2136
|
"""
|
|
@@ -2137,7 +2138,7 @@ class StatefulSetStatusPatch(dict):
|
|
|
2137
2138
|
|
|
2138
2139
|
@property
|
|
2139
2140
|
@pulumi.getter(name="readyReplicas")
|
|
2140
|
-
def ready_replicas(self) -> Optional[int]:
|
|
2141
|
+
def ready_replicas(self) -> Optional[builtins.int]:
|
|
2141
2142
|
"""
|
|
2142
2143
|
readyReplicas is the number of Pods created by the StatefulSet controller that have a Ready Condition.
|
|
2143
2144
|
"""
|
|
@@ -2145,7 +2146,7 @@ class StatefulSetStatusPatch(dict):
|
|
|
2145
2146
|
|
|
2146
2147
|
@property
|
|
2147
2148
|
@pulumi.getter
|
|
2148
|
-
def replicas(self) -> Optional[int]:
|
|
2149
|
+
def replicas(self) -> Optional[builtins.int]:
|
|
2149
2150
|
"""
|
|
2150
2151
|
replicas is the number of Pods created by the StatefulSet controller.
|
|
2151
2152
|
"""
|
|
@@ -2153,7 +2154,7 @@ class StatefulSetStatusPatch(dict):
|
|
|
2153
2154
|
|
|
2154
2155
|
@property
|
|
2155
2156
|
@pulumi.getter(name="updateRevision")
|
|
2156
|
-
def update_revision(self) -> Optional[str]:
|
|
2157
|
+
def update_revision(self) -> Optional[builtins.str]:
|
|
2157
2158
|
"""
|
|
2158
2159
|
updateRevision, if not empty, indicates the version of the StatefulSet used to generate Pods in the sequence [replicas-updatedReplicas,replicas)
|
|
2159
2160
|
"""
|
|
@@ -2161,7 +2162,7 @@ class StatefulSetStatusPatch(dict):
|
|
|
2161
2162
|
|
|
2162
2163
|
@property
|
|
2163
2164
|
@pulumi.getter(name="updatedReplicas")
|
|
2164
|
-
def updated_replicas(self) -> Optional[int]:
|
|
2165
|
+
def updated_replicas(self) -> Optional[builtins.int]:
|
|
2165
2166
|
"""
|
|
2166
2167
|
updatedReplicas is the number of Pods created by the StatefulSet controller from the StatefulSet version indicated by updateRevision.
|
|
2167
2168
|
"""
|
|
@@ -2192,11 +2193,11 @@ class StatefulSetUpdateStrategy(dict):
|
|
|
2192
2193
|
|
|
2193
2194
|
def __init__(__self__, *,
|
|
2194
2195
|
rolling_update: Optional['outputs.RollingUpdateStatefulSetStrategy'] = None,
|
|
2195
|
-
type: Optional[str] = None):
|
|
2196
|
+
type: Optional[builtins.str] = None):
|
|
2196
2197
|
"""
|
|
2197
2198
|
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.
|
|
2198
2199
|
:param 'RollingUpdateStatefulSetStrategyArgs' rolling_update: RollingUpdate is used to communicate parameters when Type is RollingUpdateStatefulSetStrategyType.
|
|
2199
|
-
:param str type: Type indicates the type of the StatefulSetUpdateStrategy.
|
|
2200
|
+
:param builtins.str type: Type indicates the type of the StatefulSetUpdateStrategy.
|
|
2200
2201
|
"""
|
|
2201
2202
|
if rolling_update is not None:
|
|
2202
2203
|
pulumi.set(__self__, "rolling_update", rolling_update)
|
|
@@ -2213,7 +2214,7 @@ class StatefulSetUpdateStrategy(dict):
|
|
|
2213
2214
|
|
|
2214
2215
|
@property
|
|
2215
2216
|
@pulumi.getter
|
|
2216
|
-
def type(self) -> Optional[str]:
|
|
2217
|
+
def type(self) -> Optional[builtins.str]:
|
|
2217
2218
|
"""
|
|
2218
2219
|
Type indicates the type of the StatefulSetUpdateStrategy.
|
|
2219
2220
|
"""
|
|
@@ -2244,11 +2245,11 @@ class StatefulSetUpdateStrategyPatch(dict):
|
|
|
2244
2245
|
|
|
2245
2246
|
def __init__(__self__, *,
|
|
2246
2247
|
rolling_update: Optional['outputs.RollingUpdateStatefulSetStrategyPatch'] = None,
|
|
2247
|
-
type: Optional[str] = None):
|
|
2248
|
+
type: Optional[builtins.str] = None):
|
|
2248
2249
|
"""
|
|
2249
2250
|
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.
|
|
2250
2251
|
:param 'RollingUpdateStatefulSetStrategyPatchArgs' rolling_update: RollingUpdate is used to communicate parameters when Type is RollingUpdateStatefulSetStrategyType.
|
|
2251
|
-
:param str type: Type indicates the type of the StatefulSetUpdateStrategy.
|
|
2252
|
+
:param builtins.str type: Type indicates the type of the StatefulSetUpdateStrategy.
|
|
2252
2253
|
"""
|
|
2253
2254
|
if rolling_update is not None:
|
|
2254
2255
|
pulumi.set(__self__, "rolling_update", rolling_update)
|
|
@@ -2265,7 +2266,7 @@ class StatefulSetUpdateStrategyPatch(dict):
|
|
|
2265
2266
|
|
|
2266
2267
|
@property
|
|
2267
2268
|
@pulumi.getter
|
|
2268
|
-
def type(self) -> Optional[str]:
|
|
2269
|
+
def type(self) -> Optional[builtins.str]:
|
|
2269
2270
|
"""
|
|
2270
2271
|
Type indicates the type of the StatefulSetUpdateStrategy.
|
|
2271
2272
|
"""
|