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