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