pulumi-kubernetes 4.17.0a1723576835__py3-none-any.whl → 4.26.0a1769215986__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.
- pulumi_kubernetes/__init__.py +73 -2
- pulumi_kubernetes/_inputs.py +49 -49
- pulumi_kubernetes/_utilities.py +9 -5
- pulumi_kubernetes/admissionregistration/__init__.py +1 -0
- pulumi_kubernetes/admissionregistration/v1/MutatingWebhookConfiguration.py +26 -25
- pulumi_kubernetes/admissionregistration/v1/MutatingWebhookConfigurationList.py +26 -25
- pulumi_kubernetes/admissionregistration/v1/MutatingWebhookConfigurationPatch.py +26 -25
- pulumi_kubernetes/admissionregistration/v1/ValidatingAdmissionPolicy.py +27 -26
- pulumi_kubernetes/admissionregistration/v1/ValidatingAdmissionPolicyBinding.py +26 -25
- pulumi_kubernetes/admissionregistration/v1/ValidatingAdmissionPolicyBindingList.py +26 -25
- pulumi_kubernetes/admissionregistration/v1/ValidatingAdmissionPolicyBindingPatch.py +26 -25
- pulumi_kubernetes/admissionregistration/v1/ValidatingAdmissionPolicyList.py +26 -25
- pulumi_kubernetes/admissionregistration/v1/ValidatingAdmissionPolicyPatch.py +27 -26
- pulumi_kubernetes/admissionregistration/v1/ValidatingWebhookConfiguration.py +26 -25
- pulumi_kubernetes/admissionregistration/v1/ValidatingWebhookConfigurationList.py +26 -25
- pulumi_kubernetes/admissionregistration/v1/ValidatingWebhookConfigurationPatch.py +26 -25
- pulumi_kubernetes/admissionregistration/v1/__init__.py +1 -0
- pulumi_kubernetes/admissionregistration/v1/_inputs.py +721 -721
- pulumi_kubernetes/admissionregistration/v1/outputs.py +516 -516
- pulumi_kubernetes/admissionregistration/v1alpha1/MutatingAdmissionPolicy.py +215 -0
- pulumi_kubernetes/admissionregistration/v1alpha1/MutatingAdmissionPolicyBinding.py +223 -0
- pulumi_kubernetes/admissionregistration/v1alpha1/MutatingAdmissionPolicyBindingList.py +216 -0
- pulumi_kubernetes/admissionregistration/v1alpha1/MutatingAdmissionPolicyBindingPatch.py +235 -0
- pulumi_kubernetes/admissionregistration/v1alpha1/MutatingAdmissionPolicyList.py +216 -0
- pulumi_kubernetes/admissionregistration/v1alpha1/MutatingAdmissionPolicyPatch.py +227 -0
- pulumi_kubernetes/admissionregistration/v1alpha1/ValidatingAdmissionPolicy.py +27 -26
- pulumi_kubernetes/admissionregistration/v1alpha1/ValidatingAdmissionPolicyBinding.py +26 -33
- pulumi_kubernetes/admissionregistration/v1alpha1/ValidatingAdmissionPolicyBindingList.py +26 -25
- pulumi_kubernetes/admissionregistration/v1alpha1/ValidatingAdmissionPolicyBindingPatch.py +26 -33
- pulumi_kubernetes/admissionregistration/v1alpha1/ValidatingAdmissionPolicyList.py +26 -25
- pulumi_kubernetes/admissionregistration/v1alpha1/ValidatingAdmissionPolicyPatch.py +27 -26
- pulumi_kubernetes/admissionregistration/v1alpha1/__init__.py +7 -0
- pulumi_kubernetes/admissionregistration/v1alpha1/_inputs.py +2219 -716
- pulumi_kubernetes/admissionregistration/v1alpha1/outputs.py +1649 -530
- pulumi_kubernetes/admissionregistration/v1beta1/MutatingWebhookConfiguration.py +26 -25
- pulumi_kubernetes/admissionregistration/v1beta1/MutatingWebhookConfigurationList.py +26 -25
- pulumi_kubernetes/admissionregistration/v1beta1/MutatingWebhookConfigurationPatch.py +26 -25
- pulumi_kubernetes/admissionregistration/v1beta1/ValidatingAdmissionPolicy.py +27 -26
- pulumi_kubernetes/admissionregistration/v1beta1/ValidatingAdmissionPolicyBinding.py +26 -25
- pulumi_kubernetes/admissionregistration/v1beta1/ValidatingAdmissionPolicyBindingList.py +26 -25
- pulumi_kubernetes/admissionregistration/v1beta1/ValidatingAdmissionPolicyBindingPatch.py +26 -25
- pulumi_kubernetes/admissionregistration/v1beta1/ValidatingAdmissionPolicyList.py +26 -25
- pulumi_kubernetes/admissionregistration/v1beta1/ValidatingAdmissionPolicyPatch.py +27 -26
- pulumi_kubernetes/admissionregistration/v1beta1/ValidatingWebhookConfiguration.py +26 -25
- pulumi_kubernetes/admissionregistration/v1beta1/ValidatingWebhookConfigurationList.py +26 -25
- pulumi_kubernetes/admissionregistration/v1beta1/ValidatingWebhookConfigurationPatch.py +26 -25
- pulumi_kubernetes/admissionregistration/v1beta1/__init__.py +1 -0
- pulumi_kubernetes/admissionregistration/v1beta1/_inputs.py +717 -717
- pulumi_kubernetes/admissionregistration/v1beta1/outputs.py +512 -512
- pulumi_kubernetes/apiextensions/__init__.py +1 -0
- pulumi_kubernetes/apiextensions/v1/CustomResourceDefinition.py +27 -26
- pulumi_kubernetes/apiextensions/v1/CustomResourceDefinitionList.py +26 -25
- pulumi_kubernetes/apiextensions/v1/CustomResourceDefinitionPatch.py +27 -26
- pulumi_kubernetes/apiextensions/v1/__init__.py +1 -0
- pulumi_kubernetes/apiextensions/v1/_inputs.py +912 -912
- pulumi_kubernetes/apiextensions/v1/outputs.py +624 -624
- pulumi_kubernetes/apiextensions/v1beta1/CustomResourceDefinition.py +27 -26
- pulumi_kubernetes/apiextensions/v1beta1/CustomResourceDefinitionList.py +26 -25
- pulumi_kubernetes/apiextensions/v1beta1/CustomResourceDefinitionPatch.py +27 -26
- pulumi_kubernetes/apiextensions/v1beta1/__init__.py +1 -0
- pulumi_kubernetes/apiextensions/v1beta1/_inputs.py +834 -834
- pulumi_kubernetes/apiextensions/v1beta1/outputs.py +572 -572
- pulumi_kubernetes/apiregistration/__init__.py +1 -0
- pulumi_kubernetes/apiregistration/v1/APIService.py +27 -26
- pulumi_kubernetes/apiregistration/v1/APIServiceList.py +26 -25
- pulumi_kubernetes/apiregistration/v1/APIServicePatch.py +27 -26
- pulumi_kubernetes/apiregistration/v1/__init__.py +1 -0
- pulumi_kubernetes/apiregistration/v1/_inputs.py +157 -157
- pulumi_kubernetes/apiregistration/v1/outputs.py +128 -128
- pulumi_kubernetes/apiregistration/v1beta1/APIService.py +27 -26
- pulumi_kubernetes/apiregistration/v1beta1/APIServiceList.py +26 -25
- pulumi_kubernetes/apiregistration/v1beta1/APIServicePatch.py +27 -26
- pulumi_kubernetes/apiregistration/v1beta1/__init__.py +1 -0
- pulumi_kubernetes/apiregistration/v1beta1/_inputs.py +157 -157
- pulumi_kubernetes/apiregistration/v1beta1/outputs.py +128 -128
- pulumi_kubernetes/apps/__init__.py +1 -0
- pulumi_kubernetes/apps/v1/ControllerRevision.py +36 -35
- pulumi_kubernetes/apps/v1/ControllerRevisionList.py +26 -25
- pulumi_kubernetes/apps/v1/ControllerRevisionPatch.py +36 -35
- pulumi_kubernetes/apps/v1/DaemonSet.py +27 -26
- pulumi_kubernetes/apps/v1/DaemonSetList.py +26 -25
- pulumi_kubernetes/apps/v1/DaemonSetPatch.py +27 -26
- pulumi_kubernetes/apps/v1/Deployment.py +27 -26
- pulumi_kubernetes/apps/v1/DeploymentList.py +26 -25
- pulumi_kubernetes/apps/v1/DeploymentPatch.py +27 -26
- pulumi_kubernetes/apps/v1/ReplicaSet.py +27 -26
- pulumi_kubernetes/apps/v1/ReplicaSetList.py +30 -29
- pulumi_kubernetes/apps/v1/ReplicaSetPatch.py +27 -26
- pulumi_kubernetes/apps/v1/StatefulSet.py +27 -26
- pulumi_kubernetes/apps/v1/StatefulSetList.py +26 -25
- pulumi_kubernetes/apps/v1/StatefulSetPatch.py +27 -26
- pulumi_kubernetes/apps/v1/__init__.py +1 -0
- pulumi_kubernetes/apps/v1/_inputs.py +835 -782
- pulumi_kubernetes/apps/v1/outputs.py +806 -733
- pulumi_kubernetes/apps/v1beta1/ControllerRevision.py +36 -35
- pulumi_kubernetes/apps/v1beta1/ControllerRevisionList.py +26 -25
- pulumi_kubernetes/apps/v1beta1/ControllerRevisionPatch.py +36 -35
- pulumi_kubernetes/apps/v1beta1/Deployment.py +27 -26
- pulumi_kubernetes/apps/v1beta1/DeploymentList.py +26 -25
- pulumi_kubernetes/apps/v1beta1/DeploymentPatch.py +27 -26
- pulumi_kubernetes/apps/v1beta1/StatefulSet.py +27 -26
- pulumi_kubernetes/apps/v1beta1/StatefulSetList.py +26 -25
- pulumi_kubernetes/apps/v1beta1/StatefulSetPatch.py +27 -26
- pulumi_kubernetes/apps/v1beta1/__init__.py +1 -0
- pulumi_kubernetes/apps/v1beta1/_inputs.py +409 -409
- pulumi_kubernetes/apps/v1beta1/outputs.py +381 -381
- pulumi_kubernetes/apps/v1beta2/ControllerRevision.py +36 -35
- pulumi_kubernetes/apps/v1beta2/ControllerRevisionList.py +26 -25
- pulumi_kubernetes/apps/v1beta2/ControllerRevisionPatch.py +36 -35
- pulumi_kubernetes/apps/v1beta2/DaemonSet.py +27 -26
- pulumi_kubernetes/apps/v1beta2/DaemonSetList.py +26 -25
- pulumi_kubernetes/apps/v1beta2/DaemonSetPatch.py +27 -26
- pulumi_kubernetes/apps/v1beta2/Deployment.py +27 -26
- pulumi_kubernetes/apps/v1beta2/DeploymentList.py +26 -25
- pulumi_kubernetes/apps/v1beta2/DeploymentPatch.py +27 -26
- pulumi_kubernetes/apps/v1beta2/ReplicaSet.py +27 -26
- pulumi_kubernetes/apps/v1beta2/ReplicaSetList.py +26 -25
- pulumi_kubernetes/apps/v1beta2/ReplicaSetPatch.py +27 -26
- pulumi_kubernetes/apps/v1beta2/StatefulSet.py +27 -26
- pulumi_kubernetes/apps/v1beta2/StatefulSetList.py +26 -25
- pulumi_kubernetes/apps/v1beta2/StatefulSetPatch.py +27 -26
- pulumi_kubernetes/apps/v1beta2/__init__.py +1 -0
- pulumi_kubernetes/apps/v1beta2/_inputs.py +655 -655
- pulumi_kubernetes/apps/v1beta2/outputs.py +645 -645
- pulumi_kubernetes/auditregistration/__init__.py +1 -0
- pulumi_kubernetes/auditregistration/v1alpha1/AuditSink.py +26 -25
- pulumi_kubernetes/auditregistration/v1alpha1/AuditSinkList.py +26 -25
- pulumi_kubernetes/auditregistration/v1alpha1/AuditSinkPatch.py +26 -25
- pulumi_kubernetes/auditregistration/v1alpha1/__init__.py +1 -0
- pulumi_kubernetes/auditregistration/v1alpha1/_inputs.py +145 -145
- pulumi_kubernetes/auditregistration/v1alpha1/outputs.py +101 -101
- pulumi_kubernetes/autoscaling/__init__.py +1 -0
- pulumi_kubernetes/autoscaling/v1/HorizontalPodAutoscaler.py +27 -26
- pulumi_kubernetes/autoscaling/v1/HorizontalPodAutoscalerList.py +26 -25
- pulumi_kubernetes/autoscaling/v1/HorizontalPodAutoscalerPatch.py +27 -26
- pulumi_kubernetes/autoscaling/v1/__init__.py +1 -0
- pulumi_kubernetes/autoscaling/v1/_inputs.py +120 -120
- pulumi_kubernetes/autoscaling/v1/outputs.py +102 -102
- pulumi_kubernetes/autoscaling/v2/HorizontalPodAutoscaler.py +27 -26
- pulumi_kubernetes/autoscaling/v2/HorizontalPodAutoscalerList.py +26 -25
- pulumi_kubernetes/autoscaling/v2/HorizontalPodAutoscalerPatch.py +27 -26
- pulumi_kubernetes/autoscaling/v2/__init__.py +1 -0
- pulumi_kubernetes/autoscaling/v2/_inputs.py +500 -420
- pulumi_kubernetes/autoscaling/v2/outputs.py +438 -382
- pulumi_kubernetes/autoscaling/v2beta1/HorizontalPodAutoscaler.py +27 -26
- pulumi_kubernetes/autoscaling/v2beta1/HorizontalPodAutoscalerList.py +26 -25
- pulumi_kubernetes/autoscaling/v2beta1/HorizontalPodAutoscalerPatch.py +27 -26
- pulumi_kubernetes/autoscaling/v2beta1/__init__.py +1 -0
- pulumi_kubernetes/autoscaling/v2beta1/_inputs.py +451 -451
- pulumi_kubernetes/autoscaling/v2beta1/outputs.py +424 -424
- pulumi_kubernetes/autoscaling/v2beta2/HorizontalPodAutoscaler.py +27 -26
- pulumi_kubernetes/autoscaling/v2beta2/HorizontalPodAutoscalerList.py +26 -25
- pulumi_kubernetes/autoscaling/v2beta2/HorizontalPodAutoscalerPatch.py +27 -26
- pulumi_kubernetes/autoscaling/v2beta2/__init__.py +1 -0
- pulumi_kubernetes/autoscaling/v2beta2/_inputs.py +398 -398
- pulumi_kubernetes/autoscaling/v2beta2/outputs.py +366 -366
- pulumi_kubernetes/batch/__init__.py +1 -0
- pulumi_kubernetes/batch/v1/CronJob.py +27 -26
- pulumi_kubernetes/batch/v1/CronJobList.py +26 -25
- pulumi_kubernetes/batch/v1/CronJobPatch.py +27 -26
- pulumi_kubernetes/batch/v1/Job.py +27 -26
- pulumi_kubernetes/batch/v1/JobList.py +26 -25
- pulumi_kubernetes/batch/v1/JobPatch.py +27 -26
- pulumi_kubernetes/batch/v1/__init__.py +1 -0
- pulumi_kubernetes/batch/v1/_inputs.py +508 -538
- pulumi_kubernetes/batch/v1/outputs.py +427 -451
- pulumi_kubernetes/batch/v1beta1/CronJob.py +27 -26
- pulumi_kubernetes/batch/v1beta1/CronJobList.py +26 -25
- pulumi_kubernetes/batch/v1beta1/CronJobPatch.py +27 -26
- pulumi_kubernetes/batch/v1beta1/__init__.py +1 -0
- pulumi_kubernetes/batch/v1beta1/_inputs.py +101 -101
- pulumi_kubernetes/batch/v1beta1/outputs.py +76 -76
- pulumi_kubernetes/batch/v2alpha1/CronJob.py +27 -26
- pulumi_kubernetes/batch/v2alpha1/CronJobList.py +26 -25
- pulumi_kubernetes/batch/v2alpha1/CronJobPatch.py +27 -26
- pulumi_kubernetes/batch/v2alpha1/__init__.py +1 -0
- pulumi_kubernetes/batch/v2alpha1/_inputs.py +101 -101
- pulumi_kubernetes/batch/v2alpha1/outputs.py +76 -76
- pulumi_kubernetes/certificates/__init__.py +1 -0
- pulumi_kubernetes/certificates/v1/CertificateSigningRequest.py +27 -26
- pulumi_kubernetes/certificates/v1/CertificateSigningRequestList.py +26 -25
- pulumi_kubernetes/certificates/v1/CertificateSigningRequestPatch.py +27 -26
- pulumi_kubernetes/certificates/v1/__init__.py +1 -0
- pulumi_kubernetes/certificates/v1/_inputs.py +155 -155
- pulumi_kubernetes/certificates/v1/outputs.py +134 -134
- pulumi_kubernetes/certificates/v1alpha1/ClusterTrustBundle.py +28 -25
- pulumi_kubernetes/certificates/v1alpha1/ClusterTrustBundleList.py +26 -25
- pulumi_kubernetes/certificates/v1alpha1/ClusterTrustBundlePatch.py +28 -25
- pulumi_kubernetes/certificates/v1alpha1/__init__.py +1 -0
- pulumi_kubernetes/certificates/v1alpha1/_inputs.py +39 -39
- pulumi_kubernetes/certificates/v1alpha1/outputs.py +27 -27
- pulumi_kubernetes/certificates/v1beta1/CertificateSigningRequest.py +27 -26
- pulumi_kubernetes/certificates/v1beta1/CertificateSigningRequestList.py +26 -25
- pulumi_kubernetes/certificates/v1beta1/CertificateSigningRequestPatch.py +27 -26
- pulumi_kubernetes/certificates/v1beta1/ClusterTrustBundle.py +226 -0
- pulumi_kubernetes/certificates/v1beta1/ClusterTrustBundleList.py +216 -0
- pulumi_kubernetes/certificates/v1beta1/ClusterTrustBundlePatch.py +237 -0
- pulumi_kubernetes/certificates/v1beta1/__init__.py +4 -0
- pulumi_kubernetes/certificates/v1beta1/_inputs.py +436 -144
- pulumi_kubernetes/certificates/v1beta1/outputs.py +369 -128
- pulumi_kubernetes/coordination/__init__.py +4 -0
- pulumi_kubernetes/coordination/v1/Lease.py +26 -25
- pulumi_kubernetes/coordination/v1/LeaseList.py +26 -25
- pulumi_kubernetes/coordination/v1/LeasePatch.py +26 -25
- pulumi_kubernetes/coordination/v1/__init__.py +1 -0
- pulumi_kubernetes/coordination/v1/_inputs.py +99 -99
- pulumi_kubernetes/coordination/v1/outputs.py +67 -67
- pulumi_kubernetes/coordination/v1alpha1/LeaseCandidate.py +28 -25
- pulumi_kubernetes/coordination/v1alpha1/LeaseCandidateList.py +26 -25
- pulumi_kubernetes/coordination/v1alpha1/LeaseCandidatePatch.py +28 -25
- pulumi_kubernetes/coordination/v1alpha1/__init__.py +1 -0
- pulumi_kubernetes/coordination/v1alpha1/_inputs.py +87 -87
- pulumi_kubernetes/coordination/v1alpha1/outputs.py +59 -59
- pulumi_kubernetes/coordination/v1alpha2/LeaseCandidate.py +217 -0
- pulumi_kubernetes/coordination/v1alpha2/LeaseCandidateList.py +216 -0
- pulumi_kubernetes/coordination/v1alpha2/LeaseCandidatePatch.py +229 -0
- pulumi_kubernetes/coordination/v1alpha2/__init__.py +13 -0
- pulumi_kubernetes/coordination/v1alpha2/_inputs.py +393 -0
- pulumi_kubernetes/coordination/v1alpha2/outputs.py +313 -0
- pulumi_kubernetes/coordination/v1beta1/Lease.py +26 -25
- pulumi_kubernetes/coordination/v1beta1/LeaseCandidate.py +217 -0
- pulumi_kubernetes/coordination/v1beta1/LeaseCandidateList.py +216 -0
- pulumi_kubernetes/coordination/v1beta1/LeaseCandidatePatch.py +229 -0
- pulumi_kubernetes/coordination/v1beta1/LeaseList.py +26 -25
- pulumi_kubernetes/coordination/v1beta1/LeasePatch.py +26 -25
- pulumi_kubernetes/coordination/v1beta1/__init__.py +4 -0
- pulumi_kubernetes/coordination/v1beta1/_inputs.py +446 -75
- pulumi_kubernetes/coordination/v1beta1/outputs.py +343 -51
- pulumi_kubernetes/core/__init__.py +1 -0
- pulumi_kubernetes/core/v1/Binding.py +28 -27
- pulumi_kubernetes/core/v1/BindingPatch.py +28 -27
- pulumi_kubernetes/core/v1/ConfigMap.py +54 -53
- pulumi_kubernetes/core/v1/ConfigMapList.py +26 -25
- pulumi_kubernetes/core/v1/ConfigMapPatch.py +54 -53
- pulumi_kubernetes/core/v1/Endpoints.py +34 -25
- pulumi_kubernetes/core/v1/EndpointsList.py +28 -27
- pulumi_kubernetes/core/v1/EndpointsPatch.py +34 -25
- pulumi_kubernetes/core/v1/Event.py +132 -131
- pulumi_kubernetes/core/v1/EventList.py +26 -25
- pulumi_kubernetes/core/v1/EventPatch.py +132 -131
- pulumi_kubernetes/core/v1/LimitRange.py +26 -25
- pulumi_kubernetes/core/v1/LimitRangeList.py +26 -25
- pulumi_kubernetes/core/v1/LimitRangePatch.py +26 -25
- pulumi_kubernetes/core/v1/Namespace.py +27 -26
- pulumi_kubernetes/core/v1/NamespaceList.py +26 -25
- pulumi_kubernetes/core/v1/NamespacePatch.py +27 -26
- pulumi_kubernetes/core/v1/Node.py +27 -26
- pulumi_kubernetes/core/v1/NodeList.py +26 -25
- pulumi_kubernetes/core/v1/NodePatch.py +27 -26
- pulumi_kubernetes/core/v1/PersistentVolume.py +27 -26
- pulumi_kubernetes/core/v1/PersistentVolumeClaim.py +27 -26
- pulumi_kubernetes/core/v1/PersistentVolumeClaimList.py +26 -25
- pulumi_kubernetes/core/v1/PersistentVolumeClaimPatch.py +27 -26
- pulumi_kubernetes/core/v1/PersistentVolumeList.py +26 -25
- pulumi_kubernetes/core/v1/PersistentVolumePatch.py +27 -26
- pulumi_kubernetes/core/v1/Pod.py +27 -26
- pulumi_kubernetes/core/v1/PodList.py +26 -25
- pulumi_kubernetes/core/v1/PodPatch.py +27 -26
- pulumi_kubernetes/core/v1/PodTemplate.py +26 -25
- pulumi_kubernetes/core/v1/PodTemplateList.py +26 -25
- pulumi_kubernetes/core/v1/PodTemplatePatch.py +26 -25
- pulumi_kubernetes/core/v1/ReplicationController.py +27 -26
- pulumi_kubernetes/core/v1/ReplicationControllerList.py +26 -25
- pulumi_kubernetes/core/v1/ReplicationControllerPatch.py +27 -26
- pulumi_kubernetes/core/v1/ResourceQuota.py +27 -26
- pulumi_kubernetes/core/v1/ResourceQuotaList.py +26 -25
- pulumi_kubernetes/core/v1/ResourceQuotaPatch.py +27 -26
- pulumi_kubernetes/core/v1/Secret.py +64 -63
- pulumi_kubernetes/core/v1/SecretList.py +26 -25
- pulumi_kubernetes/core/v1/SecretPatch.py +68 -65
- pulumi_kubernetes/core/v1/Service.py +33 -48
- pulumi_kubernetes/core/v1/ServiceAccount.py +42 -41
- pulumi_kubernetes/core/v1/ServiceAccountList.py +26 -25
- pulumi_kubernetes/core/v1/ServiceAccountPatch.py +42 -41
- pulumi_kubernetes/core/v1/ServiceList.py +26 -25
- pulumi_kubernetes/core/v1/ServicePatch.py +33 -48
- pulumi_kubernetes/core/v1/__init__.py +1 -0
- pulumi_kubernetes/core/v1/_enums.py +4 -1
- pulumi_kubernetes/core/v1/_inputs.py +7862 -7453
- pulumi_kubernetes/core/v1/outputs.py +5980 -5608
- pulumi_kubernetes/discovery/__init__.py +1 -0
- pulumi_kubernetes/discovery/v1/EndpointSlice.py +46 -45
- pulumi_kubernetes/discovery/v1/EndpointSliceList.py +26 -25
- pulumi_kubernetes/discovery/v1/EndpointSlicePatch.py +46 -45
- pulumi_kubernetes/discovery/v1/__init__.py +1 -0
- pulumi_kubernetes/discovery/v1/_inputs.py +334 -219
- pulumi_kubernetes/discovery/v1/outputs.py +224 -149
- pulumi_kubernetes/discovery/v1beta1/EndpointSlice.py +38 -37
- pulumi_kubernetes/discovery/v1beta1/EndpointSliceList.py +26 -25
- pulumi_kubernetes/discovery/v1beta1/EndpointSlicePatch.py +38 -37
- pulumi_kubernetes/discovery/v1beta1/__init__.py +1 -0
- pulumi_kubernetes/discovery/v1beta1/_inputs.py +158 -158
- pulumi_kubernetes/discovery/v1beta1/outputs.py +108 -108
- pulumi_kubernetes/events/__init__.py +1 -0
- pulumi_kubernetes/events/v1/Event.py +132 -131
- pulumi_kubernetes/events/v1/EventList.py +26 -25
- pulumi_kubernetes/events/v1/EventPatch.py +132 -131
- pulumi_kubernetes/events/v1/__init__.py +1 -0
- pulumi_kubernetes/events/v1/_inputs.py +102 -102
- pulumi_kubernetes/events/v1/outputs.py +70 -70
- pulumi_kubernetes/events/v1beta1/Event.py +132 -131
- pulumi_kubernetes/events/v1beta1/EventList.py +26 -25
- pulumi_kubernetes/events/v1beta1/EventPatch.py +132 -131
- pulumi_kubernetes/events/v1beta1/__init__.py +1 -0
- pulumi_kubernetes/events/v1beta1/_inputs.py +114 -114
- pulumi_kubernetes/events/v1beta1/outputs.py +78 -78
- pulumi_kubernetes/extensions/__init__.py +1 -0
- pulumi_kubernetes/extensions/v1beta1/DaemonSet.py +27 -26
- pulumi_kubernetes/extensions/v1beta1/DaemonSetList.py +26 -25
- pulumi_kubernetes/extensions/v1beta1/DaemonSetPatch.py +27 -26
- pulumi_kubernetes/extensions/v1beta1/Deployment.py +27 -26
- pulumi_kubernetes/extensions/v1beta1/DeploymentList.py +26 -25
- pulumi_kubernetes/extensions/v1beta1/DeploymentPatch.py +27 -26
- pulumi_kubernetes/extensions/v1beta1/Ingress.py +27 -26
- pulumi_kubernetes/extensions/v1beta1/IngressList.py +26 -25
- pulumi_kubernetes/extensions/v1beta1/IngressPatch.py +27 -26
- pulumi_kubernetes/extensions/v1beta1/NetworkPolicy.py +26 -25
- pulumi_kubernetes/extensions/v1beta1/NetworkPolicyList.py +26 -25
- pulumi_kubernetes/extensions/v1beta1/NetworkPolicyPatch.py +26 -25
- pulumi_kubernetes/extensions/v1beta1/PodSecurityPolicy.py +26 -25
- pulumi_kubernetes/extensions/v1beta1/PodSecurityPolicyList.py +26 -25
- pulumi_kubernetes/extensions/v1beta1/PodSecurityPolicyPatch.py +26 -25
- pulumi_kubernetes/extensions/v1beta1/ReplicaSet.py +27 -26
- pulumi_kubernetes/extensions/v1beta1/ReplicaSetList.py +26 -25
- pulumi_kubernetes/extensions/v1beta1/ReplicaSetPatch.py +27 -26
- pulumi_kubernetes/extensions/v1beta1/__init__.py +1 -0
- pulumi_kubernetes/extensions/v1beta1/_inputs.py +1097 -1097
- pulumi_kubernetes/extensions/v1beta1/outputs.py +899 -899
- pulumi_kubernetes/flowcontrol/__init__.py +1 -0
- pulumi_kubernetes/flowcontrol/v1/FlowSchema.py +27 -26
- pulumi_kubernetes/flowcontrol/v1/FlowSchemaList.py +26 -25
- pulumi_kubernetes/flowcontrol/v1/FlowSchemaPatch.py +27 -26
- pulumi_kubernetes/flowcontrol/v1/PriorityLevelConfiguration.py +27 -26
- pulumi_kubernetes/flowcontrol/v1/PriorityLevelConfigurationList.py +26 -25
- pulumi_kubernetes/flowcontrol/v1/PriorityLevelConfigurationPatch.py +27 -26
- pulumi_kubernetes/flowcontrol/v1/__init__.py +1 -0
- pulumi_kubernetes/flowcontrol/v1/_inputs.py +419 -419
- pulumi_kubernetes/flowcontrol/v1/outputs.py +333 -333
- pulumi_kubernetes/flowcontrol/v1alpha1/FlowSchema.py +27 -26
- pulumi_kubernetes/flowcontrol/v1alpha1/FlowSchemaList.py +26 -25
- pulumi_kubernetes/flowcontrol/v1alpha1/FlowSchemaPatch.py +27 -26
- pulumi_kubernetes/flowcontrol/v1alpha1/PriorityLevelConfiguration.py +27 -26
- pulumi_kubernetes/flowcontrol/v1alpha1/PriorityLevelConfigurationList.py +26 -25
- pulumi_kubernetes/flowcontrol/v1alpha1/PriorityLevelConfigurationPatch.py +27 -26
- pulumi_kubernetes/flowcontrol/v1alpha1/__init__.py +1 -0
- pulumi_kubernetes/flowcontrol/v1alpha1/_inputs.py +369 -369
- pulumi_kubernetes/flowcontrol/v1alpha1/outputs.py +299 -299
- pulumi_kubernetes/flowcontrol/v1beta1/FlowSchema.py +27 -26
- pulumi_kubernetes/flowcontrol/v1beta1/FlowSchemaList.py +26 -25
- pulumi_kubernetes/flowcontrol/v1beta1/FlowSchemaPatch.py +27 -26
- pulumi_kubernetes/flowcontrol/v1beta1/PriorityLevelConfiguration.py +27 -26
- pulumi_kubernetes/flowcontrol/v1beta1/PriorityLevelConfigurationList.py +26 -25
- pulumi_kubernetes/flowcontrol/v1beta1/PriorityLevelConfigurationPatch.py +27 -26
- pulumi_kubernetes/flowcontrol/v1beta1/__init__.py +1 -0
- pulumi_kubernetes/flowcontrol/v1beta1/_inputs.py +369 -369
- pulumi_kubernetes/flowcontrol/v1beta1/outputs.py +299 -299
- pulumi_kubernetes/flowcontrol/v1beta2/FlowSchema.py +27 -26
- pulumi_kubernetes/flowcontrol/v1beta2/FlowSchemaList.py +26 -25
- pulumi_kubernetes/flowcontrol/v1beta2/FlowSchemaPatch.py +27 -26
- pulumi_kubernetes/flowcontrol/v1beta2/PriorityLevelConfiguration.py +27 -26
- pulumi_kubernetes/flowcontrol/v1beta2/PriorityLevelConfigurationList.py +26 -25
- pulumi_kubernetes/flowcontrol/v1beta2/PriorityLevelConfigurationPatch.py +27 -26
- pulumi_kubernetes/flowcontrol/v1beta2/__init__.py +1 -0
- pulumi_kubernetes/flowcontrol/v1beta2/_inputs.py +419 -419
- pulumi_kubernetes/flowcontrol/v1beta2/outputs.py +333 -333
- pulumi_kubernetes/flowcontrol/v1beta3/FlowSchema.py +27 -26
- pulumi_kubernetes/flowcontrol/v1beta3/FlowSchemaList.py +26 -25
- pulumi_kubernetes/flowcontrol/v1beta3/FlowSchemaPatch.py +27 -26
- pulumi_kubernetes/flowcontrol/v1beta3/PriorityLevelConfiguration.py +27 -26
- pulumi_kubernetes/flowcontrol/v1beta3/PriorityLevelConfigurationList.py +26 -25
- pulumi_kubernetes/flowcontrol/v1beta3/PriorityLevelConfigurationPatch.py +27 -26
- pulumi_kubernetes/flowcontrol/v1beta3/__init__.py +1 -0
- pulumi_kubernetes/flowcontrol/v1beta3/_inputs.py +431 -431
- pulumi_kubernetes/flowcontrol/v1beta3/outputs.py +341 -341
- pulumi_kubernetes/helm/__init__.py +1 -0
- pulumi_kubernetes/helm/v3/Release.py +317 -316
- pulumi_kubernetes/helm/v3/__init__.py +1 -0
- pulumi_kubernetes/helm/v3/_inputs.py +39 -39
- pulumi_kubernetes/helm/v3/outputs.py +55 -55
- pulumi_kubernetes/helm/v4/Chart.py +114 -87
- pulumi_kubernetes/helm/v4/__init__.py +1 -0
- pulumi_kubernetes/helm/v4/_inputs.py +36 -36
- pulumi_kubernetes/kustomize/__init__.py +1 -0
- pulumi_kubernetes/kustomize/v2/Directory.py +36 -35
- pulumi_kubernetes/kustomize/v2/__init__.py +1 -0
- pulumi_kubernetes/meta/__init__.py +1 -0
- pulumi_kubernetes/meta/v1/Status.py +58 -57
- pulumi_kubernetes/meta/v1/StatusPatch.py +58 -57
- pulumi_kubernetes/meta/v1/__init__.py +1 -0
- pulumi_kubernetes/meta/v1/_inputs.py +551 -551
- pulumi_kubernetes/meta/v1/outputs.py +395 -395
- pulumi_kubernetes/networking/__init__.py +1 -0
- pulumi_kubernetes/networking/v1/IPAddress.py +217 -0
- pulumi_kubernetes/networking/v1/IPAddressList.py +216 -0
- pulumi_kubernetes/networking/v1/IPAddressPatch.py +229 -0
- pulumi_kubernetes/networking/v1/Ingress.py +27 -26
- pulumi_kubernetes/networking/v1/IngressClass.py +26 -25
- pulumi_kubernetes/networking/v1/IngressClassList.py +26 -25
- pulumi_kubernetes/networking/v1/IngressClassPatch.py +26 -25
- pulumi_kubernetes/networking/v1/IngressList.py +26 -25
- pulumi_kubernetes/networking/v1/IngressPatch.py +27 -26
- pulumi_kubernetes/networking/v1/NetworkPolicy.py +27 -26
- pulumi_kubernetes/networking/v1/NetworkPolicyList.py +26 -25
- pulumi_kubernetes/networking/v1/NetworkPolicyPatch.py +27 -26
- pulumi_kubernetes/networking/v1/ServiceCIDR.py +227 -0
- pulumi_kubernetes/networking/v1/ServiceCIDRList.py +216 -0
- pulumi_kubernetes/networking/v1/ServiceCIDRPatch.py +239 -0
- pulumi_kubernetes/networking/v1/__init__.py +7 -0
- pulumi_kubernetes/networking/v1/_inputs.py +970 -371
- pulumi_kubernetes/networking/v1/outputs.py +746 -285
- pulumi_kubernetes/networking/v1alpha1/ClusterCIDR.py +26 -25
- pulumi_kubernetes/networking/v1alpha1/ClusterCIDRList.py +26 -25
- pulumi_kubernetes/networking/v1alpha1/ClusterCIDRPatch.py +26 -25
- pulumi_kubernetes/networking/v1alpha1/IPAddress.py +27 -26
- pulumi_kubernetes/networking/v1alpha1/IPAddressList.py +26 -25
- pulumi_kubernetes/networking/v1alpha1/IPAddressPatch.py +27 -26
- pulumi_kubernetes/networking/v1alpha1/ServiceCIDR.py +28 -27
- pulumi_kubernetes/networking/v1alpha1/ServiceCIDRList.py +26 -25
- pulumi_kubernetes/networking/v1alpha1/ServiceCIDRPatch.py +28 -27
- pulumi_kubernetes/networking/v1alpha1/__init__.py +1 -0
- pulumi_kubernetes/networking/v1alpha1/_inputs.py +157 -157
- pulumi_kubernetes/networking/v1alpha1/outputs.py +110 -110
- pulumi_kubernetes/networking/v1beta1/IPAddress.py +27 -26
- pulumi_kubernetes/networking/v1beta1/IPAddressList.py +26 -25
- pulumi_kubernetes/networking/v1beta1/IPAddressPatch.py +27 -26
- pulumi_kubernetes/networking/v1beta1/Ingress.py +27 -26
- pulumi_kubernetes/networking/v1beta1/IngressClass.py +26 -25
- pulumi_kubernetes/networking/v1beta1/IngressClassList.py +26 -25
- pulumi_kubernetes/networking/v1beta1/IngressClassPatch.py +26 -25
- pulumi_kubernetes/networking/v1beta1/IngressList.py +26 -25
- pulumi_kubernetes/networking/v1beta1/IngressPatch.py +27 -26
- pulumi_kubernetes/networking/v1beta1/ServiceCIDR.py +28 -27
- pulumi_kubernetes/networking/v1beta1/ServiceCIDRList.py +26 -25
- pulumi_kubernetes/networking/v1beta1/ServiceCIDRPatch.py +28 -27
- pulumi_kubernetes/networking/v1beta1/__init__.py +1 -0
- pulumi_kubernetes/networking/v1beta1/_inputs.py +247 -247
- pulumi_kubernetes/networking/v1beta1/outputs.py +173 -173
- pulumi_kubernetes/node/__init__.py +1 -0
- pulumi_kubernetes/node/v1/RuntimeClass.py +38 -37
- pulumi_kubernetes/node/v1/RuntimeClassList.py +26 -25
- pulumi_kubernetes/node/v1/RuntimeClassPatch.py +38 -37
- pulumi_kubernetes/node/v1/__init__.py +1 -0
- pulumi_kubernetes/node/v1/_inputs.py +48 -48
- pulumi_kubernetes/node/v1/outputs.py +34 -34
- pulumi_kubernetes/node/v1alpha1/RuntimeClass.py +26 -25
- pulumi_kubernetes/node/v1alpha1/RuntimeClassList.py +26 -25
- pulumi_kubernetes/node/v1alpha1/RuntimeClassPatch.py +26 -25
- pulumi_kubernetes/node/v1alpha1/__init__.py +1 -0
- pulumi_kubernetes/node/v1alpha1/_inputs.py +57 -57
- pulumi_kubernetes/node/v1alpha1/outputs.py +41 -41
- pulumi_kubernetes/node/v1beta1/RuntimeClass.py +38 -37
- pulumi_kubernetes/node/v1beta1/RuntimeClassList.py +26 -25
- pulumi_kubernetes/node/v1beta1/RuntimeClassPatch.py +38 -37
- pulumi_kubernetes/node/v1beta1/__init__.py +1 -0
- pulumi_kubernetes/node/v1beta1/_inputs.py +48 -48
- pulumi_kubernetes/node/v1beta1/outputs.py +34 -34
- pulumi_kubernetes/policy/__init__.py +1 -0
- pulumi_kubernetes/policy/v1/PodDisruptionBudget.py +27 -26
- pulumi_kubernetes/policy/v1/PodDisruptionBudgetList.py +26 -25
- pulumi_kubernetes/policy/v1/PodDisruptionBudgetPatch.py +27 -26
- pulumi_kubernetes/policy/v1/__init__.py +1 -0
- pulumi_kubernetes/policy/v1/_inputs.py +91 -103
- pulumi_kubernetes/policy/v1/outputs.py +80 -88
- pulumi_kubernetes/policy/v1beta1/PodDisruptionBudget.py +27 -26
- pulumi_kubernetes/policy/v1beta1/PodDisruptionBudgetList.py +26 -25
- pulumi_kubernetes/policy/v1beta1/PodDisruptionBudgetPatch.py +27 -26
- pulumi_kubernetes/policy/v1beta1/PodSecurityPolicy.py +26 -25
- pulumi_kubernetes/policy/v1beta1/PodSecurityPolicyList.py +26 -25
- pulumi_kubernetes/policy/v1beta1/PodSecurityPolicyPatch.py +26 -25
- pulumi_kubernetes/policy/v1beta1/__init__.py +1 -0
- pulumi_kubernetes/policy/v1beta1/_inputs.py +470 -470
- pulumi_kubernetes/policy/v1beta1/outputs.py +342 -342
- pulumi_kubernetes/provider.py +139 -99
- pulumi_kubernetes/pulumi-plugin.json +1 -1
- pulumi_kubernetes/rbac/__init__.py +1 -0
- pulumi_kubernetes/rbac/v1/ClusterRole.py +28 -27
- pulumi_kubernetes/rbac/v1/ClusterRoleBinding.py +28 -27
- pulumi_kubernetes/rbac/v1/ClusterRoleBindingList.py +26 -25
- pulumi_kubernetes/rbac/v1/ClusterRoleBindingPatch.py +28 -27
- pulumi_kubernetes/rbac/v1/ClusterRoleList.py +26 -25
- pulumi_kubernetes/rbac/v1/ClusterRolePatch.py +28 -27
- pulumi_kubernetes/rbac/v1/Role.py +26 -25
- pulumi_kubernetes/rbac/v1/RoleBinding.py +28 -27
- pulumi_kubernetes/rbac/v1/RoleBindingList.py +26 -25
- pulumi_kubernetes/rbac/v1/RoleBindingPatch.py +28 -27
- pulumi_kubernetes/rbac/v1/RoleList.py +26 -25
- pulumi_kubernetes/rbac/v1/RolePatch.py +26 -25
- pulumi_kubernetes/rbac/v1/__init__.py +1 -0
- pulumi_kubernetes/rbac/v1/_inputs.py +206 -206
- pulumi_kubernetes/rbac/v1/outputs.py +142 -142
- pulumi_kubernetes/rbac/v1alpha1/ClusterRole.py +28 -27
- pulumi_kubernetes/rbac/v1alpha1/ClusterRoleBinding.py +28 -27
- pulumi_kubernetes/rbac/v1alpha1/ClusterRoleBindingList.py +26 -25
- pulumi_kubernetes/rbac/v1alpha1/ClusterRoleBindingPatch.py +28 -27
- pulumi_kubernetes/rbac/v1alpha1/ClusterRoleList.py +26 -25
- pulumi_kubernetes/rbac/v1alpha1/ClusterRolePatch.py +28 -27
- pulumi_kubernetes/rbac/v1alpha1/Role.py +26 -25
- pulumi_kubernetes/rbac/v1alpha1/RoleBinding.py +28 -27
- pulumi_kubernetes/rbac/v1alpha1/RoleBindingList.py +26 -25
- pulumi_kubernetes/rbac/v1alpha1/RoleBindingPatch.py +28 -27
- pulumi_kubernetes/rbac/v1alpha1/RoleList.py +26 -25
- pulumi_kubernetes/rbac/v1alpha1/RolePatch.py +26 -25
- pulumi_kubernetes/rbac/v1alpha1/__init__.py +1 -0
- pulumi_kubernetes/rbac/v1alpha1/_inputs.py +206 -206
- pulumi_kubernetes/rbac/v1alpha1/outputs.py +142 -142
- pulumi_kubernetes/rbac/v1beta1/ClusterRole.py +28 -27
- pulumi_kubernetes/rbac/v1beta1/ClusterRoleBinding.py +28 -27
- pulumi_kubernetes/rbac/v1beta1/ClusterRoleBindingList.py +26 -25
- pulumi_kubernetes/rbac/v1beta1/ClusterRoleBindingPatch.py +28 -27
- pulumi_kubernetes/rbac/v1beta1/ClusterRoleList.py +26 -25
- pulumi_kubernetes/rbac/v1beta1/ClusterRolePatch.py +28 -27
- pulumi_kubernetes/rbac/v1beta1/Role.py +26 -25
- pulumi_kubernetes/rbac/v1beta1/RoleBinding.py +28 -27
- pulumi_kubernetes/rbac/v1beta1/RoleBindingList.py +26 -25
- pulumi_kubernetes/rbac/v1beta1/RoleBindingPatch.py +28 -27
- pulumi_kubernetes/rbac/v1beta1/RoleList.py +26 -25
- pulumi_kubernetes/rbac/v1beta1/RolePatch.py +26 -25
- pulumi_kubernetes/rbac/v1beta1/__init__.py +1 -0
- pulumi_kubernetes/rbac/v1beta1/_inputs.py +206 -206
- pulumi_kubernetes/rbac/v1beta1/outputs.py +142 -142
- pulumi_kubernetes/resource/__init__.py +7 -0
- pulumi_kubernetes/resource/v1alpha1/PodScheduling.py +27 -26
- pulumi_kubernetes/resource/v1alpha1/PodSchedulingList.py +26 -25
- pulumi_kubernetes/resource/v1alpha1/PodSchedulingPatch.py +27 -26
- pulumi_kubernetes/resource/v1alpha1/ResourceClaim.py +28 -27
- pulumi_kubernetes/resource/v1alpha1/ResourceClaimList.py +26 -25
- pulumi_kubernetes/resource/v1alpha1/ResourceClaimPatch.py +28 -27
- pulumi_kubernetes/resource/v1alpha1/ResourceClaimTemplate.py +27 -26
- pulumi_kubernetes/resource/v1alpha1/ResourceClaimTemplateList.py +26 -25
- pulumi_kubernetes/resource/v1alpha1/ResourceClaimTemplatePatch.py +27 -26
- pulumi_kubernetes/resource/v1alpha1/ResourceClass.py +38 -37
- pulumi_kubernetes/resource/v1alpha1/ResourceClassList.py +26 -25
- pulumi_kubernetes/resource/v1alpha1/ResourceClassPatch.py +38 -37
- pulumi_kubernetes/resource/v1alpha1/__init__.py +1 -0
- pulumi_kubernetes/resource/v1alpha1/_inputs.py +268 -268
- pulumi_kubernetes/resource/v1alpha1/outputs.py +230 -230
- pulumi_kubernetes/resource/v1alpha2/PodSchedulingContext.py +27 -26
- pulumi_kubernetes/resource/v1alpha2/PodSchedulingContextList.py +26 -25
- pulumi_kubernetes/resource/v1alpha2/PodSchedulingContextPatch.py +27 -26
- pulumi_kubernetes/resource/v1alpha2/ResourceClaim.py +28 -27
- pulumi_kubernetes/resource/v1alpha2/ResourceClaimList.py +26 -25
- pulumi_kubernetes/resource/v1alpha2/ResourceClaimParameters.py +38 -37
- pulumi_kubernetes/resource/v1alpha2/ResourceClaimParametersList.py +26 -25
- pulumi_kubernetes/resource/v1alpha2/ResourceClaimParametersPatch.py +38 -37
- pulumi_kubernetes/resource/v1alpha2/ResourceClaimPatch.py +28 -27
- pulumi_kubernetes/resource/v1alpha2/ResourceClaimTemplate.py +27 -26
- pulumi_kubernetes/resource/v1alpha2/ResourceClaimTemplateList.py +26 -25
- pulumi_kubernetes/resource/v1alpha2/ResourceClaimTemplatePatch.py +27 -26
- pulumi_kubernetes/resource/v1alpha2/ResourceClass.py +48 -47
- pulumi_kubernetes/resource/v1alpha2/ResourceClassList.py +26 -25
- pulumi_kubernetes/resource/v1alpha2/ResourceClassParameters.py +30 -29
- pulumi_kubernetes/resource/v1alpha2/ResourceClassParametersList.py +26 -25
- pulumi_kubernetes/resource/v1alpha2/ResourceClassParametersPatch.py +30 -29
- pulumi_kubernetes/resource/v1alpha2/ResourceClassPatch.py +48 -47
- pulumi_kubernetes/resource/v1alpha2/ResourceSlice.py +47 -46
- pulumi_kubernetes/resource/v1alpha2/ResourceSliceList.py +26 -25
- pulumi_kubernetes/resource/v1alpha2/ResourceSlicePatch.py +47 -46
- pulumi_kubernetes/resource/v1alpha2/__init__.py +1 -0
- pulumi_kubernetes/resource/v1alpha2/_inputs.py +550 -550
- pulumi_kubernetes/resource/v1alpha2/outputs.py +449 -449
- pulumi_kubernetes/resource/v1alpha3/DeviceClass.py +28 -25
- pulumi_kubernetes/resource/v1alpha3/DeviceClassList.py +26 -25
- pulumi_kubernetes/resource/v1alpha3/DeviceClassPatch.py +28 -25
- pulumi_kubernetes/resource/v1alpha3/DeviceTaintRule.py +224 -0
- pulumi_kubernetes/resource/v1alpha3/DeviceTaintRuleList.py +216 -0
- pulumi_kubernetes/resource/v1alpha3/DeviceTaintRulePatch.py +235 -0
- pulumi_kubernetes/resource/v1alpha3/PodSchedulingContext.py +27 -26
- pulumi_kubernetes/resource/v1alpha3/PodSchedulingContextList.py +26 -25
- pulumi_kubernetes/resource/v1alpha3/PodSchedulingContextPatch.py +27 -26
- pulumi_kubernetes/resource/v1alpha3/ResourceClaim.py +28 -27
- pulumi_kubernetes/resource/v1alpha3/ResourceClaimList.py +26 -25
- pulumi_kubernetes/resource/v1alpha3/ResourceClaimPatch.py +28 -27
- pulumi_kubernetes/resource/v1alpha3/ResourceClaimTemplate.py +27 -26
- pulumi_kubernetes/resource/v1alpha3/ResourceClaimTemplateList.py +26 -25
- pulumi_kubernetes/resource/v1alpha3/ResourceClaimTemplatePatch.py +27 -26
- pulumi_kubernetes/resource/v1alpha3/ResourceSlice.py +34 -33
- pulumi_kubernetes/resource/v1alpha3/ResourceSliceList.py +246 -0
- pulumi_kubernetes/resource/v1alpha3/ResourceSlicePatch.py +27 -26
- pulumi_kubernetes/resource/v1alpha3/__init__.py +5 -0
- pulumi_kubernetes/resource/v1alpha3/_inputs.py +3400 -606
- pulumi_kubernetes/resource/v1alpha3/outputs.py +2933 -565
- pulumi_kubernetes/resource/v1beta1/DeviceClass.py +238 -0
- pulumi_kubernetes/resource/v1beta1/DeviceClassList.py +216 -0
- pulumi_kubernetes/resource/v1beta1/DeviceClassPatch.py +249 -0
- pulumi_kubernetes/resource/v1beta1/ResourceClaim.py +233 -0
- pulumi_kubernetes/resource/v1beta1/ResourceClaimList.py +217 -0
- pulumi_kubernetes/resource/v1beta1/ResourceClaimPatch.py +244 -0
- pulumi_kubernetes/resource/v1beta1/ResourceClaimTemplate.py +230 -0
- pulumi_kubernetes/resource/v1beta1/ResourceClaimTemplateList.py +216 -0
- pulumi_kubernetes/resource/v1beta1/ResourceClaimTemplatePatch.py +241 -0
- pulumi_kubernetes/resource/v1beta1/ResourceSlice.py +247 -0
- pulumi_kubernetes/resource/v1beta1/ResourceSliceList.py +217 -0
- pulumi_kubernetes/resource/v1beta1/ResourceSlicePatch.py +258 -0
- pulumi_kubernetes/resource/v1beta1/__init__.py +22 -0
- pulumi_kubernetes/resource/v1beta1/_inputs.py +5735 -0
- pulumi_kubernetes/resource/v1beta1/outputs.py +4736 -0
- pulumi_kubernetes/resource/v1beta2/DeviceClass.py +238 -0
- pulumi_kubernetes/resource/v1beta2/DeviceClassList.py +216 -0
- pulumi_kubernetes/resource/v1beta2/DeviceClassPatch.py +249 -0
- pulumi_kubernetes/resource/v1beta2/ResourceClaim.py +233 -0
- pulumi_kubernetes/resource/v1beta2/ResourceClaimList.py +217 -0
- pulumi_kubernetes/resource/v1beta2/ResourceClaimPatch.py +244 -0
- pulumi_kubernetes/resource/v1beta2/ResourceClaimTemplate.py +230 -0
- pulumi_kubernetes/resource/v1beta2/ResourceClaimTemplateList.py +216 -0
- pulumi_kubernetes/resource/v1beta2/ResourceClaimTemplatePatch.py +241 -0
- pulumi_kubernetes/resource/v1beta2/ResourceSlice.py +247 -0
- pulumi_kubernetes/resource/v1beta2/ResourceSliceList.py +217 -0
- pulumi_kubernetes/resource/v1beta2/ResourceSlicePatch.py +258 -0
- pulumi_kubernetes/resource/v1beta2/__init__.py +22 -0
- pulumi_kubernetes/resource/v1beta2/_inputs.py +5680 -0
- pulumi_kubernetes/resource/v1beta2/outputs.py +4725 -0
- pulumi_kubernetes/scheduling/__init__.py +1 -0
- pulumi_kubernetes/scheduling/v1/PriorityClass.py +64 -63
- pulumi_kubernetes/scheduling/v1/PriorityClassList.py +26 -25
- pulumi_kubernetes/scheduling/v1/PriorityClassPatch.py +64 -63
- pulumi_kubernetes/scheduling/v1/__init__.py +1 -0
- pulumi_kubernetes/scheduling/v1/_inputs.py +38 -38
- pulumi_kubernetes/scheduling/v1/outputs.py +26 -26
- pulumi_kubernetes/scheduling/v1alpha1/PriorityClass.py +64 -63
- pulumi_kubernetes/scheduling/v1alpha1/PriorityClassList.py +26 -25
- pulumi_kubernetes/scheduling/v1alpha1/PriorityClassPatch.py +64 -63
- pulumi_kubernetes/scheduling/v1alpha1/__init__.py +1 -0
- pulumi_kubernetes/scheduling/v1alpha1/_inputs.py +38 -38
- pulumi_kubernetes/scheduling/v1alpha1/outputs.py +26 -26
- pulumi_kubernetes/scheduling/v1beta1/PriorityClass.py +64 -63
- pulumi_kubernetes/scheduling/v1beta1/PriorityClassList.py +26 -25
- pulumi_kubernetes/scheduling/v1beta1/PriorityClassPatch.py +64 -63
- pulumi_kubernetes/scheduling/v1beta1/__init__.py +1 -0
- pulumi_kubernetes/scheduling/v1beta1/_inputs.py +38 -38
- pulumi_kubernetes/scheduling/v1beta1/outputs.py +26 -26
- pulumi_kubernetes/settings/__init__.py +1 -0
- pulumi_kubernetes/settings/v1alpha1/PodPreset.py +26 -25
- pulumi_kubernetes/settings/v1alpha1/PodPresetList.py +26 -25
- pulumi_kubernetes/settings/v1alpha1/PodPresetPatch.py +26 -25
- pulumi_kubernetes/settings/v1alpha1/__init__.py +1 -0
- pulumi_kubernetes/settings/v1alpha1/_inputs.py +25 -25
- pulumi_kubernetes/settings/v1alpha1/outputs.py +21 -21
- pulumi_kubernetes/storage/__init__.py +1 -0
- pulumi_kubernetes/storage/v1/CSIDriver.py +26 -25
- pulumi_kubernetes/storage/v1/CSIDriverList.py +26 -25
- pulumi_kubernetes/storage/v1/CSIDriverPatch.py +26 -25
- pulumi_kubernetes/storage/v1/CSINode.py +26 -25
- pulumi_kubernetes/storage/v1/CSINodeList.py +26 -25
- pulumi_kubernetes/storage/v1/CSINodePatch.py +26 -25
- pulumi_kubernetes/storage/v1/CSIStorageCapacity.py +56 -55
- pulumi_kubernetes/storage/v1/CSIStorageCapacityList.py +26 -25
- pulumi_kubernetes/storage/v1/CSIStorageCapacityPatch.py +56 -55
- pulumi_kubernetes/storage/v1/StorageClass.py +86 -85
- pulumi_kubernetes/storage/v1/StorageClassList.py +26 -25
- pulumi_kubernetes/storage/v1/StorageClassPatch.py +86 -85
- pulumi_kubernetes/storage/v1/VolumeAttachment.py +27 -26
- pulumi_kubernetes/storage/v1/VolumeAttachmentList.py +26 -25
- pulumi_kubernetes/storage/v1/VolumeAttachmentPatch.py +27 -26
- pulumi_kubernetes/storage/v1/__init__.py +1 -0
- pulumi_kubernetes/storage/v1/_inputs.py +448 -358
- pulumi_kubernetes/storage/v1/outputs.py +376 -266
- pulumi_kubernetes/storage/v1alpha1/VolumeAttachment.py +27 -26
- pulumi_kubernetes/storage/v1alpha1/VolumeAttachmentList.py +26 -25
- pulumi_kubernetes/storage/v1alpha1/VolumeAttachmentPatch.py +27 -26
- pulumi_kubernetes/storage/v1alpha1/VolumeAttributesClass.py +44 -43
- pulumi_kubernetes/storage/v1alpha1/VolumeAttributesClassList.py +26 -25
- pulumi_kubernetes/storage/v1alpha1/VolumeAttributesClassPatch.py +44 -43
- pulumi_kubernetes/storage/v1alpha1/__init__.py +1 -0
- pulumi_kubernetes/storage/v1alpha1/_inputs.py +107 -107
- pulumi_kubernetes/storage/v1alpha1/outputs.py +93 -93
- pulumi_kubernetes/storage/v1beta1/CSIDriver.py +26 -25
- pulumi_kubernetes/storage/v1beta1/CSIDriverList.py +26 -25
- pulumi_kubernetes/storage/v1beta1/CSIDriverPatch.py +26 -25
- pulumi_kubernetes/storage/v1beta1/CSINode.py +26 -25
- pulumi_kubernetes/storage/v1beta1/CSINodeList.py +26 -25
- pulumi_kubernetes/storage/v1beta1/CSINodePatch.py +26 -25
- pulumi_kubernetes/storage/v1beta1/CSIStorageCapacity.py +56 -55
- pulumi_kubernetes/storage/v1beta1/CSIStorageCapacityList.py +26 -25
- pulumi_kubernetes/storage/v1beta1/CSIStorageCapacityPatch.py +56 -55
- pulumi_kubernetes/storage/v1beta1/StorageClass.py +86 -85
- pulumi_kubernetes/storage/v1beta1/StorageClassList.py +26 -25
- pulumi_kubernetes/storage/v1beta1/StorageClassPatch.py +86 -85
- pulumi_kubernetes/storage/v1beta1/VolumeAttachment.py +27 -26
- pulumi_kubernetes/storage/v1beta1/VolumeAttachmentList.py +26 -25
- pulumi_kubernetes/storage/v1beta1/VolumeAttachmentPatch.py +27 -26
- pulumi_kubernetes/storage/v1beta1/VolumeAttributesClass.py +44 -43
- pulumi_kubernetes/storage/v1beta1/VolumeAttributesClassList.py +26 -25
- pulumi_kubernetes/storage/v1beta1/VolumeAttributesClassPatch.py +44 -43
- pulumi_kubernetes/storage/v1beta1/__init__.py +1 -0
- pulumi_kubernetes/storage/v1beta1/_inputs.py +367 -367
- pulumi_kubernetes/storage/v1beta1/outputs.py +271 -271
- pulumi_kubernetes/storagemigration/__init__.py +1 -0
- pulumi_kubernetes/storagemigration/v1alpha1/StorageVersionMigration.py +27 -26
- pulumi_kubernetes/storagemigration/v1alpha1/StorageVersionMigrationList.py +26 -25
- pulumi_kubernetes/storagemigration/v1alpha1/StorageVersionMigrationPatch.py +27 -26
- pulumi_kubernetes/storagemigration/v1alpha1/__init__.py +1 -0
- pulumi_kubernetes/storagemigration/v1alpha1/_inputs.py +103 -103
- pulumi_kubernetes/storagemigration/v1alpha1/outputs.py +96 -96
- pulumi_kubernetes/yaml/__init__.py +1 -0
- pulumi_kubernetes/yaml/v2/ConfigFile.py +31 -28
- pulumi_kubernetes/yaml/v2/ConfigGroup.py +36 -35
- pulumi_kubernetes/yaml/v2/__init__.py +1 -0
- pulumi_kubernetes/yaml/yaml.py +198 -0
- {pulumi_kubernetes-4.17.0a1723576835.dist-info → pulumi_kubernetes-4.26.0a1769215986.dist-info}/METADATA +9 -9
- pulumi_kubernetes-4.26.0a1769215986.dist-info/RECORD +709 -0
- {pulumi_kubernetes-4.17.0a1723576835.dist-info → pulumi_kubernetes-4.26.0a1769215986.dist-info}/WHEEL +1 -1
- pulumi_kubernetes-4.17.0a1723576835.dist-info/RECORD +0 -651
- {pulumi_kubernetes-4.17.0a1723576835.dist-info → pulumi_kubernetes-4.26.0a1769215986.dist-info}/top_level.txt +0 -0
|
@@ -2,7 +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
|
|
5
|
+
import builtins as _builtins
|
|
6
6
|
import warnings
|
|
7
7
|
import sys
|
|
8
8
|
import pulumi
|
|
@@ -84,17 +84,17 @@ class ControllerRevision(dict):
|
|
|
84
84
|
return super().get(key, default)
|
|
85
85
|
|
|
86
86
|
def __init__(__self__, *,
|
|
87
|
-
revision: int,
|
|
88
|
-
api_version: Optional[str] = None,
|
|
87
|
+
revision: _builtins.int,
|
|
88
|
+
api_version: Optional[_builtins.str] = None,
|
|
89
89
|
data: Optional[Any] = None,
|
|
90
|
-
kind: Optional[str] = None,
|
|
90
|
+
kind: Optional[_builtins.str] = None,
|
|
91
91
|
metadata: Optional['_meta.v1.outputs.ObjectMeta'] = None):
|
|
92
92
|
"""
|
|
93
93
|
ControllerRevision implements an immutable snapshot of state data. Clients are responsible for serializing and deserializing the objects that contain their internal state. Once a ControllerRevision has been successfully created, it can not be updated. The API Server will fail validation of all requests that attempt to mutate the Data field. ControllerRevisions may, however, be deleted. Note that, due to its use by both the DaemonSet and StatefulSet controllers for update and rollback, this object is beta. However, it may be subject to name and representation changes in future releases, and clients should not depend on its stability. It is primarily for internal use by controllers.
|
|
94
|
-
:param int revision: Revision indicates the revision of the state represented by Data.
|
|
95
|
-
:param str api_version: APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources
|
|
94
|
+
:param _builtins.int revision: Revision indicates the revision of the state represented by Data.
|
|
95
|
+
:param _builtins.str api_version: APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources
|
|
96
96
|
:param Any data: Data is the serialized representation of the state.
|
|
97
|
-
:param str kind: Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds
|
|
97
|
+
:param _builtins.str kind: Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds
|
|
98
98
|
:param '_meta.v1.ObjectMetaArgs' metadata: Standard object's metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata
|
|
99
99
|
"""
|
|
100
100
|
pulumi.set(__self__, "revision", revision)
|
|
@@ -107,23 +107,23 @@ class ControllerRevision(dict):
|
|
|
107
107
|
if metadata is not None:
|
|
108
108
|
pulumi.set(__self__, "metadata", metadata)
|
|
109
109
|
|
|
110
|
-
@property
|
|
110
|
+
@_builtins.property
|
|
111
111
|
@pulumi.getter
|
|
112
|
-
def revision(self) -> int:
|
|
112
|
+
def revision(self) -> _builtins.int:
|
|
113
113
|
"""
|
|
114
114
|
Revision indicates the revision of the state represented by Data.
|
|
115
115
|
"""
|
|
116
116
|
return pulumi.get(self, "revision")
|
|
117
117
|
|
|
118
|
-
@property
|
|
118
|
+
@_builtins.property
|
|
119
119
|
@pulumi.getter(name="apiVersion")
|
|
120
|
-
def api_version(self) -> Optional[str]:
|
|
120
|
+
def api_version(self) -> Optional[_builtins.str]:
|
|
121
121
|
"""
|
|
122
122
|
APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources
|
|
123
123
|
"""
|
|
124
124
|
return pulumi.get(self, "api_version")
|
|
125
125
|
|
|
126
|
-
@property
|
|
126
|
+
@_builtins.property
|
|
127
127
|
@pulumi.getter
|
|
128
128
|
def data(self) -> Optional[Any]:
|
|
129
129
|
"""
|
|
@@ -131,15 +131,15 @@ class ControllerRevision(dict):
|
|
|
131
131
|
"""
|
|
132
132
|
return pulumi.get(self, "data")
|
|
133
133
|
|
|
134
|
-
@property
|
|
134
|
+
@_builtins.property
|
|
135
135
|
@pulumi.getter
|
|
136
|
-
def kind(self) -> Optional[str]:
|
|
136
|
+
def kind(self) -> Optional[_builtins.str]:
|
|
137
137
|
"""
|
|
138
138
|
Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds
|
|
139
139
|
"""
|
|
140
140
|
return pulumi.get(self, "kind")
|
|
141
141
|
|
|
142
|
-
@property
|
|
142
|
+
@_builtins.property
|
|
143
143
|
@pulumi.getter
|
|
144
144
|
def metadata(self) -> Optional['_meta.v1.outputs.ObjectMeta']:
|
|
145
145
|
"""
|
|
@@ -171,15 +171,15 @@ class DaemonSet(dict):
|
|
|
171
171
|
return super().get(key, default)
|
|
172
172
|
|
|
173
173
|
def __init__(__self__, *,
|
|
174
|
-
api_version: Optional[str] = None,
|
|
175
|
-
kind: Optional[str] = None,
|
|
174
|
+
api_version: Optional[_builtins.str] = None,
|
|
175
|
+
kind: Optional[_builtins.str] = None,
|
|
176
176
|
metadata: Optional['_meta.v1.outputs.ObjectMeta'] = None,
|
|
177
177
|
spec: Optional['outputs.DaemonSetSpec'] = None,
|
|
178
178
|
status: Optional['outputs.DaemonSetStatus'] = None):
|
|
179
179
|
"""
|
|
180
180
|
DaemonSet represents the configuration of a daemon set.
|
|
181
|
-
:param str api_version: APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources
|
|
182
|
-
:param str kind: Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds
|
|
181
|
+
: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
|
|
182
|
+
:param _builtins.str kind: Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds
|
|
183
183
|
:param '_meta.v1.ObjectMetaArgs' metadata: Standard object's metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata
|
|
184
184
|
:param 'DaemonSetSpecArgs' spec: The desired behavior of this daemon set. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#spec-and-status
|
|
185
185
|
:param 'DaemonSetStatusArgs' status: The current status of this daemon set. This data may be out of date by some window of time. Populated by the system. Read-only. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#spec-and-status
|
|
@@ -195,23 +195,23 @@ class DaemonSet(dict):
|
|
|
195
195
|
if status is not None:
|
|
196
196
|
pulumi.set(__self__, "status", status)
|
|
197
197
|
|
|
198
|
-
@property
|
|
198
|
+
@_builtins.property
|
|
199
199
|
@pulumi.getter(name="apiVersion")
|
|
200
|
-
def api_version(self) -> Optional[str]:
|
|
200
|
+
def api_version(self) -> Optional[_builtins.str]:
|
|
201
201
|
"""
|
|
202
202
|
APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources
|
|
203
203
|
"""
|
|
204
204
|
return pulumi.get(self, "api_version")
|
|
205
205
|
|
|
206
|
-
@property
|
|
206
|
+
@_builtins.property
|
|
207
207
|
@pulumi.getter
|
|
208
|
-
def kind(self) -> Optional[str]:
|
|
208
|
+
def kind(self) -> Optional[_builtins.str]:
|
|
209
209
|
"""
|
|
210
210
|
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
211
|
"""
|
|
212
212
|
return pulumi.get(self, "kind")
|
|
213
213
|
|
|
214
|
-
@property
|
|
214
|
+
@_builtins.property
|
|
215
215
|
@pulumi.getter
|
|
216
216
|
def metadata(self) -> Optional['_meta.v1.outputs.ObjectMeta']:
|
|
217
217
|
"""
|
|
@@ -219,7 +219,7 @@ class DaemonSet(dict):
|
|
|
219
219
|
"""
|
|
220
220
|
return pulumi.get(self, "metadata")
|
|
221
221
|
|
|
222
|
-
@property
|
|
222
|
+
@_builtins.property
|
|
223
223
|
@pulumi.getter
|
|
224
224
|
def spec(self) -> Optional['outputs.DaemonSetSpec']:
|
|
225
225
|
"""
|
|
@@ -227,7 +227,7 @@ class DaemonSet(dict):
|
|
|
227
227
|
"""
|
|
228
228
|
return pulumi.get(self, "spec")
|
|
229
229
|
|
|
230
|
-
@property
|
|
230
|
+
@_builtins.property
|
|
231
231
|
@pulumi.getter
|
|
232
232
|
def status(self) -> Optional['outputs.DaemonSetStatus']:
|
|
233
233
|
"""
|
|
@@ -259,18 +259,18 @@ class DaemonSetCondition(dict):
|
|
|
259
259
|
return super().get(key, default)
|
|
260
260
|
|
|
261
261
|
def __init__(__self__, *,
|
|
262
|
-
status: str,
|
|
263
|
-
type: str,
|
|
264
|
-
last_transition_time: Optional[str] = None,
|
|
265
|
-
message: Optional[str] = None,
|
|
266
|
-
reason: Optional[str] = None):
|
|
262
|
+
status: _builtins.str,
|
|
263
|
+
type: _builtins.str,
|
|
264
|
+
last_transition_time: Optional[_builtins.str] = None,
|
|
265
|
+
message: Optional[_builtins.str] = None,
|
|
266
|
+
reason: Optional[_builtins.str] = None):
|
|
267
267
|
"""
|
|
268
268
|
DaemonSetCondition describes the state of a DaemonSet at a certain point.
|
|
269
|
-
:param str status: Status of the condition, one of True, False, Unknown.
|
|
270
|
-
:param str type: Type of DaemonSet condition.
|
|
271
|
-
:param str last_transition_time: Last time the condition transitioned from one status to another.
|
|
272
|
-
:param str message: A human readable message indicating details about the transition.
|
|
273
|
-
:param str reason: The reason for the condition's last transition.
|
|
269
|
+
:param _builtins.str status: Status of the condition, one of True, False, Unknown.
|
|
270
|
+
:param _builtins.str type: Type of DaemonSet condition.
|
|
271
|
+
:param _builtins.str last_transition_time: Last time the condition transitioned from one status to another.
|
|
272
|
+
:param _builtins.str message: A human readable message indicating details about the transition.
|
|
273
|
+
:param _builtins.str reason: The reason for the condition's last transition.
|
|
274
274
|
"""
|
|
275
275
|
pulumi.set(__self__, "status", status)
|
|
276
276
|
pulumi.set(__self__, "type", type)
|
|
@@ -281,41 +281,41 @@ class DaemonSetCondition(dict):
|
|
|
281
281
|
if reason is not None:
|
|
282
282
|
pulumi.set(__self__, "reason", reason)
|
|
283
283
|
|
|
284
|
-
@property
|
|
284
|
+
@_builtins.property
|
|
285
285
|
@pulumi.getter
|
|
286
|
-
def status(self) -> str:
|
|
286
|
+
def status(self) -> _builtins.str:
|
|
287
287
|
"""
|
|
288
288
|
Status of the condition, one of True, False, Unknown.
|
|
289
289
|
"""
|
|
290
290
|
return pulumi.get(self, "status")
|
|
291
291
|
|
|
292
|
-
@property
|
|
292
|
+
@_builtins.property
|
|
293
293
|
@pulumi.getter
|
|
294
|
-
def type(self) -> str:
|
|
294
|
+
def type(self) -> _builtins.str:
|
|
295
295
|
"""
|
|
296
296
|
Type of DaemonSet condition.
|
|
297
297
|
"""
|
|
298
298
|
return pulumi.get(self, "type")
|
|
299
299
|
|
|
300
|
-
@property
|
|
300
|
+
@_builtins.property
|
|
301
301
|
@pulumi.getter(name="lastTransitionTime")
|
|
302
|
-
def last_transition_time(self) -> Optional[str]:
|
|
302
|
+
def last_transition_time(self) -> Optional[_builtins.str]:
|
|
303
303
|
"""
|
|
304
304
|
Last time the condition transitioned from one status to another.
|
|
305
305
|
"""
|
|
306
306
|
return pulumi.get(self, "last_transition_time")
|
|
307
307
|
|
|
308
|
-
@property
|
|
308
|
+
@_builtins.property
|
|
309
309
|
@pulumi.getter
|
|
310
|
-
def message(self) -> Optional[str]:
|
|
310
|
+
def message(self) -> Optional[_builtins.str]:
|
|
311
311
|
"""
|
|
312
312
|
A human readable message indicating details about the transition.
|
|
313
313
|
"""
|
|
314
314
|
return pulumi.get(self, "message")
|
|
315
315
|
|
|
316
|
-
@property
|
|
316
|
+
@_builtins.property
|
|
317
317
|
@pulumi.getter
|
|
318
|
-
def reason(self) -> Optional[str]:
|
|
318
|
+
def reason(self) -> Optional[_builtins.str]:
|
|
319
319
|
"""
|
|
320
320
|
The reason for the condition's last transition.
|
|
321
321
|
"""
|
|
@@ -345,18 +345,18 @@ class DaemonSetConditionPatch(dict):
|
|
|
345
345
|
return super().get(key, default)
|
|
346
346
|
|
|
347
347
|
def __init__(__self__, *,
|
|
348
|
-
last_transition_time: Optional[str] = None,
|
|
349
|
-
message: Optional[str] = None,
|
|
350
|
-
reason: Optional[str] = None,
|
|
351
|
-
status: Optional[str] = None,
|
|
352
|
-
type: Optional[str] = None):
|
|
348
|
+
last_transition_time: Optional[_builtins.str] = None,
|
|
349
|
+
message: Optional[_builtins.str] = None,
|
|
350
|
+
reason: Optional[_builtins.str] = None,
|
|
351
|
+
status: Optional[_builtins.str] = None,
|
|
352
|
+
type: Optional[_builtins.str] = None):
|
|
353
353
|
"""
|
|
354
354
|
DaemonSetCondition describes the state of a DaemonSet at a certain point.
|
|
355
|
-
:param str last_transition_time: Last time the condition transitioned from one status to another.
|
|
356
|
-
:param str message: A human readable message indicating details about the transition.
|
|
357
|
-
:param str reason: The reason for the condition's last transition.
|
|
358
|
-
:param str status: Status of the condition, one of True, False, Unknown.
|
|
359
|
-
:param str type: Type of DaemonSet condition.
|
|
355
|
+
:param _builtins.str last_transition_time: Last time the condition transitioned from one status to another.
|
|
356
|
+
:param _builtins.str message: A human readable message indicating details about the transition.
|
|
357
|
+
:param _builtins.str reason: The reason for the condition's last transition.
|
|
358
|
+
:param _builtins.str status: Status of the condition, one of True, False, Unknown.
|
|
359
|
+
:param _builtins.str type: Type of DaemonSet condition.
|
|
360
360
|
"""
|
|
361
361
|
if last_transition_time is not None:
|
|
362
362
|
pulumi.set(__self__, "last_transition_time", last_transition_time)
|
|
@@ -369,41 +369,41 @@ class DaemonSetConditionPatch(dict):
|
|
|
369
369
|
if type is not None:
|
|
370
370
|
pulumi.set(__self__, "type", type)
|
|
371
371
|
|
|
372
|
-
@property
|
|
372
|
+
@_builtins.property
|
|
373
373
|
@pulumi.getter(name="lastTransitionTime")
|
|
374
|
-
def last_transition_time(self) -> Optional[str]:
|
|
374
|
+
def last_transition_time(self) -> Optional[_builtins.str]:
|
|
375
375
|
"""
|
|
376
376
|
Last time the condition transitioned from one status to another.
|
|
377
377
|
"""
|
|
378
378
|
return pulumi.get(self, "last_transition_time")
|
|
379
379
|
|
|
380
|
-
@property
|
|
380
|
+
@_builtins.property
|
|
381
381
|
@pulumi.getter
|
|
382
|
-
def message(self) -> Optional[str]:
|
|
382
|
+
def message(self) -> Optional[_builtins.str]:
|
|
383
383
|
"""
|
|
384
384
|
A human readable message indicating details about the transition.
|
|
385
385
|
"""
|
|
386
386
|
return pulumi.get(self, "message")
|
|
387
387
|
|
|
388
|
-
@property
|
|
388
|
+
@_builtins.property
|
|
389
389
|
@pulumi.getter
|
|
390
|
-
def reason(self) -> Optional[str]:
|
|
390
|
+
def reason(self) -> Optional[_builtins.str]:
|
|
391
391
|
"""
|
|
392
392
|
The reason for the condition's last transition.
|
|
393
393
|
"""
|
|
394
394
|
return pulumi.get(self, "reason")
|
|
395
395
|
|
|
396
|
-
@property
|
|
396
|
+
@_builtins.property
|
|
397
397
|
@pulumi.getter
|
|
398
|
-
def status(self) -> Optional[str]:
|
|
398
|
+
def status(self) -> Optional[_builtins.str]:
|
|
399
399
|
"""
|
|
400
400
|
Status of the condition, one of True, False, Unknown.
|
|
401
401
|
"""
|
|
402
402
|
return pulumi.get(self, "status")
|
|
403
403
|
|
|
404
|
-
@property
|
|
404
|
+
@_builtins.property
|
|
405
405
|
@pulumi.getter
|
|
406
|
-
def type(self) -> Optional[str]:
|
|
406
|
+
def type(self) -> Optional[_builtins.str]:
|
|
407
407
|
"""
|
|
408
408
|
Type of DaemonSet condition.
|
|
409
409
|
"""
|
|
@@ -439,15 +439,15 @@ class DaemonSetSpec(dict):
|
|
|
439
439
|
def __init__(__self__, *,
|
|
440
440
|
selector: '_meta.v1.outputs.LabelSelector',
|
|
441
441
|
template: '_core.v1.outputs.PodTemplateSpec',
|
|
442
|
-
min_ready_seconds: Optional[int] = None,
|
|
443
|
-
revision_history_limit: Optional[int] = None,
|
|
442
|
+
min_ready_seconds: Optional[_builtins.int] = None,
|
|
443
|
+
revision_history_limit: Optional[_builtins.int] = None,
|
|
444
444
|
update_strategy: Optional['outputs.DaemonSetUpdateStrategy'] = None):
|
|
445
445
|
"""
|
|
446
446
|
DaemonSetSpec is the specification of a daemon set.
|
|
447
447
|
:param '_meta.v1.LabelSelectorArgs' selector: A label query over pods that are managed by the daemon set. Must match in order to be controlled. It must match the pod template's labels. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/labels/#label-selectors
|
|
448
448
|
:param '_core.v1.PodTemplateSpecArgs' template: An object that describes the pod that will be created. The DaemonSet will create exactly one copy of this pod on every node that matches the template's node selector (or on every node if no node selector is specified). More info: https://kubernetes.io/docs/concepts/workloads/controllers/replicationcontroller#pod-template
|
|
449
|
-
:param int min_ready_seconds: The minimum number of seconds for which a newly created DaemonSet pod should be ready without any of its container crashing, for it to be considered available. Defaults to 0 (pod will be considered available as soon as it is ready).
|
|
450
|
-
:param int revision_history_limit: The number of old history to retain to allow rollback. This is a pointer to distinguish between explicit zero and not specified. Defaults to 10.
|
|
449
|
+
:param _builtins.int min_ready_seconds: The minimum number of seconds for which a newly created DaemonSet pod should be ready without any of its container crashing, for it to be considered available. Defaults to 0 (pod will be considered available as soon as it is ready).
|
|
450
|
+
:param _builtins.int revision_history_limit: The number of old history to retain to allow rollback. This is a pointer to distinguish between explicit zero and not specified. Defaults to 10.
|
|
451
451
|
:param 'DaemonSetUpdateStrategyArgs' update_strategy: An update strategy to replace existing DaemonSet pods with new pods.
|
|
452
452
|
"""
|
|
453
453
|
pulumi.set(__self__, "selector", selector)
|
|
@@ -459,7 +459,7 @@ class DaemonSetSpec(dict):
|
|
|
459
459
|
if update_strategy is not None:
|
|
460
460
|
pulumi.set(__self__, "update_strategy", update_strategy)
|
|
461
461
|
|
|
462
|
-
@property
|
|
462
|
+
@_builtins.property
|
|
463
463
|
@pulumi.getter
|
|
464
464
|
def selector(self) -> '_meta.v1.outputs.LabelSelector':
|
|
465
465
|
"""
|
|
@@ -467,7 +467,7 @@ class DaemonSetSpec(dict):
|
|
|
467
467
|
"""
|
|
468
468
|
return pulumi.get(self, "selector")
|
|
469
469
|
|
|
470
|
-
@property
|
|
470
|
+
@_builtins.property
|
|
471
471
|
@pulumi.getter
|
|
472
472
|
def template(self) -> '_core.v1.outputs.PodTemplateSpec':
|
|
473
473
|
"""
|
|
@@ -475,23 +475,23 @@ class DaemonSetSpec(dict):
|
|
|
475
475
|
"""
|
|
476
476
|
return pulumi.get(self, "template")
|
|
477
477
|
|
|
478
|
-
@property
|
|
478
|
+
@_builtins.property
|
|
479
479
|
@pulumi.getter(name="minReadySeconds")
|
|
480
|
-
def min_ready_seconds(self) -> Optional[int]:
|
|
480
|
+
def min_ready_seconds(self) -> Optional[_builtins.int]:
|
|
481
481
|
"""
|
|
482
482
|
The minimum number of seconds for which a newly created DaemonSet pod should be ready without any of its container crashing, for it to be considered available. Defaults to 0 (pod will be considered available as soon as it is ready).
|
|
483
483
|
"""
|
|
484
484
|
return pulumi.get(self, "min_ready_seconds")
|
|
485
485
|
|
|
486
|
-
@property
|
|
486
|
+
@_builtins.property
|
|
487
487
|
@pulumi.getter(name="revisionHistoryLimit")
|
|
488
|
-
def revision_history_limit(self) -> Optional[int]:
|
|
488
|
+
def revision_history_limit(self) -> Optional[_builtins.int]:
|
|
489
489
|
"""
|
|
490
490
|
The number of old history to retain to allow rollback. This is a pointer to distinguish between explicit zero and not specified. Defaults to 10.
|
|
491
491
|
"""
|
|
492
492
|
return pulumi.get(self, "revision_history_limit")
|
|
493
493
|
|
|
494
|
-
@property
|
|
494
|
+
@_builtins.property
|
|
495
495
|
@pulumi.getter(name="updateStrategy")
|
|
496
496
|
def update_strategy(self) -> Optional['outputs.DaemonSetUpdateStrategy']:
|
|
497
497
|
"""
|
|
@@ -527,15 +527,15 @@ class DaemonSetSpecPatch(dict):
|
|
|
527
527
|
return super().get(key, default)
|
|
528
528
|
|
|
529
529
|
def __init__(__self__, *,
|
|
530
|
-
min_ready_seconds: Optional[int] = None,
|
|
531
|
-
revision_history_limit: Optional[int] = None,
|
|
530
|
+
min_ready_seconds: Optional[_builtins.int] = None,
|
|
531
|
+
revision_history_limit: Optional[_builtins.int] = None,
|
|
532
532
|
selector: Optional['_meta.v1.outputs.LabelSelectorPatch'] = None,
|
|
533
533
|
template: Optional['_core.v1.outputs.PodTemplateSpecPatch'] = None,
|
|
534
534
|
update_strategy: Optional['outputs.DaemonSetUpdateStrategyPatch'] = None):
|
|
535
535
|
"""
|
|
536
536
|
DaemonSetSpec is the specification of a daemon set.
|
|
537
|
-
:param int min_ready_seconds: The minimum number of seconds for which a newly created DaemonSet pod should be ready without any of its container crashing, for it to be considered available. Defaults to 0 (pod will be considered available as soon as it is ready).
|
|
538
|
-
:param int revision_history_limit: The number of old history to retain to allow rollback. This is a pointer to distinguish between explicit zero and not specified. Defaults to 10.
|
|
537
|
+
:param _builtins.int min_ready_seconds: The minimum number of seconds for which a newly created DaemonSet pod should be ready without any of its container crashing, for it to be considered available. Defaults to 0 (pod will be considered available as soon as it is ready).
|
|
538
|
+
:param _builtins.int revision_history_limit: The number of old history to retain to allow rollback. This is a pointer to distinguish between explicit zero and not specified. Defaults to 10.
|
|
539
539
|
:param '_meta.v1.LabelSelectorPatchArgs' selector: A label query over pods that are managed by the daemon set. Must match in order to be controlled. It must match the pod template's labels. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/labels/#label-selectors
|
|
540
540
|
:param '_core.v1.PodTemplateSpecPatchArgs' template: An object that describes the pod that will be created. The DaemonSet will create exactly one copy of this pod on every node that matches the template's node selector (or on every node if no node selector is specified). More info: https://kubernetes.io/docs/concepts/workloads/controllers/replicationcontroller#pod-template
|
|
541
541
|
:param 'DaemonSetUpdateStrategyPatchArgs' update_strategy: An update strategy to replace existing DaemonSet pods with new pods.
|
|
@@ -551,23 +551,23 @@ class DaemonSetSpecPatch(dict):
|
|
|
551
551
|
if update_strategy is not None:
|
|
552
552
|
pulumi.set(__self__, "update_strategy", update_strategy)
|
|
553
553
|
|
|
554
|
-
@property
|
|
554
|
+
@_builtins.property
|
|
555
555
|
@pulumi.getter(name="minReadySeconds")
|
|
556
|
-
def min_ready_seconds(self) -> Optional[int]:
|
|
556
|
+
def min_ready_seconds(self) -> Optional[_builtins.int]:
|
|
557
557
|
"""
|
|
558
558
|
The minimum number of seconds for which a newly created DaemonSet pod should be ready without any of its container crashing, for it to be considered available. Defaults to 0 (pod will be considered available as soon as it is ready).
|
|
559
559
|
"""
|
|
560
560
|
return pulumi.get(self, "min_ready_seconds")
|
|
561
561
|
|
|
562
|
-
@property
|
|
562
|
+
@_builtins.property
|
|
563
563
|
@pulumi.getter(name="revisionHistoryLimit")
|
|
564
|
-
def revision_history_limit(self) -> Optional[int]:
|
|
564
|
+
def revision_history_limit(self) -> Optional[_builtins.int]:
|
|
565
565
|
"""
|
|
566
566
|
The number of old history to retain to allow rollback. This is a pointer to distinguish between explicit zero and not specified. Defaults to 10.
|
|
567
567
|
"""
|
|
568
568
|
return pulumi.get(self, "revision_history_limit")
|
|
569
569
|
|
|
570
|
-
@property
|
|
570
|
+
@_builtins.property
|
|
571
571
|
@pulumi.getter
|
|
572
572
|
def selector(self) -> Optional['_meta.v1.outputs.LabelSelectorPatch']:
|
|
573
573
|
"""
|
|
@@ -575,7 +575,7 @@ class DaemonSetSpecPatch(dict):
|
|
|
575
575
|
"""
|
|
576
576
|
return pulumi.get(self, "selector")
|
|
577
577
|
|
|
578
|
-
@property
|
|
578
|
+
@_builtins.property
|
|
579
579
|
@pulumi.getter
|
|
580
580
|
def template(self) -> Optional['_core.v1.outputs.PodTemplateSpecPatch']:
|
|
581
581
|
"""
|
|
@@ -583,7 +583,7 @@ class DaemonSetSpecPatch(dict):
|
|
|
583
583
|
"""
|
|
584
584
|
return pulumi.get(self, "template")
|
|
585
585
|
|
|
586
|
-
@property
|
|
586
|
+
@_builtins.property
|
|
587
587
|
@pulumi.getter(name="updateStrategy")
|
|
588
588
|
def update_strategy(self) -> Optional['outputs.DaemonSetUpdateStrategyPatch']:
|
|
589
589
|
"""
|
|
@@ -631,28 +631,28 @@ class DaemonSetStatus(dict):
|
|
|
631
631
|
return super().get(key, default)
|
|
632
632
|
|
|
633
633
|
def __init__(__self__, *,
|
|
634
|
-
current_number_scheduled: int,
|
|
635
|
-
desired_number_scheduled: int,
|
|
636
|
-
number_misscheduled: int,
|
|
637
|
-
number_ready: int,
|
|
638
|
-
collision_count: Optional[int] = None,
|
|
634
|
+
current_number_scheduled: _builtins.int,
|
|
635
|
+
desired_number_scheduled: _builtins.int,
|
|
636
|
+
number_misscheduled: _builtins.int,
|
|
637
|
+
number_ready: _builtins.int,
|
|
638
|
+
collision_count: Optional[_builtins.int] = None,
|
|
639
639
|
conditions: Optional[Sequence['outputs.DaemonSetCondition']] = None,
|
|
640
|
-
number_available: Optional[int] = None,
|
|
641
|
-
number_unavailable: Optional[int] = None,
|
|
642
|
-
observed_generation: Optional[int] = None,
|
|
643
|
-
updated_number_scheduled: Optional[int] = None):
|
|
640
|
+
number_available: Optional[_builtins.int] = None,
|
|
641
|
+
number_unavailable: Optional[_builtins.int] = None,
|
|
642
|
+
observed_generation: Optional[_builtins.int] = None,
|
|
643
|
+
updated_number_scheduled: Optional[_builtins.int] = None):
|
|
644
644
|
"""
|
|
645
645
|
DaemonSetStatus represents the current status of a daemon set.
|
|
646
|
-
:param int current_number_scheduled: The number of nodes that are running at least 1 daemon pod and are supposed to run the daemon pod. More info: https://kubernetes.io/docs/concepts/workloads/controllers/daemonset/
|
|
647
|
-
:param int desired_number_scheduled: The total number of nodes that should be running the daemon pod (including nodes correctly running the daemon pod). More info: https://kubernetes.io/docs/concepts/workloads/controllers/daemonset/
|
|
648
|
-
:param int number_misscheduled: The number of nodes that are running the daemon pod, but are not supposed to run the daemon pod. More info: https://kubernetes.io/docs/concepts/workloads/controllers/daemonset/
|
|
649
|
-
:param int number_ready: The number of nodes that should be running the daemon pod and have one or more of the daemon pod running and ready.
|
|
650
|
-
:param int collision_count: Count of hash collisions for the DaemonSet. The DaemonSet controller uses this field as a collision avoidance mechanism when it needs to create the name for the newest ControllerRevision.
|
|
646
|
+
:param _builtins.int current_number_scheduled: The number of nodes that are running at least 1 daemon pod and are supposed to run the daemon pod. More info: https://kubernetes.io/docs/concepts/workloads/controllers/daemonset/
|
|
647
|
+
:param _builtins.int desired_number_scheduled: The total number of nodes that should be running the daemon pod (including nodes correctly running the daemon pod). More info: https://kubernetes.io/docs/concepts/workloads/controllers/daemonset/
|
|
648
|
+
:param _builtins.int number_misscheduled: The number of nodes that are running the daemon pod, but are not supposed to run the daemon pod. More info: https://kubernetes.io/docs/concepts/workloads/controllers/daemonset/
|
|
649
|
+
:param _builtins.int number_ready: The number of nodes that should be running the daemon pod and have one or more of the daemon pod running and ready.
|
|
650
|
+
:param _builtins.int collision_count: Count of hash collisions for the DaemonSet. The DaemonSet controller uses this field as a collision avoidance mechanism when it needs to create the name for the newest ControllerRevision.
|
|
651
651
|
:param Sequence['DaemonSetConditionArgs'] conditions: Represents the latest available observations of a DaemonSet's current state.
|
|
652
|
-
:param int number_available: The number of nodes that should be running the daemon pod and have one or more of the daemon pod running and available (ready for at least spec.minReadySeconds)
|
|
653
|
-
:param int number_unavailable: The number of nodes that should be running the daemon pod and have none of the daemon pod running and available (ready for at least spec.minReadySeconds)
|
|
654
|
-
:param int observed_generation: The most recent generation observed by the daemon set controller.
|
|
655
|
-
:param int updated_number_scheduled: The total number of nodes that are running updated daemon pod
|
|
652
|
+
:param _builtins.int number_available: The number of nodes that should be running the daemon pod and have one or more of the daemon pod running and available (ready for at least spec.minReadySeconds)
|
|
653
|
+
:param _builtins.int number_unavailable: The number of nodes that should be running the daemon pod and have none of the daemon pod running and available (ready for at least spec.minReadySeconds)
|
|
654
|
+
:param _builtins.int observed_generation: The most recent generation observed by the daemon set controller.
|
|
655
|
+
:param _builtins.int updated_number_scheduled: The total number of nodes that are running updated daemon pod
|
|
656
656
|
"""
|
|
657
657
|
pulumi.set(__self__, "current_number_scheduled", current_number_scheduled)
|
|
658
658
|
pulumi.set(__self__, "desired_number_scheduled", desired_number_scheduled)
|
|
@@ -671,47 +671,47 @@ class DaemonSetStatus(dict):
|
|
|
671
671
|
if updated_number_scheduled is not None:
|
|
672
672
|
pulumi.set(__self__, "updated_number_scheduled", updated_number_scheduled)
|
|
673
673
|
|
|
674
|
-
@property
|
|
674
|
+
@_builtins.property
|
|
675
675
|
@pulumi.getter(name="currentNumberScheduled")
|
|
676
|
-
def current_number_scheduled(self) -> int:
|
|
676
|
+
def current_number_scheduled(self) -> _builtins.int:
|
|
677
677
|
"""
|
|
678
678
|
The number of nodes that are running at least 1 daemon pod and are supposed to run the daemon pod. More info: https://kubernetes.io/docs/concepts/workloads/controllers/daemonset/
|
|
679
679
|
"""
|
|
680
680
|
return pulumi.get(self, "current_number_scheduled")
|
|
681
681
|
|
|
682
|
-
@property
|
|
682
|
+
@_builtins.property
|
|
683
683
|
@pulumi.getter(name="desiredNumberScheduled")
|
|
684
|
-
def desired_number_scheduled(self) -> int:
|
|
684
|
+
def desired_number_scheduled(self) -> _builtins.int:
|
|
685
685
|
"""
|
|
686
686
|
The total number of nodes that should be running the daemon pod (including nodes correctly running the daemon pod). More info: https://kubernetes.io/docs/concepts/workloads/controllers/daemonset/
|
|
687
687
|
"""
|
|
688
688
|
return pulumi.get(self, "desired_number_scheduled")
|
|
689
689
|
|
|
690
|
-
@property
|
|
690
|
+
@_builtins.property
|
|
691
691
|
@pulumi.getter(name="numberMisscheduled")
|
|
692
|
-
def number_misscheduled(self) -> int:
|
|
692
|
+
def number_misscheduled(self) -> _builtins.int:
|
|
693
693
|
"""
|
|
694
694
|
The number of nodes that are running the daemon pod, but are not supposed to run the daemon pod. More info: https://kubernetes.io/docs/concepts/workloads/controllers/daemonset/
|
|
695
695
|
"""
|
|
696
696
|
return pulumi.get(self, "number_misscheduled")
|
|
697
697
|
|
|
698
|
-
@property
|
|
698
|
+
@_builtins.property
|
|
699
699
|
@pulumi.getter(name="numberReady")
|
|
700
|
-
def number_ready(self) -> int:
|
|
700
|
+
def number_ready(self) -> _builtins.int:
|
|
701
701
|
"""
|
|
702
702
|
The number of nodes that should be running the daemon pod and have one or more of the daemon pod running and ready.
|
|
703
703
|
"""
|
|
704
704
|
return pulumi.get(self, "number_ready")
|
|
705
705
|
|
|
706
|
-
@property
|
|
706
|
+
@_builtins.property
|
|
707
707
|
@pulumi.getter(name="collisionCount")
|
|
708
|
-
def collision_count(self) -> Optional[int]:
|
|
708
|
+
def collision_count(self) -> Optional[_builtins.int]:
|
|
709
709
|
"""
|
|
710
710
|
Count of hash collisions for the DaemonSet. The DaemonSet controller uses this field as a collision avoidance mechanism when it needs to create the name for the newest ControllerRevision.
|
|
711
711
|
"""
|
|
712
712
|
return pulumi.get(self, "collision_count")
|
|
713
713
|
|
|
714
|
-
@property
|
|
714
|
+
@_builtins.property
|
|
715
715
|
@pulumi.getter
|
|
716
716
|
def conditions(self) -> Optional[Sequence['outputs.DaemonSetCondition']]:
|
|
717
717
|
"""
|
|
@@ -719,33 +719,33 @@ class DaemonSetStatus(dict):
|
|
|
719
719
|
"""
|
|
720
720
|
return pulumi.get(self, "conditions")
|
|
721
721
|
|
|
722
|
-
@property
|
|
722
|
+
@_builtins.property
|
|
723
723
|
@pulumi.getter(name="numberAvailable")
|
|
724
|
-
def number_available(self) -> Optional[int]:
|
|
724
|
+
def number_available(self) -> Optional[_builtins.int]:
|
|
725
725
|
"""
|
|
726
726
|
The number of nodes that should be running the daemon pod and have one or more of the daemon pod running and available (ready for at least spec.minReadySeconds)
|
|
727
727
|
"""
|
|
728
728
|
return pulumi.get(self, "number_available")
|
|
729
729
|
|
|
730
|
-
@property
|
|
730
|
+
@_builtins.property
|
|
731
731
|
@pulumi.getter(name="numberUnavailable")
|
|
732
|
-
def number_unavailable(self) -> Optional[int]:
|
|
732
|
+
def number_unavailable(self) -> Optional[_builtins.int]:
|
|
733
733
|
"""
|
|
734
734
|
The number of nodes that should be running the daemon pod and have none of the daemon pod running and available (ready for at least spec.minReadySeconds)
|
|
735
735
|
"""
|
|
736
736
|
return pulumi.get(self, "number_unavailable")
|
|
737
737
|
|
|
738
|
-
@property
|
|
738
|
+
@_builtins.property
|
|
739
739
|
@pulumi.getter(name="observedGeneration")
|
|
740
|
-
def observed_generation(self) -> Optional[int]:
|
|
740
|
+
def observed_generation(self) -> Optional[_builtins.int]:
|
|
741
741
|
"""
|
|
742
742
|
The most recent generation observed by the daemon set controller.
|
|
743
743
|
"""
|
|
744
744
|
return pulumi.get(self, "observed_generation")
|
|
745
745
|
|
|
746
|
-
@property
|
|
746
|
+
@_builtins.property
|
|
747
747
|
@pulumi.getter(name="updatedNumberScheduled")
|
|
748
|
-
def updated_number_scheduled(self) -> Optional[int]:
|
|
748
|
+
def updated_number_scheduled(self) -> Optional[_builtins.int]:
|
|
749
749
|
"""
|
|
750
750
|
The total number of nodes that are running updated daemon pod
|
|
751
751
|
"""
|
|
@@ -791,28 +791,28 @@ class DaemonSetStatusPatch(dict):
|
|
|
791
791
|
return super().get(key, default)
|
|
792
792
|
|
|
793
793
|
def __init__(__self__, *,
|
|
794
|
-
collision_count: Optional[int] = None,
|
|
794
|
+
collision_count: Optional[_builtins.int] = None,
|
|
795
795
|
conditions: Optional[Sequence['outputs.DaemonSetConditionPatch']] = None,
|
|
796
|
-
current_number_scheduled: Optional[int] = None,
|
|
797
|
-
desired_number_scheduled: Optional[int] = None,
|
|
798
|
-
number_available: Optional[int] = None,
|
|
799
|
-
number_misscheduled: Optional[int] = None,
|
|
800
|
-
number_ready: Optional[int] = None,
|
|
801
|
-
number_unavailable: Optional[int] = None,
|
|
802
|
-
observed_generation: Optional[int] = None,
|
|
803
|
-
updated_number_scheduled: Optional[int] = None):
|
|
796
|
+
current_number_scheduled: Optional[_builtins.int] = None,
|
|
797
|
+
desired_number_scheduled: Optional[_builtins.int] = None,
|
|
798
|
+
number_available: Optional[_builtins.int] = None,
|
|
799
|
+
number_misscheduled: Optional[_builtins.int] = None,
|
|
800
|
+
number_ready: Optional[_builtins.int] = None,
|
|
801
|
+
number_unavailable: Optional[_builtins.int] = None,
|
|
802
|
+
observed_generation: Optional[_builtins.int] = None,
|
|
803
|
+
updated_number_scheduled: Optional[_builtins.int] = None):
|
|
804
804
|
"""
|
|
805
805
|
DaemonSetStatus represents the current status of a daemon set.
|
|
806
|
-
:param int collision_count: Count of hash collisions for the DaemonSet. The DaemonSet controller uses this field as a collision avoidance mechanism when it needs to create the name for the newest ControllerRevision.
|
|
806
|
+
:param _builtins.int collision_count: Count of hash collisions for the DaemonSet. The DaemonSet controller uses this field as a collision avoidance mechanism when it needs to create the name for the newest ControllerRevision.
|
|
807
807
|
:param Sequence['DaemonSetConditionPatchArgs'] conditions: Represents the latest available observations of a DaemonSet's current state.
|
|
808
|
-
:param int current_number_scheduled: The number of nodes that are running at least 1 daemon pod and are supposed to run the daemon pod. More info: https://kubernetes.io/docs/concepts/workloads/controllers/daemonset/
|
|
809
|
-
:param int desired_number_scheduled: The total number of nodes that should be running the daemon pod (including nodes correctly running the daemon pod). More info: https://kubernetes.io/docs/concepts/workloads/controllers/daemonset/
|
|
810
|
-
:param int number_available: The number of nodes that should be running the daemon pod and have one or more of the daemon pod running and available (ready for at least spec.minReadySeconds)
|
|
811
|
-
:param int number_misscheduled: The number of nodes that are running the daemon pod, but are not supposed to run the daemon pod. More info: https://kubernetes.io/docs/concepts/workloads/controllers/daemonset/
|
|
812
|
-
:param int number_ready: The number of nodes that should be running the daemon pod and have one or more of the daemon pod running and ready.
|
|
813
|
-
:param int number_unavailable: The number of nodes that should be running the daemon pod and have none of the daemon pod running and available (ready for at least spec.minReadySeconds)
|
|
814
|
-
:param int observed_generation: The most recent generation observed by the daemon set controller.
|
|
815
|
-
:param int updated_number_scheduled: The total number of nodes that are running updated daemon pod
|
|
808
|
+
:param _builtins.int current_number_scheduled: The number of nodes that are running at least 1 daemon pod and are supposed to run the daemon pod. More info: https://kubernetes.io/docs/concepts/workloads/controllers/daemonset/
|
|
809
|
+
:param _builtins.int desired_number_scheduled: The total number of nodes that should be running the daemon pod (including nodes correctly running the daemon pod). More info: https://kubernetes.io/docs/concepts/workloads/controllers/daemonset/
|
|
810
|
+
:param _builtins.int number_available: The number of nodes that should be running the daemon pod and have one or more of the daemon pod running and available (ready for at least spec.minReadySeconds)
|
|
811
|
+
:param _builtins.int number_misscheduled: The number of nodes that are running the daemon pod, but are not supposed to run the daemon pod. More info: https://kubernetes.io/docs/concepts/workloads/controllers/daemonset/
|
|
812
|
+
:param _builtins.int number_ready: The number of nodes that should be running the daemon pod and have one or more of the daemon pod running and ready.
|
|
813
|
+
:param _builtins.int number_unavailable: The number of nodes that should be running the daemon pod and have none of the daemon pod running and available (ready for at least spec.minReadySeconds)
|
|
814
|
+
:param _builtins.int observed_generation: The most recent generation observed by the daemon set controller.
|
|
815
|
+
:param _builtins.int updated_number_scheduled: The total number of nodes that are running updated daemon pod
|
|
816
816
|
"""
|
|
817
817
|
if collision_count is not None:
|
|
818
818
|
pulumi.set(__self__, "collision_count", collision_count)
|
|
@@ -835,15 +835,15 @@ class DaemonSetStatusPatch(dict):
|
|
|
835
835
|
if updated_number_scheduled is not None:
|
|
836
836
|
pulumi.set(__self__, "updated_number_scheduled", updated_number_scheduled)
|
|
837
837
|
|
|
838
|
-
@property
|
|
838
|
+
@_builtins.property
|
|
839
839
|
@pulumi.getter(name="collisionCount")
|
|
840
|
-
def collision_count(self) -> Optional[int]:
|
|
840
|
+
def collision_count(self) -> Optional[_builtins.int]:
|
|
841
841
|
"""
|
|
842
842
|
Count of hash collisions for the DaemonSet. The DaemonSet controller uses this field as a collision avoidance mechanism when it needs to create the name for the newest ControllerRevision.
|
|
843
843
|
"""
|
|
844
844
|
return pulumi.get(self, "collision_count")
|
|
845
845
|
|
|
846
|
-
@property
|
|
846
|
+
@_builtins.property
|
|
847
847
|
@pulumi.getter
|
|
848
848
|
def conditions(self) -> Optional[Sequence['outputs.DaemonSetConditionPatch']]:
|
|
849
849
|
"""
|
|
@@ -851,65 +851,65 @@ class DaemonSetStatusPatch(dict):
|
|
|
851
851
|
"""
|
|
852
852
|
return pulumi.get(self, "conditions")
|
|
853
853
|
|
|
854
|
-
@property
|
|
854
|
+
@_builtins.property
|
|
855
855
|
@pulumi.getter(name="currentNumberScheduled")
|
|
856
|
-
def current_number_scheduled(self) -> Optional[int]:
|
|
856
|
+
def current_number_scheduled(self) -> Optional[_builtins.int]:
|
|
857
857
|
"""
|
|
858
858
|
The number of nodes that are running at least 1 daemon pod and are supposed to run the daemon pod. More info: https://kubernetes.io/docs/concepts/workloads/controllers/daemonset/
|
|
859
859
|
"""
|
|
860
860
|
return pulumi.get(self, "current_number_scheduled")
|
|
861
861
|
|
|
862
|
-
@property
|
|
862
|
+
@_builtins.property
|
|
863
863
|
@pulumi.getter(name="desiredNumberScheduled")
|
|
864
|
-
def desired_number_scheduled(self) -> Optional[int]:
|
|
864
|
+
def desired_number_scheduled(self) -> Optional[_builtins.int]:
|
|
865
865
|
"""
|
|
866
866
|
The total number of nodes that should be running the daemon pod (including nodes correctly running the daemon pod). More info: https://kubernetes.io/docs/concepts/workloads/controllers/daemonset/
|
|
867
867
|
"""
|
|
868
868
|
return pulumi.get(self, "desired_number_scheduled")
|
|
869
869
|
|
|
870
|
-
@property
|
|
870
|
+
@_builtins.property
|
|
871
871
|
@pulumi.getter(name="numberAvailable")
|
|
872
|
-
def number_available(self) -> Optional[int]:
|
|
872
|
+
def number_available(self) -> Optional[_builtins.int]:
|
|
873
873
|
"""
|
|
874
874
|
The number of nodes that should be running the daemon pod and have one or more of the daemon pod running and available (ready for at least spec.minReadySeconds)
|
|
875
875
|
"""
|
|
876
876
|
return pulumi.get(self, "number_available")
|
|
877
877
|
|
|
878
|
-
@property
|
|
878
|
+
@_builtins.property
|
|
879
879
|
@pulumi.getter(name="numberMisscheduled")
|
|
880
|
-
def number_misscheduled(self) -> Optional[int]:
|
|
880
|
+
def number_misscheduled(self) -> Optional[_builtins.int]:
|
|
881
881
|
"""
|
|
882
882
|
The number of nodes that are running the daemon pod, but are not supposed to run the daemon pod. More info: https://kubernetes.io/docs/concepts/workloads/controllers/daemonset/
|
|
883
883
|
"""
|
|
884
884
|
return pulumi.get(self, "number_misscheduled")
|
|
885
885
|
|
|
886
|
-
@property
|
|
886
|
+
@_builtins.property
|
|
887
887
|
@pulumi.getter(name="numberReady")
|
|
888
|
-
def number_ready(self) -> Optional[int]:
|
|
888
|
+
def number_ready(self) -> Optional[_builtins.int]:
|
|
889
889
|
"""
|
|
890
890
|
The number of nodes that should be running the daemon pod and have one or more of the daemon pod running and ready.
|
|
891
891
|
"""
|
|
892
892
|
return pulumi.get(self, "number_ready")
|
|
893
893
|
|
|
894
|
-
@property
|
|
894
|
+
@_builtins.property
|
|
895
895
|
@pulumi.getter(name="numberUnavailable")
|
|
896
|
-
def number_unavailable(self) -> Optional[int]:
|
|
896
|
+
def number_unavailable(self) -> Optional[_builtins.int]:
|
|
897
897
|
"""
|
|
898
898
|
The number of nodes that should be running the daemon pod and have none of the daemon pod running and available (ready for at least spec.minReadySeconds)
|
|
899
899
|
"""
|
|
900
900
|
return pulumi.get(self, "number_unavailable")
|
|
901
901
|
|
|
902
|
-
@property
|
|
902
|
+
@_builtins.property
|
|
903
903
|
@pulumi.getter(name="observedGeneration")
|
|
904
|
-
def observed_generation(self) -> Optional[int]:
|
|
904
|
+
def observed_generation(self) -> Optional[_builtins.int]:
|
|
905
905
|
"""
|
|
906
906
|
The most recent generation observed by the daemon set controller.
|
|
907
907
|
"""
|
|
908
908
|
return pulumi.get(self, "observed_generation")
|
|
909
909
|
|
|
910
|
-
@property
|
|
910
|
+
@_builtins.property
|
|
911
911
|
@pulumi.getter(name="updatedNumberScheduled")
|
|
912
|
-
def updated_number_scheduled(self) -> Optional[int]:
|
|
912
|
+
def updated_number_scheduled(self) -> Optional[_builtins.int]:
|
|
913
913
|
"""
|
|
914
914
|
The total number of nodes that are running updated daemon pod
|
|
915
915
|
"""
|
|
@@ -940,18 +940,18 @@ class DaemonSetUpdateStrategy(dict):
|
|
|
940
940
|
|
|
941
941
|
def __init__(__self__, *,
|
|
942
942
|
rolling_update: Optional['outputs.RollingUpdateDaemonSet'] = None,
|
|
943
|
-
type: Optional[str] = None):
|
|
943
|
+
type: Optional[_builtins.str] = None):
|
|
944
944
|
"""
|
|
945
945
|
DaemonSetUpdateStrategy is a struct used to control the update strategy for a DaemonSet.
|
|
946
946
|
:param 'RollingUpdateDaemonSetArgs' rolling_update: Rolling update config params. Present only if type = "RollingUpdate".
|
|
947
|
-
:param str type: Type of daemon set update. Can be "RollingUpdate" or "OnDelete". Default is RollingUpdate.
|
|
947
|
+
:param _builtins.str type: Type of daemon set update. Can be "RollingUpdate" or "OnDelete". Default is RollingUpdate.
|
|
948
948
|
"""
|
|
949
949
|
if rolling_update is not None:
|
|
950
950
|
pulumi.set(__self__, "rolling_update", rolling_update)
|
|
951
951
|
if type is not None:
|
|
952
952
|
pulumi.set(__self__, "type", type)
|
|
953
953
|
|
|
954
|
-
@property
|
|
954
|
+
@_builtins.property
|
|
955
955
|
@pulumi.getter(name="rollingUpdate")
|
|
956
956
|
def rolling_update(self) -> Optional['outputs.RollingUpdateDaemonSet']:
|
|
957
957
|
"""
|
|
@@ -959,9 +959,9 @@ class DaemonSetUpdateStrategy(dict):
|
|
|
959
959
|
"""
|
|
960
960
|
return pulumi.get(self, "rolling_update")
|
|
961
961
|
|
|
962
|
-
@property
|
|
962
|
+
@_builtins.property
|
|
963
963
|
@pulumi.getter
|
|
964
|
-
def type(self) -> Optional[str]:
|
|
964
|
+
def type(self) -> Optional[_builtins.str]:
|
|
965
965
|
"""
|
|
966
966
|
Type of daemon set update. Can be "RollingUpdate" or "OnDelete". Default is RollingUpdate.
|
|
967
967
|
"""
|
|
@@ -992,18 +992,18 @@ class DaemonSetUpdateStrategyPatch(dict):
|
|
|
992
992
|
|
|
993
993
|
def __init__(__self__, *,
|
|
994
994
|
rolling_update: Optional['outputs.RollingUpdateDaemonSetPatch'] = None,
|
|
995
|
-
type: Optional[str] = None):
|
|
995
|
+
type: Optional[_builtins.str] = None):
|
|
996
996
|
"""
|
|
997
997
|
DaemonSetUpdateStrategy is a struct used to control the update strategy for a DaemonSet.
|
|
998
998
|
:param 'RollingUpdateDaemonSetPatchArgs' rolling_update: Rolling update config params. Present only if type = "RollingUpdate".
|
|
999
|
-
:param str type: Type of daemon set update. Can be "RollingUpdate" or "OnDelete". Default is RollingUpdate.
|
|
999
|
+
:param _builtins.str type: Type of daemon set update. Can be "RollingUpdate" or "OnDelete". Default is RollingUpdate.
|
|
1000
1000
|
"""
|
|
1001
1001
|
if rolling_update is not None:
|
|
1002
1002
|
pulumi.set(__self__, "rolling_update", rolling_update)
|
|
1003
1003
|
if type is not None:
|
|
1004
1004
|
pulumi.set(__self__, "type", type)
|
|
1005
1005
|
|
|
1006
|
-
@property
|
|
1006
|
+
@_builtins.property
|
|
1007
1007
|
@pulumi.getter(name="rollingUpdate")
|
|
1008
1008
|
def rolling_update(self) -> Optional['outputs.RollingUpdateDaemonSetPatch']:
|
|
1009
1009
|
"""
|
|
@@ -1011,9 +1011,9 @@ class DaemonSetUpdateStrategyPatch(dict):
|
|
|
1011
1011
|
"""
|
|
1012
1012
|
return pulumi.get(self, "rolling_update")
|
|
1013
1013
|
|
|
1014
|
-
@property
|
|
1014
|
+
@_builtins.property
|
|
1015
1015
|
@pulumi.getter
|
|
1016
|
-
def type(self) -> Optional[str]:
|
|
1016
|
+
def type(self) -> Optional[_builtins.str]:
|
|
1017
1017
|
"""
|
|
1018
1018
|
Type of daemon set update. Can be "RollingUpdate" or "OnDelete". Default is RollingUpdate.
|
|
1019
1019
|
"""
|
|
@@ -1065,8 +1065,8 @@ class Deployment(dict):
|
|
|
1065
1065
|
return super().get(key, default)
|
|
1066
1066
|
|
|
1067
1067
|
def __init__(__self__, *,
|
|
1068
|
-
api_version: Optional[str] = None,
|
|
1069
|
-
kind: Optional[str] = None,
|
|
1068
|
+
api_version: Optional[_builtins.str] = None,
|
|
1069
|
+
kind: Optional[_builtins.str] = None,
|
|
1070
1070
|
metadata: Optional['_meta.v1.outputs.ObjectMeta'] = None,
|
|
1071
1071
|
spec: Optional['outputs.DeploymentSpec'] = None,
|
|
1072
1072
|
status: Optional['outputs.DeploymentStatus'] = None):
|
|
@@ -1094,8 +1094,8 @@ class Deployment(dict):
|
|
|
1094
1094
|
If the Deployment has not reached a Ready state after 10 minutes, it will
|
|
1095
1095
|
time out and mark the resource update as Failed. You can override the default timeout value
|
|
1096
1096
|
by setting the 'customTimeouts' option on the resource.
|
|
1097
|
-
:param str api_version: APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources
|
|
1098
|
-
:param str kind: Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds
|
|
1097
|
+
: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
|
|
1098
|
+
:param _builtins.str kind: Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds
|
|
1099
1099
|
:param '_meta.v1.ObjectMetaArgs' metadata: Standard object metadata.
|
|
1100
1100
|
:param 'DeploymentSpecArgs' spec: Specification of the desired behavior of the Deployment.
|
|
1101
1101
|
:param 'DeploymentStatusArgs' status: Most recently observed status of the Deployment.
|
|
@@ -1111,23 +1111,23 @@ class Deployment(dict):
|
|
|
1111
1111
|
if status is not None:
|
|
1112
1112
|
pulumi.set(__self__, "status", status)
|
|
1113
1113
|
|
|
1114
|
-
@property
|
|
1114
|
+
@_builtins.property
|
|
1115
1115
|
@pulumi.getter(name="apiVersion")
|
|
1116
|
-
def api_version(self) -> Optional[str]:
|
|
1116
|
+
def api_version(self) -> Optional[_builtins.str]:
|
|
1117
1117
|
"""
|
|
1118
1118
|
APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources
|
|
1119
1119
|
"""
|
|
1120
1120
|
return pulumi.get(self, "api_version")
|
|
1121
1121
|
|
|
1122
|
-
@property
|
|
1122
|
+
@_builtins.property
|
|
1123
1123
|
@pulumi.getter
|
|
1124
|
-
def kind(self) -> Optional[str]:
|
|
1124
|
+
def kind(self) -> Optional[_builtins.str]:
|
|
1125
1125
|
"""
|
|
1126
1126
|
Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds
|
|
1127
1127
|
"""
|
|
1128
1128
|
return pulumi.get(self, "kind")
|
|
1129
1129
|
|
|
1130
|
-
@property
|
|
1130
|
+
@_builtins.property
|
|
1131
1131
|
@pulumi.getter
|
|
1132
1132
|
def metadata(self) -> Optional['_meta.v1.outputs.ObjectMeta']:
|
|
1133
1133
|
"""
|
|
@@ -1135,7 +1135,7 @@ class Deployment(dict):
|
|
|
1135
1135
|
"""
|
|
1136
1136
|
return pulumi.get(self, "metadata")
|
|
1137
1137
|
|
|
1138
|
-
@property
|
|
1138
|
+
@_builtins.property
|
|
1139
1139
|
@pulumi.getter
|
|
1140
1140
|
def spec(self) -> Optional['outputs.DeploymentSpec']:
|
|
1141
1141
|
"""
|
|
@@ -1143,7 +1143,7 @@ class Deployment(dict):
|
|
|
1143
1143
|
"""
|
|
1144
1144
|
return pulumi.get(self, "spec")
|
|
1145
1145
|
|
|
1146
|
-
@property
|
|
1146
|
+
@_builtins.property
|
|
1147
1147
|
@pulumi.getter
|
|
1148
1148
|
def status(self) -> Optional['outputs.DeploymentStatus']:
|
|
1149
1149
|
"""
|
|
@@ -1177,20 +1177,20 @@ class DeploymentCondition(dict):
|
|
|
1177
1177
|
return super().get(key, default)
|
|
1178
1178
|
|
|
1179
1179
|
def __init__(__self__, *,
|
|
1180
|
-
status: str,
|
|
1181
|
-
type: str,
|
|
1182
|
-
last_transition_time: Optional[str] = None,
|
|
1183
|
-
last_update_time: Optional[str] = None,
|
|
1184
|
-
message: Optional[str] = None,
|
|
1185
|
-
reason: Optional[str] = None):
|
|
1180
|
+
status: _builtins.str,
|
|
1181
|
+
type: _builtins.str,
|
|
1182
|
+
last_transition_time: Optional[_builtins.str] = None,
|
|
1183
|
+
last_update_time: Optional[_builtins.str] = None,
|
|
1184
|
+
message: Optional[_builtins.str] = None,
|
|
1185
|
+
reason: Optional[_builtins.str] = None):
|
|
1186
1186
|
"""
|
|
1187
1187
|
DeploymentCondition describes the state of a deployment at a certain point.
|
|
1188
|
-
:param str status: Status of the condition, one of True, False, Unknown.
|
|
1189
|
-
:param str type: Type of deployment condition.
|
|
1190
|
-
:param str last_transition_time: Last time the condition transitioned from one status to another.
|
|
1191
|
-
:param str last_update_time: The last time this condition was updated.
|
|
1192
|
-
:param str message: A human readable message indicating details about the transition.
|
|
1193
|
-
:param str reason: The reason for the condition's last transition.
|
|
1188
|
+
:param _builtins.str status: Status of the condition, one of True, False, Unknown.
|
|
1189
|
+
:param _builtins.str type: Type of deployment condition.
|
|
1190
|
+
:param _builtins.str last_transition_time: Last time the condition transitioned from one status to another.
|
|
1191
|
+
:param _builtins.str last_update_time: The last time this condition was updated.
|
|
1192
|
+
:param _builtins.str message: A human readable message indicating details about the transition.
|
|
1193
|
+
:param _builtins.str reason: The reason for the condition's last transition.
|
|
1194
1194
|
"""
|
|
1195
1195
|
pulumi.set(__self__, "status", status)
|
|
1196
1196
|
pulumi.set(__self__, "type", type)
|
|
@@ -1203,49 +1203,49 @@ class DeploymentCondition(dict):
|
|
|
1203
1203
|
if reason is not None:
|
|
1204
1204
|
pulumi.set(__self__, "reason", reason)
|
|
1205
1205
|
|
|
1206
|
-
@property
|
|
1206
|
+
@_builtins.property
|
|
1207
1207
|
@pulumi.getter
|
|
1208
|
-
def status(self) -> str:
|
|
1208
|
+
def status(self) -> _builtins.str:
|
|
1209
1209
|
"""
|
|
1210
1210
|
Status of the condition, one of True, False, Unknown.
|
|
1211
1211
|
"""
|
|
1212
1212
|
return pulumi.get(self, "status")
|
|
1213
1213
|
|
|
1214
|
-
@property
|
|
1214
|
+
@_builtins.property
|
|
1215
1215
|
@pulumi.getter
|
|
1216
|
-
def type(self) -> str:
|
|
1216
|
+
def type(self) -> _builtins.str:
|
|
1217
1217
|
"""
|
|
1218
1218
|
Type of deployment condition.
|
|
1219
1219
|
"""
|
|
1220
1220
|
return pulumi.get(self, "type")
|
|
1221
1221
|
|
|
1222
|
-
@property
|
|
1222
|
+
@_builtins.property
|
|
1223
1223
|
@pulumi.getter(name="lastTransitionTime")
|
|
1224
|
-
def last_transition_time(self) -> Optional[str]:
|
|
1224
|
+
def last_transition_time(self) -> Optional[_builtins.str]:
|
|
1225
1225
|
"""
|
|
1226
1226
|
Last time the condition transitioned from one status to another.
|
|
1227
1227
|
"""
|
|
1228
1228
|
return pulumi.get(self, "last_transition_time")
|
|
1229
1229
|
|
|
1230
|
-
@property
|
|
1230
|
+
@_builtins.property
|
|
1231
1231
|
@pulumi.getter(name="lastUpdateTime")
|
|
1232
|
-
def last_update_time(self) -> Optional[str]:
|
|
1232
|
+
def last_update_time(self) -> Optional[_builtins.str]:
|
|
1233
1233
|
"""
|
|
1234
1234
|
The last time this condition was updated.
|
|
1235
1235
|
"""
|
|
1236
1236
|
return pulumi.get(self, "last_update_time")
|
|
1237
1237
|
|
|
1238
|
-
@property
|
|
1238
|
+
@_builtins.property
|
|
1239
1239
|
@pulumi.getter
|
|
1240
|
-
def message(self) -> Optional[str]:
|
|
1240
|
+
def message(self) -> Optional[_builtins.str]:
|
|
1241
1241
|
"""
|
|
1242
1242
|
A human readable message indicating details about the transition.
|
|
1243
1243
|
"""
|
|
1244
1244
|
return pulumi.get(self, "message")
|
|
1245
1245
|
|
|
1246
|
-
@property
|
|
1246
|
+
@_builtins.property
|
|
1247
1247
|
@pulumi.getter
|
|
1248
|
-
def reason(self) -> Optional[str]:
|
|
1248
|
+
def reason(self) -> Optional[_builtins.str]:
|
|
1249
1249
|
"""
|
|
1250
1250
|
The reason for the condition's last transition.
|
|
1251
1251
|
"""
|
|
@@ -1277,20 +1277,20 @@ class DeploymentConditionPatch(dict):
|
|
|
1277
1277
|
return super().get(key, default)
|
|
1278
1278
|
|
|
1279
1279
|
def __init__(__self__, *,
|
|
1280
|
-
last_transition_time: Optional[str] = None,
|
|
1281
|
-
last_update_time: Optional[str] = None,
|
|
1282
|
-
message: Optional[str] = None,
|
|
1283
|
-
reason: Optional[str] = None,
|
|
1284
|
-
status: Optional[str] = None,
|
|
1285
|
-
type: Optional[str] = None):
|
|
1280
|
+
last_transition_time: Optional[_builtins.str] = None,
|
|
1281
|
+
last_update_time: Optional[_builtins.str] = None,
|
|
1282
|
+
message: Optional[_builtins.str] = None,
|
|
1283
|
+
reason: Optional[_builtins.str] = None,
|
|
1284
|
+
status: Optional[_builtins.str] = None,
|
|
1285
|
+
type: Optional[_builtins.str] = None):
|
|
1286
1286
|
"""
|
|
1287
1287
|
DeploymentCondition describes the state of a deployment at a certain point.
|
|
1288
|
-
:param str last_transition_time: Last time the condition transitioned from one status to another.
|
|
1289
|
-
:param str last_update_time: The last time this condition was updated.
|
|
1290
|
-
:param str message: A human readable message indicating details about the transition.
|
|
1291
|
-
:param str reason: The reason for the condition's last transition.
|
|
1292
|
-
:param str status: Status of the condition, one of True, False, Unknown.
|
|
1293
|
-
:param str type: Type of deployment condition.
|
|
1288
|
+
:param _builtins.str last_transition_time: Last time the condition transitioned from one status to another.
|
|
1289
|
+
:param _builtins.str last_update_time: The last time this condition was updated.
|
|
1290
|
+
:param _builtins.str message: A human readable message indicating details about the transition.
|
|
1291
|
+
:param _builtins.str reason: The reason for the condition's last transition.
|
|
1292
|
+
:param _builtins.str status: Status of the condition, one of True, False, Unknown.
|
|
1293
|
+
:param _builtins.str type: Type of deployment condition.
|
|
1294
1294
|
"""
|
|
1295
1295
|
if last_transition_time is not None:
|
|
1296
1296
|
pulumi.set(__self__, "last_transition_time", last_transition_time)
|
|
@@ -1305,49 +1305,49 @@ class DeploymentConditionPatch(dict):
|
|
|
1305
1305
|
if type is not None:
|
|
1306
1306
|
pulumi.set(__self__, "type", type)
|
|
1307
1307
|
|
|
1308
|
-
@property
|
|
1308
|
+
@_builtins.property
|
|
1309
1309
|
@pulumi.getter(name="lastTransitionTime")
|
|
1310
|
-
def last_transition_time(self) -> Optional[str]:
|
|
1310
|
+
def last_transition_time(self) -> Optional[_builtins.str]:
|
|
1311
1311
|
"""
|
|
1312
1312
|
Last time the condition transitioned from one status to another.
|
|
1313
1313
|
"""
|
|
1314
1314
|
return pulumi.get(self, "last_transition_time")
|
|
1315
1315
|
|
|
1316
|
-
@property
|
|
1316
|
+
@_builtins.property
|
|
1317
1317
|
@pulumi.getter(name="lastUpdateTime")
|
|
1318
|
-
def last_update_time(self) -> Optional[str]:
|
|
1318
|
+
def last_update_time(self) -> Optional[_builtins.str]:
|
|
1319
1319
|
"""
|
|
1320
1320
|
The last time this condition was updated.
|
|
1321
1321
|
"""
|
|
1322
1322
|
return pulumi.get(self, "last_update_time")
|
|
1323
1323
|
|
|
1324
|
-
@property
|
|
1324
|
+
@_builtins.property
|
|
1325
1325
|
@pulumi.getter
|
|
1326
|
-
def message(self) -> Optional[str]:
|
|
1326
|
+
def message(self) -> Optional[_builtins.str]:
|
|
1327
1327
|
"""
|
|
1328
1328
|
A human readable message indicating details about the transition.
|
|
1329
1329
|
"""
|
|
1330
1330
|
return pulumi.get(self, "message")
|
|
1331
1331
|
|
|
1332
|
-
@property
|
|
1332
|
+
@_builtins.property
|
|
1333
1333
|
@pulumi.getter
|
|
1334
|
-
def reason(self) -> Optional[str]:
|
|
1334
|
+
def reason(self) -> Optional[_builtins.str]:
|
|
1335
1335
|
"""
|
|
1336
1336
|
The reason for the condition's last transition.
|
|
1337
1337
|
"""
|
|
1338
1338
|
return pulumi.get(self, "reason")
|
|
1339
1339
|
|
|
1340
|
-
@property
|
|
1340
|
+
@_builtins.property
|
|
1341
1341
|
@pulumi.getter
|
|
1342
|
-
def status(self) -> Optional[str]:
|
|
1342
|
+
def status(self) -> Optional[_builtins.str]:
|
|
1343
1343
|
"""
|
|
1344
1344
|
Status of the condition, one of True, False, Unknown.
|
|
1345
1345
|
"""
|
|
1346
1346
|
return pulumi.get(self, "status")
|
|
1347
1347
|
|
|
1348
|
-
@property
|
|
1348
|
+
@_builtins.property
|
|
1349
1349
|
@pulumi.getter
|
|
1350
|
-
def type(self) -> Optional[str]:
|
|
1350
|
+
def type(self) -> Optional[_builtins.str]:
|
|
1351
1351
|
"""
|
|
1352
1352
|
Type of deployment condition.
|
|
1353
1353
|
"""
|
|
@@ -1383,21 +1383,21 @@ class DeploymentSpec(dict):
|
|
|
1383
1383
|
def __init__(__self__, *,
|
|
1384
1384
|
selector: '_meta.v1.outputs.LabelSelector',
|
|
1385
1385
|
template: '_core.v1.outputs.PodTemplateSpec',
|
|
1386
|
-
min_ready_seconds: Optional[int] = None,
|
|
1387
|
-
paused: Optional[bool] = None,
|
|
1388
|
-
progress_deadline_seconds: Optional[int] = None,
|
|
1389
|
-
replicas: Optional[int] = None,
|
|
1390
|
-
revision_history_limit: Optional[int] = None,
|
|
1386
|
+
min_ready_seconds: Optional[_builtins.int] = None,
|
|
1387
|
+
paused: Optional[_builtins.bool] = None,
|
|
1388
|
+
progress_deadline_seconds: Optional[_builtins.int] = None,
|
|
1389
|
+
replicas: Optional[_builtins.int] = None,
|
|
1390
|
+
revision_history_limit: Optional[_builtins.int] = None,
|
|
1391
1391
|
strategy: Optional['outputs.DeploymentStrategy'] = None):
|
|
1392
1392
|
"""
|
|
1393
1393
|
DeploymentSpec is the specification of the desired behavior of the Deployment.
|
|
1394
1394
|
:param '_meta.v1.LabelSelectorArgs' selector: Label selector for pods. Existing ReplicaSets whose pods are selected by this will be the ones affected by this deployment. It must match the pod template's labels.
|
|
1395
1395
|
:param '_core.v1.PodTemplateSpecArgs' template: Template describes the pods that will be created.
|
|
1396
|
-
:param int min_ready_seconds: Minimum number of seconds for which a newly created pod should be ready without any of its container crashing, for it to be considered available. Defaults to 0 (pod will be considered available as soon as it is ready)
|
|
1397
|
-
:param bool paused: Indicates that the deployment is paused.
|
|
1398
|
-
:param int progress_deadline_seconds: The maximum time in seconds for a deployment to make progress before it is considered to be failed. The deployment controller will continue to process failed deployments and a condition with a ProgressDeadlineExceeded reason will be surfaced in the deployment status. Note that progress will not be estimated during the time a deployment is paused. Defaults to 600s.
|
|
1399
|
-
:param int replicas: Number of desired pods. This is a pointer to distinguish between explicit zero and not specified. Defaults to 1.
|
|
1400
|
-
:param int revision_history_limit: The number of old ReplicaSets to retain to allow rollback. This is a pointer to distinguish between explicit zero and not specified. Defaults to 10.
|
|
1396
|
+
: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)
|
|
1397
|
+
:param _builtins.bool paused: Indicates that the deployment is paused.
|
|
1398
|
+
: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.
|
|
1399
|
+
:param _builtins.int replicas: Number of desired pods. This is a pointer to distinguish between explicit zero and not specified. Defaults to 1.
|
|
1400
|
+
:param _builtins.int revision_history_limit: The number of old ReplicaSets to retain to allow rollback. This is a pointer to distinguish between explicit zero and not specified. Defaults to 10.
|
|
1401
1401
|
:param 'DeploymentStrategyArgs' strategy: The deployment strategy to use to replace existing pods with new ones.
|
|
1402
1402
|
"""
|
|
1403
1403
|
pulumi.set(__self__, "selector", selector)
|
|
@@ -1415,7 +1415,7 @@ class DeploymentSpec(dict):
|
|
|
1415
1415
|
if strategy is not None:
|
|
1416
1416
|
pulumi.set(__self__, "strategy", strategy)
|
|
1417
1417
|
|
|
1418
|
-
@property
|
|
1418
|
+
@_builtins.property
|
|
1419
1419
|
@pulumi.getter
|
|
1420
1420
|
def selector(self) -> '_meta.v1.outputs.LabelSelector':
|
|
1421
1421
|
"""
|
|
@@ -1423,7 +1423,7 @@ class DeploymentSpec(dict):
|
|
|
1423
1423
|
"""
|
|
1424
1424
|
return pulumi.get(self, "selector")
|
|
1425
1425
|
|
|
1426
|
-
@property
|
|
1426
|
+
@_builtins.property
|
|
1427
1427
|
@pulumi.getter
|
|
1428
1428
|
def template(self) -> '_core.v1.outputs.PodTemplateSpec':
|
|
1429
1429
|
"""
|
|
@@ -1431,47 +1431,47 @@ class DeploymentSpec(dict):
|
|
|
1431
1431
|
"""
|
|
1432
1432
|
return pulumi.get(self, "template")
|
|
1433
1433
|
|
|
1434
|
-
@property
|
|
1434
|
+
@_builtins.property
|
|
1435
1435
|
@pulumi.getter(name="minReadySeconds")
|
|
1436
|
-
def min_ready_seconds(self) -> Optional[int]:
|
|
1436
|
+
def min_ready_seconds(self) -> Optional[_builtins.int]:
|
|
1437
1437
|
"""
|
|
1438
1438
|
Minimum number of seconds for which a newly created pod should be ready without any of its container crashing, for it to be considered available. Defaults to 0 (pod will be considered available as soon as it is ready)
|
|
1439
1439
|
"""
|
|
1440
1440
|
return pulumi.get(self, "min_ready_seconds")
|
|
1441
1441
|
|
|
1442
|
-
@property
|
|
1442
|
+
@_builtins.property
|
|
1443
1443
|
@pulumi.getter
|
|
1444
|
-
def paused(self) -> Optional[bool]:
|
|
1444
|
+
def paused(self) -> Optional[_builtins.bool]:
|
|
1445
1445
|
"""
|
|
1446
1446
|
Indicates that the deployment is paused.
|
|
1447
1447
|
"""
|
|
1448
1448
|
return pulumi.get(self, "paused")
|
|
1449
1449
|
|
|
1450
|
-
@property
|
|
1450
|
+
@_builtins.property
|
|
1451
1451
|
@pulumi.getter(name="progressDeadlineSeconds")
|
|
1452
|
-
def progress_deadline_seconds(self) -> Optional[int]:
|
|
1452
|
+
def progress_deadline_seconds(self) -> Optional[_builtins.int]:
|
|
1453
1453
|
"""
|
|
1454
1454
|
The maximum time in seconds for a deployment to make progress before it is considered to be failed. The deployment controller will continue to process failed deployments and a condition with a ProgressDeadlineExceeded reason will be surfaced in the deployment status. Note that progress will not be estimated during the time a deployment is paused. Defaults to 600s.
|
|
1455
1455
|
"""
|
|
1456
1456
|
return pulumi.get(self, "progress_deadline_seconds")
|
|
1457
1457
|
|
|
1458
|
-
@property
|
|
1458
|
+
@_builtins.property
|
|
1459
1459
|
@pulumi.getter
|
|
1460
|
-
def replicas(self) -> Optional[int]:
|
|
1460
|
+
def replicas(self) -> Optional[_builtins.int]:
|
|
1461
1461
|
"""
|
|
1462
1462
|
Number of desired pods. This is a pointer to distinguish between explicit zero and not specified. Defaults to 1.
|
|
1463
1463
|
"""
|
|
1464
1464
|
return pulumi.get(self, "replicas")
|
|
1465
1465
|
|
|
1466
|
-
@property
|
|
1466
|
+
@_builtins.property
|
|
1467
1467
|
@pulumi.getter(name="revisionHistoryLimit")
|
|
1468
|
-
def revision_history_limit(self) -> Optional[int]:
|
|
1468
|
+
def revision_history_limit(self) -> Optional[_builtins.int]:
|
|
1469
1469
|
"""
|
|
1470
1470
|
The number of old ReplicaSets to retain to allow rollback. This is a pointer to distinguish between explicit zero and not specified. Defaults to 10.
|
|
1471
1471
|
"""
|
|
1472
1472
|
return pulumi.get(self, "revision_history_limit")
|
|
1473
1473
|
|
|
1474
|
-
@property
|
|
1474
|
+
@_builtins.property
|
|
1475
1475
|
@pulumi.getter
|
|
1476
1476
|
def strategy(self) -> Optional['outputs.DeploymentStrategy']:
|
|
1477
1477
|
"""
|
|
@@ -1507,21 +1507,21 @@ class DeploymentSpecPatch(dict):
|
|
|
1507
1507
|
return super().get(key, default)
|
|
1508
1508
|
|
|
1509
1509
|
def __init__(__self__, *,
|
|
1510
|
-
min_ready_seconds: Optional[int] = None,
|
|
1511
|
-
paused: Optional[bool] = None,
|
|
1512
|
-
progress_deadline_seconds: Optional[int] = None,
|
|
1513
|
-
replicas: Optional[int] = None,
|
|
1514
|
-
revision_history_limit: Optional[int] = None,
|
|
1510
|
+
min_ready_seconds: Optional[_builtins.int] = None,
|
|
1511
|
+
paused: Optional[_builtins.bool] = None,
|
|
1512
|
+
progress_deadline_seconds: Optional[_builtins.int] = None,
|
|
1513
|
+
replicas: Optional[_builtins.int] = None,
|
|
1514
|
+
revision_history_limit: Optional[_builtins.int] = None,
|
|
1515
1515
|
selector: Optional['_meta.v1.outputs.LabelSelectorPatch'] = None,
|
|
1516
1516
|
strategy: Optional['outputs.DeploymentStrategyPatch'] = None,
|
|
1517
1517
|
template: Optional['_core.v1.outputs.PodTemplateSpecPatch'] = None):
|
|
1518
1518
|
"""
|
|
1519
1519
|
DeploymentSpec is the specification of the desired behavior of the Deployment.
|
|
1520
|
-
:param int min_ready_seconds: Minimum number of seconds for which a newly created pod should be ready without any of its container crashing, for it to be considered available. Defaults to 0 (pod will be considered available as soon as it is ready)
|
|
1521
|
-
:param bool paused: Indicates that the deployment is paused.
|
|
1522
|
-
:param int progress_deadline_seconds: The maximum time in seconds for a deployment to make progress before it is considered to be failed. The deployment controller will continue to process failed deployments and a condition with a ProgressDeadlineExceeded reason will be surfaced in the deployment status. Note that progress will not be estimated during the time a deployment is paused. Defaults to 600s.
|
|
1523
|
-
:param int replicas: Number of desired pods. This is a pointer to distinguish between explicit zero and not specified. Defaults to 1.
|
|
1524
|
-
:param int revision_history_limit: The number of old ReplicaSets to retain to allow rollback. This is a pointer to distinguish between explicit zero and not specified. Defaults to 10.
|
|
1520
|
+
: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)
|
|
1521
|
+
:param _builtins.bool paused: Indicates that the deployment is paused.
|
|
1522
|
+
: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.
|
|
1523
|
+
:param _builtins.int replicas: Number of desired pods. This is a pointer to distinguish between explicit zero and not specified. Defaults to 1.
|
|
1524
|
+
:param _builtins.int revision_history_limit: The number of old ReplicaSets to retain to allow rollback. This is a pointer to distinguish between explicit zero and not specified. Defaults to 10.
|
|
1525
1525
|
:param '_meta.v1.LabelSelectorPatchArgs' selector: Label selector for pods. Existing ReplicaSets whose pods are selected by this will be the ones affected by this deployment. It must match the pod template's labels.
|
|
1526
1526
|
:param 'DeploymentStrategyPatchArgs' strategy: The deployment strategy to use to replace existing pods with new ones.
|
|
1527
1527
|
:param '_core.v1.PodTemplateSpecPatchArgs' template: Template describes the pods that will be created.
|
|
@@ -1543,47 +1543,47 @@ class DeploymentSpecPatch(dict):
|
|
|
1543
1543
|
if template is not None:
|
|
1544
1544
|
pulumi.set(__self__, "template", template)
|
|
1545
1545
|
|
|
1546
|
-
@property
|
|
1546
|
+
@_builtins.property
|
|
1547
1547
|
@pulumi.getter(name="minReadySeconds")
|
|
1548
|
-
def min_ready_seconds(self) -> Optional[int]:
|
|
1548
|
+
def min_ready_seconds(self) -> Optional[_builtins.int]:
|
|
1549
1549
|
"""
|
|
1550
1550
|
Minimum number of seconds for which a newly created pod should be ready without any of its container crashing, for it to be considered available. Defaults to 0 (pod will be considered available as soon as it is ready)
|
|
1551
1551
|
"""
|
|
1552
1552
|
return pulumi.get(self, "min_ready_seconds")
|
|
1553
1553
|
|
|
1554
|
-
@property
|
|
1554
|
+
@_builtins.property
|
|
1555
1555
|
@pulumi.getter
|
|
1556
|
-
def paused(self) -> Optional[bool]:
|
|
1556
|
+
def paused(self) -> Optional[_builtins.bool]:
|
|
1557
1557
|
"""
|
|
1558
1558
|
Indicates that the deployment is paused.
|
|
1559
1559
|
"""
|
|
1560
1560
|
return pulumi.get(self, "paused")
|
|
1561
1561
|
|
|
1562
|
-
@property
|
|
1562
|
+
@_builtins.property
|
|
1563
1563
|
@pulumi.getter(name="progressDeadlineSeconds")
|
|
1564
|
-
def progress_deadline_seconds(self) -> Optional[int]:
|
|
1564
|
+
def progress_deadline_seconds(self) -> Optional[_builtins.int]:
|
|
1565
1565
|
"""
|
|
1566
1566
|
The maximum time in seconds for a deployment to make progress before it is considered to be failed. The deployment controller will continue to process failed deployments and a condition with a ProgressDeadlineExceeded reason will be surfaced in the deployment status. Note that progress will not be estimated during the time a deployment is paused. Defaults to 600s.
|
|
1567
1567
|
"""
|
|
1568
1568
|
return pulumi.get(self, "progress_deadline_seconds")
|
|
1569
1569
|
|
|
1570
|
-
@property
|
|
1570
|
+
@_builtins.property
|
|
1571
1571
|
@pulumi.getter
|
|
1572
|
-
def replicas(self) -> Optional[int]:
|
|
1572
|
+
def replicas(self) -> Optional[_builtins.int]:
|
|
1573
1573
|
"""
|
|
1574
1574
|
Number of desired pods. This is a pointer to distinguish between explicit zero and not specified. Defaults to 1.
|
|
1575
1575
|
"""
|
|
1576
1576
|
return pulumi.get(self, "replicas")
|
|
1577
1577
|
|
|
1578
|
-
@property
|
|
1578
|
+
@_builtins.property
|
|
1579
1579
|
@pulumi.getter(name="revisionHistoryLimit")
|
|
1580
|
-
def revision_history_limit(self) -> Optional[int]:
|
|
1580
|
+
def revision_history_limit(self) -> Optional[_builtins.int]:
|
|
1581
1581
|
"""
|
|
1582
1582
|
The number of old ReplicaSets to retain to allow rollback. This is a pointer to distinguish between explicit zero and not specified. Defaults to 10.
|
|
1583
1583
|
"""
|
|
1584
1584
|
return pulumi.get(self, "revision_history_limit")
|
|
1585
1585
|
|
|
1586
|
-
@property
|
|
1586
|
+
@_builtins.property
|
|
1587
1587
|
@pulumi.getter
|
|
1588
1588
|
def selector(self) -> Optional['_meta.v1.outputs.LabelSelectorPatch']:
|
|
1589
1589
|
"""
|
|
@@ -1591,7 +1591,7 @@ class DeploymentSpecPatch(dict):
|
|
|
1591
1591
|
"""
|
|
1592
1592
|
return pulumi.get(self, "selector")
|
|
1593
1593
|
|
|
1594
|
-
@property
|
|
1594
|
+
@_builtins.property
|
|
1595
1595
|
@pulumi.getter
|
|
1596
1596
|
def strategy(self) -> Optional['outputs.DeploymentStrategyPatch']:
|
|
1597
1597
|
"""
|
|
@@ -1599,7 +1599,7 @@ class DeploymentSpecPatch(dict):
|
|
|
1599
1599
|
"""
|
|
1600
1600
|
return pulumi.get(self, "strategy")
|
|
1601
1601
|
|
|
1602
|
-
@property
|
|
1602
|
+
@_builtins.property
|
|
1603
1603
|
@pulumi.getter
|
|
1604
1604
|
def template(self) -> Optional['_core.v1.outputs.PodTemplateSpecPatch']:
|
|
1605
1605
|
"""
|
|
@@ -1641,24 +1641,24 @@ class DeploymentStatus(dict):
|
|
|
1641
1641
|
return super().get(key, default)
|
|
1642
1642
|
|
|
1643
1643
|
def __init__(__self__, *,
|
|
1644
|
-
available_replicas: Optional[int] = None,
|
|
1645
|
-
collision_count: Optional[int] = None,
|
|
1644
|
+
available_replicas: Optional[_builtins.int] = None,
|
|
1645
|
+
collision_count: Optional[_builtins.int] = None,
|
|
1646
1646
|
conditions: Optional[Sequence['outputs.DeploymentCondition']] = None,
|
|
1647
|
-
observed_generation: Optional[int] = None,
|
|
1648
|
-
ready_replicas: Optional[int] = None,
|
|
1649
|
-
replicas: Optional[int] = None,
|
|
1650
|
-
unavailable_replicas: Optional[int] = None,
|
|
1651
|
-
updated_replicas: Optional[int] = None):
|
|
1647
|
+
observed_generation: Optional[_builtins.int] = None,
|
|
1648
|
+
ready_replicas: Optional[_builtins.int] = None,
|
|
1649
|
+
replicas: Optional[_builtins.int] = None,
|
|
1650
|
+
unavailable_replicas: Optional[_builtins.int] = None,
|
|
1651
|
+
updated_replicas: Optional[_builtins.int] = None):
|
|
1652
1652
|
"""
|
|
1653
1653
|
DeploymentStatus is the most recently observed status of the Deployment.
|
|
1654
|
-
:param int available_replicas: Total number of available pods (ready for at least minReadySeconds) targeted by this deployment.
|
|
1655
|
-
:param int collision_count: Count of hash collisions for the Deployment. The Deployment controller uses this field as a collision avoidance mechanism when it needs to create the name for the newest ReplicaSet.
|
|
1654
|
+
:param _builtins.int available_replicas: Total number of available pods (ready for at least minReadySeconds) targeted by this deployment.
|
|
1655
|
+
:param _builtins.int collision_count: Count of hash collisions for the Deployment. The Deployment controller uses this field as a collision avoidance mechanism when it needs to create the name for the newest ReplicaSet.
|
|
1656
1656
|
:param Sequence['DeploymentConditionArgs'] conditions: Represents the latest available observations of a deployment's current state.
|
|
1657
|
-
:param int observed_generation: The generation observed by the deployment controller.
|
|
1658
|
-
:param int ready_replicas: Total number of ready pods targeted by this deployment.
|
|
1659
|
-
:param int replicas: Total number of non-terminated pods targeted by this deployment (their labels match the selector).
|
|
1660
|
-
:param int unavailable_replicas: Total number of unavailable pods targeted by this deployment. This is the total number of pods that are still required for the deployment to have 100% available capacity. They may either be pods that are running but not yet available or pods that still have not been created.
|
|
1661
|
-
:param int updated_replicas: Total number of non-terminated pods targeted by this deployment that have the desired template spec.
|
|
1657
|
+
:param _builtins.int observed_generation: The generation observed by the deployment controller.
|
|
1658
|
+
:param _builtins.int ready_replicas: Total number of ready pods targeted by this deployment.
|
|
1659
|
+
:param _builtins.int replicas: Total number of non-terminated pods targeted by this deployment (their labels match the selector).
|
|
1660
|
+
: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.
|
|
1661
|
+
:param _builtins.int updated_replicas: Total number of non-terminated pods targeted by this deployment that have the desired template spec.
|
|
1662
1662
|
"""
|
|
1663
1663
|
if available_replicas is not None:
|
|
1664
1664
|
pulumi.set(__self__, "available_replicas", available_replicas)
|
|
@@ -1677,23 +1677,23 @@ class DeploymentStatus(dict):
|
|
|
1677
1677
|
if updated_replicas is not None:
|
|
1678
1678
|
pulumi.set(__self__, "updated_replicas", updated_replicas)
|
|
1679
1679
|
|
|
1680
|
-
@property
|
|
1680
|
+
@_builtins.property
|
|
1681
1681
|
@pulumi.getter(name="availableReplicas")
|
|
1682
|
-
def available_replicas(self) -> Optional[int]:
|
|
1682
|
+
def available_replicas(self) -> Optional[_builtins.int]:
|
|
1683
1683
|
"""
|
|
1684
1684
|
Total number of available pods (ready for at least minReadySeconds) targeted by this deployment.
|
|
1685
1685
|
"""
|
|
1686
1686
|
return pulumi.get(self, "available_replicas")
|
|
1687
1687
|
|
|
1688
|
-
@property
|
|
1688
|
+
@_builtins.property
|
|
1689
1689
|
@pulumi.getter(name="collisionCount")
|
|
1690
|
-
def collision_count(self) -> Optional[int]:
|
|
1690
|
+
def collision_count(self) -> Optional[_builtins.int]:
|
|
1691
1691
|
"""
|
|
1692
1692
|
Count of hash collisions for the Deployment. The Deployment controller uses this field as a collision avoidance mechanism when it needs to create the name for the newest ReplicaSet.
|
|
1693
1693
|
"""
|
|
1694
1694
|
return pulumi.get(self, "collision_count")
|
|
1695
1695
|
|
|
1696
|
-
@property
|
|
1696
|
+
@_builtins.property
|
|
1697
1697
|
@pulumi.getter
|
|
1698
1698
|
def conditions(self) -> Optional[Sequence['outputs.DeploymentCondition']]:
|
|
1699
1699
|
"""
|
|
@@ -1701,41 +1701,41 @@ class DeploymentStatus(dict):
|
|
|
1701
1701
|
"""
|
|
1702
1702
|
return pulumi.get(self, "conditions")
|
|
1703
1703
|
|
|
1704
|
-
@property
|
|
1704
|
+
@_builtins.property
|
|
1705
1705
|
@pulumi.getter(name="observedGeneration")
|
|
1706
|
-
def observed_generation(self) -> Optional[int]:
|
|
1706
|
+
def observed_generation(self) -> Optional[_builtins.int]:
|
|
1707
1707
|
"""
|
|
1708
1708
|
The generation observed by the deployment controller.
|
|
1709
1709
|
"""
|
|
1710
1710
|
return pulumi.get(self, "observed_generation")
|
|
1711
1711
|
|
|
1712
|
-
@property
|
|
1712
|
+
@_builtins.property
|
|
1713
1713
|
@pulumi.getter(name="readyReplicas")
|
|
1714
|
-
def ready_replicas(self) -> Optional[int]:
|
|
1714
|
+
def ready_replicas(self) -> Optional[_builtins.int]:
|
|
1715
1715
|
"""
|
|
1716
1716
|
Total number of ready pods targeted by this deployment.
|
|
1717
1717
|
"""
|
|
1718
1718
|
return pulumi.get(self, "ready_replicas")
|
|
1719
1719
|
|
|
1720
|
-
@property
|
|
1720
|
+
@_builtins.property
|
|
1721
1721
|
@pulumi.getter
|
|
1722
|
-
def replicas(self) -> Optional[int]:
|
|
1722
|
+
def replicas(self) -> Optional[_builtins.int]:
|
|
1723
1723
|
"""
|
|
1724
1724
|
Total number of non-terminated pods targeted by this deployment (their labels match the selector).
|
|
1725
1725
|
"""
|
|
1726
1726
|
return pulumi.get(self, "replicas")
|
|
1727
1727
|
|
|
1728
|
-
@property
|
|
1728
|
+
@_builtins.property
|
|
1729
1729
|
@pulumi.getter(name="unavailableReplicas")
|
|
1730
|
-
def unavailable_replicas(self) -> Optional[int]:
|
|
1730
|
+
def unavailable_replicas(self) -> Optional[_builtins.int]:
|
|
1731
1731
|
"""
|
|
1732
1732
|
Total number of unavailable pods targeted by this deployment. This is the total number of pods that are still required for the deployment to have 100% available capacity. They may either be pods that are running but not yet available or pods that still have not been created.
|
|
1733
1733
|
"""
|
|
1734
1734
|
return pulumi.get(self, "unavailable_replicas")
|
|
1735
1735
|
|
|
1736
|
-
@property
|
|
1736
|
+
@_builtins.property
|
|
1737
1737
|
@pulumi.getter(name="updatedReplicas")
|
|
1738
|
-
def updated_replicas(self) -> Optional[int]:
|
|
1738
|
+
def updated_replicas(self) -> Optional[_builtins.int]:
|
|
1739
1739
|
"""
|
|
1740
1740
|
Total number of non-terminated pods targeted by this deployment that have the desired template spec.
|
|
1741
1741
|
"""
|
|
@@ -1775,24 +1775,24 @@ class DeploymentStatusPatch(dict):
|
|
|
1775
1775
|
return super().get(key, default)
|
|
1776
1776
|
|
|
1777
1777
|
def __init__(__self__, *,
|
|
1778
|
-
available_replicas: Optional[int] = None,
|
|
1779
|
-
collision_count: Optional[int] = None,
|
|
1778
|
+
available_replicas: Optional[_builtins.int] = None,
|
|
1779
|
+
collision_count: Optional[_builtins.int] = None,
|
|
1780
1780
|
conditions: Optional[Sequence['outputs.DeploymentConditionPatch']] = None,
|
|
1781
|
-
observed_generation: Optional[int] = None,
|
|
1782
|
-
ready_replicas: Optional[int] = None,
|
|
1783
|
-
replicas: Optional[int] = None,
|
|
1784
|
-
unavailable_replicas: Optional[int] = None,
|
|
1785
|
-
updated_replicas: Optional[int] = None):
|
|
1781
|
+
observed_generation: Optional[_builtins.int] = None,
|
|
1782
|
+
ready_replicas: Optional[_builtins.int] = None,
|
|
1783
|
+
replicas: Optional[_builtins.int] = None,
|
|
1784
|
+
unavailable_replicas: Optional[_builtins.int] = None,
|
|
1785
|
+
updated_replicas: Optional[_builtins.int] = None):
|
|
1786
1786
|
"""
|
|
1787
1787
|
DeploymentStatus is the most recently observed status of the Deployment.
|
|
1788
|
-
:param int available_replicas: Total number of available pods (ready for at least minReadySeconds) targeted by this deployment.
|
|
1789
|
-
:param int collision_count: Count of hash collisions for the Deployment. The Deployment controller uses this field as a collision avoidance mechanism when it needs to create the name for the newest ReplicaSet.
|
|
1788
|
+
:param _builtins.int available_replicas: Total number of available pods (ready for at least minReadySeconds) targeted by this deployment.
|
|
1789
|
+
:param _builtins.int collision_count: Count of hash collisions for the Deployment. The Deployment controller uses this field as a collision avoidance mechanism when it needs to create the name for the newest ReplicaSet.
|
|
1790
1790
|
:param Sequence['DeploymentConditionPatchArgs'] conditions: Represents the latest available observations of a deployment's current state.
|
|
1791
|
-
:param int observed_generation: The generation observed by the deployment controller.
|
|
1792
|
-
:param int ready_replicas: Total number of ready pods targeted by this deployment.
|
|
1793
|
-
:param int replicas: Total number of non-terminated pods targeted by this deployment (their labels match the selector).
|
|
1794
|
-
:param int unavailable_replicas: Total number of unavailable pods targeted by this deployment. This is the total number of pods that are still required for the deployment to have 100% available capacity. They may either be pods that are running but not yet available or pods that still have not been created.
|
|
1795
|
-
:param int updated_replicas: Total number of non-terminated pods targeted by this deployment that have the desired template spec.
|
|
1791
|
+
:param _builtins.int observed_generation: The generation observed by the deployment controller.
|
|
1792
|
+
:param _builtins.int ready_replicas: Total number of ready pods targeted by this deployment.
|
|
1793
|
+
:param _builtins.int replicas: Total number of non-terminated pods targeted by this deployment (their labels match the selector).
|
|
1794
|
+
: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.
|
|
1795
|
+
:param _builtins.int updated_replicas: Total number of non-terminated pods targeted by this deployment that have the desired template spec.
|
|
1796
1796
|
"""
|
|
1797
1797
|
if available_replicas is not None:
|
|
1798
1798
|
pulumi.set(__self__, "available_replicas", available_replicas)
|
|
@@ -1811,23 +1811,23 @@ class DeploymentStatusPatch(dict):
|
|
|
1811
1811
|
if updated_replicas is not None:
|
|
1812
1812
|
pulumi.set(__self__, "updated_replicas", updated_replicas)
|
|
1813
1813
|
|
|
1814
|
-
@property
|
|
1814
|
+
@_builtins.property
|
|
1815
1815
|
@pulumi.getter(name="availableReplicas")
|
|
1816
|
-
def available_replicas(self) -> Optional[int]:
|
|
1816
|
+
def available_replicas(self) -> Optional[_builtins.int]:
|
|
1817
1817
|
"""
|
|
1818
1818
|
Total number of available pods (ready for at least minReadySeconds) targeted by this deployment.
|
|
1819
1819
|
"""
|
|
1820
1820
|
return pulumi.get(self, "available_replicas")
|
|
1821
1821
|
|
|
1822
|
-
@property
|
|
1822
|
+
@_builtins.property
|
|
1823
1823
|
@pulumi.getter(name="collisionCount")
|
|
1824
|
-
def collision_count(self) -> Optional[int]:
|
|
1824
|
+
def collision_count(self) -> Optional[_builtins.int]:
|
|
1825
1825
|
"""
|
|
1826
1826
|
Count of hash collisions for the Deployment. The Deployment controller uses this field as a collision avoidance mechanism when it needs to create the name for the newest ReplicaSet.
|
|
1827
1827
|
"""
|
|
1828
1828
|
return pulumi.get(self, "collision_count")
|
|
1829
1829
|
|
|
1830
|
-
@property
|
|
1830
|
+
@_builtins.property
|
|
1831
1831
|
@pulumi.getter
|
|
1832
1832
|
def conditions(self) -> Optional[Sequence['outputs.DeploymentConditionPatch']]:
|
|
1833
1833
|
"""
|
|
@@ -1835,41 +1835,41 @@ class DeploymentStatusPatch(dict):
|
|
|
1835
1835
|
"""
|
|
1836
1836
|
return pulumi.get(self, "conditions")
|
|
1837
1837
|
|
|
1838
|
-
@property
|
|
1838
|
+
@_builtins.property
|
|
1839
1839
|
@pulumi.getter(name="observedGeneration")
|
|
1840
|
-
def observed_generation(self) -> Optional[int]:
|
|
1840
|
+
def observed_generation(self) -> Optional[_builtins.int]:
|
|
1841
1841
|
"""
|
|
1842
1842
|
The generation observed by the deployment controller.
|
|
1843
1843
|
"""
|
|
1844
1844
|
return pulumi.get(self, "observed_generation")
|
|
1845
1845
|
|
|
1846
|
-
@property
|
|
1846
|
+
@_builtins.property
|
|
1847
1847
|
@pulumi.getter(name="readyReplicas")
|
|
1848
|
-
def ready_replicas(self) -> Optional[int]:
|
|
1848
|
+
def ready_replicas(self) -> Optional[_builtins.int]:
|
|
1849
1849
|
"""
|
|
1850
1850
|
Total number of ready pods targeted by this deployment.
|
|
1851
1851
|
"""
|
|
1852
1852
|
return pulumi.get(self, "ready_replicas")
|
|
1853
1853
|
|
|
1854
|
-
@property
|
|
1854
|
+
@_builtins.property
|
|
1855
1855
|
@pulumi.getter
|
|
1856
|
-
def replicas(self) -> Optional[int]:
|
|
1856
|
+
def replicas(self) -> Optional[_builtins.int]:
|
|
1857
1857
|
"""
|
|
1858
1858
|
Total number of non-terminated pods targeted by this deployment (their labels match the selector).
|
|
1859
1859
|
"""
|
|
1860
1860
|
return pulumi.get(self, "replicas")
|
|
1861
1861
|
|
|
1862
|
-
@property
|
|
1862
|
+
@_builtins.property
|
|
1863
1863
|
@pulumi.getter(name="unavailableReplicas")
|
|
1864
|
-
def unavailable_replicas(self) -> Optional[int]:
|
|
1864
|
+
def unavailable_replicas(self) -> Optional[_builtins.int]:
|
|
1865
1865
|
"""
|
|
1866
1866
|
Total number of unavailable pods targeted by this deployment. This is the total number of pods that are still required for the deployment to have 100% available capacity. They may either be pods that are running but not yet available or pods that still have not been created.
|
|
1867
1867
|
"""
|
|
1868
1868
|
return pulumi.get(self, "unavailable_replicas")
|
|
1869
1869
|
|
|
1870
|
-
@property
|
|
1870
|
+
@_builtins.property
|
|
1871
1871
|
@pulumi.getter(name="updatedReplicas")
|
|
1872
|
-
def updated_replicas(self) -> Optional[int]:
|
|
1872
|
+
def updated_replicas(self) -> Optional[_builtins.int]:
|
|
1873
1873
|
"""
|
|
1874
1874
|
Total number of non-terminated pods targeted by this deployment that have the desired template spec.
|
|
1875
1875
|
"""
|
|
@@ -1900,18 +1900,18 @@ class DeploymentStrategy(dict):
|
|
|
1900
1900
|
|
|
1901
1901
|
def __init__(__self__, *,
|
|
1902
1902
|
rolling_update: Optional['outputs.RollingUpdateDeployment'] = None,
|
|
1903
|
-
type: Optional[str] = None):
|
|
1903
|
+
type: Optional[_builtins.str] = None):
|
|
1904
1904
|
"""
|
|
1905
1905
|
DeploymentStrategy describes how to replace existing pods with new ones.
|
|
1906
1906
|
:param 'RollingUpdateDeploymentArgs' rolling_update: Rolling update config params. Present only if DeploymentStrategyType = RollingUpdate.
|
|
1907
|
-
:param str type: Type of deployment. Can be "Recreate" or "RollingUpdate". Default is RollingUpdate.
|
|
1907
|
+
:param _builtins.str type: Type of deployment. Can be "Recreate" or "RollingUpdate". Default is RollingUpdate.
|
|
1908
1908
|
"""
|
|
1909
1909
|
if rolling_update is not None:
|
|
1910
1910
|
pulumi.set(__self__, "rolling_update", rolling_update)
|
|
1911
1911
|
if type is not None:
|
|
1912
1912
|
pulumi.set(__self__, "type", type)
|
|
1913
1913
|
|
|
1914
|
-
@property
|
|
1914
|
+
@_builtins.property
|
|
1915
1915
|
@pulumi.getter(name="rollingUpdate")
|
|
1916
1916
|
def rolling_update(self) -> Optional['outputs.RollingUpdateDeployment']:
|
|
1917
1917
|
"""
|
|
@@ -1919,9 +1919,9 @@ class DeploymentStrategy(dict):
|
|
|
1919
1919
|
"""
|
|
1920
1920
|
return pulumi.get(self, "rolling_update")
|
|
1921
1921
|
|
|
1922
|
-
@property
|
|
1922
|
+
@_builtins.property
|
|
1923
1923
|
@pulumi.getter
|
|
1924
|
-
def type(self) -> Optional[str]:
|
|
1924
|
+
def type(self) -> Optional[_builtins.str]:
|
|
1925
1925
|
"""
|
|
1926
1926
|
Type of deployment. Can be "Recreate" or "RollingUpdate". Default is RollingUpdate.
|
|
1927
1927
|
"""
|
|
@@ -1952,18 +1952,18 @@ class DeploymentStrategyPatch(dict):
|
|
|
1952
1952
|
|
|
1953
1953
|
def __init__(__self__, *,
|
|
1954
1954
|
rolling_update: Optional['outputs.RollingUpdateDeploymentPatch'] = None,
|
|
1955
|
-
type: Optional[str] = None):
|
|
1955
|
+
type: Optional[_builtins.str] = None):
|
|
1956
1956
|
"""
|
|
1957
1957
|
DeploymentStrategy describes how to replace existing pods with new ones.
|
|
1958
1958
|
:param 'RollingUpdateDeploymentPatchArgs' rolling_update: Rolling update config params. Present only if DeploymentStrategyType = RollingUpdate.
|
|
1959
|
-
:param str type: Type of deployment. Can be "Recreate" or "RollingUpdate". Default is RollingUpdate.
|
|
1959
|
+
:param _builtins.str type: Type of deployment. Can be "Recreate" or "RollingUpdate". Default is RollingUpdate.
|
|
1960
1960
|
"""
|
|
1961
1961
|
if rolling_update is not None:
|
|
1962
1962
|
pulumi.set(__self__, "rolling_update", rolling_update)
|
|
1963
1963
|
if type is not None:
|
|
1964
1964
|
pulumi.set(__self__, "type", type)
|
|
1965
1965
|
|
|
1966
|
-
@property
|
|
1966
|
+
@_builtins.property
|
|
1967
1967
|
@pulumi.getter(name="rollingUpdate")
|
|
1968
1968
|
def rolling_update(self) -> Optional['outputs.RollingUpdateDeploymentPatch']:
|
|
1969
1969
|
"""
|
|
@@ -1971,9 +1971,9 @@ class DeploymentStrategyPatch(dict):
|
|
|
1971
1971
|
"""
|
|
1972
1972
|
return pulumi.get(self, "rolling_update")
|
|
1973
1973
|
|
|
1974
|
-
@property
|
|
1974
|
+
@_builtins.property
|
|
1975
1975
|
@pulumi.getter
|
|
1976
|
-
def type(self) -> Optional[str]:
|
|
1976
|
+
def type(self) -> Optional[_builtins.str]:
|
|
1977
1977
|
"""
|
|
1978
1978
|
Type of deployment. Can be "Recreate" or "RollingUpdate". Default is RollingUpdate.
|
|
1979
1979
|
"""
|
|
@@ -2003,15 +2003,15 @@ class ReplicaSet(dict):
|
|
|
2003
2003
|
return super().get(key, default)
|
|
2004
2004
|
|
|
2005
2005
|
def __init__(__self__, *,
|
|
2006
|
-
api_version: Optional[str] = None,
|
|
2007
|
-
kind: Optional[str] = None,
|
|
2006
|
+
api_version: Optional[_builtins.str] = None,
|
|
2007
|
+
kind: Optional[_builtins.str] = None,
|
|
2008
2008
|
metadata: Optional['_meta.v1.outputs.ObjectMeta'] = None,
|
|
2009
2009
|
spec: Optional['outputs.ReplicaSetSpec'] = None,
|
|
2010
2010
|
status: Optional['outputs.ReplicaSetStatus'] = None):
|
|
2011
2011
|
"""
|
|
2012
2012
|
ReplicaSet ensures that a specified number of pod replicas are running at any given time.
|
|
2013
|
-
:param str api_version: APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources
|
|
2014
|
-
:param str kind: Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds
|
|
2013
|
+
: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
|
|
2014
|
+
:param _builtins.str kind: Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds
|
|
2015
2015
|
:param '_meta.v1.ObjectMetaArgs' metadata: If the Labels of a ReplicaSet are empty, they are defaulted to be the same as the Pod(s) that the ReplicaSet manages. Standard object's metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata
|
|
2016
2016
|
:param 'ReplicaSetSpecArgs' spec: Spec defines the specification of the desired behavior of the ReplicaSet. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#spec-and-status
|
|
2017
2017
|
:param 'ReplicaSetStatusArgs' status: Status is the most recently observed status of the ReplicaSet. This data may be out of date by some window of time. Populated by the system. Read-only. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#spec-and-status
|
|
@@ -2027,23 +2027,23 @@ class ReplicaSet(dict):
|
|
|
2027
2027
|
if status is not None:
|
|
2028
2028
|
pulumi.set(__self__, "status", status)
|
|
2029
2029
|
|
|
2030
|
-
@property
|
|
2030
|
+
@_builtins.property
|
|
2031
2031
|
@pulumi.getter(name="apiVersion")
|
|
2032
|
-
def api_version(self) -> Optional[str]:
|
|
2032
|
+
def api_version(self) -> Optional[_builtins.str]:
|
|
2033
2033
|
"""
|
|
2034
2034
|
APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources
|
|
2035
2035
|
"""
|
|
2036
2036
|
return pulumi.get(self, "api_version")
|
|
2037
2037
|
|
|
2038
|
-
@property
|
|
2038
|
+
@_builtins.property
|
|
2039
2039
|
@pulumi.getter
|
|
2040
|
-
def kind(self) -> Optional[str]:
|
|
2040
|
+
def kind(self) -> Optional[_builtins.str]:
|
|
2041
2041
|
"""
|
|
2042
2042
|
Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds
|
|
2043
2043
|
"""
|
|
2044
2044
|
return pulumi.get(self, "kind")
|
|
2045
2045
|
|
|
2046
|
-
@property
|
|
2046
|
+
@_builtins.property
|
|
2047
2047
|
@pulumi.getter
|
|
2048
2048
|
def metadata(self) -> Optional['_meta.v1.outputs.ObjectMeta']:
|
|
2049
2049
|
"""
|
|
@@ -2051,7 +2051,7 @@ class ReplicaSet(dict):
|
|
|
2051
2051
|
"""
|
|
2052
2052
|
return pulumi.get(self, "metadata")
|
|
2053
2053
|
|
|
2054
|
-
@property
|
|
2054
|
+
@_builtins.property
|
|
2055
2055
|
@pulumi.getter
|
|
2056
2056
|
def spec(self) -> Optional['outputs.ReplicaSetSpec']:
|
|
2057
2057
|
"""
|
|
@@ -2059,7 +2059,7 @@ class ReplicaSet(dict):
|
|
|
2059
2059
|
"""
|
|
2060
2060
|
return pulumi.get(self, "spec")
|
|
2061
2061
|
|
|
2062
|
-
@property
|
|
2062
|
+
@_builtins.property
|
|
2063
2063
|
@pulumi.getter
|
|
2064
2064
|
def status(self) -> Optional['outputs.ReplicaSetStatus']:
|
|
2065
2065
|
"""
|
|
@@ -2091,18 +2091,18 @@ class ReplicaSetCondition(dict):
|
|
|
2091
2091
|
return super().get(key, default)
|
|
2092
2092
|
|
|
2093
2093
|
def __init__(__self__, *,
|
|
2094
|
-
status: str,
|
|
2095
|
-
type: str,
|
|
2096
|
-
last_transition_time: Optional[str] = None,
|
|
2097
|
-
message: Optional[str] = None,
|
|
2098
|
-
reason: Optional[str] = None):
|
|
2094
|
+
status: _builtins.str,
|
|
2095
|
+
type: _builtins.str,
|
|
2096
|
+
last_transition_time: Optional[_builtins.str] = None,
|
|
2097
|
+
message: Optional[_builtins.str] = None,
|
|
2098
|
+
reason: Optional[_builtins.str] = None):
|
|
2099
2099
|
"""
|
|
2100
2100
|
ReplicaSetCondition describes the state of a replica set at a certain point.
|
|
2101
|
-
:param str status: Status of the condition, one of True, False, Unknown.
|
|
2102
|
-
:param str type: Type of replica set condition.
|
|
2103
|
-
:param str last_transition_time: The last time the condition transitioned from one status to another.
|
|
2104
|
-
:param str message: A human readable message indicating details about the transition.
|
|
2105
|
-
:param str reason: The reason for the condition's last transition.
|
|
2101
|
+
:param _builtins.str status: Status of the condition, one of True, False, Unknown.
|
|
2102
|
+
:param _builtins.str type: Type of replica set condition.
|
|
2103
|
+
:param _builtins.str last_transition_time: The last time the condition transitioned from one status to another.
|
|
2104
|
+
:param _builtins.str message: A human readable message indicating details about the transition.
|
|
2105
|
+
:param _builtins.str reason: The reason for the condition's last transition.
|
|
2106
2106
|
"""
|
|
2107
2107
|
pulumi.set(__self__, "status", status)
|
|
2108
2108
|
pulumi.set(__self__, "type", type)
|
|
@@ -2113,41 +2113,41 @@ class ReplicaSetCondition(dict):
|
|
|
2113
2113
|
if reason is not None:
|
|
2114
2114
|
pulumi.set(__self__, "reason", reason)
|
|
2115
2115
|
|
|
2116
|
-
@property
|
|
2116
|
+
@_builtins.property
|
|
2117
2117
|
@pulumi.getter
|
|
2118
|
-
def status(self) -> str:
|
|
2118
|
+
def status(self) -> _builtins.str:
|
|
2119
2119
|
"""
|
|
2120
2120
|
Status of the condition, one of True, False, Unknown.
|
|
2121
2121
|
"""
|
|
2122
2122
|
return pulumi.get(self, "status")
|
|
2123
2123
|
|
|
2124
|
-
@property
|
|
2124
|
+
@_builtins.property
|
|
2125
2125
|
@pulumi.getter
|
|
2126
|
-
def type(self) -> str:
|
|
2126
|
+
def type(self) -> _builtins.str:
|
|
2127
2127
|
"""
|
|
2128
2128
|
Type of replica set condition.
|
|
2129
2129
|
"""
|
|
2130
2130
|
return pulumi.get(self, "type")
|
|
2131
2131
|
|
|
2132
|
-
@property
|
|
2132
|
+
@_builtins.property
|
|
2133
2133
|
@pulumi.getter(name="lastTransitionTime")
|
|
2134
|
-
def last_transition_time(self) -> Optional[str]:
|
|
2134
|
+
def last_transition_time(self) -> Optional[_builtins.str]:
|
|
2135
2135
|
"""
|
|
2136
2136
|
The last time the condition transitioned from one status to another.
|
|
2137
2137
|
"""
|
|
2138
2138
|
return pulumi.get(self, "last_transition_time")
|
|
2139
2139
|
|
|
2140
|
-
@property
|
|
2140
|
+
@_builtins.property
|
|
2141
2141
|
@pulumi.getter
|
|
2142
|
-
def message(self) -> Optional[str]:
|
|
2142
|
+
def message(self) -> Optional[_builtins.str]:
|
|
2143
2143
|
"""
|
|
2144
2144
|
A human readable message indicating details about the transition.
|
|
2145
2145
|
"""
|
|
2146
2146
|
return pulumi.get(self, "message")
|
|
2147
2147
|
|
|
2148
|
-
@property
|
|
2148
|
+
@_builtins.property
|
|
2149
2149
|
@pulumi.getter
|
|
2150
|
-
def reason(self) -> Optional[str]:
|
|
2150
|
+
def reason(self) -> Optional[_builtins.str]:
|
|
2151
2151
|
"""
|
|
2152
2152
|
The reason for the condition's last transition.
|
|
2153
2153
|
"""
|
|
@@ -2177,18 +2177,18 @@ class ReplicaSetConditionPatch(dict):
|
|
|
2177
2177
|
return super().get(key, default)
|
|
2178
2178
|
|
|
2179
2179
|
def __init__(__self__, *,
|
|
2180
|
-
last_transition_time: Optional[str] = None,
|
|
2181
|
-
message: Optional[str] = None,
|
|
2182
|
-
reason: Optional[str] = None,
|
|
2183
|
-
status: Optional[str] = None,
|
|
2184
|
-
type: Optional[str] = None):
|
|
2180
|
+
last_transition_time: Optional[_builtins.str] = None,
|
|
2181
|
+
message: Optional[_builtins.str] = None,
|
|
2182
|
+
reason: Optional[_builtins.str] = None,
|
|
2183
|
+
status: Optional[_builtins.str] = None,
|
|
2184
|
+
type: Optional[_builtins.str] = None):
|
|
2185
2185
|
"""
|
|
2186
2186
|
ReplicaSetCondition describes the state of a replica set at a certain point.
|
|
2187
|
-
:param str last_transition_time: The last time the condition transitioned from one status to another.
|
|
2188
|
-
:param str message: A human readable message indicating details about the transition.
|
|
2189
|
-
:param str reason: The reason for the condition's last transition.
|
|
2190
|
-
:param str status: Status of the condition, one of True, False, Unknown.
|
|
2191
|
-
:param str type: Type of replica set condition.
|
|
2187
|
+
:param _builtins.str last_transition_time: The last time the condition transitioned from one status to another.
|
|
2188
|
+
:param _builtins.str message: A human readable message indicating details about the transition.
|
|
2189
|
+
:param _builtins.str reason: The reason for the condition's last transition.
|
|
2190
|
+
:param _builtins.str status: Status of the condition, one of True, False, Unknown.
|
|
2191
|
+
:param _builtins.str type: Type of replica set condition.
|
|
2192
2192
|
"""
|
|
2193
2193
|
if last_transition_time is not None:
|
|
2194
2194
|
pulumi.set(__self__, "last_transition_time", last_transition_time)
|
|
@@ -2201,41 +2201,41 @@ class ReplicaSetConditionPatch(dict):
|
|
|
2201
2201
|
if type is not None:
|
|
2202
2202
|
pulumi.set(__self__, "type", type)
|
|
2203
2203
|
|
|
2204
|
-
@property
|
|
2204
|
+
@_builtins.property
|
|
2205
2205
|
@pulumi.getter(name="lastTransitionTime")
|
|
2206
|
-
def last_transition_time(self) -> Optional[str]:
|
|
2206
|
+
def last_transition_time(self) -> Optional[_builtins.str]:
|
|
2207
2207
|
"""
|
|
2208
2208
|
The last time the condition transitioned from one status to another.
|
|
2209
2209
|
"""
|
|
2210
2210
|
return pulumi.get(self, "last_transition_time")
|
|
2211
2211
|
|
|
2212
|
-
@property
|
|
2212
|
+
@_builtins.property
|
|
2213
2213
|
@pulumi.getter
|
|
2214
|
-
def message(self) -> Optional[str]:
|
|
2214
|
+
def message(self) -> Optional[_builtins.str]:
|
|
2215
2215
|
"""
|
|
2216
2216
|
A human readable message indicating details about the transition.
|
|
2217
2217
|
"""
|
|
2218
2218
|
return pulumi.get(self, "message")
|
|
2219
2219
|
|
|
2220
|
-
@property
|
|
2220
|
+
@_builtins.property
|
|
2221
2221
|
@pulumi.getter
|
|
2222
|
-
def reason(self) -> Optional[str]:
|
|
2222
|
+
def reason(self) -> Optional[_builtins.str]:
|
|
2223
2223
|
"""
|
|
2224
2224
|
The reason for the condition's last transition.
|
|
2225
2225
|
"""
|
|
2226
2226
|
return pulumi.get(self, "reason")
|
|
2227
2227
|
|
|
2228
|
-
@property
|
|
2228
|
+
@_builtins.property
|
|
2229
2229
|
@pulumi.getter
|
|
2230
|
-
def status(self) -> Optional[str]:
|
|
2230
|
+
def status(self) -> Optional[_builtins.str]:
|
|
2231
2231
|
"""
|
|
2232
2232
|
Status of the condition, one of True, False, Unknown.
|
|
2233
2233
|
"""
|
|
2234
2234
|
return pulumi.get(self, "status")
|
|
2235
2235
|
|
|
2236
|
-
@property
|
|
2236
|
+
@_builtins.property
|
|
2237
2237
|
@pulumi.getter
|
|
2238
|
-
def type(self) -> Optional[str]:
|
|
2238
|
+
def type(self) -> Optional[_builtins.str]:
|
|
2239
2239
|
"""
|
|
2240
2240
|
Type of replica set condition.
|
|
2241
2241
|
"""
|
|
@@ -2266,14 +2266,14 @@ class ReplicaSetSpec(dict):
|
|
|
2266
2266
|
|
|
2267
2267
|
def __init__(__self__, *,
|
|
2268
2268
|
selector: '_meta.v1.outputs.LabelSelector',
|
|
2269
|
-
min_ready_seconds: Optional[int] = None,
|
|
2270
|
-
replicas: Optional[int] = None,
|
|
2269
|
+
min_ready_seconds: Optional[_builtins.int] = None,
|
|
2270
|
+
replicas: Optional[_builtins.int] = None,
|
|
2271
2271
|
template: Optional['_core.v1.outputs.PodTemplateSpec'] = None):
|
|
2272
2272
|
"""
|
|
2273
2273
|
ReplicaSetSpec is the specification of a ReplicaSet.
|
|
2274
2274
|
:param '_meta.v1.LabelSelectorArgs' selector: Selector is a label query over pods that should match the replica count. Label keys and values that must match in order to be controlled by this replica set. It must match the pod template's labels. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/labels/#label-selectors
|
|
2275
|
-
:param int min_ready_seconds: Minimum number of seconds for which a newly created pod should be ready without any of its container crashing, for it to be considered available. Defaults to 0 (pod will be considered available as soon as it is ready)
|
|
2276
|
-
:param int replicas: Replicas is the number of desired replicas. This is a pointer to distinguish between explicit zero and unspecified. Defaults to 1. More info: https://kubernetes.io/docs/concepts/workloads/controllers/replicationcontroller/#what-is-a-replicationcontroller
|
|
2275
|
+
: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)
|
|
2276
|
+
:param _builtins.int replicas: Replicas is the number of desired replicas. This is a pointer to distinguish between explicit zero and unspecified. Defaults to 1. More info: https://kubernetes.io/docs/concepts/workloads/controllers/replicationcontroller/#what-is-a-replicationcontroller
|
|
2277
2277
|
:param '_core.v1.PodTemplateSpecArgs' template: Template is the object that describes the pod that will be created if insufficient replicas are detected. More info: https://kubernetes.io/docs/concepts/workloads/controllers/replicationcontroller#pod-template
|
|
2278
2278
|
"""
|
|
2279
2279
|
pulumi.set(__self__, "selector", selector)
|
|
@@ -2284,7 +2284,7 @@ class ReplicaSetSpec(dict):
|
|
|
2284
2284
|
if template is not None:
|
|
2285
2285
|
pulumi.set(__self__, "template", template)
|
|
2286
2286
|
|
|
2287
|
-
@property
|
|
2287
|
+
@_builtins.property
|
|
2288
2288
|
@pulumi.getter
|
|
2289
2289
|
def selector(self) -> '_meta.v1.outputs.LabelSelector':
|
|
2290
2290
|
"""
|
|
@@ -2292,23 +2292,23 @@ class ReplicaSetSpec(dict):
|
|
|
2292
2292
|
"""
|
|
2293
2293
|
return pulumi.get(self, "selector")
|
|
2294
2294
|
|
|
2295
|
-
@property
|
|
2295
|
+
@_builtins.property
|
|
2296
2296
|
@pulumi.getter(name="minReadySeconds")
|
|
2297
|
-
def min_ready_seconds(self) -> Optional[int]:
|
|
2297
|
+
def min_ready_seconds(self) -> Optional[_builtins.int]:
|
|
2298
2298
|
"""
|
|
2299
2299
|
Minimum number of seconds for which a newly created pod should be ready without any of its container crashing, for it to be considered available. Defaults to 0 (pod will be considered available as soon as it is ready)
|
|
2300
2300
|
"""
|
|
2301
2301
|
return pulumi.get(self, "min_ready_seconds")
|
|
2302
2302
|
|
|
2303
|
-
@property
|
|
2303
|
+
@_builtins.property
|
|
2304
2304
|
@pulumi.getter
|
|
2305
|
-
def replicas(self) -> Optional[int]:
|
|
2305
|
+
def replicas(self) -> Optional[_builtins.int]:
|
|
2306
2306
|
"""
|
|
2307
2307
|
Replicas is the number of desired replicas. This is a pointer to distinguish between explicit zero and unspecified. Defaults to 1. More info: https://kubernetes.io/docs/concepts/workloads/controllers/replicationcontroller/#what-is-a-replicationcontroller
|
|
2308
2308
|
"""
|
|
2309
2309
|
return pulumi.get(self, "replicas")
|
|
2310
2310
|
|
|
2311
|
-
@property
|
|
2311
|
+
@_builtins.property
|
|
2312
2312
|
@pulumi.getter
|
|
2313
2313
|
def template(self) -> Optional['_core.v1.outputs.PodTemplateSpec']:
|
|
2314
2314
|
"""
|
|
@@ -2340,14 +2340,14 @@ class ReplicaSetSpecPatch(dict):
|
|
|
2340
2340
|
return super().get(key, default)
|
|
2341
2341
|
|
|
2342
2342
|
def __init__(__self__, *,
|
|
2343
|
-
min_ready_seconds: Optional[int] = None,
|
|
2344
|
-
replicas: Optional[int] = None,
|
|
2343
|
+
min_ready_seconds: Optional[_builtins.int] = None,
|
|
2344
|
+
replicas: Optional[_builtins.int] = None,
|
|
2345
2345
|
selector: Optional['_meta.v1.outputs.LabelSelectorPatch'] = None,
|
|
2346
2346
|
template: Optional['_core.v1.outputs.PodTemplateSpecPatch'] = None):
|
|
2347
2347
|
"""
|
|
2348
2348
|
ReplicaSetSpec is the specification of a ReplicaSet.
|
|
2349
|
-
:param int min_ready_seconds: Minimum number of seconds for which a newly created pod should be ready without any of its container crashing, for it to be considered available. Defaults to 0 (pod will be considered available as soon as it is ready)
|
|
2350
|
-
:param int replicas: Replicas is the number of desired replicas. This is a pointer to distinguish between explicit zero and unspecified. Defaults to 1. More info: https://kubernetes.io/docs/concepts/workloads/controllers/replicationcontroller/#what-is-a-replicationcontroller
|
|
2349
|
+
: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)
|
|
2350
|
+
:param _builtins.int replicas: Replicas is the number of desired replicas. This is a pointer to distinguish between explicit zero and unspecified. Defaults to 1. More info: https://kubernetes.io/docs/concepts/workloads/controllers/replicationcontroller/#what-is-a-replicationcontroller
|
|
2351
2351
|
:param '_meta.v1.LabelSelectorPatchArgs' selector: Selector is a label query over pods that should match the replica count. Label keys and values that must match in order to be controlled by this replica set. It must match the pod template's labels. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/labels/#label-selectors
|
|
2352
2352
|
:param '_core.v1.PodTemplateSpecPatchArgs' template: Template is the object that describes the pod that will be created if insufficient replicas are detected. More info: https://kubernetes.io/docs/concepts/workloads/controllers/replicationcontroller#pod-template
|
|
2353
2353
|
"""
|
|
@@ -2360,23 +2360,23 @@ class ReplicaSetSpecPatch(dict):
|
|
|
2360
2360
|
if template is not None:
|
|
2361
2361
|
pulumi.set(__self__, "template", template)
|
|
2362
2362
|
|
|
2363
|
-
@property
|
|
2363
|
+
@_builtins.property
|
|
2364
2364
|
@pulumi.getter(name="minReadySeconds")
|
|
2365
|
-
def min_ready_seconds(self) -> Optional[int]:
|
|
2365
|
+
def min_ready_seconds(self) -> Optional[_builtins.int]:
|
|
2366
2366
|
"""
|
|
2367
2367
|
Minimum number of seconds for which a newly created pod should be ready without any of its container crashing, for it to be considered available. Defaults to 0 (pod will be considered available as soon as it is ready)
|
|
2368
2368
|
"""
|
|
2369
2369
|
return pulumi.get(self, "min_ready_seconds")
|
|
2370
2370
|
|
|
2371
|
-
@property
|
|
2371
|
+
@_builtins.property
|
|
2372
2372
|
@pulumi.getter
|
|
2373
|
-
def replicas(self) -> Optional[int]:
|
|
2373
|
+
def replicas(self) -> Optional[_builtins.int]:
|
|
2374
2374
|
"""
|
|
2375
2375
|
Replicas is the number of desired replicas. This is a pointer to distinguish between explicit zero and unspecified. Defaults to 1. More info: https://kubernetes.io/docs/concepts/workloads/controllers/replicationcontroller/#what-is-a-replicationcontroller
|
|
2376
2376
|
"""
|
|
2377
2377
|
return pulumi.get(self, "replicas")
|
|
2378
2378
|
|
|
2379
|
-
@property
|
|
2379
|
+
@_builtins.property
|
|
2380
2380
|
@pulumi.getter
|
|
2381
2381
|
def selector(self) -> Optional['_meta.v1.outputs.LabelSelectorPatch']:
|
|
2382
2382
|
"""
|
|
@@ -2384,7 +2384,7 @@ class ReplicaSetSpecPatch(dict):
|
|
|
2384
2384
|
"""
|
|
2385
2385
|
return pulumi.get(self, "selector")
|
|
2386
2386
|
|
|
2387
|
-
@property
|
|
2387
|
+
@_builtins.property
|
|
2388
2388
|
@pulumi.getter
|
|
2389
2389
|
def template(self) -> Optional['_core.v1.outputs.PodTemplateSpecPatch']:
|
|
2390
2390
|
"""
|
|
@@ -2422,20 +2422,20 @@ class ReplicaSetStatus(dict):
|
|
|
2422
2422
|
return super().get(key, default)
|
|
2423
2423
|
|
|
2424
2424
|
def __init__(__self__, *,
|
|
2425
|
-
replicas: int,
|
|
2426
|
-
available_replicas: Optional[int] = None,
|
|
2425
|
+
replicas: _builtins.int,
|
|
2426
|
+
available_replicas: Optional[_builtins.int] = None,
|
|
2427
2427
|
conditions: Optional[Sequence['outputs.ReplicaSetCondition']] = None,
|
|
2428
|
-
fully_labeled_replicas: Optional[int] = None,
|
|
2429
|
-
observed_generation: Optional[int] = None,
|
|
2430
|
-
ready_replicas: Optional[int] = None):
|
|
2428
|
+
fully_labeled_replicas: Optional[_builtins.int] = None,
|
|
2429
|
+
observed_generation: Optional[_builtins.int] = None,
|
|
2430
|
+
ready_replicas: Optional[_builtins.int] = None):
|
|
2431
2431
|
"""
|
|
2432
2432
|
ReplicaSetStatus represents the current status of a ReplicaSet.
|
|
2433
|
-
:param int replicas: Replicas is the most recently oberved number of replicas. More info: https://kubernetes.io/docs/concepts/workloads/controllers/replicationcontroller/#what-is-a-replicationcontroller
|
|
2434
|
-
:param int available_replicas: The number of available replicas (ready for at least minReadySeconds) for this replica set.
|
|
2433
|
+
:param _builtins.int replicas: Replicas is the most recently oberved number of replicas. More info: https://kubernetes.io/docs/concepts/workloads/controllers/replicationcontroller/#what-is-a-replicationcontroller
|
|
2434
|
+
:param _builtins.int available_replicas: The number of available replicas (ready for at least minReadySeconds) for this replica set.
|
|
2435
2435
|
:param Sequence['ReplicaSetConditionArgs'] conditions: Represents the latest available observations of a replica set's current state.
|
|
2436
|
-
:param int fully_labeled_replicas: The number of pods that have labels matching the labels of the pod template of the replicaset.
|
|
2437
|
-
:param int observed_generation: ObservedGeneration reflects the generation of the most recently observed ReplicaSet.
|
|
2438
|
-
:param int ready_replicas: The number of ready replicas for this replica set.
|
|
2436
|
+
:param _builtins.int fully_labeled_replicas: The number of pods that have labels matching the labels of the pod template of the replicaset.
|
|
2437
|
+
:param _builtins.int observed_generation: ObservedGeneration reflects the generation of the most recently observed ReplicaSet.
|
|
2438
|
+
:param _builtins.int ready_replicas: The number of ready replicas for this replica set.
|
|
2439
2439
|
"""
|
|
2440
2440
|
pulumi.set(__self__, "replicas", replicas)
|
|
2441
2441
|
if available_replicas is not None:
|
|
@@ -2449,23 +2449,23 @@ class ReplicaSetStatus(dict):
|
|
|
2449
2449
|
if ready_replicas is not None:
|
|
2450
2450
|
pulumi.set(__self__, "ready_replicas", ready_replicas)
|
|
2451
2451
|
|
|
2452
|
-
@property
|
|
2452
|
+
@_builtins.property
|
|
2453
2453
|
@pulumi.getter
|
|
2454
|
-
def replicas(self) -> int:
|
|
2454
|
+
def replicas(self) -> _builtins.int:
|
|
2455
2455
|
"""
|
|
2456
2456
|
Replicas is the most recently oberved number of replicas. More info: https://kubernetes.io/docs/concepts/workloads/controllers/replicationcontroller/#what-is-a-replicationcontroller
|
|
2457
2457
|
"""
|
|
2458
2458
|
return pulumi.get(self, "replicas")
|
|
2459
2459
|
|
|
2460
|
-
@property
|
|
2460
|
+
@_builtins.property
|
|
2461
2461
|
@pulumi.getter(name="availableReplicas")
|
|
2462
|
-
def available_replicas(self) -> Optional[int]:
|
|
2462
|
+
def available_replicas(self) -> Optional[_builtins.int]:
|
|
2463
2463
|
"""
|
|
2464
2464
|
The number of available replicas (ready for at least minReadySeconds) for this replica set.
|
|
2465
2465
|
"""
|
|
2466
2466
|
return pulumi.get(self, "available_replicas")
|
|
2467
2467
|
|
|
2468
|
-
@property
|
|
2468
|
+
@_builtins.property
|
|
2469
2469
|
@pulumi.getter
|
|
2470
2470
|
def conditions(self) -> Optional[Sequence['outputs.ReplicaSetCondition']]:
|
|
2471
2471
|
"""
|
|
@@ -2473,25 +2473,25 @@ class ReplicaSetStatus(dict):
|
|
|
2473
2473
|
"""
|
|
2474
2474
|
return pulumi.get(self, "conditions")
|
|
2475
2475
|
|
|
2476
|
-
@property
|
|
2476
|
+
@_builtins.property
|
|
2477
2477
|
@pulumi.getter(name="fullyLabeledReplicas")
|
|
2478
|
-
def fully_labeled_replicas(self) -> Optional[int]:
|
|
2478
|
+
def fully_labeled_replicas(self) -> Optional[_builtins.int]:
|
|
2479
2479
|
"""
|
|
2480
2480
|
The number of pods that have labels matching the labels of the pod template of the replicaset.
|
|
2481
2481
|
"""
|
|
2482
2482
|
return pulumi.get(self, "fully_labeled_replicas")
|
|
2483
2483
|
|
|
2484
|
-
@property
|
|
2484
|
+
@_builtins.property
|
|
2485
2485
|
@pulumi.getter(name="observedGeneration")
|
|
2486
|
-
def observed_generation(self) -> Optional[int]:
|
|
2486
|
+
def observed_generation(self) -> Optional[_builtins.int]:
|
|
2487
2487
|
"""
|
|
2488
2488
|
ObservedGeneration reflects the generation of the most recently observed ReplicaSet.
|
|
2489
2489
|
"""
|
|
2490
2490
|
return pulumi.get(self, "observed_generation")
|
|
2491
2491
|
|
|
2492
|
-
@property
|
|
2492
|
+
@_builtins.property
|
|
2493
2493
|
@pulumi.getter(name="readyReplicas")
|
|
2494
|
-
def ready_replicas(self) -> Optional[int]:
|
|
2494
|
+
def ready_replicas(self) -> Optional[_builtins.int]:
|
|
2495
2495
|
"""
|
|
2496
2496
|
The number of ready replicas for this replica set.
|
|
2497
2497
|
"""
|
|
@@ -2527,20 +2527,20 @@ class ReplicaSetStatusPatch(dict):
|
|
|
2527
2527
|
return super().get(key, default)
|
|
2528
2528
|
|
|
2529
2529
|
def __init__(__self__, *,
|
|
2530
|
-
available_replicas: Optional[int] = None,
|
|
2530
|
+
available_replicas: Optional[_builtins.int] = None,
|
|
2531
2531
|
conditions: Optional[Sequence['outputs.ReplicaSetConditionPatch']] = None,
|
|
2532
|
-
fully_labeled_replicas: Optional[int] = None,
|
|
2533
|
-
observed_generation: Optional[int] = None,
|
|
2534
|
-
ready_replicas: Optional[int] = None,
|
|
2535
|
-
replicas: Optional[int] = None):
|
|
2532
|
+
fully_labeled_replicas: Optional[_builtins.int] = None,
|
|
2533
|
+
observed_generation: Optional[_builtins.int] = None,
|
|
2534
|
+
ready_replicas: Optional[_builtins.int] = None,
|
|
2535
|
+
replicas: Optional[_builtins.int] = None):
|
|
2536
2536
|
"""
|
|
2537
2537
|
ReplicaSetStatus represents the current status of a ReplicaSet.
|
|
2538
|
-
:param int available_replicas: The number of available replicas (ready for at least minReadySeconds) for this replica set.
|
|
2538
|
+
:param _builtins.int available_replicas: The number of available replicas (ready for at least minReadySeconds) for this replica set.
|
|
2539
2539
|
:param Sequence['ReplicaSetConditionPatchArgs'] conditions: Represents the latest available observations of a replica set's current state.
|
|
2540
|
-
:param int fully_labeled_replicas: The number of pods that have labels matching the labels of the pod template of the replicaset.
|
|
2541
|
-
:param int observed_generation: ObservedGeneration reflects the generation of the most recently observed ReplicaSet.
|
|
2542
|
-
:param int ready_replicas: The number of ready replicas for this replica set.
|
|
2543
|
-
:param int replicas: Replicas is the most recently oberved number of replicas. More info: https://kubernetes.io/docs/concepts/workloads/controllers/replicationcontroller/#what-is-a-replicationcontroller
|
|
2540
|
+
:param _builtins.int fully_labeled_replicas: The number of pods that have labels matching the labels of the pod template of the replicaset.
|
|
2541
|
+
:param _builtins.int observed_generation: ObservedGeneration reflects the generation of the most recently observed ReplicaSet.
|
|
2542
|
+
:param _builtins.int ready_replicas: The number of ready replicas for this replica set.
|
|
2543
|
+
:param _builtins.int replicas: Replicas is the most recently oberved number of replicas. More info: https://kubernetes.io/docs/concepts/workloads/controllers/replicationcontroller/#what-is-a-replicationcontroller
|
|
2544
2544
|
"""
|
|
2545
2545
|
if available_replicas is not None:
|
|
2546
2546
|
pulumi.set(__self__, "available_replicas", available_replicas)
|
|
@@ -2555,15 +2555,15 @@ class ReplicaSetStatusPatch(dict):
|
|
|
2555
2555
|
if replicas is not None:
|
|
2556
2556
|
pulumi.set(__self__, "replicas", replicas)
|
|
2557
2557
|
|
|
2558
|
-
@property
|
|
2558
|
+
@_builtins.property
|
|
2559
2559
|
@pulumi.getter(name="availableReplicas")
|
|
2560
|
-
def available_replicas(self) -> Optional[int]:
|
|
2560
|
+
def available_replicas(self) -> Optional[_builtins.int]:
|
|
2561
2561
|
"""
|
|
2562
2562
|
The number of available replicas (ready for at least minReadySeconds) for this replica set.
|
|
2563
2563
|
"""
|
|
2564
2564
|
return pulumi.get(self, "available_replicas")
|
|
2565
2565
|
|
|
2566
|
-
@property
|
|
2566
|
+
@_builtins.property
|
|
2567
2567
|
@pulumi.getter
|
|
2568
2568
|
def conditions(self) -> Optional[Sequence['outputs.ReplicaSetConditionPatch']]:
|
|
2569
2569
|
"""
|
|
@@ -2571,33 +2571,33 @@ class ReplicaSetStatusPatch(dict):
|
|
|
2571
2571
|
"""
|
|
2572
2572
|
return pulumi.get(self, "conditions")
|
|
2573
2573
|
|
|
2574
|
-
@property
|
|
2574
|
+
@_builtins.property
|
|
2575
2575
|
@pulumi.getter(name="fullyLabeledReplicas")
|
|
2576
|
-
def fully_labeled_replicas(self) -> Optional[int]:
|
|
2576
|
+
def fully_labeled_replicas(self) -> Optional[_builtins.int]:
|
|
2577
2577
|
"""
|
|
2578
2578
|
The number of pods that have labels matching the labels of the pod template of the replicaset.
|
|
2579
2579
|
"""
|
|
2580
2580
|
return pulumi.get(self, "fully_labeled_replicas")
|
|
2581
2581
|
|
|
2582
|
-
@property
|
|
2582
|
+
@_builtins.property
|
|
2583
2583
|
@pulumi.getter(name="observedGeneration")
|
|
2584
|
-
def observed_generation(self) -> Optional[int]:
|
|
2584
|
+
def observed_generation(self) -> Optional[_builtins.int]:
|
|
2585
2585
|
"""
|
|
2586
2586
|
ObservedGeneration reflects the generation of the most recently observed ReplicaSet.
|
|
2587
2587
|
"""
|
|
2588
2588
|
return pulumi.get(self, "observed_generation")
|
|
2589
2589
|
|
|
2590
|
-
@property
|
|
2590
|
+
@_builtins.property
|
|
2591
2591
|
@pulumi.getter(name="readyReplicas")
|
|
2592
|
-
def ready_replicas(self) -> Optional[int]:
|
|
2592
|
+
def ready_replicas(self) -> Optional[_builtins.int]:
|
|
2593
2593
|
"""
|
|
2594
2594
|
The number of ready replicas for this replica set.
|
|
2595
2595
|
"""
|
|
2596
2596
|
return pulumi.get(self, "ready_replicas")
|
|
2597
2597
|
|
|
2598
|
-
@property
|
|
2598
|
+
@_builtins.property
|
|
2599
2599
|
@pulumi.getter
|
|
2600
|
-
def replicas(self) -> Optional[int]:
|
|
2600
|
+
def replicas(self) -> Optional[_builtins.int]:
|
|
2601
2601
|
"""
|
|
2602
2602
|
Replicas is the most recently oberved number of replicas. More info: https://kubernetes.io/docs/concepts/workloads/controllers/replicationcontroller/#what-is-a-replicationcontroller
|
|
2603
2603
|
"""
|
|
@@ -2630,12 +2630,12 @@ class RollingUpdateDaemonSet(dict):
|
|
|
2630
2630
|
max_unavailable: Optional[Any] = None):
|
|
2631
2631
|
"""
|
|
2632
2632
|
Spec to control the desired behavior of daemon set rolling update.
|
|
2633
|
-
:param Union[int, str] max_unavailable: The maximum number of DaemonSet pods that can be unavailable during the update. Value can be an absolute number (ex: 5) or a percentage of total number of DaemonSet pods at the start of the update (ex: 10%). Absolute number is calculated from percentage by rounding up. This cannot be 0. Default value is 1. Example: when this is set to 30%, at most 30% of the total number of nodes that should be running the daemon pod (i.e. status.desiredNumberScheduled) can have their pods stopped for an update at any given time. The update starts by stopping at most 30% of those DaemonSet pods and then brings up new DaemonSet pods in their place. Once the new pods are available, it then proceeds onto other DaemonSet pods, thus ensuring that at least 70% of original number of DaemonSet pods are available at all times during the update.
|
|
2633
|
+
:param Union[_builtins.int, _builtins.str] max_unavailable: The maximum number of DaemonSet pods that can be unavailable during the update. Value can be an absolute number (ex: 5) or a percentage of total number of DaemonSet pods at the start of the update (ex: 10%). Absolute number is calculated from percentage by rounding up. This cannot be 0. Default value is 1. Example: when this is set to 30%, at most 30% of the total number of nodes that should be running the daemon pod (i.e. status.desiredNumberScheduled) can have their pods stopped for an update at any given time. The update starts by stopping at most 30% of those DaemonSet pods and then brings up new DaemonSet pods in their place. Once the new pods are available, it then proceeds onto other DaemonSet pods, thus ensuring that at least 70% of original number of DaemonSet pods are available at all times during the update.
|
|
2634
2634
|
"""
|
|
2635
2635
|
if max_unavailable is not None:
|
|
2636
2636
|
pulumi.set(__self__, "max_unavailable", max_unavailable)
|
|
2637
2637
|
|
|
2638
|
-
@property
|
|
2638
|
+
@_builtins.property
|
|
2639
2639
|
@pulumi.getter(name="maxUnavailable")
|
|
2640
2640
|
def max_unavailable(self) -> Optional[Any]:
|
|
2641
2641
|
"""
|
|
@@ -2670,12 +2670,12 @@ class RollingUpdateDaemonSetPatch(dict):
|
|
|
2670
2670
|
max_unavailable: Optional[Any] = None):
|
|
2671
2671
|
"""
|
|
2672
2672
|
Spec to control the desired behavior of daemon set rolling update.
|
|
2673
|
-
:param Union[int, str] max_unavailable: The maximum number of DaemonSet pods that can be unavailable during the update. Value can be an absolute number (ex: 5) or a percentage of total number of DaemonSet pods at the start of the update (ex: 10%). Absolute number is calculated from percentage by rounding up. This cannot be 0. Default value is 1. Example: when this is set to 30%, at most 30% of the total number of nodes that should be running the daemon pod (i.e. status.desiredNumberScheduled) can have their pods stopped for an update at any given time. The update starts by stopping at most 30% of those DaemonSet pods and then brings up new DaemonSet pods in their place. Once the new pods are available, it then proceeds onto other DaemonSet pods, thus ensuring that at least 70% of original number of DaemonSet pods are available at all times during the update.
|
|
2673
|
+
:param Union[_builtins.int, _builtins.str] max_unavailable: The maximum number of DaemonSet pods that can be unavailable during the update. Value can be an absolute number (ex: 5) or a percentage of total number of DaemonSet pods at the start of the update (ex: 10%). Absolute number is calculated from percentage by rounding up. This cannot be 0. Default value is 1. Example: when this is set to 30%, at most 30% of the total number of nodes that should be running the daemon pod (i.e. status.desiredNumberScheduled) can have their pods stopped for an update at any given time. The update starts by stopping at most 30% of those DaemonSet pods and then brings up new DaemonSet pods in their place. Once the new pods are available, it then proceeds onto other DaemonSet pods, thus ensuring that at least 70% of original number of DaemonSet pods are available at all times during the update.
|
|
2674
2674
|
"""
|
|
2675
2675
|
if max_unavailable is not None:
|
|
2676
2676
|
pulumi.set(__self__, "max_unavailable", max_unavailable)
|
|
2677
2677
|
|
|
2678
|
-
@property
|
|
2678
|
+
@_builtins.property
|
|
2679
2679
|
@pulumi.getter(name="maxUnavailable")
|
|
2680
2680
|
def max_unavailable(self) -> Optional[Any]:
|
|
2681
2681
|
"""
|
|
@@ -2713,15 +2713,15 @@ class RollingUpdateDeployment(dict):
|
|
|
2713
2713
|
max_unavailable: Optional[Any] = None):
|
|
2714
2714
|
"""
|
|
2715
2715
|
Spec to control the desired behavior of rolling update.
|
|
2716
|
-
:param Union[int, str] max_surge: The maximum number of pods that can be scheduled above the desired number of pods. Value can be an absolute number (ex: 5) or a percentage of desired pods (ex: 10%). This can not be 0 if MaxUnavailable is 0. Absolute number is calculated from percentage by rounding up. Defaults to 25%. Example: when this is set to 30%, the new ReplicaSet can be scaled up immediately when the rolling update starts, such that the total number of old and new pods do not exceed 130% of desired pods. Once old pods have been killed, new ReplicaSet can be scaled up further, ensuring that total number of pods running at any time during the update is at most 130% of desired pods.
|
|
2717
|
-
:param Union[int, str] max_unavailable: The maximum number of pods that can be unavailable during the update. Value can be an absolute number (ex: 5) or a percentage of desired pods (ex: 10%). Absolute number is calculated from percentage by rounding down. This can not be 0 if MaxSurge is 0. Defaults to 25%. Example: when this is set to 30%, the old ReplicaSet can be scaled down to 70% of desired pods immediately when the rolling update starts. Once new pods are ready, old ReplicaSet can be scaled down further, followed by scaling up the new ReplicaSet, ensuring that the total number of pods available at all times during the update is at least 70% of desired pods.
|
|
2716
|
+
: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.
|
|
2717
|
+
:param Union[_builtins.int, _builtins.str] max_unavailable: The maximum number of pods that can be unavailable during the update. Value can be an absolute number (ex: 5) or a percentage of desired pods (ex: 10%). Absolute number is calculated from percentage by rounding down. This can not be 0 if MaxSurge is 0. Defaults to 25%. Example: when this is set to 30%, the old ReplicaSet can be scaled down to 70% of desired pods immediately when the rolling update starts. Once new pods are ready, old ReplicaSet can be scaled down further, followed by scaling up the new ReplicaSet, ensuring that the total number of pods available at all times during the update is at least 70% of desired pods.
|
|
2718
2718
|
"""
|
|
2719
2719
|
if max_surge is not None:
|
|
2720
2720
|
pulumi.set(__self__, "max_surge", max_surge)
|
|
2721
2721
|
if max_unavailable is not None:
|
|
2722
2722
|
pulumi.set(__self__, "max_unavailable", max_unavailable)
|
|
2723
2723
|
|
|
2724
|
-
@property
|
|
2724
|
+
@_builtins.property
|
|
2725
2725
|
@pulumi.getter(name="maxSurge")
|
|
2726
2726
|
def max_surge(self) -> Optional[Any]:
|
|
2727
2727
|
"""
|
|
@@ -2729,7 +2729,7 @@ class RollingUpdateDeployment(dict):
|
|
|
2729
2729
|
"""
|
|
2730
2730
|
return pulumi.get(self, "max_surge")
|
|
2731
2731
|
|
|
2732
|
-
@property
|
|
2732
|
+
@_builtins.property
|
|
2733
2733
|
@pulumi.getter(name="maxUnavailable")
|
|
2734
2734
|
def max_unavailable(self) -> Optional[Any]:
|
|
2735
2735
|
"""
|
|
@@ -2767,15 +2767,15 @@ class RollingUpdateDeploymentPatch(dict):
|
|
|
2767
2767
|
max_unavailable: Optional[Any] = None):
|
|
2768
2768
|
"""
|
|
2769
2769
|
Spec to control the desired behavior of rolling update.
|
|
2770
|
-
:param Union[int, str] max_surge: The maximum number of pods that can be scheduled above the desired number of pods. Value can be an absolute number (ex: 5) or a percentage of desired pods (ex: 10%). This can not be 0 if MaxUnavailable is 0. Absolute number is calculated from percentage by rounding up. Defaults to 25%. Example: when this is set to 30%, the new ReplicaSet can be scaled up immediately when the rolling update starts, such that the total number of old and new pods do not exceed 130% of desired pods. Once old pods have been killed, new ReplicaSet can be scaled up further, ensuring that total number of pods running at any time during the update is at most 130% of desired pods.
|
|
2771
|
-
:param Union[int, str] max_unavailable: The maximum number of pods that can be unavailable during the update. Value can be an absolute number (ex: 5) or a percentage of desired pods (ex: 10%). Absolute number is calculated from percentage by rounding down. This can not be 0 if MaxSurge is 0. Defaults to 25%. Example: when this is set to 30%, the old ReplicaSet can be scaled down to 70% of desired pods immediately when the rolling update starts. Once new pods are ready, old ReplicaSet can be scaled down further, followed by scaling up the new ReplicaSet, ensuring that the total number of pods available at all times during the update is at least 70% of desired pods.
|
|
2770
|
+
: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.
|
|
2771
|
+
:param Union[_builtins.int, _builtins.str] max_unavailable: The maximum number of pods that can be unavailable during the update. Value can be an absolute number (ex: 5) or a percentage of desired pods (ex: 10%). Absolute number is calculated from percentage by rounding down. This can not be 0 if MaxSurge is 0. Defaults to 25%. Example: when this is set to 30%, the old ReplicaSet can be scaled down to 70% of desired pods immediately when the rolling update starts. Once new pods are ready, old ReplicaSet can be scaled down further, followed by scaling up the new ReplicaSet, ensuring that the total number of pods available at all times during the update is at least 70% of desired pods.
|
|
2772
2772
|
"""
|
|
2773
2773
|
if max_surge is not None:
|
|
2774
2774
|
pulumi.set(__self__, "max_surge", max_surge)
|
|
2775
2775
|
if max_unavailable is not None:
|
|
2776
2776
|
pulumi.set(__self__, "max_unavailable", max_unavailable)
|
|
2777
2777
|
|
|
2778
|
-
@property
|
|
2778
|
+
@_builtins.property
|
|
2779
2779
|
@pulumi.getter(name="maxSurge")
|
|
2780
2780
|
def max_surge(self) -> Optional[Any]:
|
|
2781
2781
|
"""
|
|
@@ -2783,7 +2783,7 @@ class RollingUpdateDeploymentPatch(dict):
|
|
|
2783
2783
|
"""
|
|
2784
2784
|
return pulumi.get(self, "max_surge")
|
|
2785
2785
|
|
|
2786
|
-
@property
|
|
2786
|
+
@_builtins.property
|
|
2787
2787
|
@pulumi.getter(name="maxUnavailable")
|
|
2788
2788
|
def max_unavailable(self) -> Optional[Any]:
|
|
2789
2789
|
"""
|
|
@@ -2798,17 +2798,17 @@ class RollingUpdateStatefulSetStrategy(dict):
|
|
|
2798
2798
|
RollingUpdateStatefulSetStrategy is used to communicate parameter for RollingUpdateStatefulSetStrategyType.
|
|
2799
2799
|
"""
|
|
2800
2800
|
def __init__(__self__, *,
|
|
2801
|
-
partition: Optional[int] = None):
|
|
2801
|
+
partition: Optional[_builtins.int] = None):
|
|
2802
2802
|
"""
|
|
2803
2803
|
RollingUpdateStatefulSetStrategy is used to communicate parameter for RollingUpdateStatefulSetStrategyType.
|
|
2804
|
-
:param int partition: Partition indicates the ordinal at which the StatefulSet should be partitioned. Default value is 0.
|
|
2804
|
+
:param _builtins.int partition: Partition indicates the ordinal at which the StatefulSet should be partitioned. Default value is 0.
|
|
2805
2805
|
"""
|
|
2806
2806
|
if partition is not None:
|
|
2807
2807
|
pulumi.set(__self__, "partition", partition)
|
|
2808
2808
|
|
|
2809
|
-
@property
|
|
2809
|
+
@_builtins.property
|
|
2810
2810
|
@pulumi.getter
|
|
2811
|
-
def partition(self) -> Optional[int]:
|
|
2811
|
+
def partition(self) -> Optional[_builtins.int]:
|
|
2812
2812
|
"""
|
|
2813
2813
|
Partition indicates the ordinal at which the StatefulSet should be partitioned. Default value is 0.
|
|
2814
2814
|
"""
|
|
@@ -2821,17 +2821,17 @@ class RollingUpdateStatefulSetStrategyPatch(dict):
|
|
|
2821
2821
|
RollingUpdateStatefulSetStrategy is used to communicate parameter for RollingUpdateStatefulSetStrategyType.
|
|
2822
2822
|
"""
|
|
2823
2823
|
def __init__(__self__, *,
|
|
2824
|
-
partition: Optional[int] = None):
|
|
2824
|
+
partition: Optional[_builtins.int] = None):
|
|
2825
2825
|
"""
|
|
2826
2826
|
RollingUpdateStatefulSetStrategy is used to communicate parameter for RollingUpdateStatefulSetStrategyType.
|
|
2827
|
-
:param int partition: Partition indicates the ordinal at which the StatefulSet should be partitioned. Default value is 0.
|
|
2827
|
+
:param _builtins.int partition: Partition indicates the ordinal at which the StatefulSet should be partitioned. Default value is 0.
|
|
2828
2828
|
"""
|
|
2829
2829
|
if partition is not None:
|
|
2830
2830
|
pulumi.set(__self__, "partition", partition)
|
|
2831
2831
|
|
|
2832
|
-
@property
|
|
2832
|
+
@_builtins.property
|
|
2833
2833
|
@pulumi.getter
|
|
2834
|
-
def partition(self) -> Optional[int]:
|
|
2834
|
+
def partition(self) -> Optional[_builtins.int]:
|
|
2835
2835
|
"""
|
|
2836
2836
|
Partition indicates the ordinal at which the StatefulSet should be partitioned. Default value is 0.
|
|
2837
2837
|
"""
|
|
@@ -2877,8 +2877,8 @@ class StatefulSet(dict):
|
|
|
2877
2877
|
return super().get(key, default)
|
|
2878
2878
|
|
|
2879
2879
|
def __init__(__self__, *,
|
|
2880
|
-
api_version: Optional[str] = None,
|
|
2881
|
-
kind: Optional[str] = None,
|
|
2880
|
+
api_version: Optional[_builtins.str] = None,
|
|
2881
|
+
kind: Optional[_builtins.str] = None,
|
|
2882
2882
|
metadata: Optional['_meta.v1.outputs.ObjectMeta'] = None,
|
|
2883
2883
|
spec: Optional['outputs.StatefulSetSpec'] = None,
|
|
2884
2884
|
status: Optional['outputs.StatefulSetStatus'] = None):
|
|
@@ -2900,8 +2900,8 @@ class StatefulSet(dict):
|
|
|
2900
2900
|
If the StatefulSet has not reached a Ready state after 10 minutes, it will
|
|
2901
2901
|
time out and mark the resource update as Failed. You can override the default timeout value
|
|
2902
2902
|
by setting the 'customTimeouts' option on the resource.
|
|
2903
|
-
:param str api_version: APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources
|
|
2904
|
-
:param str kind: Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds
|
|
2903
|
+
: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
|
|
2904
|
+
:param _builtins.str kind: Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds
|
|
2905
2905
|
:param 'StatefulSetSpecArgs' spec: Spec defines the desired identities of pods in this set.
|
|
2906
2906
|
:param 'StatefulSetStatusArgs' status: Status is the current status of Pods in this StatefulSet. This data may be out of date by some window of time.
|
|
2907
2907
|
"""
|
|
@@ -2916,28 +2916,28 @@ class StatefulSet(dict):
|
|
|
2916
2916
|
if status is not None:
|
|
2917
2917
|
pulumi.set(__self__, "status", status)
|
|
2918
2918
|
|
|
2919
|
-
@property
|
|
2919
|
+
@_builtins.property
|
|
2920
2920
|
@pulumi.getter(name="apiVersion")
|
|
2921
|
-
def api_version(self) -> Optional[str]:
|
|
2921
|
+
def api_version(self) -> Optional[_builtins.str]:
|
|
2922
2922
|
"""
|
|
2923
2923
|
APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources
|
|
2924
2924
|
"""
|
|
2925
2925
|
return pulumi.get(self, "api_version")
|
|
2926
2926
|
|
|
2927
|
-
@property
|
|
2927
|
+
@_builtins.property
|
|
2928
2928
|
@pulumi.getter
|
|
2929
|
-
def kind(self) -> Optional[str]:
|
|
2929
|
+
def kind(self) -> Optional[_builtins.str]:
|
|
2930
2930
|
"""
|
|
2931
2931
|
Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds
|
|
2932
2932
|
"""
|
|
2933
2933
|
return pulumi.get(self, "kind")
|
|
2934
2934
|
|
|
2935
|
-
@property
|
|
2935
|
+
@_builtins.property
|
|
2936
2936
|
@pulumi.getter
|
|
2937
2937
|
def metadata(self) -> Optional['_meta.v1.outputs.ObjectMeta']:
|
|
2938
2938
|
return pulumi.get(self, "metadata")
|
|
2939
2939
|
|
|
2940
|
-
@property
|
|
2940
|
+
@_builtins.property
|
|
2941
2941
|
@pulumi.getter
|
|
2942
2942
|
def spec(self) -> Optional['outputs.StatefulSetSpec']:
|
|
2943
2943
|
"""
|
|
@@ -2945,7 +2945,7 @@ class StatefulSet(dict):
|
|
|
2945
2945
|
"""
|
|
2946
2946
|
return pulumi.get(self, "spec")
|
|
2947
2947
|
|
|
2948
|
-
@property
|
|
2948
|
+
@_builtins.property
|
|
2949
2949
|
@pulumi.getter
|
|
2950
2950
|
def status(self) -> Optional['outputs.StatefulSetStatus']:
|
|
2951
2951
|
"""
|
|
@@ -2977,18 +2977,18 @@ class StatefulSetCondition(dict):
|
|
|
2977
2977
|
return super().get(key, default)
|
|
2978
2978
|
|
|
2979
2979
|
def __init__(__self__, *,
|
|
2980
|
-
status: str,
|
|
2981
|
-
type: str,
|
|
2982
|
-
last_transition_time: Optional[str] = None,
|
|
2983
|
-
message: Optional[str] = None,
|
|
2984
|
-
reason: Optional[str] = None):
|
|
2980
|
+
status: _builtins.str,
|
|
2981
|
+
type: _builtins.str,
|
|
2982
|
+
last_transition_time: Optional[_builtins.str] = None,
|
|
2983
|
+
message: Optional[_builtins.str] = None,
|
|
2984
|
+
reason: Optional[_builtins.str] = None):
|
|
2985
2985
|
"""
|
|
2986
2986
|
StatefulSetCondition describes the state of a statefulset at a certain point.
|
|
2987
|
-
:param str status: Status of the condition, one of True, False, Unknown.
|
|
2988
|
-
:param str type: Type of statefulset condition.
|
|
2989
|
-
:param str last_transition_time: Last time the condition transitioned from one status to another.
|
|
2990
|
-
:param str message: A human readable message indicating details about the transition.
|
|
2991
|
-
:param str reason: The reason for the condition's last transition.
|
|
2987
|
+
:param _builtins.str status: Status of the condition, one of True, False, Unknown.
|
|
2988
|
+
:param _builtins.str type: Type of statefulset condition.
|
|
2989
|
+
:param _builtins.str last_transition_time: Last time the condition transitioned from one status to another.
|
|
2990
|
+
:param _builtins.str message: A human readable message indicating details about the transition.
|
|
2991
|
+
:param _builtins.str reason: The reason for the condition's last transition.
|
|
2992
2992
|
"""
|
|
2993
2993
|
pulumi.set(__self__, "status", status)
|
|
2994
2994
|
pulumi.set(__self__, "type", type)
|
|
@@ -2999,41 +2999,41 @@ class StatefulSetCondition(dict):
|
|
|
2999
2999
|
if reason is not None:
|
|
3000
3000
|
pulumi.set(__self__, "reason", reason)
|
|
3001
3001
|
|
|
3002
|
-
@property
|
|
3002
|
+
@_builtins.property
|
|
3003
3003
|
@pulumi.getter
|
|
3004
|
-
def status(self) -> str:
|
|
3004
|
+
def status(self) -> _builtins.str:
|
|
3005
3005
|
"""
|
|
3006
3006
|
Status of the condition, one of True, False, Unknown.
|
|
3007
3007
|
"""
|
|
3008
3008
|
return pulumi.get(self, "status")
|
|
3009
3009
|
|
|
3010
|
-
@property
|
|
3010
|
+
@_builtins.property
|
|
3011
3011
|
@pulumi.getter
|
|
3012
|
-
def type(self) -> str:
|
|
3012
|
+
def type(self) -> _builtins.str:
|
|
3013
3013
|
"""
|
|
3014
3014
|
Type of statefulset condition.
|
|
3015
3015
|
"""
|
|
3016
3016
|
return pulumi.get(self, "type")
|
|
3017
3017
|
|
|
3018
|
-
@property
|
|
3018
|
+
@_builtins.property
|
|
3019
3019
|
@pulumi.getter(name="lastTransitionTime")
|
|
3020
|
-
def last_transition_time(self) -> Optional[str]:
|
|
3020
|
+
def last_transition_time(self) -> Optional[_builtins.str]:
|
|
3021
3021
|
"""
|
|
3022
3022
|
Last time the condition transitioned from one status to another.
|
|
3023
3023
|
"""
|
|
3024
3024
|
return pulumi.get(self, "last_transition_time")
|
|
3025
3025
|
|
|
3026
|
-
@property
|
|
3026
|
+
@_builtins.property
|
|
3027
3027
|
@pulumi.getter
|
|
3028
|
-
def message(self) -> Optional[str]:
|
|
3028
|
+
def message(self) -> Optional[_builtins.str]:
|
|
3029
3029
|
"""
|
|
3030
3030
|
A human readable message indicating details about the transition.
|
|
3031
3031
|
"""
|
|
3032
3032
|
return pulumi.get(self, "message")
|
|
3033
3033
|
|
|
3034
|
-
@property
|
|
3034
|
+
@_builtins.property
|
|
3035
3035
|
@pulumi.getter
|
|
3036
|
-
def reason(self) -> Optional[str]:
|
|
3036
|
+
def reason(self) -> Optional[_builtins.str]:
|
|
3037
3037
|
"""
|
|
3038
3038
|
The reason for the condition's last transition.
|
|
3039
3039
|
"""
|
|
@@ -3063,18 +3063,18 @@ class StatefulSetConditionPatch(dict):
|
|
|
3063
3063
|
return super().get(key, default)
|
|
3064
3064
|
|
|
3065
3065
|
def __init__(__self__, *,
|
|
3066
|
-
last_transition_time: Optional[str] = None,
|
|
3067
|
-
message: Optional[str] = None,
|
|
3068
|
-
reason: Optional[str] = None,
|
|
3069
|
-
status: Optional[str] = None,
|
|
3070
|
-
type: Optional[str] = None):
|
|
3066
|
+
last_transition_time: Optional[_builtins.str] = None,
|
|
3067
|
+
message: Optional[_builtins.str] = None,
|
|
3068
|
+
reason: Optional[_builtins.str] = None,
|
|
3069
|
+
status: Optional[_builtins.str] = None,
|
|
3070
|
+
type: Optional[_builtins.str] = None):
|
|
3071
3071
|
"""
|
|
3072
3072
|
StatefulSetCondition describes the state of a statefulset at a certain point.
|
|
3073
|
-
:param str last_transition_time: Last time the condition transitioned from one status to another.
|
|
3074
|
-
:param str message: A human readable message indicating details about the transition.
|
|
3075
|
-
:param str reason: The reason for the condition's last transition.
|
|
3076
|
-
:param str status: Status of the condition, one of True, False, Unknown.
|
|
3077
|
-
:param str type: Type of statefulset condition.
|
|
3073
|
+
:param _builtins.str last_transition_time: Last time the condition transitioned from one status to another.
|
|
3074
|
+
:param _builtins.str message: A human readable message indicating details about the transition.
|
|
3075
|
+
:param _builtins.str reason: The reason for the condition's last transition.
|
|
3076
|
+
:param _builtins.str status: Status of the condition, one of True, False, Unknown.
|
|
3077
|
+
:param _builtins.str type: Type of statefulset condition.
|
|
3078
3078
|
"""
|
|
3079
3079
|
if last_transition_time is not None:
|
|
3080
3080
|
pulumi.set(__self__, "last_transition_time", last_transition_time)
|
|
@@ -3087,41 +3087,41 @@ class StatefulSetConditionPatch(dict):
|
|
|
3087
3087
|
if type is not None:
|
|
3088
3088
|
pulumi.set(__self__, "type", type)
|
|
3089
3089
|
|
|
3090
|
-
@property
|
|
3090
|
+
@_builtins.property
|
|
3091
3091
|
@pulumi.getter(name="lastTransitionTime")
|
|
3092
|
-
def last_transition_time(self) -> Optional[str]:
|
|
3092
|
+
def last_transition_time(self) -> Optional[_builtins.str]:
|
|
3093
3093
|
"""
|
|
3094
3094
|
Last time the condition transitioned from one status to another.
|
|
3095
3095
|
"""
|
|
3096
3096
|
return pulumi.get(self, "last_transition_time")
|
|
3097
3097
|
|
|
3098
|
-
@property
|
|
3098
|
+
@_builtins.property
|
|
3099
3099
|
@pulumi.getter
|
|
3100
|
-
def message(self) -> Optional[str]:
|
|
3100
|
+
def message(self) -> Optional[_builtins.str]:
|
|
3101
3101
|
"""
|
|
3102
3102
|
A human readable message indicating details about the transition.
|
|
3103
3103
|
"""
|
|
3104
3104
|
return pulumi.get(self, "message")
|
|
3105
3105
|
|
|
3106
|
-
@property
|
|
3106
|
+
@_builtins.property
|
|
3107
3107
|
@pulumi.getter
|
|
3108
|
-
def reason(self) -> Optional[str]:
|
|
3108
|
+
def reason(self) -> Optional[_builtins.str]:
|
|
3109
3109
|
"""
|
|
3110
3110
|
The reason for the condition's last transition.
|
|
3111
3111
|
"""
|
|
3112
3112
|
return pulumi.get(self, "reason")
|
|
3113
3113
|
|
|
3114
|
-
@property
|
|
3114
|
+
@_builtins.property
|
|
3115
3115
|
@pulumi.getter
|
|
3116
|
-
def status(self) -> Optional[str]:
|
|
3116
|
+
def status(self) -> Optional[_builtins.str]:
|
|
3117
3117
|
"""
|
|
3118
3118
|
Status of the condition, one of True, False, Unknown.
|
|
3119
3119
|
"""
|
|
3120
3120
|
return pulumi.get(self, "status")
|
|
3121
3121
|
|
|
3122
|
-
@property
|
|
3122
|
+
@_builtins.property
|
|
3123
3123
|
@pulumi.getter
|
|
3124
|
-
def type(self) -> Optional[str]:
|
|
3124
|
+
def type(self) -> Optional[_builtins.str]:
|
|
3125
3125
|
"""
|
|
3126
3126
|
Type of statefulset condition.
|
|
3127
3127
|
"""
|
|
@@ -3160,21 +3160,21 @@ class StatefulSetSpec(dict):
|
|
|
3160
3160
|
|
|
3161
3161
|
def __init__(__self__, *,
|
|
3162
3162
|
selector: '_meta.v1.outputs.LabelSelector',
|
|
3163
|
-
service_name: str,
|
|
3163
|
+
service_name: _builtins.str,
|
|
3164
3164
|
template: '_core.v1.outputs.PodTemplateSpec',
|
|
3165
|
-
pod_management_policy: Optional[str] = None,
|
|
3166
|
-
replicas: Optional[int] = None,
|
|
3167
|
-
revision_history_limit: Optional[int] = None,
|
|
3165
|
+
pod_management_policy: Optional[_builtins.str] = None,
|
|
3166
|
+
replicas: Optional[_builtins.int] = None,
|
|
3167
|
+
revision_history_limit: Optional[_builtins.int] = None,
|
|
3168
3168
|
update_strategy: Optional['outputs.StatefulSetUpdateStrategy'] = None,
|
|
3169
3169
|
volume_claim_templates: Optional[Sequence['_core.v1.outputs.PersistentVolumeClaim']] = None):
|
|
3170
3170
|
"""
|
|
3171
3171
|
A StatefulSetSpec is the specification of a StatefulSet.
|
|
3172
3172
|
:param '_meta.v1.LabelSelectorArgs' selector: selector is a label query over pods that should match the replica count. It must match the pod template's labels. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/labels/#label-selectors
|
|
3173
|
-
:param str service_name: serviceName is the name of the service that governs this StatefulSet. This service must exist before the StatefulSet, and is responsible for the network identity of the set. Pods get DNS/hostnames that follow the pattern: pod-specific-string.serviceName.default.svc.cluster.local where "pod-specific-string" is managed by the StatefulSet controller.
|
|
3173
|
+
:param _builtins.str service_name: serviceName is the name of the service that governs this StatefulSet. This service must exist before the StatefulSet, and is responsible for the network identity of the set. Pods get DNS/hostnames that follow the pattern: pod-specific-string.serviceName.default.svc.cluster.local where "pod-specific-string" is managed by the StatefulSet controller.
|
|
3174
3174
|
:param '_core.v1.PodTemplateSpecArgs' template: template is the object that describes the pod that will be created if insufficient replicas are detected. Each pod stamped out by the StatefulSet will fulfill this Template, but have a unique identity from the rest of the StatefulSet.
|
|
3175
|
-
:param str pod_management_policy: podManagementPolicy controls how pods are created during initial scale up, when replacing pods on nodes, or when scaling down. The default policy is `OrderedReady`, where pods are created in increasing order (pod-0, then pod-1, etc) and the controller will wait until each pod is ready before continuing. When scaling down, the pods are removed in the opposite order. The alternative policy is `Parallel` which will create pods in parallel to match the desired scale without waiting, and on scale down will delete all pods at once.
|
|
3176
|
-
:param int replicas: replicas is the desired number of replicas of the given Template. These are replicas in the sense that they are instantiations of the same Template, but individual replicas also have a consistent identity. If unspecified, defaults to 1.
|
|
3177
|
-
:param int revision_history_limit: revisionHistoryLimit is the maximum number of revisions that will be maintained in the StatefulSet's revision history. The revision history consists of all revisions not represented by a currently applied StatefulSetSpec version. The default value is 10.
|
|
3175
|
+
: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.
|
|
3176
|
+
: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.
|
|
3177
|
+
:param _builtins.int revision_history_limit: revisionHistoryLimit is the maximum number of revisions that will be maintained in the StatefulSet's revision history. The revision history consists of all revisions not represented by a currently applied StatefulSetSpec version. The default value is 10.
|
|
3178
3178
|
:param 'StatefulSetUpdateStrategyArgs' update_strategy: updateStrategy indicates the StatefulSetUpdateStrategy that will be employed to update Pods in the StatefulSet when a revision is made to Template.
|
|
3179
3179
|
:param Sequence['_core.v1.PersistentVolumeClaimArgs'] volume_claim_templates: volumeClaimTemplates is a list of claims that pods are allowed to reference. The StatefulSet controller is responsible for mapping network identities to claims in a way that maintains the identity of a pod. Every claim in this list must have at least one matching (by name) volumeMount in one container in the template. A claim in this list takes precedence over any volumes in the template, with the same name.
|
|
3180
3180
|
"""
|
|
@@ -3192,7 +3192,7 @@ class StatefulSetSpec(dict):
|
|
|
3192
3192
|
if volume_claim_templates is not None:
|
|
3193
3193
|
pulumi.set(__self__, "volume_claim_templates", volume_claim_templates)
|
|
3194
3194
|
|
|
3195
|
-
@property
|
|
3195
|
+
@_builtins.property
|
|
3196
3196
|
@pulumi.getter
|
|
3197
3197
|
def selector(self) -> '_meta.v1.outputs.LabelSelector':
|
|
3198
3198
|
"""
|
|
@@ -3200,15 +3200,15 @@ class StatefulSetSpec(dict):
|
|
|
3200
3200
|
"""
|
|
3201
3201
|
return pulumi.get(self, "selector")
|
|
3202
3202
|
|
|
3203
|
-
@property
|
|
3203
|
+
@_builtins.property
|
|
3204
3204
|
@pulumi.getter(name="serviceName")
|
|
3205
|
-
def service_name(self) -> str:
|
|
3205
|
+
def service_name(self) -> _builtins.str:
|
|
3206
3206
|
"""
|
|
3207
3207
|
serviceName is the name of the service that governs this StatefulSet. This service must exist before the StatefulSet, and is responsible for the network identity of the set. Pods get DNS/hostnames that follow the pattern: pod-specific-string.serviceName.default.svc.cluster.local where "pod-specific-string" is managed by the StatefulSet controller.
|
|
3208
3208
|
"""
|
|
3209
3209
|
return pulumi.get(self, "service_name")
|
|
3210
3210
|
|
|
3211
|
-
@property
|
|
3211
|
+
@_builtins.property
|
|
3212
3212
|
@pulumi.getter
|
|
3213
3213
|
def template(self) -> '_core.v1.outputs.PodTemplateSpec':
|
|
3214
3214
|
"""
|
|
@@ -3216,31 +3216,31 @@ class StatefulSetSpec(dict):
|
|
|
3216
3216
|
"""
|
|
3217
3217
|
return pulumi.get(self, "template")
|
|
3218
3218
|
|
|
3219
|
-
@property
|
|
3219
|
+
@_builtins.property
|
|
3220
3220
|
@pulumi.getter(name="podManagementPolicy")
|
|
3221
|
-
def pod_management_policy(self) -> Optional[str]:
|
|
3221
|
+
def pod_management_policy(self) -> Optional[_builtins.str]:
|
|
3222
3222
|
"""
|
|
3223
3223
|
podManagementPolicy controls how pods are created during initial scale up, when replacing pods on nodes, or when scaling down. The default policy is `OrderedReady`, where pods are created in increasing order (pod-0, then pod-1, etc) and the controller will wait until each pod is ready before continuing. When scaling down, the pods are removed in the opposite order. The alternative policy is `Parallel` which will create pods in parallel to match the desired scale without waiting, and on scale down will delete all pods at once.
|
|
3224
3224
|
"""
|
|
3225
3225
|
return pulumi.get(self, "pod_management_policy")
|
|
3226
3226
|
|
|
3227
|
-
@property
|
|
3227
|
+
@_builtins.property
|
|
3228
3228
|
@pulumi.getter
|
|
3229
|
-
def replicas(self) -> Optional[int]:
|
|
3229
|
+
def replicas(self) -> Optional[_builtins.int]:
|
|
3230
3230
|
"""
|
|
3231
3231
|
replicas is the desired number of replicas of the given Template. These are replicas in the sense that they are instantiations of the same Template, but individual replicas also have a consistent identity. If unspecified, defaults to 1.
|
|
3232
3232
|
"""
|
|
3233
3233
|
return pulumi.get(self, "replicas")
|
|
3234
3234
|
|
|
3235
|
-
@property
|
|
3235
|
+
@_builtins.property
|
|
3236
3236
|
@pulumi.getter(name="revisionHistoryLimit")
|
|
3237
|
-
def revision_history_limit(self) -> Optional[int]:
|
|
3237
|
+
def revision_history_limit(self) -> Optional[_builtins.int]:
|
|
3238
3238
|
"""
|
|
3239
3239
|
revisionHistoryLimit is the maximum number of revisions that will be maintained in the StatefulSet's revision history. The revision history consists of all revisions not represented by a currently applied StatefulSetSpec version. The default value is 10.
|
|
3240
3240
|
"""
|
|
3241
3241
|
return pulumi.get(self, "revision_history_limit")
|
|
3242
3242
|
|
|
3243
|
-
@property
|
|
3243
|
+
@_builtins.property
|
|
3244
3244
|
@pulumi.getter(name="updateStrategy")
|
|
3245
3245
|
def update_strategy(self) -> Optional['outputs.StatefulSetUpdateStrategy']:
|
|
3246
3246
|
"""
|
|
@@ -3248,7 +3248,7 @@ class StatefulSetSpec(dict):
|
|
|
3248
3248
|
"""
|
|
3249
3249
|
return pulumi.get(self, "update_strategy")
|
|
3250
3250
|
|
|
3251
|
-
@property
|
|
3251
|
+
@_builtins.property
|
|
3252
3252
|
@pulumi.getter(name="volumeClaimTemplates")
|
|
3253
3253
|
def volume_claim_templates(self) -> Optional[Sequence['_core.v1.outputs.PersistentVolumeClaim']]:
|
|
3254
3254
|
"""
|
|
@@ -3288,21 +3288,21 @@ class StatefulSetSpecPatch(dict):
|
|
|
3288
3288
|
return super().get(key, default)
|
|
3289
3289
|
|
|
3290
3290
|
def __init__(__self__, *,
|
|
3291
|
-
pod_management_policy: Optional[str] = None,
|
|
3292
|
-
replicas: Optional[int] = None,
|
|
3293
|
-
revision_history_limit: Optional[int] = None,
|
|
3291
|
+
pod_management_policy: Optional[_builtins.str] = None,
|
|
3292
|
+
replicas: Optional[_builtins.int] = None,
|
|
3293
|
+
revision_history_limit: Optional[_builtins.int] = None,
|
|
3294
3294
|
selector: Optional['_meta.v1.outputs.LabelSelectorPatch'] = None,
|
|
3295
|
-
service_name: Optional[str] = None,
|
|
3295
|
+
service_name: Optional[_builtins.str] = None,
|
|
3296
3296
|
template: Optional['_core.v1.outputs.PodTemplateSpecPatch'] = None,
|
|
3297
3297
|
update_strategy: Optional['outputs.StatefulSetUpdateStrategyPatch'] = None,
|
|
3298
3298
|
volume_claim_templates: Optional[Sequence['_core.v1.outputs.PersistentVolumeClaimPatch']] = None):
|
|
3299
3299
|
"""
|
|
3300
3300
|
A StatefulSetSpec is the specification of a StatefulSet.
|
|
3301
|
-
:param str pod_management_policy: podManagementPolicy controls how pods are created during initial scale up, when replacing pods on nodes, or when scaling down. The default policy is `OrderedReady`, where pods are created in increasing order (pod-0, then pod-1, etc) and the controller will wait until each pod is ready before continuing. When scaling down, the pods are removed in the opposite order. The alternative policy is `Parallel` which will create pods in parallel to match the desired scale without waiting, and on scale down will delete all pods at once.
|
|
3302
|
-
:param int replicas: replicas is the desired number of replicas of the given Template. These are replicas in the sense that they are instantiations of the same Template, but individual replicas also have a consistent identity. If unspecified, defaults to 1.
|
|
3303
|
-
:param int revision_history_limit: revisionHistoryLimit is the maximum number of revisions that will be maintained in the StatefulSet's revision history. The revision history consists of all revisions not represented by a currently applied StatefulSetSpec version. The default value is 10.
|
|
3301
|
+
: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.
|
|
3302
|
+
: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.
|
|
3303
|
+
:param _builtins.int revision_history_limit: revisionHistoryLimit is the maximum number of revisions that will be maintained in the StatefulSet's revision history. The revision history consists of all revisions not represented by a currently applied StatefulSetSpec version. The default value is 10.
|
|
3304
3304
|
:param '_meta.v1.LabelSelectorPatchArgs' selector: selector is a label query over pods that should match the replica count. It must match the pod template's labels. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/labels/#label-selectors
|
|
3305
|
-
:param str service_name: serviceName is the name of the service that governs this StatefulSet. This service must exist before the StatefulSet, and is responsible for the network identity of the set. Pods get DNS/hostnames that follow the pattern: pod-specific-string.serviceName.default.svc.cluster.local where "pod-specific-string" is managed by the StatefulSet controller.
|
|
3305
|
+
:param _builtins.str service_name: serviceName is the name of the service that governs this StatefulSet. This service must exist before the StatefulSet, and is responsible for the network identity of the set. Pods get DNS/hostnames that follow the pattern: pod-specific-string.serviceName.default.svc.cluster.local where "pod-specific-string" is managed by the StatefulSet controller.
|
|
3306
3306
|
:param '_core.v1.PodTemplateSpecPatchArgs' template: template is the object that describes the pod that will be created if insufficient replicas are detected. Each pod stamped out by the StatefulSet will fulfill this Template, but have a unique identity from the rest of the StatefulSet.
|
|
3307
3307
|
:param 'StatefulSetUpdateStrategyPatchArgs' update_strategy: updateStrategy indicates the StatefulSetUpdateStrategy that will be employed to update Pods in the StatefulSet when a revision is made to Template.
|
|
3308
3308
|
: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.
|
|
@@ -3324,31 +3324,31 @@ class StatefulSetSpecPatch(dict):
|
|
|
3324
3324
|
if volume_claim_templates is not None:
|
|
3325
3325
|
pulumi.set(__self__, "volume_claim_templates", volume_claim_templates)
|
|
3326
3326
|
|
|
3327
|
-
@property
|
|
3327
|
+
@_builtins.property
|
|
3328
3328
|
@pulumi.getter(name="podManagementPolicy")
|
|
3329
|
-
def pod_management_policy(self) -> Optional[str]:
|
|
3329
|
+
def pod_management_policy(self) -> Optional[_builtins.str]:
|
|
3330
3330
|
"""
|
|
3331
3331
|
podManagementPolicy controls how pods are created during initial scale up, when replacing pods on nodes, or when scaling down. The default policy is `OrderedReady`, where pods are created in increasing order (pod-0, then pod-1, etc) and the controller will wait until each pod is ready before continuing. When scaling down, the pods are removed in the opposite order. The alternative policy is `Parallel` which will create pods in parallel to match the desired scale without waiting, and on scale down will delete all pods at once.
|
|
3332
3332
|
"""
|
|
3333
3333
|
return pulumi.get(self, "pod_management_policy")
|
|
3334
3334
|
|
|
3335
|
-
@property
|
|
3335
|
+
@_builtins.property
|
|
3336
3336
|
@pulumi.getter
|
|
3337
|
-
def replicas(self) -> Optional[int]:
|
|
3337
|
+
def replicas(self) -> Optional[_builtins.int]:
|
|
3338
3338
|
"""
|
|
3339
3339
|
replicas is the desired number of replicas of the given Template. These are replicas in the sense that they are instantiations of the same Template, but individual replicas also have a consistent identity. If unspecified, defaults to 1.
|
|
3340
3340
|
"""
|
|
3341
3341
|
return pulumi.get(self, "replicas")
|
|
3342
3342
|
|
|
3343
|
-
@property
|
|
3343
|
+
@_builtins.property
|
|
3344
3344
|
@pulumi.getter(name="revisionHistoryLimit")
|
|
3345
|
-
def revision_history_limit(self) -> Optional[int]:
|
|
3345
|
+
def revision_history_limit(self) -> Optional[_builtins.int]:
|
|
3346
3346
|
"""
|
|
3347
3347
|
revisionHistoryLimit is the maximum number of revisions that will be maintained in the StatefulSet's revision history. The revision history consists of all revisions not represented by a currently applied StatefulSetSpec version. The default value is 10.
|
|
3348
3348
|
"""
|
|
3349
3349
|
return pulumi.get(self, "revision_history_limit")
|
|
3350
3350
|
|
|
3351
|
-
@property
|
|
3351
|
+
@_builtins.property
|
|
3352
3352
|
@pulumi.getter
|
|
3353
3353
|
def selector(self) -> Optional['_meta.v1.outputs.LabelSelectorPatch']:
|
|
3354
3354
|
"""
|
|
@@ -3356,15 +3356,15 @@ class StatefulSetSpecPatch(dict):
|
|
|
3356
3356
|
"""
|
|
3357
3357
|
return pulumi.get(self, "selector")
|
|
3358
3358
|
|
|
3359
|
-
@property
|
|
3359
|
+
@_builtins.property
|
|
3360
3360
|
@pulumi.getter(name="serviceName")
|
|
3361
|
-
def service_name(self) -> Optional[str]:
|
|
3361
|
+
def service_name(self) -> Optional[_builtins.str]:
|
|
3362
3362
|
"""
|
|
3363
3363
|
serviceName is the name of the service that governs this StatefulSet. This service must exist before the StatefulSet, and is responsible for the network identity of the set. Pods get DNS/hostnames that follow the pattern: pod-specific-string.serviceName.default.svc.cluster.local where "pod-specific-string" is managed by the StatefulSet controller.
|
|
3364
3364
|
"""
|
|
3365
3365
|
return pulumi.get(self, "service_name")
|
|
3366
3366
|
|
|
3367
|
-
@property
|
|
3367
|
+
@_builtins.property
|
|
3368
3368
|
@pulumi.getter
|
|
3369
3369
|
def template(self) -> Optional['_core.v1.outputs.PodTemplateSpecPatch']:
|
|
3370
3370
|
"""
|
|
@@ -3372,7 +3372,7 @@ class StatefulSetSpecPatch(dict):
|
|
|
3372
3372
|
"""
|
|
3373
3373
|
return pulumi.get(self, "template")
|
|
3374
3374
|
|
|
3375
|
-
@property
|
|
3375
|
+
@_builtins.property
|
|
3376
3376
|
@pulumi.getter(name="updateStrategy")
|
|
3377
3377
|
def update_strategy(self) -> Optional['outputs.StatefulSetUpdateStrategyPatch']:
|
|
3378
3378
|
"""
|
|
@@ -3380,7 +3380,7 @@ class StatefulSetSpecPatch(dict):
|
|
|
3380
3380
|
"""
|
|
3381
3381
|
return pulumi.get(self, "update_strategy")
|
|
3382
3382
|
|
|
3383
|
-
@property
|
|
3383
|
+
@_builtins.property
|
|
3384
3384
|
@pulumi.getter(name="volumeClaimTemplates")
|
|
3385
3385
|
def volume_claim_templates(self) -> Optional[Sequence['_core.v1.outputs.PersistentVolumeClaimPatch']]:
|
|
3386
3386
|
"""
|
|
@@ -3424,26 +3424,26 @@ class StatefulSetStatus(dict):
|
|
|
3424
3424
|
return super().get(key, default)
|
|
3425
3425
|
|
|
3426
3426
|
def __init__(__self__, *,
|
|
3427
|
-
replicas: int,
|
|
3428
|
-
collision_count: Optional[int] = None,
|
|
3427
|
+
replicas: _builtins.int,
|
|
3428
|
+
collision_count: Optional[_builtins.int] = None,
|
|
3429
3429
|
conditions: Optional[Sequence['outputs.StatefulSetCondition']] = None,
|
|
3430
|
-
current_replicas: Optional[int] = None,
|
|
3431
|
-
current_revision: Optional[str] = None,
|
|
3432
|
-
observed_generation: Optional[int] = None,
|
|
3433
|
-
ready_replicas: Optional[int] = None,
|
|
3434
|
-
update_revision: Optional[str] = None,
|
|
3435
|
-
updated_replicas: Optional[int] = None):
|
|
3430
|
+
current_replicas: Optional[_builtins.int] = None,
|
|
3431
|
+
current_revision: Optional[_builtins.str] = None,
|
|
3432
|
+
observed_generation: Optional[_builtins.int] = None,
|
|
3433
|
+
ready_replicas: Optional[_builtins.int] = None,
|
|
3434
|
+
update_revision: Optional[_builtins.str] = None,
|
|
3435
|
+
updated_replicas: Optional[_builtins.int] = None):
|
|
3436
3436
|
"""
|
|
3437
3437
|
StatefulSetStatus represents the current state of a StatefulSet.
|
|
3438
|
-
:param int replicas: replicas is the number of Pods created by the StatefulSet controller.
|
|
3439
|
-
:param int collision_count: collisionCount is the count of hash collisions for the StatefulSet. The StatefulSet controller uses this field as a collision avoidance mechanism when it needs to create the name for the newest ControllerRevision.
|
|
3438
|
+
:param _builtins.int replicas: replicas is the number of Pods created by the StatefulSet controller.
|
|
3439
|
+
:param _builtins.int collision_count: collisionCount is the count of hash collisions for the StatefulSet. The StatefulSet controller uses this field as a collision avoidance mechanism when it needs to create the name for the newest ControllerRevision.
|
|
3440
3440
|
:param Sequence['StatefulSetConditionArgs'] conditions: Represents the latest available observations of a statefulset's current state.
|
|
3441
|
-
:param int current_replicas: currentReplicas is the number of Pods created by the StatefulSet controller from the StatefulSet version indicated by currentRevision.
|
|
3442
|
-
:param str current_revision: currentRevision, if not empty, indicates the version of the StatefulSet used to generate Pods in the sequence [0,currentReplicas).
|
|
3443
|
-
:param int observed_generation: observedGeneration is the most recent generation observed for this StatefulSet. It corresponds to the StatefulSet's generation, which is updated on mutation by the API Server.
|
|
3444
|
-
:param int ready_replicas: readyReplicas is the number of Pods created by the StatefulSet controller that have a Ready Condition.
|
|
3445
|
-
:param str update_revision: updateRevision, if not empty, indicates the version of the StatefulSet used to generate Pods in the sequence [replicas-updatedReplicas,replicas)
|
|
3446
|
-
:param int updated_replicas: updatedReplicas is the number of Pods created by the StatefulSet controller from the StatefulSet version indicated by updateRevision.
|
|
3441
|
+
:param _builtins.int current_replicas: currentReplicas is the number of Pods created by the StatefulSet controller from the StatefulSet version indicated by currentRevision.
|
|
3442
|
+
:param _builtins.str current_revision: currentRevision, if not empty, indicates the version of the StatefulSet used to generate Pods in the sequence [0,currentReplicas).
|
|
3443
|
+
: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.
|
|
3444
|
+
:param _builtins.int ready_replicas: readyReplicas is the number of Pods created by the StatefulSet controller that have a Ready Condition.
|
|
3445
|
+
: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)
|
|
3446
|
+
:param _builtins.int updated_replicas: updatedReplicas is the number of Pods created by the StatefulSet controller from the StatefulSet version indicated by updateRevision.
|
|
3447
3447
|
"""
|
|
3448
3448
|
pulumi.set(__self__, "replicas", replicas)
|
|
3449
3449
|
if collision_count is not None:
|
|
@@ -3463,23 +3463,23 @@ class StatefulSetStatus(dict):
|
|
|
3463
3463
|
if updated_replicas is not None:
|
|
3464
3464
|
pulumi.set(__self__, "updated_replicas", updated_replicas)
|
|
3465
3465
|
|
|
3466
|
-
@property
|
|
3466
|
+
@_builtins.property
|
|
3467
3467
|
@pulumi.getter
|
|
3468
|
-
def replicas(self) -> int:
|
|
3468
|
+
def replicas(self) -> _builtins.int:
|
|
3469
3469
|
"""
|
|
3470
3470
|
replicas is the number of Pods created by the StatefulSet controller.
|
|
3471
3471
|
"""
|
|
3472
3472
|
return pulumi.get(self, "replicas")
|
|
3473
3473
|
|
|
3474
|
-
@property
|
|
3474
|
+
@_builtins.property
|
|
3475
3475
|
@pulumi.getter(name="collisionCount")
|
|
3476
|
-
def collision_count(self) -> Optional[int]:
|
|
3476
|
+
def collision_count(self) -> Optional[_builtins.int]:
|
|
3477
3477
|
"""
|
|
3478
3478
|
collisionCount is the count of hash collisions for the StatefulSet. The StatefulSet controller uses this field as a collision avoidance mechanism when it needs to create the name for the newest ControllerRevision.
|
|
3479
3479
|
"""
|
|
3480
3480
|
return pulumi.get(self, "collision_count")
|
|
3481
3481
|
|
|
3482
|
-
@property
|
|
3482
|
+
@_builtins.property
|
|
3483
3483
|
@pulumi.getter
|
|
3484
3484
|
def conditions(self) -> Optional[Sequence['outputs.StatefulSetCondition']]:
|
|
3485
3485
|
"""
|
|
@@ -3487,49 +3487,49 @@ class StatefulSetStatus(dict):
|
|
|
3487
3487
|
"""
|
|
3488
3488
|
return pulumi.get(self, "conditions")
|
|
3489
3489
|
|
|
3490
|
-
@property
|
|
3490
|
+
@_builtins.property
|
|
3491
3491
|
@pulumi.getter(name="currentReplicas")
|
|
3492
|
-
def current_replicas(self) -> Optional[int]:
|
|
3492
|
+
def current_replicas(self) -> Optional[_builtins.int]:
|
|
3493
3493
|
"""
|
|
3494
3494
|
currentReplicas is the number of Pods created by the StatefulSet controller from the StatefulSet version indicated by currentRevision.
|
|
3495
3495
|
"""
|
|
3496
3496
|
return pulumi.get(self, "current_replicas")
|
|
3497
3497
|
|
|
3498
|
-
@property
|
|
3498
|
+
@_builtins.property
|
|
3499
3499
|
@pulumi.getter(name="currentRevision")
|
|
3500
|
-
def current_revision(self) -> Optional[str]:
|
|
3500
|
+
def current_revision(self) -> Optional[_builtins.str]:
|
|
3501
3501
|
"""
|
|
3502
3502
|
currentRevision, if not empty, indicates the version of the StatefulSet used to generate Pods in the sequence [0,currentReplicas).
|
|
3503
3503
|
"""
|
|
3504
3504
|
return pulumi.get(self, "current_revision")
|
|
3505
3505
|
|
|
3506
|
-
@property
|
|
3506
|
+
@_builtins.property
|
|
3507
3507
|
@pulumi.getter(name="observedGeneration")
|
|
3508
|
-
def observed_generation(self) -> Optional[int]:
|
|
3508
|
+
def observed_generation(self) -> Optional[_builtins.int]:
|
|
3509
3509
|
"""
|
|
3510
3510
|
observedGeneration is the most recent generation observed for this StatefulSet. It corresponds to the StatefulSet's generation, which is updated on mutation by the API Server.
|
|
3511
3511
|
"""
|
|
3512
3512
|
return pulumi.get(self, "observed_generation")
|
|
3513
3513
|
|
|
3514
|
-
@property
|
|
3514
|
+
@_builtins.property
|
|
3515
3515
|
@pulumi.getter(name="readyReplicas")
|
|
3516
|
-
def ready_replicas(self) -> Optional[int]:
|
|
3516
|
+
def ready_replicas(self) -> Optional[_builtins.int]:
|
|
3517
3517
|
"""
|
|
3518
3518
|
readyReplicas is the number of Pods created by the StatefulSet controller that have a Ready Condition.
|
|
3519
3519
|
"""
|
|
3520
3520
|
return pulumi.get(self, "ready_replicas")
|
|
3521
3521
|
|
|
3522
|
-
@property
|
|
3522
|
+
@_builtins.property
|
|
3523
3523
|
@pulumi.getter(name="updateRevision")
|
|
3524
|
-
def update_revision(self) -> Optional[str]:
|
|
3524
|
+
def update_revision(self) -> Optional[_builtins.str]:
|
|
3525
3525
|
"""
|
|
3526
3526
|
updateRevision, if not empty, indicates the version of the StatefulSet used to generate Pods in the sequence [replicas-updatedReplicas,replicas)
|
|
3527
3527
|
"""
|
|
3528
3528
|
return pulumi.get(self, "update_revision")
|
|
3529
3529
|
|
|
3530
|
-
@property
|
|
3530
|
+
@_builtins.property
|
|
3531
3531
|
@pulumi.getter(name="updatedReplicas")
|
|
3532
|
-
def updated_replicas(self) -> Optional[int]:
|
|
3532
|
+
def updated_replicas(self) -> Optional[_builtins.int]:
|
|
3533
3533
|
"""
|
|
3534
3534
|
updatedReplicas is the number of Pods created by the StatefulSet controller from the StatefulSet version indicated by updateRevision.
|
|
3535
3535
|
"""
|
|
@@ -3571,26 +3571,26 @@ class StatefulSetStatusPatch(dict):
|
|
|
3571
3571
|
return super().get(key, default)
|
|
3572
3572
|
|
|
3573
3573
|
def __init__(__self__, *,
|
|
3574
|
-
collision_count: Optional[int] = None,
|
|
3574
|
+
collision_count: Optional[_builtins.int] = None,
|
|
3575
3575
|
conditions: Optional[Sequence['outputs.StatefulSetConditionPatch']] = None,
|
|
3576
|
-
current_replicas: Optional[int] = None,
|
|
3577
|
-
current_revision: Optional[str] = None,
|
|
3578
|
-
observed_generation: Optional[int] = None,
|
|
3579
|
-
ready_replicas: Optional[int] = None,
|
|
3580
|
-
replicas: Optional[int] = None,
|
|
3581
|
-
update_revision: Optional[str] = None,
|
|
3582
|
-
updated_replicas: Optional[int] = None):
|
|
3576
|
+
current_replicas: Optional[_builtins.int] = None,
|
|
3577
|
+
current_revision: Optional[_builtins.str] = None,
|
|
3578
|
+
observed_generation: Optional[_builtins.int] = None,
|
|
3579
|
+
ready_replicas: Optional[_builtins.int] = None,
|
|
3580
|
+
replicas: Optional[_builtins.int] = None,
|
|
3581
|
+
update_revision: Optional[_builtins.str] = None,
|
|
3582
|
+
updated_replicas: Optional[_builtins.int] = None):
|
|
3583
3583
|
"""
|
|
3584
3584
|
StatefulSetStatus represents the current state of a StatefulSet.
|
|
3585
|
-
:param int collision_count: collisionCount is the count of hash collisions for the StatefulSet. The StatefulSet controller uses this field as a collision avoidance mechanism when it needs to create the name for the newest ControllerRevision.
|
|
3585
|
+
:param _builtins.int collision_count: collisionCount is the count of hash collisions for the StatefulSet. The StatefulSet controller uses this field as a collision avoidance mechanism when it needs to create the name for the newest ControllerRevision.
|
|
3586
3586
|
:param Sequence['StatefulSetConditionPatchArgs'] conditions: Represents the latest available observations of a statefulset's current state.
|
|
3587
|
-
:param int current_replicas: currentReplicas is the number of Pods created by the StatefulSet controller from the StatefulSet version indicated by currentRevision.
|
|
3588
|
-
:param str current_revision: currentRevision, if not empty, indicates the version of the StatefulSet used to generate Pods in the sequence [0,currentReplicas).
|
|
3589
|
-
:param int observed_generation: observedGeneration is the most recent generation observed for this StatefulSet. It corresponds to the StatefulSet's generation, which is updated on mutation by the API Server.
|
|
3590
|
-
:param int ready_replicas: readyReplicas is the number of Pods created by the StatefulSet controller that have a Ready Condition.
|
|
3591
|
-
:param int replicas: replicas is the number of Pods created by the StatefulSet controller.
|
|
3592
|
-
:param str update_revision: updateRevision, if not empty, indicates the version of the StatefulSet used to generate Pods in the sequence [replicas-updatedReplicas,replicas)
|
|
3593
|
-
:param int updated_replicas: updatedReplicas is the number of Pods created by the StatefulSet controller from the StatefulSet version indicated by updateRevision.
|
|
3587
|
+
:param _builtins.int current_replicas: currentReplicas is the number of Pods created by the StatefulSet controller from the StatefulSet version indicated by currentRevision.
|
|
3588
|
+
:param _builtins.str current_revision: currentRevision, if not empty, indicates the version of the StatefulSet used to generate Pods in the sequence [0,currentReplicas).
|
|
3589
|
+
: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.
|
|
3590
|
+
:param _builtins.int ready_replicas: readyReplicas is the number of Pods created by the StatefulSet controller that have a Ready Condition.
|
|
3591
|
+
:param _builtins.int replicas: replicas is the number of Pods created by the StatefulSet controller.
|
|
3592
|
+
: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)
|
|
3593
|
+
:param _builtins.int updated_replicas: updatedReplicas is the number of Pods created by the StatefulSet controller from the StatefulSet version indicated by updateRevision.
|
|
3594
3594
|
"""
|
|
3595
3595
|
if collision_count is not None:
|
|
3596
3596
|
pulumi.set(__self__, "collision_count", collision_count)
|
|
@@ -3611,15 +3611,15 @@ class StatefulSetStatusPatch(dict):
|
|
|
3611
3611
|
if updated_replicas is not None:
|
|
3612
3612
|
pulumi.set(__self__, "updated_replicas", updated_replicas)
|
|
3613
3613
|
|
|
3614
|
-
@property
|
|
3614
|
+
@_builtins.property
|
|
3615
3615
|
@pulumi.getter(name="collisionCount")
|
|
3616
|
-
def collision_count(self) -> Optional[int]:
|
|
3616
|
+
def collision_count(self) -> Optional[_builtins.int]:
|
|
3617
3617
|
"""
|
|
3618
3618
|
collisionCount is the count of hash collisions for the StatefulSet. The StatefulSet controller uses this field as a collision avoidance mechanism when it needs to create the name for the newest ControllerRevision.
|
|
3619
3619
|
"""
|
|
3620
3620
|
return pulumi.get(self, "collision_count")
|
|
3621
3621
|
|
|
3622
|
-
@property
|
|
3622
|
+
@_builtins.property
|
|
3623
3623
|
@pulumi.getter
|
|
3624
3624
|
def conditions(self) -> Optional[Sequence['outputs.StatefulSetConditionPatch']]:
|
|
3625
3625
|
"""
|
|
@@ -3627,57 +3627,57 @@ class StatefulSetStatusPatch(dict):
|
|
|
3627
3627
|
"""
|
|
3628
3628
|
return pulumi.get(self, "conditions")
|
|
3629
3629
|
|
|
3630
|
-
@property
|
|
3630
|
+
@_builtins.property
|
|
3631
3631
|
@pulumi.getter(name="currentReplicas")
|
|
3632
|
-
def current_replicas(self) -> Optional[int]:
|
|
3632
|
+
def current_replicas(self) -> Optional[_builtins.int]:
|
|
3633
3633
|
"""
|
|
3634
3634
|
currentReplicas is the number of Pods created by the StatefulSet controller from the StatefulSet version indicated by currentRevision.
|
|
3635
3635
|
"""
|
|
3636
3636
|
return pulumi.get(self, "current_replicas")
|
|
3637
3637
|
|
|
3638
|
-
@property
|
|
3638
|
+
@_builtins.property
|
|
3639
3639
|
@pulumi.getter(name="currentRevision")
|
|
3640
|
-
def current_revision(self) -> Optional[str]:
|
|
3640
|
+
def current_revision(self) -> Optional[_builtins.str]:
|
|
3641
3641
|
"""
|
|
3642
3642
|
currentRevision, if not empty, indicates the version of the StatefulSet used to generate Pods in the sequence [0,currentReplicas).
|
|
3643
3643
|
"""
|
|
3644
3644
|
return pulumi.get(self, "current_revision")
|
|
3645
3645
|
|
|
3646
|
-
@property
|
|
3646
|
+
@_builtins.property
|
|
3647
3647
|
@pulumi.getter(name="observedGeneration")
|
|
3648
|
-
def observed_generation(self) -> Optional[int]:
|
|
3648
|
+
def observed_generation(self) -> Optional[_builtins.int]:
|
|
3649
3649
|
"""
|
|
3650
3650
|
observedGeneration is the most recent generation observed for this StatefulSet. It corresponds to the StatefulSet's generation, which is updated on mutation by the API Server.
|
|
3651
3651
|
"""
|
|
3652
3652
|
return pulumi.get(self, "observed_generation")
|
|
3653
3653
|
|
|
3654
|
-
@property
|
|
3654
|
+
@_builtins.property
|
|
3655
3655
|
@pulumi.getter(name="readyReplicas")
|
|
3656
|
-
def ready_replicas(self) -> Optional[int]:
|
|
3656
|
+
def ready_replicas(self) -> Optional[_builtins.int]:
|
|
3657
3657
|
"""
|
|
3658
3658
|
readyReplicas is the number of Pods created by the StatefulSet controller that have a Ready Condition.
|
|
3659
3659
|
"""
|
|
3660
3660
|
return pulumi.get(self, "ready_replicas")
|
|
3661
3661
|
|
|
3662
|
-
@property
|
|
3662
|
+
@_builtins.property
|
|
3663
3663
|
@pulumi.getter
|
|
3664
|
-
def replicas(self) -> Optional[int]:
|
|
3664
|
+
def replicas(self) -> Optional[_builtins.int]:
|
|
3665
3665
|
"""
|
|
3666
3666
|
replicas is the number of Pods created by the StatefulSet controller.
|
|
3667
3667
|
"""
|
|
3668
3668
|
return pulumi.get(self, "replicas")
|
|
3669
3669
|
|
|
3670
|
-
@property
|
|
3670
|
+
@_builtins.property
|
|
3671
3671
|
@pulumi.getter(name="updateRevision")
|
|
3672
|
-
def update_revision(self) -> Optional[str]:
|
|
3672
|
+
def update_revision(self) -> Optional[_builtins.str]:
|
|
3673
3673
|
"""
|
|
3674
3674
|
updateRevision, if not empty, indicates the version of the StatefulSet used to generate Pods in the sequence [replicas-updatedReplicas,replicas)
|
|
3675
3675
|
"""
|
|
3676
3676
|
return pulumi.get(self, "update_revision")
|
|
3677
3677
|
|
|
3678
|
-
@property
|
|
3678
|
+
@_builtins.property
|
|
3679
3679
|
@pulumi.getter(name="updatedReplicas")
|
|
3680
|
-
def updated_replicas(self) -> Optional[int]:
|
|
3680
|
+
def updated_replicas(self) -> Optional[_builtins.int]:
|
|
3681
3681
|
"""
|
|
3682
3682
|
updatedReplicas is the number of Pods created by the StatefulSet controller from the StatefulSet version indicated by updateRevision.
|
|
3683
3683
|
"""
|
|
@@ -3708,18 +3708,18 @@ class StatefulSetUpdateStrategy(dict):
|
|
|
3708
3708
|
|
|
3709
3709
|
def __init__(__self__, *,
|
|
3710
3710
|
rolling_update: Optional['outputs.RollingUpdateStatefulSetStrategy'] = None,
|
|
3711
|
-
type: Optional[str] = None):
|
|
3711
|
+
type: Optional[_builtins.str] = None):
|
|
3712
3712
|
"""
|
|
3713
3713
|
StatefulSetUpdateStrategy indicates the strategy that the StatefulSet controller will use to perform updates. It includes any additional parameters necessary to perform the update for the indicated strategy.
|
|
3714
3714
|
:param 'RollingUpdateStatefulSetStrategyArgs' rolling_update: RollingUpdate is used to communicate parameters when Type is RollingUpdateStatefulSetStrategyType.
|
|
3715
|
-
:param str type: Type indicates the type of the StatefulSetUpdateStrategy. Default is RollingUpdate.
|
|
3715
|
+
:param _builtins.str type: Type indicates the type of the StatefulSetUpdateStrategy. Default is RollingUpdate.
|
|
3716
3716
|
"""
|
|
3717
3717
|
if rolling_update is not None:
|
|
3718
3718
|
pulumi.set(__self__, "rolling_update", rolling_update)
|
|
3719
3719
|
if type is not None:
|
|
3720
3720
|
pulumi.set(__self__, "type", type)
|
|
3721
3721
|
|
|
3722
|
-
@property
|
|
3722
|
+
@_builtins.property
|
|
3723
3723
|
@pulumi.getter(name="rollingUpdate")
|
|
3724
3724
|
def rolling_update(self) -> Optional['outputs.RollingUpdateStatefulSetStrategy']:
|
|
3725
3725
|
"""
|
|
@@ -3727,9 +3727,9 @@ class StatefulSetUpdateStrategy(dict):
|
|
|
3727
3727
|
"""
|
|
3728
3728
|
return pulumi.get(self, "rolling_update")
|
|
3729
3729
|
|
|
3730
|
-
@property
|
|
3730
|
+
@_builtins.property
|
|
3731
3731
|
@pulumi.getter
|
|
3732
|
-
def type(self) -> Optional[str]:
|
|
3732
|
+
def type(self) -> Optional[_builtins.str]:
|
|
3733
3733
|
"""
|
|
3734
3734
|
Type indicates the type of the StatefulSetUpdateStrategy. Default is RollingUpdate.
|
|
3735
3735
|
"""
|
|
@@ -3760,18 +3760,18 @@ class StatefulSetUpdateStrategyPatch(dict):
|
|
|
3760
3760
|
|
|
3761
3761
|
def __init__(__self__, *,
|
|
3762
3762
|
rolling_update: Optional['outputs.RollingUpdateStatefulSetStrategyPatch'] = None,
|
|
3763
|
-
type: Optional[str] = None):
|
|
3763
|
+
type: Optional[_builtins.str] = None):
|
|
3764
3764
|
"""
|
|
3765
3765
|
StatefulSetUpdateStrategy indicates the strategy that the StatefulSet controller will use to perform updates. It includes any additional parameters necessary to perform the update for the indicated strategy.
|
|
3766
3766
|
:param 'RollingUpdateStatefulSetStrategyPatchArgs' rolling_update: RollingUpdate is used to communicate parameters when Type is RollingUpdateStatefulSetStrategyType.
|
|
3767
|
-
:param str type: Type indicates the type of the StatefulSetUpdateStrategy. Default is RollingUpdate.
|
|
3767
|
+
:param _builtins.str type: Type indicates the type of the StatefulSetUpdateStrategy. Default is RollingUpdate.
|
|
3768
3768
|
"""
|
|
3769
3769
|
if rolling_update is not None:
|
|
3770
3770
|
pulumi.set(__self__, "rolling_update", rolling_update)
|
|
3771
3771
|
if type is not None:
|
|
3772
3772
|
pulumi.set(__self__, "type", type)
|
|
3773
3773
|
|
|
3774
|
-
@property
|
|
3774
|
+
@_builtins.property
|
|
3775
3775
|
@pulumi.getter(name="rollingUpdate")
|
|
3776
3776
|
def rolling_update(self) -> Optional['outputs.RollingUpdateStatefulSetStrategyPatch']:
|
|
3777
3777
|
"""
|
|
@@ -3779,9 +3779,9 @@ class StatefulSetUpdateStrategyPatch(dict):
|
|
|
3779
3779
|
"""
|
|
3780
3780
|
return pulumi.get(self, "rolling_update")
|
|
3781
3781
|
|
|
3782
|
-
@property
|
|
3782
|
+
@_builtins.property
|
|
3783
3783
|
@pulumi.getter
|
|
3784
|
-
def type(self) -> Optional[str]:
|
|
3784
|
+
def type(self) -> Optional[_builtins.str]:
|
|
3785
3785
|
"""
|
|
3786
3786
|
Type indicates the type of the StatefulSetUpdateStrategy. Default is RollingUpdate.
|
|
3787
3787
|
"""
|