pulumi-kubernetes 4.24.0a1753079574__py3-none-any.whl → 4.24.0a1753165802__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.0a1753165802.dist-info}/METADATA +1 -1
- pulumi_kubernetes-4.24.0a1753165802.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.0a1753165802.dist-info}/WHEEL +0 -0
- {pulumi_kubernetes-4.24.0a1753079574.dist-info → pulumi_kubernetes-4.24.0a1753165802.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
|
|
@@ -98,11 +97,11 @@ if not MYPY:
|
|
|
98
97
|
"""
|
|
99
98
|
ContainerResourceMetricSource indicates how to scale on a resource metric known to Kubernetes, as specified in requests and limits, describing each pod in the current scale target (e.g. CPU or memory). The values will be averaged together before being compared to the target. Such metrics are built in to Kubernetes, and have special scaling options on top of those available to normal per-pod metrics using the "pods" source. Only one "target" type should be set.
|
|
100
99
|
"""
|
|
101
|
-
container: NotRequired[pulumi.Input[
|
|
100
|
+
container: NotRequired[pulumi.Input[_builtins.str]]
|
|
102
101
|
"""
|
|
103
102
|
container is the name of the container in the pods of the scaling target
|
|
104
103
|
"""
|
|
105
|
-
name: NotRequired[pulumi.Input[
|
|
104
|
+
name: NotRequired[pulumi.Input[_builtins.str]]
|
|
106
105
|
"""
|
|
107
106
|
name is the name of the resource in question.
|
|
108
107
|
"""
|
|
@@ -116,13 +115,13 @@ elif False:
|
|
|
116
115
|
@pulumi.input_type
|
|
117
116
|
class ContainerResourceMetricSourcePatchArgs:
|
|
118
117
|
def __init__(__self__, *,
|
|
119
|
-
container: Optional[pulumi.Input[
|
|
120
|
-
name: Optional[pulumi.Input[
|
|
118
|
+
container: Optional[pulumi.Input[_builtins.str]] = None,
|
|
119
|
+
name: Optional[pulumi.Input[_builtins.str]] = None,
|
|
121
120
|
target: Optional[pulumi.Input['MetricTargetPatchArgs']] = None):
|
|
122
121
|
"""
|
|
123
122
|
ContainerResourceMetricSource indicates how to scale on a resource metric known to Kubernetes, as specified in requests and limits, describing each pod in the current scale target (e.g. CPU or memory). The values will be averaged together before being compared to the target. Such metrics are built in to Kubernetes, and have special scaling options on top of those available to normal per-pod metrics using the "pods" source. Only one "target" type should be set.
|
|
124
|
-
:param pulumi.Input[
|
|
125
|
-
:param pulumi.Input[
|
|
123
|
+
:param pulumi.Input[_builtins.str] container: container is the name of the container in the pods of the scaling target
|
|
124
|
+
:param pulumi.Input[_builtins.str] name: name is the name of the resource in question.
|
|
126
125
|
:param pulumi.Input['MetricTargetPatchArgs'] target: target specifies the target value for the given metric
|
|
127
126
|
"""
|
|
128
127
|
if container is not None:
|
|
@@ -132,31 +131,31 @@ class ContainerResourceMetricSourcePatchArgs:
|
|
|
132
131
|
if target is not None:
|
|
133
132
|
pulumi.set(__self__, "target", target)
|
|
134
133
|
|
|
135
|
-
@property
|
|
134
|
+
@_builtins.property
|
|
136
135
|
@pulumi.getter
|
|
137
|
-
def container(self) -> Optional[pulumi.Input[
|
|
136
|
+
def container(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
138
137
|
"""
|
|
139
138
|
container is the name of the container in the pods of the scaling target
|
|
140
139
|
"""
|
|
141
140
|
return pulumi.get(self, "container")
|
|
142
141
|
|
|
143
142
|
@container.setter
|
|
144
|
-
def container(self, value: Optional[pulumi.Input[
|
|
143
|
+
def container(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
145
144
|
pulumi.set(self, "container", value)
|
|
146
145
|
|
|
147
|
-
@property
|
|
146
|
+
@_builtins.property
|
|
148
147
|
@pulumi.getter
|
|
149
|
-
def name(self) -> Optional[pulumi.Input[
|
|
148
|
+
def name(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
150
149
|
"""
|
|
151
150
|
name is the name of the resource in question.
|
|
152
151
|
"""
|
|
153
152
|
return pulumi.get(self, "name")
|
|
154
153
|
|
|
155
154
|
@name.setter
|
|
156
|
-
def name(self, value: Optional[pulumi.Input[
|
|
155
|
+
def name(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
157
156
|
pulumi.set(self, "name", value)
|
|
158
157
|
|
|
159
|
-
@property
|
|
158
|
+
@_builtins.property
|
|
160
159
|
@pulumi.getter
|
|
161
160
|
def target(self) -> Optional[pulumi.Input['MetricTargetPatchArgs']]:
|
|
162
161
|
"""
|
|
@@ -174,11 +173,11 @@ if not MYPY:
|
|
|
174
173
|
"""
|
|
175
174
|
ContainerResourceMetricSource indicates how to scale on a resource metric known to Kubernetes, as specified in requests and limits, describing each pod in the current scale target (e.g. CPU or memory). The values will be averaged together before being compared to the target. Such metrics are built in to Kubernetes, and have special scaling options on top of those available to normal per-pod metrics using the "pods" source. Only one "target" type should be set.
|
|
176
175
|
"""
|
|
177
|
-
container: pulumi.Input[
|
|
176
|
+
container: pulumi.Input[_builtins.str]
|
|
178
177
|
"""
|
|
179
178
|
container is the name of the container in the pods of the scaling target
|
|
180
179
|
"""
|
|
181
|
-
name: pulumi.Input[
|
|
180
|
+
name: pulumi.Input[_builtins.str]
|
|
182
181
|
"""
|
|
183
182
|
name is the name of the resource in question.
|
|
184
183
|
"""
|
|
@@ -192,44 +191,44 @@ elif False:
|
|
|
192
191
|
@pulumi.input_type
|
|
193
192
|
class ContainerResourceMetricSourceArgs:
|
|
194
193
|
def __init__(__self__, *,
|
|
195
|
-
container: pulumi.Input[
|
|
196
|
-
name: pulumi.Input[
|
|
194
|
+
container: pulumi.Input[_builtins.str],
|
|
195
|
+
name: pulumi.Input[_builtins.str],
|
|
197
196
|
target: pulumi.Input['MetricTargetArgs']):
|
|
198
197
|
"""
|
|
199
198
|
ContainerResourceMetricSource indicates how to scale on a resource metric known to Kubernetes, as specified in requests and limits, describing each pod in the current scale target (e.g. CPU or memory). The values will be averaged together before being compared to the target. Such metrics are built in to Kubernetes, and have special scaling options on top of those available to normal per-pod metrics using the "pods" source. Only one "target" type should be set.
|
|
200
|
-
:param pulumi.Input[
|
|
201
|
-
:param pulumi.Input[
|
|
199
|
+
:param pulumi.Input[_builtins.str] container: container is the name of the container in the pods of the scaling target
|
|
200
|
+
:param pulumi.Input[_builtins.str] name: name is the name of the resource in question.
|
|
202
201
|
:param pulumi.Input['MetricTargetArgs'] target: target specifies the target value for the given metric
|
|
203
202
|
"""
|
|
204
203
|
pulumi.set(__self__, "container", container)
|
|
205
204
|
pulumi.set(__self__, "name", name)
|
|
206
205
|
pulumi.set(__self__, "target", target)
|
|
207
206
|
|
|
208
|
-
@property
|
|
207
|
+
@_builtins.property
|
|
209
208
|
@pulumi.getter
|
|
210
|
-
def container(self) -> pulumi.Input[
|
|
209
|
+
def container(self) -> pulumi.Input[_builtins.str]:
|
|
211
210
|
"""
|
|
212
211
|
container is the name of the container in the pods of the scaling target
|
|
213
212
|
"""
|
|
214
213
|
return pulumi.get(self, "container")
|
|
215
214
|
|
|
216
215
|
@container.setter
|
|
217
|
-
def container(self, value: pulumi.Input[
|
|
216
|
+
def container(self, value: pulumi.Input[_builtins.str]):
|
|
218
217
|
pulumi.set(self, "container", value)
|
|
219
218
|
|
|
220
|
-
@property
|
|
219
|
+
@_builtins.property
|
|
221
220
|
@pulumi.getter
|
|
222
|
-
def name(self) -> pulumi.Input[
|
|
221
|
+
def name(self) -> pulumi.Input[_builtins.str]:
|
|
223
222
|
"""
|
|
224
223
|
name is the name of the resource in question.
|
|
225
224
|
"""
|
|
226
225
|
return pulumi.get(self, "name")
|
|
227
226
|
|
|
228
227
|
@name.setter
|
|
229
|
-
def name(self, value: pulumi.Input[
|
|
228
|
+
def name(self, value: pulumi.Input[_builtins.str]):
|
|
230
229
|
pulumi.set(self, "name", value)
|
|
231
230
|
|
|
232
|
-
@property
|
|
231
|
+
@_builtins.property
|
|
233
232
|
@pulumi.getter
|
|
234
233
|
def target(self) -> pulumi.Input['MetricTargetArgs']:
|
|
235
234
|
"""
|
|
@@ -247,7 +246,7 @@ if not MYPY:
|
|
|
247
246
|
"""
|
|
248
247
|
ContainerResourceMetricStatus indicates the current value of a resource metric known to Kubernetes, as specified in requests and limits, describing a single container in each pod in the current scale target (e.g. CPU or memory). Such metrics are built in to Kubernetes, and have special scaling options on top of those available to normal per-pod metrics using the "pods" source.
|
|
249
248
|
"""
|
|
250
|
-
container: pulumi.Input[
|
|
249
|
+
container: pulumi.Input[_builtins.str]
|
|
251
250
|
"""
|
|
252
251
|
Container is the name of the container in the pods of the scaling target
|
|
253
252
|
"""
|
|
@@ -255,7 +254,7 @@ if not MYPY:
|
|
|
255
254
|
"""
|
|
256
255
|
current contains the current value for the given metric
|
|
257
256
|
"""
|
|
258
|
-
name: pulumi.Input[
|
|
257
|
+
name: pulumi.Input[_builtins.str]
|
|
259
258
|
"""
|
|
260
259
|
Name is the name of the resource in question.
|
|
261
260
|
"""
|
|
@@ -265,32 +264,32 @@ elif False:
|
|
|
265
264
|
@pulumi.input_type
|
|
266
265
|
class ContainerResourceMetricStatusArgs:
|
|
267
266
|
def __init__(__self__, *,
|
|
268
|
-
container: pulumi.Input[
|
|
267
|
+
container: pulumi.Input[_builtins.str],
|
|
269
268
|
current: pulumi.Input['MetricValueStatusArgs'],
|
|
270
|
-
name: pulumi.Input[
|
|
269
|
+
name: pulumi.Input[_builtins.str]):
|
|
271
270
|
"""
|
|
272
271
|
ContainerResourceMetricStatus indicates the current value of a resource metric known to Kubernetes, as specified in requests and limits, describing a single container in each pod in the current scale target (e.g. CPU or memory). Such metrics are built in to Kubernetes, and have special scaling options on top of those available to normal per-pod metrics using the "pods" source.
|
|
273
|
-
:param pulumi.Input[
|
|
272
|
+
:param pulumi.Input[_builtins.str] container: Container is the name of the container in the pods of the scaling target
|
|
274
273
|
:param pulumi.Input['MetricValueStatusArgs'] current: current contains the current value for the given metric
|
|
275
|
-
:param pulumi.Input[
|
|
274
|
+
:param pulumi.Input[_builtins.str] name: Name is the name of the resource in question.
|
|
276
275
|
"""
|
|
277
276
|
pulumi.set(__self__, "container", container)
|
|
278
277
|
pulumi.set(__self__, "current", current)
|
|
279
278
|
pulumi.set(__self__, "name", name)
|
|
280
279
|
|
|
281
|
-
@property
|
|
280
|
+
@_builtins.property
|
|
282
281
|
@pulumi.getter
|
|
283
|
-
def container(self) -> pulumi.Input[
|
|
282
|
+
def container(self) -> pulumi.Input[_builtins.str]:
|
|
284
283
|
"""
|
|
285
284
|
Container is the name of the container in the pods of the scaling target
|
|
286
285
|
"""
|
|
287
286
|
return pulumi.get(self, "container")
|
|
288
287
|
|
|
289
288
|
@container.setter
|
|
290
|
-
def container(self, value: pulumi.Input[
|
|
289
|
+
def container(self, value: pulumi.Input[_builtins.str]):
|
|
291
290
|
pulumi.set(self, "container", value)
|
|
292
291
|
|
|
293
|
-
@property
|
|
292
|
+
@_builtins.property
|
|
294
293
|
@pulumi.getter
|
|
295
294
|
def current(self) -> pulumi.Input['MetricValueStatusArgs']:
|
|
296
295
|
"""
|
|
@@ -302,16 +301,16 @@ class ContainerResourceMetricStatusArgs:
|
|
|
302
301
|
def current(self, value: pulumi.Input['MetricValueStatusArgs']):
|
|
303
302
|
pulumi.set(self, "current", value)
|
|
304
303
|
|
|
305
|
-
@property
|
|
304
|
+
@_builtins.property
|
|
306
305
|
@pulumi.getter
|
|
307
|
-
def name(self) -> pulumi.Input[
|
|
306
|
+
def name(self) -> pulumi.Input[_builtins.str]:
|
|
308
307
|
"""
|
|
309
308
|
Name is the name of the resource in question.
|
|
310
309
|
"""
|
|
311
310
|
return pulumi.get(self, "name")
|
|
312
311
|
|
|
313
312
|
@name.setter
|
|
314
|
-
def name(self, value: pulumi.Input[
|
|
313
|
+
def name(self, value: pulumi.Input[_builtins.str]):
|
|
315
314
|
pulumi.set(self, "name", value)
|
|
316
315
|
|
|
317
316
|
|
|
@@ -320,15 +319,15 @@ if not MYPY:
|
|
|
320
319
|
"""
|
|
321
320
|
CrossVersionObjectReference contains enough information to let you identify the referred resource.
|
|
322
321
|
"""
|
|
323
|
-
api_version: NotRequired[pulumi.Input[
|
|
322
|
+
api_version: NotRequired[pulumi.Input[_builtins.str]]
|
|
324
323
|
"""
|
|
325
324
|
API version of the referent
|
|
326
325
|
"""
|
|
327
|
-
kind: NotRequired[pulumi.Input[
|
|
326
|
+
kind: NotRequired[pulumi.Input[_builtins.str]]
|
|
328
327
|
"""
|
|
329
328
|
Kind of the referent; More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds"
|
|
330
329
|
"""
|
|
331
|
-
name: NotRequired[pulumi.Input[
|
|
330
|
+
name: NotRequired[pulumi.Input[_builtins.str]]
|
|
332
331
|
"""
|
|
333
332
|
Name of the referent; More info: http://kubernetes.io/docs/user-guide/identifiers#names
|
|
334
333
|
"""
|
|
@@ -338,14 +337,14 @@ elif False:
|
|
|
338
337
|
@pulumi.input_type
|
|
339
338
|
class CrossVersionObjectReferencePatchArgs:
|
|
340
339
|
def __init__(__self__, *,
|
|
341
|
-
api_version: Optional[pulumi.Input[
|
|
342
|
-
kind: Optional[pulumi.Input[
|
|
343
|
-
name: Optional[pulumi.Input[
|
|
340
|
+
api_version: Optional[pulumi.Input[_builtins.str]] = None,
|
|
341
|
+
kind: Optional[pulumi.Input[_builtins.str]] = None,
|
|
342
|
+
name: Optional[pulumi.Input[_builtins.str]] = None):
|
|
344
343
|
"""
|
|
345
344
|
CrossVersionObjectReference contains enough information to let you identify the referred resource.
|
|
346
|
-
:param pulumi.Input[
|
|
347
|
-
:param pulumi.Input[
|
|
348
|
-
:param pulumi.Input[
|
|
345
|
+
:param pulumi.Input[_builtins.str] api_version: API version of the referent
|
|
346
|
+
:param pulumi.Input[_builtins.str] kind: Kind of the referent; More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds"
|
|
347
|
+
:param pulumi.Input[_builtins.str] name: Name of the referent; More info: http://kubernetes.io/docs/user-guide/identifiers#names
|
|
349
348
|
"""
|
|
350
349
|
if api_version is not None:
|
|
351
350
|
pulumi.set(__self__, "api_version", api_version)
|
|
@@ -354,40 +353,40 @@ class CrossVersionObjectReferencePatchArgs:
|
|
|
354
353
|
if name is not None:
|
|
355
354
|
pulumi.set(__self__, "name", name)
|
|
356
355
|
|
|
357
|
-
@property
|
|
356
|
+
@_builtins.property
|
|
358
357
|
@pulumi.getter(name="apiVersion")
|
|
359
|
-
def api_version(self) -> Optional[pulumi.Input[
|
|
358
|
+
def api_version(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
360
359
|
"""
|
|
361
360
|
API version of the referent
|
|
362
361
|
"""
|
|
363
362
|
return pulumi.get(self, "api_version")
|
|
364
363
|
|
|
365
364
|
@api_version.setter
|
|
366
|
-
def api_version(self, value: Optional[pulumi.Input[
|
|
365
|
+
def api_version(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
367
366
|
pulumi.set(self, "api_version", value)
|
|
368
367
|
|
|
369
|
-
@property
|
|
368
|
+
@_builtins.property
|
|
370
369
|
@pulumi.getter
|
|
371
|
-
def kind(self) -> Optional[pulumi.Input[
|
|
370
|
+
def kind(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
372
371
|
"""
|
|
373
372
|
Kind of the referent; More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds"
|
|
374
373
|
"""
|
|
375
374
|
return pulumi.get(self, "kind")
|
|
376
375
|
|
|
377
376
|
@kind.setter
|
|
378
|
-
def kind(self, value: Optional[pulumi.Input[
|
|
377
|
+
def kind(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
379
378
|
pulumi.set(self, "kind", value)
|
|
380
379
|
|
|
381
|
-
@property
|
|
380
|
+
@_builtins.property
|
|
382
381
|
@pulumi.getter
|
|
383
|
-
def name(self) -> Optional[pulumi.Input[
|
|
382
|
+
def name(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
384
383
|
"""
|
|
385
384
|
Name of the referent; More info: http://kubernetes.io/docs/user-guide/identifiers#names
|
|
386
385
|
"""
|
|
387
386
|
return pulumi.get(self, "name")
|
|
388
387
|
|
|
389
388
|
@name.setter
|
|
390
|
-
def name(self, value: Optional[pulumi.Input[
|
|
389
|
+
def name(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
391
390
|
pulumi.set(self, "name", value)
|
|
392
391
|
|
|
393
392
|
|
|
@@ -396,15 +395,15 @@ if not MYPY:
|
|
|
396
395
|
"""
|
|
397
396
|
CrossVersionObjectReference contains enough information to let you identify the referred resource.
|
|
398
397
|
"""
|
|
399
|
-
kind: pulumi.Input[
|
|
398
|
+
kind: pulumi.Input[_builtins.str]
|
|
400
399
|
"""
|
|
401
400
|
Kind of the referent; More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds"
|
|
402
401
|
"""
|
|
403
|
-
name: pulumi.Input[
|
|
402
|
+
name: pulumi.Input[_builtins.str]
|
|
404
403
|
"""
|
|
405
404
|
Name of the referent; More info: http://kubernetes.io/docs/user-guide/identifiers#names
|
|
406
405
|
"""
|
|
407
|
-
api_version: NotRequired[pulumi.Input[
|
|
406
|
+
api_version: NotRequired[pulumi.Input[_builtins.str]]
|
|
408
407
|
"""
|
|
409
408
|
API version of the referent
|
|
410
409
|
"""
|
|
@@ -414,54 +413,54 @@ elif False:
|
|
|
414
413
|
@pulumi.input_type
|
|
415
414
|
class CrossVersionObjectReferenceArgs:
|
|
416
415
|
def __init__(__self__, *,
|
|
417
|
-
kind: pulumi.Input[
|
|
418
|
-
name: pulumi.Input[
|
|
419
|
-
api_version: Optional[pulumi.Input[
|
|
416
|
+
kind: pulumi.Input[_builtins.str],
|
|
417
|
+
name: pulumi.Input[_builtins.str],
|
|
418
|
+
api_version: Optional[pulumi.Input[_builtins.str]] = None):
|
|
420
419
|
"""
|
|
421
420
|
CrossVersionObjectReference contains enough information to let you identify the referred resource.
|
|
422
|
-
:param pulumi.Input[
|
|
423
|
-
:param pulumi.Input[
|
|
424
|
-
:param pulumi.Input[
|
|
421
|
+
:param pulumi.Input[_builtins.str] kind: Kind of the referent; More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds"
|
|
422
|
+
:param pulumi.Input[_builtins.str] name: Name of the referent; More info: http://kubernetes.io/docs/user-guide/identifiers#names
|
|
423
|
+
:param pulumi.Input[_builtins.str] api_version: API version of the referent
|
|
425
424
|
"""
|
|
426
425
|
pulumi.set(__self__, "kind", kind)
|
|
427
426
|
pulumi.set(__self__, "name", name)
|
|
428
427
|
if api_version is not None:
|
|
429
428
|
pulumi.set(__self__, "api_version", api_version)
|
|
430
429
|
|
|
431
|
-
@property
|
|
430
|
+
@_builtins.property
|
|
432
431
|
@pulumi.getter
|
|
433
|
-
def kind(self) -> pulumi.Input[
|
|
432
|
+
def kind(self) -> pulumi.Input[_builtins.str]:
|
|
434
433
|
"""
|
|
435
434
|
Kind of the referent; More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds"
|
|
436
435
|
"""
|
|
437
436
|
return pulumi.get(self, "kind")
|
|
438
437
|
|
|
439
438
|
@kind.setter
|
|
440
|
-
def kind(self, value: pulumi.Input[
|
|
439
|
+
def kind(self, value: pulumi.Input[_builtins.str]):
|
|
441
440
|
pulumi.set(self, "kind", value)
|
|
442
441
|
|
|
443
|
-
@property
|
|
442
|
+
@_builtins.property
|
|
444
443
|
@pulumi.getter
|
|
445
|
-
def name(self) -> pulumi.Input[
|
|
444
|
+
def name(self) -> pulumi.Input[_builtins.str]:
|
|
446
445
|
"""
|
|
447
446
|
Name of the referent; More info: http://kubernetes.io/docs/user-guide/identifiers#names
|
|
448
447
|
"""
|
|
449
448
|
return pulumi.get(self, "name")
|
|
450
449
|
|
|
451
450
|
@name.setter
|
|
452
|
-
def name(self, value: pulumi.Input[
|
|
451
|
+
def name(self, value: pulumi.Input[_builtins.str]):
|
|
453
452
|
pulumi.set(self, "name", value)
|
|
454
453
|
|
|
455
|
-
@property
|
|
454
|
+
@_builtins.property
|
|
456
455
|
@pulumi.getter(name="apiVersion")
|
|
457
|
-
def api_version(self) -> Optional[pulumi.Input[
|
|
456
|
+
def api_version(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
458
457
|
"""
|
|
459
458
|
API version of the referent
|
|
460
459
|
"""
|
|
461
460
|
return pulumi.get(self, "api_version")
|
|
462
461
|
|
|
463
462
|
@api_version.setter
|
|
464
|
-
def api_version(self, value: Optional[pulumi.Input[
|
|
463
|
+
def api_version(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
465
464
|
pulumi.set(self, "api_version", value)
|
|
466
465
|
|
|
467
466
|
|
|
@@ -496,7 +495,7 @@ class ExternalMetricSourcePatchArgs:
|
|
|
496
495
|
if target is not None:
|
|
497
496
|
pulumi.set(__self__, "target", target)
|
|
498
497
|
|
|
499
|
-
@property
|
|
498
|
+
@_builtins.property
|
|
500
499
|
@pulumi.getter
|
|
501
500
|
def metric(self) -> Optional[pulumi.Input['MetricIdentifierPatchArgs']]:
|
|
502
501
|
"""
|
|
@@ -508,7 +507,7 @@ class ExternalMetricSourcePatchArgs:
|
|
|
508
507
|
def metric(self, value: Optional[pulumi.Input['MetricIdentifierPatchArgs']]):
|
|
509
508
|
pulumi.set(self, "metric", value)
|
|
510
509
|
|
|
511
|
-
@property
|
|
510
|
+
@_builtins.property
|
|
512
511
|
@pulumi.getter
|
|
513
512
|
def target(self) -> Optional[pulumi.Input['MetricTargetPatchArgs']]:
|
|
514
513
|
"""
|
|
@@ -550,7 +549,7 @@ class ExternalMetricSourceArgs:
|
|
|
550
549
|
pulumi.set(__self__, "metric", metric)
|
|
551
550
|
pulumi.set(__self__, "target", target)
|
|
552
551
|
|
|
553
|
-
@property
|
|
552
|
+
@_builtins.property
|
|
554
553
|
@pulumi.getter
|
|
555
554
|
def metric(self) -> pulumi.Input['MetricIdentifierArgs']:
|
|
556
555
|
"""
|
|
@@ -562,7 +561,7 @@ class ExternalMetricSourceArgs:
|
|
|
562
561
|
def metric(self, value: pulumi.Input['MetricIdentifierArgs']):
|
|
563
562
|
pulumi.set(self, "metric", value)
|
|
564
563
|
|
|
565
|
-
@property
|
|
564
|
+
@_builtins.property
|
|
566
565
|
@pulumi.getter
|
|
567
566
|
def target(self) -> pulumi.Input['MetricTargetArgs']:
|
|
568
567
|
"""
|
|
@@ -604,7 +603,7 @@ class ExternalMetricStatusArgs:
|
|
|
604
603
|
pulumi.set(__self__, "current", current)
|
|
605
604
|
pulumi.set(__self__, "metric", metric)
|
|
606
605
|
|
|
607
|
-
@property
|
|
606
|
+
@_builtins.property
|
|
608
607
|
@pulumi.getter
|
|
609
608
|
def current(self) -> pulumi.Input['MetricValueStatusArgs']:
|
|
610
609
|
"""
|
|
@@ -616,7 +615,7 @@ class ExternalMetricStatusArgs:
|
|
|
616
615
|
def current(self, value: pulumi.Input['MetricValueStatusArgs']):
|
|
617
616
|
pulumi.set(self, "current", value)
|
|
618
617
|
|
|
619
|
-
@property
|
|
618
|
+
@_builtins.property
|
|
620
619
|
@pulumi.getter
|
|
621
620
|
def metric(self) -> pulumi.Input['MetricIdentifierArgs']:
|
|
622
621
|
"""
|
|
@@ -634,15 +633,15 @@ if not MYPY:
|
|
|
634
633
|
"""
|
|
635
634
|
HPAScalingPolicy is a single policy which must hold true for a specified past interval.
|
|
636
635
|
"""
|
|
637
|
-
period_seconds: NotRequired[pulumi.Input[
|
|
636
|
+
period_seconds: NotRequired[pulumi.Input[_builtins.int]]
|
|
638
637
|
"""
|
|
639
638
|
PeriodSeconds specifies the window of time for which the policy should hold true. PeriodSeconds must be greater than zero and less than or equal to 1800 (30 min).
|
|
640
639
|
"""
|
|
641
|
-
type: NotRequired[pulumi.Input[
|
|
640
|
+
type: NotRequired[pulumi.Input[_builtins.str]]
|
|
642
641
|
"""
|
|
643
642
|
Type is used to specify the scaling policy.
|
|
644
643
|
"""
|
|
645
|
-
value: NotRequired[pulumi.Input[
|
|
644
|
+
value: NotRequired[pulumi.Input[_builtins.int]]
|
|
646
645
|
"""
|
|
647
646
|
Value contains the amount of change which is permitted by the policy. It must be greater than zero
|
|
648
647
|
"""
|
|
@@ -652,14 +651,14 @@ elif False:
|
|
|
652
651
|
@pulumi.input_type
|
|
653
652
|
class HPAScalingPolicyPatchArgs:
|
|
654
653
|
def __init__(__self__, *,
|
|
655
|
-
period_seconds: Optional[pulumi.Input[
|
|
656
|
-
type: Optional[pulumi.Input[
|
|
657
|
-
value: Optional[pulumi.Input[
|
|
654
|
+
period_seconds: Optional[pulumi.Input[_builtins.int]] = None,
|
|
655
|
+
type: Optional[pulumi.Input[_builtins.str]] = None,
|
|
656
|
+
value: Optional[pulumi.Input[_builtins.int]] = None):
|
|
658
657
|
"""
|
|
659
658
|
HPAScalingPolicy is a single policy which must hold true for a specified past interval.
|
|
660
|
-
:param pulumi.Input[
|
|
661
|
-
:param pulumi.Input[
|
|
662
|
-
:param pulumi.Input[
|
|
659
|
+
:param pulumi.Input[_builtins.int] period_seconds: PeriodSeconds specifies the window of time for which the policy should hold true. PeriodSeconds must be greater than zero and less than or equal to 1800 (30 min).
|
|
660
|
+
:param pulumi.Input[_builtins.str] type: Type is used to specify the scaling policy.
|
|
661
|
+
:param pulumi.Input[_builtins.int] value: Value contains the amount of change which is permitted by the policy. It must be greater than zero
|
|
663
662
|
"""
|
|
664
663
|
if period_seconds is not None:
|
|
665
664
|
pulumi.set(__self__, "period_seconds", period_seconds)
|
|
@@ -668,40 +667,40 @@ class HPAScalingPolicyPatchArgs:
|
|
|
668
667
|
if value is not None:
|
|
669
668
|
pulumi.set(__self__, "value", value)
|
|
670
669
|
|
|
671
|
-
@property
|
|
670
|
+
@_builtins.property
|
|
672
671
|
@pulumi.getter(name="periodSeconds")
|
|
673
|
-
def period_seconds(self) -> Optional[pulumi.Input[
|
|
672
|
+
def period_seconds(self) -> Optional[pulumi.Input[_builtins.int]]:
|
|
674
673
|
"""
|
|
675
674
|
PeriodSeconds specifies the window of time for which the policy should hold true. PeriodSeconds must be greater than zero and less than or equal to 1800 (30 min).
|
|
676
675
|
"""
|
|
677
676
|
return pulumi.get(self, "period_seconds")
|
|
678
677
|
|
|
679
678
|
@period_seconds.setter
|
|
680
|
-
def period_seconds(self, value: Optional[pulumi.Input[
|
|
679
|
+
def period_seconds(self, value: Optional[pulumi.Input[_builtins.int]]):
|
|
681
680
|
pulumi.set(self, "period_seconds", value)
|
|
682
681
|
|
|
683
|
-
@property
|
|
682
|
+
@_builtins.property
|
|
684
683
|
@pulumi.getter
|
|
685
|
-
def type(self) -> Optional[pulumi.Input[
|
|
684
|
+
def type(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
686
685
|
"""
|
|
687
686
|
Type is used to specify the scaling policy.
|
|
688
687
|
"""
|
|
689
688
|
return pulumi.get(self, "type")
|
|
690
689
|
|
|
691
690
|
@type.setter
|
|
692
|
-
def type(self, value: Optional[pulumi.Input[
|
|
691
|
+
def type(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
693
692
|
pulumi.set(self, "type", value)
|
|
694
693
|
|
|
695
|
-
@property
|
|
694
|
+
@_builtins.property
|
|
696
695
|
@pulumi.getter
|
|
697
|
-
def value(self) -> Optional[pulumi.Input[
|
|
696
|
+
def value(self) -> Optional[pulumi.Input[_builtins.int]]:
|
|
698
697
|
"""
|
|
699
698
|
Value contains the amount of change which is permitted by the policy. It must be greater than zero
|
|
700
699
|
"""
|
|
701
700
|
return pulumi.get(self, "value")
|
|
702
701
|
|
|
703
702
|
@value.setter
|
|
704
|
-
def value(self, value: Optional[pulumi.Input[
|
|
703
|
+
def value(self, value: Optional[pulumi.Input[_builtins.int]]):
|
|
705
704
|
pulumi.set(self, "value", value)
|
|
706
705
|
|
|
707
706
|
|
|
@@ -710,15 +709,15 @@ if not MYPY:
|
|
|
710
709
|
"""
|
|
711
710
|
HPAScalingPolicy is a single policy which must hold true for a specified past interval.
|
|
712
711
|
"""
|
|
713
|
-
period_seconds: pulumi.Input[
|
|
712
|
+
period_seconds: pulumi.Input[_builtins.int]
|
|
714
713
|
"""
|
|
715
714
|
PeriodSeconds specifies the window of time for which the policy should hold true. PeriodSeconds must be greater than zero and less than or equal to 1800 (30 min).
|
|
716
715
|
"""
|
|
717
|
-
type: pulumi.Input[
|
|
716
|
+
type: pulumi.Input[_builtins.str]
|
|
718
717
|
"""
|
|
719
718
|
Type is used to specify the scaling policy.
|
|
720
719
|
"""
|
|
721
|
-
value: pulumi.Input[
|
|
720
|
+
value: pulumi.Input[_builtins.int]
|
|
722
721
|
"""
|
|
723
722
|
Value contains the amount of change which is permitted by the policy. It must be greater than zero
|
|
724
723
|
"""
|
|
@@ -728,53 +727,53 @@ elif False:
|
|
|
728
727
|
@pulumi.input_type
|
|
729
728
|
class HPAScalingPolicyArgs:
|
|
730
729
|
def __init__(__self__, *,
|
|
731
|
-
period_seconds: pulumi.Input[
|
|
732
|
-
type: pulumi.Input[
|
|
733
|
-
value: pulumi.Input[
|
|
730
|
+
period_seconds: pulumi.Input[_builtins.int],
|
|
731
|
+
type: pulumi.Input[_builtins.str],
|
|
732
|
+
value: pulumi.Input[_builtins.int]):
|
|
734
733
|
"""
|
|
735
734
|
HPAScalingPolicy is a single policy which must hold true for a specified past interval.
|
|
736
|
-
:param pulumi.Input[
|
|
737
|
-
:param pulumi.Input[
|
|
738
|
-
:param pulumi.Input[
|
|
735
|
+
:param pulumi.Input[_builtins.int] period_seconds: PeriodSeconds specifies the window of time for which the policy should hold true. PeriodSeconds must be greater than zero and less than or equal to 1800 (30 min).
|
|
736
|
+
:param pulumi.Input[_builtins.str] type: Type is used to specify the scaling policy.
|
|
737
|
+
:param pulumi.Input[_builtins.int] value: Value contains the amount of change which is permitted by the policy. It must be greater than zero
|
|
739
738
|
"""
|
|
740
739
|
pulumi.set(__self__, "period_seconds", period_seconds)
|
|
741
740
|
pulumi.set(__self__, "type", type)
|
|
742
741
|
pulumi.set(__self__, "value", value)
|
|
743
742
|
|
|
744
|
-
@property
|
|
743
|
+
@_builtins.property
|
|
745
744
|
@pulumi.getter(name="periodSeconds")
|
|
746
|
-
def period_seconds(self) -> pulumi.Input[
|
|
745
|
+
def period_seconds(self) -> pulumi.Input[_builtins.int]:
|
|
747
746
|
"""
|
|
748
747
|
PeriodSeconds specifies the window of time for which the policy should hold true. PeriodSeconds must be greater than zero and less than or equal to 1800 (30 min).
|
|
749
748
|
"""
|
|
750
749
|
return pulumi.get(self, "period_seconds")
|
|
751
750
|
|
|
752
751
|
@period_seconds.setter
|
|
753
|
-
def period_seconds(self, value: pulumi.Input[
|
|
752
|
+
def period_seconds(self, value: pulumi.Input[_builtins.int]):
|
|
754
753
|
pulumi.set(self, "period_seconds", value)
|
|
755
754
|
|
|
756
|
-
@property
|
|
755
|
+
@_builtins.property
|
|
757
756
|
@pulumi.getter
|
|
758
|
-
def type(self) -> pulumi.Input[
|
|
757
|
+
def type(self) -> pulumi.Input[_builtins.str]:
|
|
759
758
|
"""
|
|
760
759
|
Type is used to specify the scaling policy.
|
|
761
760
|
"""
|
|
762
761
|
return pulumi.get(self, "type")
|
|
763
762
|
|
|
764
763
|
@type.setter
|
|
765
|
-
def type(self, value: pulumi.Input[
|
|
764
|
+
def type(self, value: pulumi.Input[_builtins.str]):
|
|
766
765
|
pulumi.set(self, "type", value)
|
|
767
766
|
|
|
768
|
-
@property
|
|
767
|
+
@_builtins.property
|
|
769
768
|
@pulumi.getter
|
|
770
|
-
def value(self) -> pulumi.Input[
|
|
769
|
+
def value(self) -> pulumi.Input[_builtins.int]:
|
|
771
770
|
"""
|
|
772
771
|
Value contains the amount of change which is permitted by the policy. It must be greater than zero
|
|
773
772
|
"""
|
|
774
773
|
return pulumi.get(self, "value")
|
|
775
774
|
|
|
776
775
|
@value.setter
|
|
777
|
-
def value(self, value: pulumi.Input[
|
|
776
|
+
def value(self, value: pulumi.Input[_builtins.int]):
|
|
778
777
|
pulumi.set(self, "value", value)
|
|
779
778
|
|
|
780
779
|
|
|
@@ -787,11 +786,11 @@ if not MYPY:
|
|
|
787
786
|
"""
|
|
788
787
|
policies is a list of potential scaling polices which can be used during scaling. At least one policy must be specified, otherwise the HPAScalingRules will be discarded as invalid
|
|
789
788
|
"""
|
|
790
|
-
select_policy: NotRequired[pulumi.Input[
|
|
789
|
+
select_policy: NotRequired[pulumi.Input[_builtins.str]]
|
|
791
790
|
"""
|
|
792
791
|
selectPolicy is used to specify which policy should be used. If not set, the default value MaxPolicySelect is used.
|
|
793
792
|
"""
|
|
794
|
-
stabilization_window_seconds: NotRequired[pulumi.Input[
|
|
793
|
+
stabilization_window_seconds: NotRequired[pulumi.Input[_builtins.int]]
|
|
795
794
|
"""
|
|
796
795
|
StabilizationWindowSeconds is the number of seconds for which past recommendations should be considered while scaling up or scaling down. StabilizationWindowSeconds must be greater than or equal to zero and less than or equal to 3600 (one hour). If not set, use the default values: - For scale up: 0 (i.e. no stabilization is done). - For scale down: 300 (i.e. the stabilization window is 300 seconds long).
|
|
797
796
|
"""
|
|
@@ -802,13 +801,13 @@ elif False:
|
|
|
802
801
|
class HPAScalingRulesPatchArgs:
|
|
803
802
|
def __init__(__self__, *,
|
|
804
803
|
policies: Optional[pulumi.Input[Sequence[pulumi.Input['HPAScalingPolicyPatchArgs']]]] = None,
|
|
805
|
-
select_policy: Optional[pulumi.Input[
|
|
806
|
-
stabilization_window_seconds: Optional[pulumi.Input[
|
|
804
|
+
select_policy: Optional[pulumi.Input[_builtins.str]] = None,
|
|
805
|
+
stabilization_window_seconds: Optional[pulumi.Input[_builtins.int]] = None):
|
|
807
806
|
"""
|
|
808
807
|
HPAScalingRules configures the scaling behavior for one direction. These Rules are applied after calculating DesiredReplicas from metrics for the HPA. They can limit the scaling velocity by specifying scaling policies. They can prevent flapping by specifying the stabilization window, so that the number of replicas is not set instantly, instead, the safest value from the stabilization window is chosen.
|
|
809
808
|
:param pulumi.Input[Sequence[pulumi.Input['HPAScalingPolicyPatchArgs']]] policies: policies is a list of potential scaling polices which can be used during scaling. At least one policy must be specified, otherwise the HPAScalingRules will be discarded as invalid
|
|
810
|
-
:param pulumi.Input[
|
|
811
|
-
:param pulumi.Input[
|
|
809
|
+
:param pulumi.Input[_builtins.str] select_policy: selectPolicy is used to specify which policy should be used. If not set, the default value MaxPolicySelect is used.
|
|
810
|
+
:param pulumi.Input[_builtins.int] stabilization_window_seconds: StabilizationWindowSeconds is the number of seconds for which past recommendations should be considered while scaling up or scaling down. StabilizationWindowSeconds must be greater than or equal to zero and less than or equal to 3600 (one hour). If not set, use the default values: - For scale up: 0 (i.e. no stabilization is done). - For scale down: 300 (i.e. the stabilization window is 300 seconds long).
|
|
812
811
|
"""
|
|
813
812
|
if policies is not None:
|
|
814
813
|
pulumi.set(__self__, "policies", policies)
|
|
@@ -817,7 +816,7 @@ class HPAScalingRulesPatchArgs:
|
|
|
817
816
|
if stabilization_window_seconds is not None:
|
|
818
817
|
pulumi.set(__self__, "stabilization_window_seconds", stabilization_window_seconds)
|
|
819
818
|
|
|
820
|
-
@property
|
|
819
|
+
@_builtins.property
|
|
821
820
|
@pulumi.getter
|
|
822
821
|
def policies(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['HPAScalingPolicyPatchArgs']]]]:
|
|
823
822
|
"""
|
|
@@ -829,28 +828,28 @@ class HPAScalingRulesPatchArgs:
|
|
|
829
828
|
def policies(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['HPAScalingPolicyPatchArgs']]]]):
|
|
830
829
|
pulumi.set(self, "policies", value)
|
|
831
830
|
|
|
832
|
-
@property
|
|
831
|
+
@_builtins.property
|
|
833
832
|
@pulumi.getter(name="selectPolicy")
|
|
834
|
-
def select_policy(self) -> Optional[pulumi.Input[
|
|
833
|
+
def select_policy(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
835
834
|
"""
|
|
836
835
|
selectPolicy is used to specify which policy should be used. If not set, the default value MaxPolicySelect is used.
|
|
837
836
|
"""
|
|
838
837
|
return pulumi.get(self, "select_policy")
|
|
839
838
|
|
|
840
839
|
@select_policy.setter
|
|
841
|
-
def select_policy(self, value: Optional[pulumi.Input[
|
|
840
|
+
def select_policy(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
842
841
|
pulumi.set(self, "select_policy", value)
|
|
843
842
|
|
|
844
|
-
@property
|
|
843
|
+
@_builtins.property
|
|
845
844
|
@pulumi.getter(name="stabilizationWindowSeconds")
|
|
846
|
-
def stabilization_window_seconds(self) -> Optional[pulumi.Input[
|
|
845
|
+
def stabilization_window_seconds(self) -> Optional[pulumi.Input[_builtins.int]]:
|
|
847
846
|
"""
|
|
848
847
|
StabilizationWindowSeconds is the number of seconds for which past recommendations should be considered while scaling up or scaling down. StabilizationWindowSeconds must be greater than or equal to zero and less than or equal to 3600 (one hour). If not set, use the default values: - For scale up: 0 (i.e. no stabilization is done). - For scale down: 300 (i.e. the stabilization window is 300 seconds long).
|
|
849
848
|
"""
|
|
850
849
|
return pulumi.get(self, "stabilization_window_seconds")
|
|
851
850
|
|
|
852
851
|
@stabilization_window_seconds.setter
|
|
853
|
-
def stabilization_window_seconds(self, value: Optional[pulumi.Input[
|
|
852
|
+
def stabilization_window_seconds(self, value: Optional[pulumi.Input[_builtins.int]]):
|
|
854
853
|
pulumi.set(self, "stabilization_window_seconds", value)
|
|
855
854
|
|
|
856
855
|
|
|
@@ -863,11 +862,11 @@ if not MYPY:
|
|
|
863
862
|
"""
|
|
864
863
|
policies is a list of potential scaling polices which can be used during scaling. At least one policy must be specified, otherwise the HPAScalingRules will be discarded as invalid
|
|
865
864
|
"""
|
|
866
|
-
select_policy: NotRequired[pulumi.Input[
|
|
865
|
+
select_policy: NotRequired[pulumi.Input[_builtins.str]]
|
|
867
866
|
"""
|
|
868
867
|
selectPolicy is used to specify which policy should be used. If not set, the default value MaxPolicySelect is used.
|
|
869
868
|
"""
|
|
870
|
-
stabilization_window_seconds: NotRequired[pulumi.Input[
|
|
869
|
+
stabilization_window_seconds: NotRequired[pulumi.Input[_builtins.int]]
|
|
871
870
|
"""
|
|
872
871
|
StabilizationWindowSeconds is the number of seconds for which past recommendations should be considered while scaling up or scaling down. StabilizationWindowSeconds must be greater than or equal to zero and less than or equal to 3600 (one hour). If not set, use the default values: - For scale up: 0 (i.e. no stabilization is done). - For scale down: 300 (i.e. the stabilization window is 300 seconds long).
|
|
873
872
|
"""
|
|
@@ -878,13 +877,13 @@ elif False:
|
|
|
878
877
|
class HPAScalingRulesArgs:
|
|
879
878
|
def __init__(__self__, *,
|
|
880
879
|
policies: Optional[pulumi.Input[Sequence[pulumi.Input['HPAScalingPolicyArgs']]]] = None,
|
|
881
|
-
select_policy: Optional[pulumi.Input[
|
|
882
|
-
stabilization_window_seconds: Optional[pulumi.Input[
|
|
880
|
+
select_policy: Optional[pulumi.Input[_builtins.str]] = None,
|
|
881
|
+
stabilization_window_seconds: Optional[pulumi.Input[_builtins.int]] = None):
|
|
883
882
|
"""
|
|
884
883
|
HPAScalingRules configures the scaling behavior for one direction. These Rules are applied after calculating DesiredReplicas from metrics for the HPA. They can limit the scaling velocity by specifying scaling policies. They can prevent flapping by specifying the stabilization window, so that the number of replicas is not set instantly, instead, the safest value from the stabilization window is chosen.
|
|
885
884
|
:param pulumi.Input[Sequence[pulumi.Input['HPAScalingPolicyArgs']]] policies: policies is a list of potential scaling polices which can be used during scaling. At least one policy must be specified, otherwise the HPAScalingRules will be discarded as invalid
|
|
886
|
-
:param pulumi.Input[
|
|
887
|
-
:param pulumi.Input[
|
|
885
|
+
:param pulumi.Input[_builtins.str] select_policy: selectPolicy is used to specify which policy should be used. If not set, the default value MaxPolicySelect is used.
|
|
886
|
+
:param pulumi.Input[_builtins.int] stabilization_window_seconds: StabilizationWindowSeconds is the number of seconds for which past recommendations should be considered while scaling up or scaling down. StabilizationWindowSeconds must be greater than or equal to zero and less than or equal to 3600 (one hour). If not set, use the default values: - For scale up: 0 (i.e. no stabilization is done). - For scale down: 300 (i.e. the stabilization window is 300 seconds long).
|
|
888
887
|
"""
|
|
889
888
|
if policies is not None:
|
|
890
889
|
pulumi.set(__self__, "policies", policies)
|
|
@@ -893,7 +892,7 @@ class HPAScalingRulesArgs:
|
|
|
893
892
|
if stabilization_window_seconds is not None:
|
|
894
893
|
pulumi.set(__self__, "stabilization_window_seconds", stabilization_window_seconds)
|
|
895
894
|
|
|
896
|
-
@property
|
|
895
|
+
@_builtins.property
|
|
897
896
|
@pulumi.getter
|
|
898
897
|
def policies(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['HPAScalingPolicyArgs']]]]:
|
|
899
898
|
"""
|
|
@@ -905,28 +904,28 @@ class HPAScalingRulesArgs:
|
|
|
905
904
|
def policies(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['HPAScalingPolicyArgs']]]]):
|
|
906
905
|
pulumi.set(self, "policies", value)
|
|
907
906
|
|
|
908
|
-
@property
|
|
907
|
+
@_builtins.property
|
|
909
908
|
@pulumi.getter(name="selectPolicy")
|
|
910
|
-
def select_policy(self) -> Optional[pulumi.Input[
|
|
909
|
+
def select_policy(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
911
910
|
"""
|
|
912
911
|
selectPolicy is used to specify which policy should be used. If not set, the default value MaxPolicySelect is used.
|
|
913
912
|
"""
|
|
914
913
|
return pulumi.get(self, "select_policy")
|
|
915
914
|
|
|
916
915
|
@select_policy.setter
|
|
917
|
-
def select_policy(self, value: Optional[pulumi.Input[
|
|
916
|
+
def select_policy(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
918
917
|
pulumi.set(self, "select_policy", value)
|
|
919
918
|
|
|
920
|
-
@property
|
|
919
|
+
@_builtins.property
|
|
921
920
|
@pulumi.getter(name="stabilizationWindowSeconds")
|
|
922
|
-
def stabilization_window_seconds(self) -> Optional[pulumi.Input[
|
|
921
|
+
def stabilization_window_seconds(self) -> Optional[pulumi.Input[_builtins.int]]:
|
|
923
922
|
"""
|
|
924
923
|
StabilizationWindowSeconds is the number of seconds for which past recommendations should be considered while scaling up or scaling down. StabilizationWindowSeconds must be greater than or equal to zero and less than or equal to 3600 (one hour). If not set, use the default values: - For scale up: 0 (i.e. no stabilization is done). - For scale down: 300 (i.e. the stabilization window is 300 seconds long).
|
|
925
924
|
"""
|
|
926
925
|
return pulumi.get(self, "stabilization_window_seconds")
|
|
927
926
|
|
|
928
927
|
@stabilization_window_seconds.setter
|
|
929
|
-
def stabilization_window_seconds(self, value: Optional[pulumi.Input[
|
|
928
|
+
def stabilization_window_seconds(self, value: Optional[pulumi.Input[_builtins.int]]):
|
|
930
929
|
pulumi.set(self, "stabilization_window_seconds", value)
|
|
931
930
|
|
|
932
931
|
|
|
@@ -967,7 +966,7 @@ class HorizontalPodAutoscalerBehaviorPatchArgs:
|
|
|
967
966
|
if scale_up is not None:
|
|
968
967
|
pulumi.set(__self__, "scale_up", scale_up)
|
|
969
968
|
|
|
970
|
-
@property
|
|
969
|
+
@_builtins.property
|
|
971
970
|
@pulumi.getter(name="scaleDown")
|
|
972
971
|
def scale_down(self) -> Optional[pulumi.Input['HPAScalingRulesPatchArgs']]:
|
|
973
972
|
"""
|
|
@@ -979,7 +978,7 @@ class HorizontalPodAutoscalerBehaviorPatchArgs:
|
|
|
979
978
|
def scale_down(self, value: Optional[pulumi.Input['HPAScalingRulesPatchArgs']]):
|
|
980
979
|
pulumi.set(self, "scale_down", value)
|
|
981
980
|
|
|
982
|
-
@property
|
|
981
|
+
@_builtins.property
|
|
983
982
|
@pulumi.getter(name="scaleUp")
|
|
984
983
|
def scale_up(self) -> Optional[pulumi.Input['HPAScalingRulesPatchArgs']]:
|
|
985
984
|
"""
|
|
@@ -1032,7 +1031,7 @@ class HorizontalPodAutoscalerBehaviorArgs:
|
|
|
1032
1031
|
if scale_up is not None:
|
|
1033
1032
|
pulumi.set(__self__, "scale_up", scale_up)
|
|
1034
1033
|
|
|
1035
|
-
@property
|
|
1034
|
+
@_builtins.property
|
|
1036
1035
|
@pulumi.getter(name="scaleDown")
|
|
1037
1036
|
def scale_down(self) -> Optional[pulumi.Input['HPAScalingRulesArgs']]:
|
|
1038
1037
|
"""
|
|
@@ -1044,7 +1043,7 @@ class HorizontalPodAutoscalerBehaviorArgs:
|
|
|
1044
1043
|
def scale_down(self, value: Optional[pulumi.Input['HPAScalingRulesArgs']]):
|
|
1045
1044
|
pulumi.set(self, "scale_down", value)
|
|
1046
1045
|
|
|
1047
|
-
@property
|
|
1046
|
+
@_builtins.property
|
|
1048
1047
|
@pulumi.getter(name="scaleUp")
|
|
1049
1048
|
def scale_up(self) -> Optional[pulumi.Input['HPAScalingRulesArgs']]:
|
|
1050
1049
|
"""
|
|
@@ -1065,23 +1064,23 @@ if not MYPY:
|
|
|
1065
1064
|
"""
|
|
1066
1065
|
HorizontalPodAutoscalerCondition describes the state of a HorizontalPodAutoscaler at a certain point.
|
|
1067
1066
|
"""
|
|
1068
|
-
status: pulumi.Input[
|
|
1067
|
+
status: pulumi.Input[_builtins.str]
|
|
1069
1068
|
"""
|
|
1070
1069
|
status is the status of the condition (True, False, Unknown)
|
|
1071
1070
|
"""
|
|
1072
|
-
type: pulumi.Input[
|
|
1071
|
+
type: pulumi.Input[_builtins.str]
|
|
1073
1072
|
"""
|
|
1074
1073
|
type describes the current condition
|
|
1075
1074
|
"""
|
|
1076
|
-
last_transition_time: NotRequired[pulumi.Input[
|
|
1075
|
+
last_transition_time: NotRequired[pulumi.Input[_builtins.str]]
|
|
1077
1076
|
"""
|
|
1078
1077
|
lastTransitionTime is the last time the condition transitioned from one status to another
|
|
1079
1078
|
"""
|
|
1080
|
-
message: NotRequired[pulumi.Input[
|
|
1079
|
+
message: NotRequired[pulumi.Input[_builtins.str]]
|
|
1081
1080
|
"""
|
|
1082
1081
|
message is a human-readable explanation containing details about the transition
|
|
1083
1082
|
"""
|
|
1084
|
-
reason: NotRequired[pulumi.Input[
|
|
1083
|
+
reason: NotRequired[pulumi.Input[_builtins.str]]
|
|
1085
1084
|
"""
|
|
1086
1085
|
reason is the reason for the condition's last transition.
|
|
1087
1086
|
"""
|
|
@@ -1091,18 +1090,18 @@ elif False:
|
|
|
1091
1090
|
@pulumi.input_type
|
|
1092
1091
|
class HorizontalPodAutoscalerConditionArgs:
|
|
1093
1092
|
def __init__(__self__, *,
|
|
1094
|
-
status: pulumi.Input[
|
|
1095
|
-
type: pulumi.Input[
|
|
1096
|
-
last_transition_time: Optional[pulumi.Input[
|
|
1097
|
-
message: Optional[pulumi.Input[
|
|
1098
|
-
reason: Optional[pulumi.Input[
|
|
1093
|
+
status: pulumi.Input[_builtins.str],
|
|
1094
|
+
type: pulumi.Input[_builtins.str],
|
|
1095
|
+
last_transition_time: Optional[pulumi.Input[_builtins.str]] = None,
|
|
1096
|
+
message: Optional[pulumi.Input[_builtins.str]] = None,
|
|
1097
|
+
reason: Optional[pulumi.Input[_builtins.str]] = None):
|
|
1099
1098
|
"""
|
|
1100
1099
|
HorizontalPodAutoscalerCondition describes the state of a HorizontalPodAutoscaler at a certain point.
|
|
1101
|
-
:param pulumi.Input[
|
|
1102
|
-
:param pulumi.Input[
|
|
1103
|
-
:param pulumi.Input[
|
|
1104
|
-
:param pulumi.Input[
|
|
1105
|
-
:param pulumi.Input[
|
|
1100
|
+
:param pulumi.Input[_builtins.str] status: status is the status of the condition (True, False, Unknown)
|
|
1101
|
+
:param pulumi.Input[_builtins.str] type: type describes the current condition
|
|
1102
|
+
:param pulumi.Input[_builtins.str] last_transition_time: lastTransitionTime is the last time the condition transitioned from one status to another
|
|
1103
|
+
:param pulumi.Input[_builtins.str] message: message is a human-readable explanation containing details about the transition
|
|
1104
|
+
:param pulumi.Input[_builtins.str] reason: reason is the reason for the condition's last transition.
|
|
1106
1105
|
"""
|
|
1107
1106
|
pulumi.set(__self__, "status", status)
|
|
1108
1107
|
pulumi.set(__self__, "type", type)
|
|
@@ -1113,64 +1112,64 @@ class HorizontalPodAutoscalerConditionArgs:
|
|
|
1113
1112
|
if reason is not None:
|
|
1114
1113
|
pulumi.set(__self__, "reason", reason)
|
|
1115
1114
|
|
|
1116
|
-
@property
|
|
1115
|
+
@_builtins.property
|
|
1117
1116
|
@pulumi.getter
|
|
1118
|
-
def status(self) -> pulumi.Input[
|
|
1117
|
+
def status(self) -> pulumi.Input[_builtins.str]:
|
|
1119
1118
|
"""
|
|
1120
1119
|
status is the status of the condition (True, False, Unknown)
|
|
1121
1120
|
"""
|
|
1122
1121
|
return pulumi.get(self, "status")
|
|
1123
1122
|
|
|
1124
1123
|
@status.setter
|
|
1125
|
-
def status(self, value: pulumi.Input[
|
|
1124
|
+
def status(self, value: pulumi.Input[_builtins.str]):
|
|
1126
1125
|
pulumi.set(self, "status", value)
|
|
1127
1126
|
|
|
1128
|
-
@property
|
|
1127
|
+
@_builtins.property
|
|
1129
1128
|
@pulumi.getter
|
|
1130
|
-
def type(self) -> pulumi.Input[
|
|
1129
|
+
def type(self) -> pulumi.Input[_builtins.str]:
|
|
1131
1130
|
"""
|
|
1132
1131
|
type describes the current condition
|
|
1133
1132
|
"""
|
|
1134
1133
|
return pulumi.get(self, "type")
|
|
1135
1134
|
|
|
1136
1135
|
@type.setter
|
|
1137
|
-
def type(self, value: pulumi.Input[
|
|
1136
|
+
def type(self, value: pulumi.Input[_builtins.str]):
|
|
1138
1137
|
pulumi.set(self, "type", value)
|
|
1139
1138
|
|
|
1140
|
-
@property
|
|
1139
|
+
@_builtins.property
|
|
1141
1140
|
@pulumi.getter(name="lastTransitionTime")
|
|
1142
|
-
def last_transition_time(self) -> Optional[pulumi.Input[
|
|
1141
|
+
def last_transition_time(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
1143
1142
|
"""
|
|
1144
1143
|
lastTransitionTime is the last time the condition transitioned from one status to another
|
|
1145
1144
|
"""
|
|
1146
1145
|
return pulumi.get(self, "last_transition_time")
|
|
1147
1146
|
|
|
1148
1147
|
@last_transition_time.setter
|
|
1149
|
-
def last_transition_time(self, value: Optional[pulumi.Input[
|
|
1148
|
+
def last_transition_time(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
1150
1149
|
pulumi.set(self, "last_transition_time", value)
|
|
1151
1150
|
|
|
1152
|
-
@property
|
|
1151
|
+
@_builtins.property
|
|
1153
1152
|
@pulumi.getter
|
|
1154
|
-
def message(self) -> Optional[pulumi.Input[
|
|
1153
|
+
def message(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
1155
1154
|
"""
|
|
1156
1155
|
message is a human-readable explanation containing details about the transition
|
|
1157
1156
|
"""
|
|
1158
1157
|
return pulumi.get(self, "message")
|
|
1159
1158
|
|
|
1160
1159
|
@message.setter
|
|
1161
|
-
def message(self, value: Optional[pulumi.Input[
|
|
1160
|
+
def message(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
1162
1161
|
pulumi.set(self, "message", value)
|
|
1163
1162
|
|
|
1164
|
-
@property
|
|
1163
|
+
@_builtins.property
|
|
1165
1164
|
@pulumi.getter
|
|
1166
|
-
def reason(self) -> Optional[pulumi.Input[
|
|
1165
|
+
def reason(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
1167
1166
|
"""
|
|
1168
1167
|
reason is the reason for the condition's last transition.
|
|
1169
1168
|
"""
|
|
1170
1169
|
return pulumi.get(self, "reason")
|
|
1171
1170
|
|
|
1172
1171
|
@reason.setter
|
|
1173
|
-
def reason(self, value: Optional[pulumi.Input[
|
|
1172
|
+
def reason(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
1174
1173
|
pulumi.set(self, "reason", value)
|
|
1175
1174
|
|
|
1176
1175
|
|
|
@@ -1183,7 +1182,7 @@ if not MYPY:
|
|
|
1183
1182
|
"""
|
|
1184
1183
|
behavior configures the scaling behavior of the target in both Up and Down directions (scaleUp and scaleDown fields respectively). If not set, the default HPAScalingRules for scale up and scale down are used.
|
|
1185
1184
|
"""
|
|
1186
|
-
max_replicas: NotRequired[pulumi.Input[
|
|
1185
|
+
max_replicas: NotRequired[pulumi.Input[_builtins.int]]
|
|
1187
1186
|
"""
|
|
1188
1187
|
maxReplicas is the upper limit for the number of replicas to which the autoscaler can scale up. It cannot be less that minReplicas.
|
|
1189
1188
|
"""
|
|
@@ -1191,7 +1190,7 @@ if not MYPY:
|
|
|
1191
1190
|
"""
|
|
1192
1191
|
metrics contains the specifications for which to use to calculate the desired replica count (the maximum replica count across all metrics will be used). The desired replica count is calculated multiplying the ratio between the target value and the current value by the current number of pods. Ergo, metrics used must decrease as the pod count is increased, and vice-versa. See the individual metric source types for more information about how each type of metric must respond. If not set, the default metric will be set to 80% average CPU utilization.
|
|
1193
1192
|
"""
|
|
1194
|
-
min_replicas: NotRequired[pulumi.Input[
|
|
1193
|
+
min_replicas: NotRequired[pulumi.Input[_builtins.int]]
|
|
1195
1194
|
"""
|
|
1196
1195
|
minReplicas is the lower limit for the number of replicas to which the autoscaler can scale down. It defaults to 1 pod. minReplicas is allowed to be 0 if the alpha feature gate HPAScaleToZero is enabled and at least one Object or External metric is configured. Scaling is active as long as at least one metric value is available.
|
|
1197
1196
|
"""
|
|
@@ -1206,16 +1205,16 @@ elif False:
|
|
|
1206
1205
|
class HorizontalPodAutoscalerSpecPatchArgs:
|
|
1207
1206
|
def __init__(__self__, *,
|
|
1208
1207
|
behavior: Optional[pulumi.Input['HorizontalPodAutoscalerBehaviorPatchArgs']] = None,
|
|
1209
|
-
max_replicas: Optional[pulumi.Input[
|
|
1208
|
+
max_replicas: Optional[pulumi.Input[_builtins.int]] = None,
|
|
1210
1209
|
metrics: Optional[pulumi.Input[Sequence[pulumi.Input['MetricSpecPatchArgs']]]] = None,
|
|
1211
|
-
min_replicas: Optional[pulumi.Input[
|
|
1210
|
+
min_replicas: Optional[pulumi.Input[_builtins.int]] = None,
|
|
1212
1211
|
scale_target_ref: Optional[pulumi.Input['CrossVersionObjectReferencePatchArgs']] = None):
|
|
1213
1212
|
"""
|
|
1214
1213
|
HorizontalPodAutoscalerSpec describes the desired functionality of the HorizontalPodAutoscaler.
|
|
1215
1214
|
:param pulumi.Input['HorizontalPodAutoscalerBehaviorPatchArgs'] behavior: behavior configures the scaling behavior of the target in both Up and Down directions (scaleUp and scaleDown fields respectively). If not set, the default HPAScalingRules for scale up and scale down are used.
|
|
1216
|
-
:param pulumi.Input[
|
|
1215
|
+
:param pulumi.Input[_builtins.int] max_replicas: maxReplicas is the upper limit for the number of replicas to which the autoscaler can scale up. It cannot be less that minReplicas.
|
|
1217
1216
|
:param pulumi.Input[Sequence[pulumi.Input['MetricSpecPatchArgs']]] metrics: metrics contains the specifications for which to use to calculate the desired replica count (the maximum replica count across all metrics will be used). The desired replica count is calculated multiplying the ratio between the target value and the current value by the current number of pods. Ergo, metrics used must decrease as the pod count is increased, and vice-versa. See the individual metric source types for more information about how each type of metric must respond. If not set, the default metric will be set to 80% average CPU utilization.
|
|
1218
|
-
:param pulumi.Input[
|
|
1217
|
+
:param pulumi.Input[_builtins.int] min_replicas: minReplicas is the lower limit for the number of replicas to which the autoscaler can scale down. It defaults to 1 pod. minReplicas is allowed to be 0 if the alpha feature gate HPAScaleToZero is enabled and at least one Object or External metric is configured. Scaling is active as long as at least one metric value is available.
|
|
1219
1218
|
:param pulumi.Input['CrossVersionObjectReferencePatchArgs'] scale_target_ref: scaleTargetRef points to the target resource to scale, and is used to the pods for which metrics should be collected, as well as to actually change the replica count.
|
|
1220
1219
|
"""
|
|
1221
1220
|
if behavior is not None:
|
|
@@ -1229,7 +1228,7 @@ class HorizontalPodAutoscalerSpecPatchArgs:
|
|
|
1229
1228
|
if scale_target_ref is not None:
|
|
1230
1229
|
pulumi.set(__self__, "scale_target_ref", scale_target_ref)
|
|
1231
1230
|
|
|
1232
|
-
@property
|
|
1231
|
+
@_builtins.property
|
|
1233
1232
|
@pulumi.getter
|
|
1234
1233
|
def behavior(self) -> Optional[pulumi.Input['HorizontalPodAutoscalerBehaviorPatchArgs']]:
|
|
1235
1234
|
"""
|
|
@@ -1241,19 +1240,19 @@ class HorizontalPodAutoscalerSpecPatchArgs:
|
|
|
1241
1240
|
def behavior(self, value: Optional[pulumi.Input['HorizontalPodAutoscalerBehaviorPatchArgs']]):
|
|
1242
1241
|
pulumi.set(self, "behavior", value)
|
|
1243
1242
|
|
|
1244
|
-
@property
|
|
1243
|
+
@_builtins.property
|
|
1245
1244
|
@pulumi.getter(name="maxReplicas")
|
|
1246
|
-
def max_replicas(self) -> Optional[pulumi.Input[
|
|
1245
|
+
def max_replicas(self) -> Optional[pulumi.Input[_builtins.int]]:
|
|
1247
1246
|
"""
|
|
1248
1247
|
maxReplicas is the upper limit for the number of replicas to which the autoscaler can scale up. It cannot be less that minReplicas.
|
|
1249
1248
|
"""
|
|
1250
1249
|
return pulumi.get(self, "max_replicas")
|
|
1251
1250
|
|
|
1252
1251
|
@max_replicas.setter
|
|
1253
|
-
def max_replicas(self, value: Optional[pulumi.Input[
|
|
1252
|
+
def max_replicas(self, value: Optional[pulumi.Input[_builtins.int]]):
|
|
1254
1253
|
pulumi.set(self, "max_replicas", value)
|
|
1255
1254
|
|
|
1256
|
-
@property
|
|
1255
|
+
@_builtins.property
|
|
1257
1256
|
@pulumi.getter
|
|
1258
1257
|
def metrics(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['MetricSpecPatchArgs']]]]:
|
|
1259
1258
|
"""
|
|
@@ -1265,19 +1264,19 @@ class HorizontalPodAutoscalerSpecPatchArgs:
|
|
|
1265
1264
|
def metrics(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['MetricSpecPatchArgs']]]]):
|
|
1266
1265
|
pulumi.set(self, "metrics", value)
|
|
1267
1266
|
|
|
1268
|
-
@property
|
|
1267
|
+
@_builtins.property
|
|
1269
1268
|
@pulumi.getter(name="minReplicas")
|
|
1270
|
-
def min_replicas(self) -> Optional[pulumi.Input[
|
|
1269
|
+
def min_replicas(self) -> Optional[pulumi.Input[_builtins.int]]:
|
|
1271
1270
|
"""
|
|
1272
1271
|
minReplicas is the lower limit for the number of replicas to which the autoscaler can scale down. It defaults to 1 pod. minReplicas is allowed to be 0 if the alpha feature gate HPAScaleToZero is enabled and at least one Object or External metric is configured. Scaling is active as long as at least one metric value is available.
|
|
1273
1272
|
"""
|
|
1274
1273
|
return pulumi.get(self, "min_replicas")
|
|
1275
1274
|
|
|
1276
1275
|
@min_replicas.setter
|
|
1277
|
-
def min_replicas(self, value: Optional[pulumi.Input[
|
|
1276
|
+
def min_replicas(self, value: Optional[pulumi.Input[_builtins.int]]):
|
|
1278
1277
|
pulumi.set(self, "min_replicas", value)
|
|
1279
1278
|
|
|
1280
|
-
@property
|
|
1279
|
+
@_builtins.property
|
|
1281
1280
|
@pulumi.getter(name="scaleTargetRef")
|
|
1282
1281
|
def scale_target_ref(self) -> Optional[pulumi.Input['CrossVersionObjectReferencePatchArgs']]:
|
|
1283
1282
|
"""
|
|
@@ -1295,7 +1294,7 @@ if not MYPY:
|
|
|
1295
1294
|
"""
|
|
1296
1295
|
HorizontalPodAutoscalerSpec describes the desired functionality of the HorizontalPodAutoscaler.
|
|
1297
1296
|
"""
|
|
1298
|
-
max_replicas: pulumi.Input[
|
|
1297
|
+
max_replicas: pulumi.Input[_builtins.int]
|
|
1299
1298
|
"""
|
|
1300
1299
|
maxReplicas is the upper limit for the number of replicas to which the autoscaler can scale up. It cannot be less that minReplicas.
|
|
1301
1300
|
"""
|
|
@@ -1311,7 +1310,7 @@ if not MYPY:
|
|
|
1311
1310
|
"""
|
|
1312
1311
|
metrics contains the specifications for which to use to calculate the desired replica count (the maximum replica count across all metrics will be used). The desired replica count is calculated multiplying the ratio between the target value and the current value by the current number of pods. Ergo, metrics used must decrease as the pod count is increased, and vice-versa. See the individual metric source types for more information about how each type of metric must respond. If not set, the default metric will be set to 80% average CPU utilization.
|
|
1313
1312
|
"""
|
|
1314
|
-
min_replicas: NotRequired[pulumi.Input[
|
|
1313
|
+
min_replicas: NotRequired[pulumi.Input[_builtins.int]]
|
|
1315
1314
|
"""
|
|
1316
1315
|
minReplicas is the lower limit for the number of replicas to which the autoscaler can scale down. It defaults to 1 pod. minReplicas is allowed to be 0 if the alpha feature gate HPAScaleToZero is enabled and at least one Object or External metric is configured. Scaling is active as long as at least one metric value is available.
|
|
1317
1316
|
"""
|
|
@@ -1321,18 +1320,18 @@ elif False:
|
|
|
1321
1320
|
@pulumi.input_type
|
|
1322
1321
|
class HorizontalPodAutoscalerSpecArgs:
|
|
1323
1322
|
def __init__(__self__, *,
|
|
1324
|
-
max_replicas: pulumi.Input[
|
|
1323
|
+
max_replicas: pulumi.Input[_builtins.int],
|
|
1325
1324
|
scale_target_ref: pulumi.Input['CrossVersionObjectReferenceArgs'],
|
|
1326
1325
|
behavior: Optional[pulumi.Input['HorizontalPodAutoscalerBehaviorArgs']] = None,
|
|
1327
1326
|
metrics: Optional[pulumi.Input[Sequence[pulumi.Input['MetricSpecArgs']]]] = None,
|
|
1328
|
-
min_replicas: Optional[pulumi.Input[
|
|
1327
|
+
min_replicas: Optional[pulumi.Input[_builtins.int]] = None):
|
|
1329
1328
|
"""
|
|
1330
1329
|
HorizontalPodAutoscalerSpec describes the desired functionality of the HorizontalPodAutoscaler.
|
|
1331
|
-
:param pulumi.Input[
|
|
1330
|
+
:param pulumi.Input[_builtins.int] max_replicas: maxReplicas is the upper limit for the number of replicas to which the autoscaler can scale up. It cannot be less that minReplicas.
|
|
1332
1331
|
:param pulumi.Input['CrossVersionObjectReferenceArgs'] scale_target_ref: scaleTargetRef points to the target resource to scale, and is used to the pods for which metrics should be collected, as well as to actually change the replica count.
|
|
1333
1332
|
:param pulumi.Input['HorizontalPodAutoscalerBehaviorArgs'] behavior: behavior configures the scaling behavior of the target in both Up and Down directions (scaleUp and scaleDown fields respectively). If not set, the default HPAScalingRules for scale up and scale down are used.
|
|
1334
1333
|
:param pulumi.Input[Sequence[pulumi.Input['MetricSpecArgs']]] metrics: metrics contains the specifications for which to use to calculate the desired replica count (the maximum replica count across all metrics will be used). The desired replica count is calculated multiplying the ratio between the target value and the current value by the current number of pods. Ergo, metrics used must decrease as the pod count is increased, and vice-versa. See the individual metric source types for more information about how each type of metric must respond. If not set, the default metric will be set to 80% average CPU utilization.
|
|
1335
|
-
:param pulumi.Input[
|
|
1334
|
+
:param pulumi.Input[_builtins.int] min_replicas: minReplicas is the lower limit for the number of replicas to which the autoscaler can scale down. It defaults to 1 pod. minReplicas is allowed to be 0 if the alpha feature gate HPAScaleToZero is enabled and at least one Object or External metric is configured. Scaling is active as long as at least one metric value is available.
|
|
1336
1335
|
"""
|
|
1337
1336
|
pulumi.set(__self__, "max_replicas", max_replicas)
|
|
1338
1337
|
pulumi.set(__self__, "scale_target_ref", scale_target_ref)
|
|
@@ -1343,19 +1342,19 @@ class HorizontalPodAutoscalerSpecArgs:
|
|
|
1343
1342
|
if min_replicas is not None:
|
|
1344
1343
|
pulumi.set(__self__, "min_replicas", min_replicas)
|
|
1345
1344
|
|
|
1346
|
-
@property
|
|
1345
|
+
@_builtins.property
|
|
1347
1346
|
@pulumi.getter(name="maxReplicas")
|
|
1348
|
-
def max_replicas(self) -> pulumi.Input[
|
|
1347
|
+
def max_replicas(self) -> pulumi.Input[_builtins.int]:
|
|
1349
1348
|
"""
|
|
1350
1349
|
maxReplicas is the upper limit for the number of replicas to which the autoscaler can scale up. It cannot be less that minReplicas.
|
|
1351
1350
|
"""
|
|
1352
1351
|
return pulumi.get(self, "max_replicas")
|
|
1353
1352
|
|
|
1354
1353
|
@max_replicas.setter
|
|
1355
|
-
def max_replicas(self, value: pulumi.Input[
|
|
1354
|
+
def max_replicas(self, value: pulumi.Input[_builtins.int]):
|
|
1356
1355
|
pulumi.set(self, "max_replicas", value)
|
|
1357
1356
|
|
|
1358
|
-
@property
|
|
1357
|
+
@_builtins.property
|
|
1359
1358
|
@pulumi.getter(name="scaleTargetRef")
|
|
1360
1359
|
def scale_target_ref(self) -> pulumi.Input['CrossVersionObjectReferenceArgs']:
|
|
1361
1360
|
"""
|
|
@@ -1367,7 +1366,7 @@ class HorizontalPodAutoscalerSpecArgs:
|
|
|
1367
1366
|
def scale_target_ref(self, value: pulumi.Input['CrossVersionObjectReferenceArgs']):
|
|
1368
1367
|
pulumi.set(self, "scale_target_ref", value)
|
|
1369
1368
|
|
|
1370
|
-
@property
|
|
1369
|
+
@_builtins.property
|
|
1371
1370
|
@pulumi.getter
|
|
1372
1371
|
def behavior(self) -> Optional[pulumi.Input['HorizontalPodAutoscalerBehaviorArgs']]:
|
|
1373
1372
|
"""
|
|
@@ -1379,7 +1378,7 @@ class HorizontalPodAutoscalerSpecArgs:
|
|
|
1379
1378
|
def behavior(self, value: Optional[pulumi.Input['HorizontalPodAutoscalerBehaviorArgs']]):
|
|
1380
1379
|
pulumi.set(self, "behavior", value)
|
|
1381
1380
|
|
|
1382
|
-
@property
|
|
1381
|
+
@_builtins.property
|
|
1383
1382
|
@pulumi.getter
|
|
1384
1383
|
def metrics(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['MetricSpecArgs']]]]:
|
|
1385
1384
|
"""
|
|
@@ -1391,16 +1390,16 @@ class HorizontalPodAutoscalerSpecArgs:
|
|
|
1391
1390
|
def metrics(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['MetricSpecArgs']]]]):
|
|
1392
1391
|
pulumi.set(self, "metrics", value)
|
|
1393
1392
|
|
|
1394
|
-
@property
|
|
1393
|
+
@_builtins.property
|
|
1395
1394
|
@pulumi.getter(name="minReplicas")
|
|
1396
|
-
def min_replicas(self) -> Optional[pulumi.Input[
|
|
1395
|
+
def min_replicas(self) -> Optional[pulumi.Input[_builtins.int]]:
|
|
1397
1396
|
"""
|
|
1398
1397
|
minReplicas is the lower limit for the number of replicas to which the autoscaler can scale down. It defaults to 1 pod. minReplicas is allowed to be 0 if the alpha feature gate HPAScaleToZero is enabled and at least one Object or External metric is configured. Scaling is active as long as at least one metric value is available.
|
|
1399
1398
|
"""
|
|
1400
1399
|
return pulumi.get(self, "min_replicas")
|
|
1401
1400
|
|
|
1402
1401
|
@min_replicas.setter
|
|
1403
|
-
def min_replicas(self, value: Optional[pulumi.Input[
|
|
1402
|
+
def min_replicas(self, value: Optional[pulumi.Input[_builtins.int]]):
|
|
1404
1403
|
pulumi.set(self, "min_replicas", value)
|
|
1405
1404
|
|
|
1406
1405
|
|
|
@@ -1413,11 +1412,11 @@ if not MYPY:
|
|
|
1413
1412
|
"""
|
|
1414
1413
|
conditions is the set of conditions required for this autoscaler to scale its target, and indicates whether or not those conditions are met.
|
|
1415
1414
|
"""
|
|
1416
|
-
current_replicas: pulumi.Input[
|
|
1415
|
+
current_replicas: pulumi.Input[_builtins.int]
|
|
1417
1416
|
"""
|
|
1418
1417
|
currentReplicas is current number of replicas of pods managed by this autoscaler, as last seen by the autoscaler.
|
|
1419
1418
|
"""
|
|
1420
|
-
desired_replicas: pulumi.Input[
|
|
1419
|
+
desired_replicas: pulumi.Input[_builtins.int]
|
|
1421
1420
|
"""
|
|
1422
1421
|
desiredReplicas is the desired number of replicas of pods managed by this autoscaler, as last calculated by the autoscaler.
|
|
1423
1422
|
"""
|
|
@@ -1425,11 +1424,11 @@ if not MYPY:
|
|
|
1425
1424
|
"""
|
|
1426
1425
|
currentMetrics is the last read state of the metrics used by this autoscaler.
|
|
1427
1426
|
"""
|
|
1428
|
-
last_scale_time: NotRequired[pulumi.Input[
|
|
1427
|
+
last_scale_time: NotRequired[pulumi.Input[_builtins.str]]
|
|
1429
1428
|
"""
|
|
1430
1429
|
lastScaleTime is the last time the HorizontalPodAutoscaler scaled the number of pods, used by the autoscaler to control how often the number of pods is changed.
|
|
1431
1430
|
"""
|
|
1432
|
-
observed_generation: NotRequired[pulumi.Input[
|
|
1431
|
+
observed_generation: NotRequired[pulumi.Input[_builtins.int]]
|
|
1433
1432
|
"""
|
|
1434
1433
|
observedGeneration is the most recent generation observed by this autoscaler.
|
|
1435
1434
|
"""
|
|
@@ -1440,19 +1439,19 @@ elif False:
|
|
|
1440
1439
|
class HorizontalPodAutoscalerStatusArgs:
|
|
1441
1440
|
def __init__(__self__, *,
|
|
1442
1441
|
conditions: pulumi.Input[Sequence[pulumi.Input['HorizontalPodAutoscalerConditionArgs']]],
|
|
1443
|
-
current_replicas: pulumi.Input[
|
|
1444
|
-
desired_replicas: pulumi.Input[
|
|
1442
|
+
current_replicas: pulumi.Input[_builtins.int],
|
|
1443
|
+
desired_replicas: pulumi.Input[_builtins.int],
|
|
1445
1444
|
current_metrics: Optional[pulumi.Input[Sequence[pulumi.Input['MetricStatusArgs']]]] = None,
|
|
1446
|
-
last_scale_time: Optional[pulumi.Input[
|
|
1447
|
-
observed_generation: Optional[pulumi.Input[
|
|
1445
|
+
last_scale_time: Optional[pulumi.Input[_builtins.str]] = None,
|
|
1446
|
+
observed_generation: Optional[pulumi.Input[_builtins.int]] = None):
|
|
1448
1447
|
"""
|
|
1449
1448
|
HorizontalPodAutoscalerStatus describes the current status of a horizontal pod autoscaler.
|
|
1450
1449
|
:param pulumi.Input[Sequence[pulumi.Input['HorizontalPodAutoscalerConditionArgs']]] conditions: conditions is the set of conditions required for this autoscaler to scale its target, and indicates whether or not those conditions are met.
|
|
1451
|
-
:param pulumi.Input[
|
|
1452
|
-
:param pulumi.Input[
|
|
1450
|
+
:param pulumi.Input[_builtins.int] current_replicas: currentReplicas is current number of replicas of pods managed by this autoscaler, as last seen by the autoscaler.
|
|
1451
|
+
:param pulumi.Input[_builtins.int] desired_replicas: desiredReplicas is the desired number of replicas of pods managed by this autoscaler, as last calculated by the autoscaler.
|
|
1453
1452
|
:param pulumi.Input[Sequence[pulumi.Input['MetricStatusArgs']]] current_metrics: currentMetrics is the last read state of the metrics used by this autoscaler.
|
|
1454
|
-
:param pulumi.Input[
|
|
1455
|
-
:param pulumi.Input[
|
|
1453
|
+
:param pulumi.Input[_builtins.str] last_scale_time: lastScaleTime is the last time the HorizontalPodAutoscaler scaled the number of pods, used by the autoscaler to control how often the number of pods is changed.
|
|
1454
|
+
:param pulumi.Input[_builtins.int] observed_generation: observedGeneration is the most recent generation observed by this autoscaler.
|
|
1456
1455
|
"""
|
|
1457
1456
|
pulumi.set(__self__, "conditions", conditions)
|
|
1458
1457
|
pulumi.set(__self__, "current_replicas", current_replicas)
|
|
@@ -1464,7 +1463,7 @@ class HorizontalPodAutoscalerStatusArgs:
|
|
|
1464
1463
|
if observed_generation is not None:
|
|
1465
1464
|
pulumi.set(__self__, "observed_generation", observed_generation)
|
|
1466
1465
|
|
|
1467
|
-
@property
|
|
1466
|
+
@_builtins.property
|
|
1468
1467
|
@pulumi.getter
|
|
1469
1468
|
def conditions(self) -> pulumi.Input[Sequence[pulumi.Input['HorizontalPodAutoscalerConditionArgs']]]:
|
|
1470
1469
|
"""
|
|
@@ -1476,31 +1475,31 @@ class HorizontalPodAutoscalerStatusArgs:
|
|
|
1476
1475
|
def conditions(self, value: pulumi.Input[Sequence[pulumi.Input['HorizontalPodAutoscalerConditionArgs']]]):
|
|
1477
1476
|
pulumi.set(self, "conditions", value)
|
|
1478
1477
|
|
|
1479
|
-
@property
|
|
1478
|
+
@_builtins.property
|
|
1480
1479
|
@pulumi.getter(name="currentReplicas")
|
|
1481
|
-
def current_replicas(self) -> pulumi.Input[
|
|
1480
|
+
def current_replicas(self) -> pulumi.Input[_builtins.int]:
|
|
1482
1481
|
"""
|
|
1483
1482
|
currentReplicas is current number of replicas of pods managed by this autoscaler, as last seen by the autoscaler.
|
|
1484
1483
|
"""
|
|
1485
1484
|
return pulumi.get(self, "current_replicas")
|
|
1486
1485
|
|
|
1487
1486
|
@current_replicas.setter
|
|
1488
|
-
def current_replicas(self, value: pulumi.Input[
|
|
1487
|
+
def current_replicas(self, value: pulumi.Input[_builtins.int]):
|
|
1489
1488
|
pulumi.set(self, "current_replicas", value)
|
|
1490
1489
|
|
|
1491
|
-
@property
|
|
1490
|
+
@_builtins.property
|
|
1492
1491
|
@pulumi.getter(name="desiredReplicas")
|
|
1493
|
-
def desired_replicas(self) -> pulumi.Input[
|
|
1492
|
+
def desired_replicas(self) -> pulumi.Input[_builtins.int]:
|
|
1494
1493
|
"""
|
|
1495
1494
|
desiredReplicas is the desired number of replicas of pods managed by this autoscaler, as last calculated by the autoscaler.
|
|
1496
1495
|
"""
|
|
1497
1496
|
return pulumi.get(self, "desired_replicas")
|
|
1498
1497
|
|
|
1499
1498
|
@desired_replicas.setter
|
|
1500
|
-
def desired_replicas(self, value: pulumi.Input[
|
|
1499
|
+
def desired_replicas(self, value: pulumi.Input[_builtins.int]):
|
|
1501
1500
|
pulumi.set(self, "desired_replicas", value)
|
|
1502
1501
|
|
|
1503
|
-
@property
|
|
1502
|
+
@_builtins.property
|
|
1504
1503
|
@pulumi.getter(name="currentMetrics")
|
|
1505
1504
|
def current_metrics(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['MetricStatusArgs']]]]:
|
|
1506
1505
|
"""
|
|
@@ -1512,28 +1511,28 @@ class HorizontalPodAutoscalerStatusArgs:
|
|
|
1512
1511
|
def current_metrics(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['MetricStatusArgs']]]]):
|
|
1513
1512
|
pulumi.set(self, "current_metrics", value)
|
|
1514
1513
|
|
|
1515
|
-
@property
|
|
1514
|
+
@_builtins.property
|
|
1516
1515
|
@pulumi.getter(name="lastScaleTime")
|
|
1517
|
-
def last_scale_time(self) -> Optional[pulumi.Input[
|
|
1516
|
+
def last_scale_time(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
1518
1517
|
"""
|
|
1519
1518
|
lastScaleTime is the last time the HorizontalPodAutoscaler scaled the number of pods, used by the autoscaler to control how often the number of pods is changed.
|
|
1520
1519
|
"""
|
|
1521
1520
|
return pulumi.get(self, "last_scale_time")
|
|
1522
1521
|
|
|
1523
1522
|
@last_scale_time.setter
|
|
1524
|
-
def last_scale_time(self, value: Optional[pulumi.Input[
|
|
1523
|
+
def last_scale_time(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
1525
1524
|
pulumi.set(self, "last_scale_time", value)
|
|
1526
1525
|
|
|
1527
|
-
@property
|
|
1526
|
+
@_builtins.property
|
|
1528
1527
|
@pulumi.getter(name="observedGeneration")
|
|
1529
|
-
def observed_generation(self) -> Optional[pulumi.Input[
|
|
1528
|
+
def observed_generation(self) -> Optional[pulumi.Input[_builtins.int]]:
|
|
1530
1529
|
"""
|
|
1531
1530
|
observedGeneration is the most recent generation observed by this autoscaler.
|
|
1532
1531
|
"""
|
|
1533
1532
|
return pulumi.get(self, "observed_generation")
|
|
1534
1533
|
|
|
1535
1534
|
@observed_generation.setter
|
|
1536
|
-
def observed_generation(self, value: Optional[pulumi.Input[
|
|
1535
|
+
def observed_generation(self, value: Optional[pulumi.Input[_builtins.int]]):
|
|
1537
1536
|
pulumi.set(self, "observed_generation", value)
|
|
1538
1537
|
|
|
1539
1538
|
|
|
@@ -1542,11 +1541,11 @@ if not MYPY:
|
|
|
1542
1541
|
"""
|
|
1543
1542
|
HorizontalPodAutoscaler is the configuration for a horizontal pod autoscaler, which automatically manages the replica count of any resource implementing the scale subresource based on the metrics specified.
|
|
1544
1543
|
"""
|
|
1545
|
-
api_version: NotRequired[pulumi.Input[
|
|
1544
|
+
api_version: NotRequired[pulumi.Input[_builtins.str]]
|
|
1546
1545
|
"""
|
|
1547
1546
|
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
|
|
1548
1547
|
"""
|
|
1549
|
-
kind: NotRequired[pulumi.Input[
|
|
1548
|
+
kind: NotRequired[pulumi.Input[_builtins.str]]
|
|
1550
1549
|
"""
|
|
1551
1550
|
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
|
|
1552
1551
|
"""
|
|
@@ -1568,15 +1567,15 @@ elif False:
|
|
|
1568
1567
|
@pulumi.input_type
|
|
1569
1568
|
class HorizontalPodAutoscalerArgs:
|
|
1570
1569
|
def __init__(__self__, *,
|
|
1571
|
-
api_version: Optional[pulumi.Input[
|
|
1572
|
-
kind: Optional[pulumi.Input[
|
|
1570
|
+
api_version: Optional[pulumi.Input[_builtins.str]] = None,
|
|
1571
|
+
kind: Optional[pulumi.Input[_builtins.str]] = None,
|
|
1573
1572
|
metadata: Optional[pulumi.Input['_meta.v1.ObjectMetaArgs']] = None,
|
|
1574
1573
|
spec: Optional[pulumi.Input['HorizontalPodAutoscalerSpecArgs']] = None,
|
|
1575
1574
|
status: Optional[pulumi.Input['HorizontalPodAutoscalerStatusArgs']] = None):
|
|
1576
1575
|
"""
|
|
1577
1576
|
HorizontalPodAutoscaler is the configuration for a horizontal pod autoscaler, which automatically manages the replica count of any resource implementing the scale subresource based on the metrics specified.
|
|
1578
|
-
:param pulumi.Input[
|
|
1579
|
-
:param pulumi.Input[
|
|
1577
|
+
:param pulumi.Input[_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
|
|
1578
|
+
:param pulumi.Input[_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
|
|
1580
1579
|
:param pulumi.Input['_meta.v1.ObjectMetaArgs'] metadata: metadata is the standard object metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata
|
|
1581
1580
|
:param pulumi.Input['HorizontalPodAutoscalerSpecArgs'] spec: spec is the specification for the behaviour of the autoscaler. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#spec-and-status.
|
|
1582
1581
|
:param pulumi.Input['HorizontalPodAutoscalerStatusArgs'] status: status is the current information about the autoscaler.
|
|
@@ -1592,31 +1591,31 @@ class HorizontalPodAutoscalerArgs:
|
|
|
1592
1591
|
if status is not None:
|
|
1593
1592
|
pulumi.set(__self__, "status", status)
|
|
1594
1593
|
|
|
1595
|
-
@property
|
|
1594
|
+
@_builtins.property
|
|
1596
1595
|
@pulumi.getter(name="apiVersion")
|
|
1597
|
-
def api_version(self) -> Optional[pulumi.Input[
|
|
1596
|
+
def api_version(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
1598
1597
|
"""
|
|
1599
1598
|
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
|
|
1600
1599
|
"""
|
|
1601
1600
|
return pulumi.get(self, "api_version")
|
|
1602
1601
|
|
|
1603
1602
|
@api_version.setter
|
|
1604
|
-
def api_version(self, value: Optional[pulumi.Input[
|
|
1603
|
+
def api_version(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
1605
1604
|
pulumi.set(self, "api_version", value)
|
|
1606
1605
|
|
|
1607
|
-
@property
|
|
1606
|
+
@_builtins.property
|
|
1608
1607
|
@pulumi.getter
|
|
1609
|
-
def kind(self) -> Optional[pulumi.Input[
|
|
1608
|
+
def kind(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
1610
1609
|
"""
|
|
1611
1610
|
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
|
|
1612
1611
|
"""
|
|
1613
1612
|
return pulumi.get(self, "kind")
|
|
1614
1613
|
|
|
1615
1614
|
@kind.setter
|
|
1616
|
-
def kind(self, value: Optional[pulumi.Input[
|
|
1615
|
+
def kind(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
1617
1616
|
pulumi.set(self, "kind", value)
|
|
1618
1617
|
|
|
1619
|
-
@property
|
|
1618
|
+
@_builtins.property
|
|
1620
1619
|
@pulumi.getter
|
|
1621
1620
|
def metadata(self) -> Optional[pulumi.Input['_meta.v1.ObjectMetaArgs']]:
|
|
1622
1621
|
"""
|
|
@@ -1628,7 +1627,7 @@ class HorizontalPodAutoscalerArgs:
|
|
|
1628
1627
|
def metadata(self, value: Optional[pulumi.Input['_meta.v1.ObjectMetaArgs']]):
|
|
1629
1628
|
pulumi.set(self, "metadata", value)
|
|
1630
1629
|
|
|
1631
|
-
@property
|
|
1630
|
+
@_builtins.property
|
|
1632
1631
|
@pulumi.getter
|
|
1633
1632
|
def spec(self) -> Optional[pulumi.Input['HorizontalPodAutoscalerSpecArgs']]:
|
|
1634
1633
|
"""
|
|
@@ -1640,7 +1639,7 @@ class HorizontalPodAutoscalerArgs:
|
|
|
1640
1639
|
def spec(self, value: Optional[pulumi.Input['HorizontalPodAutoscalerSpecArgs']]):
|
|
1641
1640
|
pulumi.set(self, "spec", value)
|
|
1642
1641
|
|
|
1643
|
-
@property
|
|
1642
|
+
@_builtins.property
|
|
1644
1643
|
@pulumi.getter
|
|
1645
1644
|
def status(self) -> Optional[pulumi.Input['HorizontalPodAutoscalerStatusArgs']]:
|
|
1646
1645
|
"""
|
|
@@ -1658,7 +1657,7 @@ if not MYPY:
|
|
|
1658
1657
|
"""
|
|
1659
1658
|
MetricIdentifier defines the name and optionally selector for a metric
|
|
1660
1659
|
"""
|
|
1661
|
-
name: NotRequired[pulumi.Input[
|
|
1660
|
+
name: NotRequired[pulumi.Input[_builtins.str]]
|
|
1662
1661
|
"""
|
|
1663
1662
|
name is the name of the given metric
|
|
1664
1663
|
"""
|
|
@@ -1672,11 +1671,11 @@ elif False:
|
|
|
1672
1671
|
@pulumi.input_type
|
|
1673
1672
|
class MetricIdentifierPatchArgs:
|
|
1674
1673
|
def __init__(__self__, *,
|
|
1675
|
-
name: Optional[pulumi.Input[
|
|
1674
|
+
name: Optional[pulumi.Input[_builtins.str]] = None,
|
|
1676
1675
|
selector: Optional[pulumi.Input['_meta.v1.LabelSelectorPatchArgs']] = None):
|
|
1677
1676
|
"""
|
|
1678
1677
|
MetricIdentifier defines the name and optionally selector for a metric
|
|
1679
|
-
:param pulumi.Input[
|
|
1678
|
+
:param pulumi.Input[_builtins.str] name: name is the name of the given metric
|
|
1680
1679
|
:param pulumi.Input['_meta.v1.LabelSelectorPatchArgs'] selector: selector is the string-encoded form of a standard kubernetes label selector for the given metric When set, it is passed as an additional parameter to the metrics server for more specific metrics scoping. When unset, just the metricName will be used to gather metrics.
|
|
1681
1680
|
"""
|
|
1682
1681
|
if name is not None:
|
|
@@ -1684,19 +1683,19 @@ class MetricIdentifierPatchArgs:
|
|
|
1684
1683
|
if selector is not None:
|
|
1685
1684
|
pulumi.set(__self__, "selector", selector)
|
|
1686
1685
|
|
|
1687
|
-
@property
|
|
1686
|
+
@_builtins.property
|
|
1688
1687
|
@pulumi.getter
|
|
1689
|
-
def name(self) -> Optional[pulumi.Input[
|
|
1688
|
+
def name(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
1690
1689
|
"""
|
|
1691
1690
|
name is the name of the given metric
|
|
1692
1691
|
"""
|
|
1693
1692
|
return pulumi.get(self, "name")
|
|
1694
1693
|
|
|
1695
1694
|
@name.setter
|
|
1696
|
-
def name(self, value: Optional[pulumi.Input[
|
|
1695
|
+
def name(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
1697
1696
|
pulumi.set(self, "name", value)
|
|
1698
1697
|
|
|
1699
|
-
@property
|
|
1698
|
+
@_builtins.property
|
|
1700
1699
|
@pulumi.getter
|
|
1701
1700
|
def selector(self) -> Optional[pulumi.Input['_meta.v1.LabelSelectorPatchArgs']]:
|
|
1702
1701
|
"""
|
|
@@ -1714,7 +1713,7 @@ if not MYPY:
|
|
|
1714
1713
|
"""
|
|
1715
1714
|
MetricIdentifier defines the name and optionally selector for a metric
|
|
1716
1715
|
"""
|
|
1717
|
-
name: pulumi.Input[
|
|
1716
|
+
name: pulumi.Input[_builtins.str]
|
|
1718
1717
|
"""
|
|
1719
1718
|
name is the name of the given metric
|
|
1720
1719
|
"""
|
|
@@ -1728,30 +1727,30 @@ elif False:
|
|
|
1728
1727
|
@pulumi.input_type
|
|
1729
1728
|
class MetricIdentifierArgs:
|
|
1730
1729
|
def __init__(__self__, *,
|
|
1731
|
-
name: pulumi.Input[
|
|
1730
|
+
name: pulumi.Input[_builtins.str],
|
|
1732
1731
|
selector: Optional[pulumi.Input['_meta.v1.LabelSelectorArgs']] = None):
|
|
1733
1732
|
"""
|
|
1734
1733
|
MetricIdentifier defines the name and optionally selector for a metric
|
|
1735
|
-
:param pulumi.Input[
|
|
1734
|
+
:param pulumi.Input[_builtins.str] name: name is the name of the given metric
|
|
1736
1735
|
:param pulumi.Input['_meta.v1.LabelSelectorArgs'] selector: selector is the string-encoded form of a standard kubernetes label selector for the given metric When set, it is passed as an additional parameter to the metrics server for more specific metrics scoping. When unset, just the metricName will be used to gather metrics.
|
|
1737
1736
|
"""
|
|
1738
1737
|
pulumi.set(__self__, "name", name)
|
|
1739
1738
|
if selector is not None:
|
|
1740
1739
|
pulumi.set(__self__, "selector", selector)
|
|
1741
1740
|
|
|
1742
|
-
@property
|
|
1741
|
+
@_builtins.property
|
|
1743
1742
|
@pulumi.getter
|
|
1744
|
-
def name(self) -> pulumi.Input[
|
|
1743
|
+
def name(self) -> pulumi.Input[_builtins.str]:
|
|
1745
1744
|
"""
|
|
1746
1745
|
name is the name of the given metric
|
|
1747
1746
|
"""
|
|
1748
1747
|
return pulumi.get(self, "name")
|
|
1749
1748
|
|
|
1750
1749
|
@name.setter
|
|
1751
|
-
def name(self, value: pulumi.Input[
|
|
1750
|
+
def name(self, value: pulumi.Input[_builtins.str]):
|
|
1752
1751
|
pulumi.set(self, "name", value)
|
|
1753
1752
|
|
|
1754
|
-
@property
|
|
1753
|
+
@_builtins.property
|
|
1755
1754
|
@pulumi.getter
|
|
1756
1755
|
def selector(self) -> Optional[pulumi.Input['_meta.v1.LabelSelectorArgs']]:
|
|
1757
1756
|
"""
|
|
@@ -1789,7 +1788,7 @@ if not MYPY:
|
|
|
1789
1788
|
"""
|
|
1790
1789
|
resource refers to a resource metric (such as those specified in requests and limits) known to Kubernetes describing each pod in the current scale target (e.g. CPU or memory). Such metrics are built in to Kubernetes, and have special scaling options on top of those available to normal per-pod metrics using the "pods" source.
|
|
1791
1790
|
"""
|
|
1792
|
-
type: NotRequired[pulumi.Input[
|
|
1791
|
+
type: NotRequired[pulumi.Input[_builtins.str]]
|
|
1793
1792
|
"""
|
|
1794
1793
|
type is the type of metric source. It should be one of "Object", "Pods" or "Resource", each mapping to a matching field in the object.
|
|
1795
1794
|
"""
|
|
@@ -1804,7 +1803,7 @@ class MetricSpecPatchArgs:
|
|
|
1804
1803
|
object: Optional[pulumi.Input['ObjectMetricSourcePatchArgs']] = None,
|
|
1805
1804
|
pods: Optional[pulumi.Input['PodsMetricSourcePatchArgs']] = None,
|
|
1806
1805
|
resource: Optional[pulumi.Input['ResourceMetricSourcePatchArgs']] = None,
|
|
1807
|
-
type: Optional[pulumi.Input[
|
|
1806
|
+
type: Optional[pulumi.Input[_builtins.str]] = None):
|
|
1808
1807
|
"""
|
|
1809
1808
|
MetricSpec specifies how to scale based on a single metric (only `type` and one other matching field should be set at once).
|
|
1810
1809
|
:param pulumi.Input['ContainerResourceMetricSourcePatchArgs'] container_resource: container resource refers to a resource metric (such as those specified in requests and limits) known to Kubernetes describing a single container in each pod of the current scale target (e.g. CPU or memory). Such metrics are built in to Kubernetes, and have special scaling options on top of those available to normal per-pod metrics using the "pods" source. This is an alpha feature and can be enabled by the HPAContainerMetrics feature flag.
|
|
@@ -1812,7 +1811,7 @@ class MetricSpecPatchArgs:
|
|
|
1812
1811
|
:param pulumi.Input['ObjectMetricSourcePatchArgs'] object: object refers to a metric describing a single kubernetes object (for example, hits-per-second on an Ingress object).
|
|
1813
1812
|
:param pulumi.Input['PodsMetricSourcePatchArgs'] pods: pods refers to a metric describing each pod in the current scale target (for example, transactions-processed-per-second). The values will be averaged together before being compared to the target value.
|
|
1814
1813
|
:param pulumi.Input['ResourceMetricSourcePatchArgs'] resource: resource refers to a resource metric (such as those specified in requests and limits) known to Kubernetes describing each pod in the current scale target (e.g. CPU or memory). Such metrics are built in to Kubernetes, and have special scaling options on top of those available to normal per-pod metrics using the "pods" source.
|
|
1815
|
-
:param pulumi.Input[
|
|
1814
|
+
:param pulumi.Input[_builtins.str] type: type is the type of metric source. It should be one of "Object", "Pods" or "Resource", each mapping to a matching field in the object.
|
|
1816
1815
|
"""
|
|
1817
1816
|
if container_resource is not None:
|
|
1818
1817
|
pulumi.set(__self__, "container_resource", container_resource)
|
|
@@ -1827,7 +1826,7 @@ class MetricSpecPatchArgs:
|
|
|
1827
1826
|
if type is not None:
|
|
1828
1827
|
pulumi.set(__self__, "type", type)
|
|
1829
1828
|
|
|
1830
|
-
@property
|
|
1829
|
+
@_builtins.property
|
|
1831
1830
|
@pulumi.getter(name="containerResource")
|
|
1832
1831
|
def container_resource(self) -> Optional[pulumi.Input['ContainerResourceMetricSourcePatchArgs']]:
|
|
1833
1832
|
"""
|
|
@@ -1839,7 +1838,7 @@ class MetricSpecPatchArgs:
|
|
|
1839
1838
|
def container_resource(self, value: Optional[pulumi.Input['ContainerResourceMetricSourcePatchArgs']]):
|
|
1840
1839
|
pulumi.set(self, "container_resource", value)
|
|
1841
1840
|
|
|
1842
|
-
@property
|
|
1841
|
+
@_builtins.property
|
|
1843
1842
|
@pulumi.getter
|
|
1844
1843
|
def external(self) -> Optional[pulumi.Input['ExternalMetricSourcePatchArgs']]:
|
|
1845
1844
|
"""
|
|
@@ -1851,7 +1850,7 @@ class MetricSpecPatchArgs:
|
|
|
1851
1850
|
def external(self, value: Optional[pulumi.Input['ExternalMetricSourcePatchArgs']]):
|
|
1852
1851
|
pulumi.set(self, "external", value)
|
|
1853
1852
|
|
|
1854
|
-
@property
|
|
1853
|
+
@_builtins.property
|
|
1855
1854
|
@pulumi.getter
|
|
1856
1855
|
def object(self) -> Optional[pulumi.Input['ObjectMetricSourcePatchArgs']]:
|
|
1857
1856
|
"""
|
|
@@ -1863,7 +1862,7 @@ class MetricSpecPatchArgs:
|
|
|
1863
1862
|
def object(self, value: Optional[pulumi.Input['ObjectMetricSourcePatchArgs']]):
|
|
1864
1863
|
pulumi.set(self, "object", value)
|
|
1865
1864
|
|
|
1866
|
-
@property
|
|
1865
|
+
@_builtins.property
|
|
1867
1866
|
@pulumi.getter
|
|
1868
1867
|
def pods(self) -> Optional[pulumi.Input['PodsMetricSourcePatchArgs']]:
|
|
1869
1868
|
"""
|
|
@@ -1875,7 +1874,7 @@ class MetricSpecPatchArgs:
|
|
|
1875
1874
|
def pods(self, value: Optional[pulumi.Input['PodsMetricSourcePatchArgs']]):
|
|
1876
1875
|
pulumi.set(self, "pods", value)
|
|
1877
1876
|
|
|
1878
|
-
@property
|
|
1877
|
+
@_builtins.property
|
|
1879
1878
|
@pulumi.getter
|
|
1880
1879
|
def resource(self) -> Optional[pulumi.Input['ResourceMetricSourcePatchArgs']]:
|
|
1881
1880
|
"""
|
|
@@ -1887,16 +1886,16 @@ class MetricSpecPatchArgs:
|
|
|
1887
1886
|
def resource(self, value: Optional[pulumi.Input['ResourceMetricSourcePatchArgs']]):
|
|
1888
1887
|
pulumi.set(self, "resource", value)
|
|
1889
1888
|
|
|
1890
|
-
@property
|
|
1889
|
+
@_builtins.property
|
|
1891
1890
|
@pulumi.getter
|
|
1892
|
-
def type(self) -> Optional[pulumi.Input[
|
|
1891
|
+
def type(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
1893
1892
|
"""
|
|
1894
1893
|
type is the type of metric source. It should be one of "Object", "Pods" or "Resource", each mapping to a matching field in the object.
|
|
1895
1894
|
"""
|
|
1896
1895
|
return pulumi.get(self, "type")
|
|
1897
1896
|
|
|
1898
1897
|
@type.setter
|
|
1899
|
-
def type(self, value: Optional[pulumi.Input[
|
|
1898
|
+
def type(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
1900
1899
|
pulumi.set(self, "type", value)
|
|
1901
1900
|
|
|
1902
1901
|
|
|
@@ -1905,7 +1904,7 @@ if not MYPY:
|
|
|
1905
1904
|
"""
|
|
1906
1905
|
MetricSpec specifies how to scale based on a single metric (only `type` and one other matching field should be set at once).
|
|
1907
1906
|
"""
|
|
1908
|
-
type: pulumi.Input[
|
|
1907
|
+
type: pulumi.Input[_builtins.str]
|
|
1909
1908
|
"""
|
|
1910
1909
|
type is the type of metric source. It should be one of "Object", "Pods" or "Resource", each mapping to a matching field in the object.
|
|
1911
1910
|
"""
|
|
@@ -1935,7 +1934,7 @@ elif False:
|
|
|
1935
1934
|
@pulumi.input_type
|
|
1936
1935
|
class MetricSpecArgs:
|
|
1937
1936
|
def __init__(__self__, *,
|
|
1938
|
-
type: pulumi.Input[
|
|
1937
|
+
type: pulumi.Input[_builtins.str],
|
|
1939
1938
|
container_resource: Optional[pulumi.Input['ContainerResourceMetricSourceArgs']] = None,
|
|
1940
1939
|
external: Optional[pulumi.Input['ExternalMetricSourceArgs']] = None,
|
|
1941
1940
|
object: Optional[pulumi.Input['ObjectMetricSourceArgs']] = None,
|
|
@@ -1943,7 +1942,7 @@ class MetricSpecArgs:
|
|
|
1943
1942
|
resource: Optional[pulumi.Input['ResourceMetricSourceArgs']] = None):
|
|
1944
1943
|
"""
|
|
1945
1944
|
MetricSpec specifies how to scale based on a single metric (only `type` and one other matching field should be set at once).
|
|
1946
|
-
:param pulumi.Input[
|
|
1945
|
+
:param pulumi.Input[_builtins.str] type: type is the type of metric source. It should be one of "Object", "Pods" or "Resource", each mapping to a matching field in the object.
|
|
1947
1946
|
:param pulumi.Input['ContainerResourceMetricSourceArgs'] container_resource: container resource refers to a resource metric (such as those specified in requests and limits) known to Kubernetes describing a single container in each pod of the current scale target (e.g. CPU or memory). Such metrics are built in to Kubernetes, and have special scaling options on top of those available to normal per-pod metrics using the "pods" source. This is an alpha feature and can be enabled by the HPAContainerMetrics feature flag.
|
|
1948
1947
|
:param pulumi.Input['ExternalMetricSourceArgs'] external: external refers to a global metric that is not associated with any Kubernetes object. It allows autoscaling based on information coming from components running outside of cluster (for example length of queue in cloud messaging service, or QPS from loadbalancer running outside of cluster).
|
|
1949
1948
|
:param pulumi.Input['ObjectMetricSourceArgs'] object: object refers to a metric describing a single kubernetes object (for example, hits-per-second on an Ingress object).
|
|
@@ -1962,19 +1961,19 @@ class MetricSpecArgs:
|
|
|
1962
1961
|
if resource is not None:
|
|
1963
1962
|
pulumi.set(__self__, "resource", resource)
|
|
1964
1963
|
|
|
1965
|
-
@property
|
|
1964
|
+
@_builtins.property
|
|
1966
1965
|
@pulumi.getter
|
|
1967
|
-
def type(self) -> pulumi.Input[
|
|
1966
|
+
def type(self) -> pulumi.Input[_builtins.str]:
|
|
1968
1967
|
"""
|
|
1969
1968
|
type is the type of metric source. It should be one of "Object", "Pods" or "Resource", each mapping to a matching field in the object.
|
|
1970
1969
|
"""
|
|
1971
1970
|
return pulumi.get(self, "type")
|
|
1972
1971
|
|
|
1973
1972
|
@type.setter
|
|
1974
|
-
def type(self, value: pulumi.Input[
|
|
1973
|
+
def type(self, value: pulumi.Input[_builtins.str]):
|
|
1975
1974
|
pulumi.set(self, "type", value)
|
|
1976
1975
|
|
|
1977
|
-
@property
|
|
1976
|
+
@_builtins.property
|
|
1978
1977
|
@pulumi.getter(name="containerResource")
|
|
1979
1978
|
def container_resource(self) -> Optional[pulumi.Input['ContainerResourceMetricSourceArgs']]:
|
|
1980
1979
|
"""
|
|
@@ -1986,7 +1985,7 @@ class MetricSpecArgs:
|
|
|
1986
1985
|
def container_resource(self, value: Optional[pulumi.Input['ContainerResourceMetricSourceArgs']]):
|
|
1987
1986
|
pulumi.set(self, "container_resource", value)
|
|
1988
1987
|
|
|
1989
|
-
@property
|
|
1988
|
+
@_builtins.property
|
|
1990
1989
|
@pulumi.getter
|
|
1991
1990
|
def external(self) -> Optional[pulumi.Input['ExternalMetricSourceArgs']]:
|
|
1992
1991
|
"""
|
|
@@ -1998,7 +1997,7 @@ class MetricSpecArgs:
|
|
|
1998
1997
|
def external(self, value: Optional[pulumi.Input['ExternalMetricSourceArgs']]):
|
|
1999
1998
|
pulumi.set(self, "external", value)
|
|
2000
1999
|
|
|
2001
|
-
@property
|
|
2000
|
+
@_builtins.property
|
|
2002
2001
|
@pulumi.getter
|
|
2003
2002
|
def object(self) -> Optional[pulumi.Input['ObjectMetricSourceArgs']]:
|
|
2004
2003
|
"""
|
|
@@ -2010,7 +2009,7 @@ class MetricSpecArgs:
|
|
|
2010
2009
|
def object(self, value: Optional[pulumi.Input['ObjectMetricSourceArgs']]):
|
|
2011
2010
|
pulumi.set(self, "object", value)
|
|
2012
2011
|
|
|
2013
|
-
@property
|
|
2012
|
+
@_builtins.property
|
|
2014
2013
|
@pulumi.getter
|
|
2015
2014
|
def pods(self) -> Optional[pulumi.Input['PodsMetricSourceArgs']]:
|
|
2016
2015
|
"""
|
|
@@ -2022,7 +2021,7 @@ class MetricSpecArgs:
|
|
|
2022
2021
|
def pods(self, value: Optional[pulumi.Input['PodsMetricSourceArgs']]):
|
|
2023
2022
|
pulumi.set(self, "pods", value)
|
|
2024
2023
|
|
|
2025
|
-
@property
|
|
2024
|
+
@_builtins.property
|
|
2026
2025
|
@pulumi.getter
|
|
2027
2026
|
def resource(self) -> Optional[pulumi.Input['ResourceMetricSourceArgs']]:
|
|
2028
2027
|
"""
|
|
@@ -2040,7 +2039,7 @@ if not MYPY:
|
|
|
2040
2039
|
"""
|
|
2041
2040
|
MetricStatus describes the last-read state of a single metric.
|
|
2042
2041
|
"""
|
|
2043
|
-
type: pulumi.Input[
|
|
2042
|
+
type: pulumi.Input[_builtins.str]
|
|
2044
2043
|
"""
|
|
2045
2044
|
type is the type of metric source. It will be one of "Object", "Pods" or "Resource", each corresponds to a matching field in the object.
|
|
2046
2045
|
"""
|
|
@@ -2070,7 +2069,7 @@ elif False:
|
|
|
2070
2069
|
@pulumi.input_type
|
|
2071
2070
|
class MetricStatusArgs:
|
|
2072
2071
|
def __init__(__self__, *,
|
|
2073
|
-
type: pulumi.Input[
|
|
2072
|
+
type: pulumi.Input[_builtins.str],
|
|
2074
2073
|
container_resource: Optional[pulumi.Input['ContainerResourceMetricStatusArgs']] = None,
|
|
2075
2074
|
external: Optional[pulumi.Input['ExternalMetricStatusArgs']] = None,
|
|
2076
2075
|
object: Optional[pulumi.Input['ObjectMetricStatusArgs']] = None,
|
|
@@ -2078,7 +2077,7 @@ class MetricStatusArgs:
|
|
|
2078
2077
|
resource: Optional[pulumi.Input['ResourceMetricStatusArgs']] = None):
|
|
2079
2078
|
"""
|
|
2080
2079
|
MetricStatus describes the last-read state of a single metric.
|
|
2081
|
-
:param pulumi.Input[
|
|
2080
|
+
:param pulumi.Input[_builtins.str] type: type is the type of metric source. It will be one of "Object", "Pods" or "Resource", each corresponds to a matching field in the object.
|
|
2082
2081
|
:param pulumi.Input['ContainerResourceMetricStatusArgs'] container_resource: container resource refers to a resource metric (such as those specified in requests and limits) known to Kubernetes describing a single container in each pod in the current scale target (e.g. CPU or memory). Such metrics are built in to Kubernetes, and have special scaling options on top of those available to normal per-pod metrics using the "pods" source.
|
|
2083
2082
|
:param pulumi.Input['ExternalMetricStatusArgs'] external: external refers to a global metric that is not associated with any Kubernetes object. It allows autoscaling based on information coming from components running outside of cluster (for example length of queue in cloud messaging service, or QPS from loadbalancer running outside of cluster).
|
|
2084
2083
|
:param pulumi.Input['ObjectMetricStatusArgs'] object: object refers to a metric describing a single kubernetes object (for example, hits-per-second on an Ingress object).
|
|
@@ -2097,19 +2096,19 @@ class MetricStatusArgs:
|
|
|
2097
2096
|
if resource is not None:
|
|
2098
2097
|
pulumi.set(__self__, "resource", resource)
|
|
2099
2098
|
|
|
2100
|
-
@property
|
|
2099
|
+
@_builtins.property
|
|
2101
2100
|
@pulumi.getter
|
|
2102
|
-
def type(self) -> pulumi.Input[
|
|
2101
|
+
def type(self) -> pulumi.Input[_builtins.str]:
|
|
2103
2102
|
"""
|
|
2104
2103
|
type is the type of metric source. It will be one of "Object", "Pods" or "Resource", each corresponds to a matching field in the object.
|
|
2105
2104
|
"""
|
|
2106
2105
|
return pulumi.get(self, "type")
|
|
2107
2106
|
|
|
2108
2107
|
@type.setter
|
|
2109
|
-
def type(self, value: pulumi.Input[
|
|
2108
|
+
def type(self, value: pulumi.Input[_builtins.str]):
|
|
2110
2109
|
pulumi.set(self, "type", value)
|
|
2111
2110
|
|
|
2112
|
-
@property
|
|
2111
|
+
@_builtins.property
|
|
2113
2112
|
@pulumi.getter(name="containerResource")
|
|
2114
2113
|
def container_resource(self) -> Optional[pulumi.Input['ContainerResourceMetricStatusArgs']]:
|
|
2115
2114
|
"""
|
|
@@ -2121,7 +2120,7 @@ class MetricStatusArgs:
|
|
|
2121
2120
|
def container_resource(self, value: Optional[pulumi.Input['ContainerResourceMetricStatusArgs']]):
|
|
2122
2121
|
pulumi.set(self, "container_resource", value)
|
|
2123
2122
|
|
|
2124
|
-
@property
|
|
2123
|
+
@_builtins.property
|
|
2125
2124
|
@pulumi.getter
|
|
2126
2125
|
def external(self) -> Optional[pulumi.Input['ExternalMetricStatusArgs']]:
|
|
2127
2126
|
"""
|
|
@@ -2133,7 +2132,7 @@ class MetricStatusArgs:
|
|
|
2133
2132
|
def external(self, value: Optional[pulumi.Input['ExternalMetricStatusArgs']]):
|
|
2134
2133
|
pulumi.set(self, "external", value)
|
|
2135
2134
|
|
|
2136
|
-
@property
|
|
2135
|
+
@_builtins.property
|
|
2137
2136
|
@pulumi.getter
|
|
2138
2137
|
def object(self) -> Optional[pulumi.Input['ObjectMetricStatusArgs']]:
|
|
2139
2138
|
"""
|
|
@@ -2145,7 +2144,7 @@ class MetricStatusArgs:
|
|
|
2145
2144
|
def object(self, value: Optional[pulumi.Input['ObjectMetricStatusArgs']]):
|
|
2146
2145
|
pulumi.set(self, "object", value)
|
|
2147
2146
|
|
|
2148
|
-
@property
|
|
2147
|
+
@_builtins.property
|
|
2149
2148
|
@pulumi.getter
|
|
2150
2149
|
def pods(self) -> Optional[pulumi.Input['PodsMetricStatusArgs']]:
|
|
2151
2150
|
"""
|
|
@@ -2157,7 +2156,7 @@ class MetricStatusArgs:
|
|
|
2157
2156
|
def pods(self, value: Optional[pulumi.Input['PodsMetricStatusArgs']]):
|
|
2158
2157
|
pulumi.set(self, "pods", value)
|
|
2159
2158
|
|
|
2160
|
-
@property
|
|
2159
|
+
@_builtins.property
|
|
2161
2160
|
@pulumi.getter
|
|
2162
2161
|
def resource(self) -> Optional[pulumi.Input['ResourceMetricStatusArgs']]:
|
|
2163
2162
|
"""
|
|
@@ -2175,19 +2174,19 @@ if not MYPY:
|
|
|
2175
2174
|
"""
|
|
2176
2175
|
MetricTarget defines the target value, average value, or average utilization of a specific metric
|
|
2177
2176
|
"""
|
|
2178
|
-
average_utilization: NotRequired[pulumi.Input[
|
|
2177
|
+
average_utilization: NotRequired[pulumi.Input[_builtins.int]]
|
|
2179
2178
|
"""
|
|
2180
2179
|
averageUtilization is the target value of the average of the resource metric across all relevant pods, represented as a percentage of the requested value of the resource for the pods. Currently only valid for Resource metric source type
|
|
2181
2180
|
"""
|
|
2182
|
-
average_value: NotRequired[pulumi.Input[
|
|
2181
|
+
average_value: NotRequired[pulumi.Input[_builtins.str]]
|
|
2183
2182
|
"""
|
|
2184
2183
|
averageValue is the target value of the average of the metric across all relevant pods (as a quantity)
|
|
2185
2184
|
"""
|
|
2186
|
-
type: NotRequired[pulumi.Input[
|
|
2185
|
+
type: NotRequired[pulumi.Input[_builtins.str]]
|
|
2187
2186
|
"""
|
|
2188
2187
|
type represents whether the metric type is Utilization, Value, or AverageValue
|
|
2189
2188
|
"""
|
|
2190
|
-
value: NotRequired[pulumi.Input[
|
|
2189
|
+
value: NotRequired[pulumi.Input[_builtins.str]]
|
|
2191
2190
|
"""
|
|
2192
2191
|
value is the target value of the metric (as a quantity).
|
|
2193
2192
|
"""
|
|
@@ -2197,16 +2196,16 @@ elif False:
|
|
|
2197
2196
|
@pulumi.input_type
|
|
2198
2197
|
class MetricTargetPatchArgs:
|
|
2199
2198
|
def __init__(__self__, *,
|
|
2200
|
-
average_utilization: Optional[pulumi.Input[
|
|
2201
|
-
average_value: Optional[pulumi.Input[
|
|
2202
|
-
type: Optional[pulumi.Input[
|
|
2203
|
-
value: Optional[pulumi.Input[
|
|
2199
|
+
average_utilization: Optional[pulumi.Input[_builtins.int]] = None,
|
|
2200
|
+
average_value: Optional[pulumi.Input[_builtins.str]] = None,
|
|
2201
|
+
type: Optional[pulumi.Input[_builtins.str]] = None,
|
|
2202
|
+
value: Optional[pulumi.Input[_builtins.str]] = None):
|
|
2204
2203
|
"""
|
|
2205
2204
|
MetricTarget defines the target value, average value, or average utilization of a specific metric
|
|
2206
|
-
:param pulumi.Input[
|
|
2207
|
-
:param pulumi.Input[
|
|
2208
|
-
:param pulumi.Input[
|
|
2209
|
-
:param pulumi.Input[
|
|
2205
|
+
:param pulumi.Input[_builtins.int] average_utilization: averageUtilization is the target value of the average of the resource metric across all relevant pods, represented as a percentage of the requested value of the resource for the pods. Currently only valid for Resource metric source type
|
|
2206
|
+
:param pulumi.Input[_builtins.str] average_value: averageValue is the target value of the average of the metric across all relevant pods (as a quantity)
|
|
2207
|
+
:param pulumi.Input[_builtins.str] type: type represents whether the metric type is Utilization, Value, or AverageValue
|
|
2208
|
+
:param pulumi.Input[_builtins.str] value: value is the target value of the metric (as a quantity).
|
|
2210
2209
|
"""
|
|
2211
2210
|
if average_utilization is not None:
|
|
2212
2211
|
pulumi.set(__self__, "average_utilization", average_utilization)
|
|
@@ -2217,52 +2216,52 @@ class MetricTargetPatchArgs:
|
|
|
2217
2216
|
if value is not None:
|
|
2218
2217
|
pulumi.set(__self__, "value", value)
|
|
2219
2218
|
|
|
2220
|
-
@property
|
|
2219
|
+
@_builtins.property
|
|
2221
2220
|
@pulumi.getter(name="averageUtilization")
|
|
2222
|
-
def average_utilization(self) -> Optional[pulumi.Input[
|
|
2221
|
+
def average_utilization(self) -> Optional[pulumi.Input[_builtins.int]]:
|
|
2223
2222
|
"""
|
|
2224
2223
|
averageUtilization is the target value of the average of the resource metric across all relevant pods, represented as a percentage of the requested value of the resource for the pods. Currently only valid for Resource metric source type
|
|
2225
2224
|
"""
|
|
2226
2225
|
return pulumi.get(self, "average_utilization")
|
|
2227
2226
|
|
|
2228
2227
|
@average_utilization.setter
|
|
2229
|
-
def average_utilization(self, value: Optional[pulumi.Input[
|
|
2228
|
+
def average_utilization(self, value: Optional[pulumi.Input[_builtins.int]]):
|
|
2230
2229
|
pulumi.set(self, "average_utilization", value)
|
|
2231
2230
|
|
|
2232
|
-
@property
|
|
2231
|
+
@_builtins.property
|
|
2233
2232
|
@pulumi.getter(name="averageValue")
|
|
2234
|
-
def average_value(self) -> Optional[pulumi.Input[
|
|
2233
|
+
def average_value(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
2235
2234
|
"""
|
|
2236
2235
|
averageValue is the target value of the average of the metric across all relevant pods (as a quantity)
|
|
2237
2236
|
"""
|
|
2238
2237
|
return pulumi.get(self, "average_value")
|
|
2239
2238
|
|
|
2240
2239
|
@average_value.setter
|
|
2241
|
-
def average_value(self, value: Optional[pulumi.Input[
|
|
2240
|
+
def average_value(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
2242
2241
|
pulumi.set(self, "average_value", value)
|
|
2243
2242
|
|
|
2244
|
-
@property
|
|
2243
|
+
@_builtins.property
|
|
2245
2244
|
@pulumi.getter
|
|
2246
|
-
def type(self) -> Optional[pulumi.Input[
|
|
2245
|
+
def type(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
2247
2246
|
"""
|
|
2248
2247
|
type represents whether the metric type is Utilization, Value, or AverageValue
|
|
2249
2248
|
"""
|
|
2250
2249
|
return pulumi.get(self, "type")
|
|
2251
2250
|
|
|
2252
2251
|
@type.setter
|
|
2253
|
-
def type(self, value: Optional[pulumi.Input[
|
|
2252
|
+
def type(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
2254
2253
|
pulumi.set(self, "type", value)
|
|
2255
2254
|
|
|
2256
|
-
@property
|
|
2255
|
+
@_builtins.property
|
|
2257
2256
|
@pulumi.getter
|
|
2258
|
-
def value(self) -> Optional[pulumi.Input[
|
|
2257
|
+
def value(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
2259
2258
|
"""
|
|
2260
2259
|
value is the target value of the metric (as a quantity).
|
|
2261
2260
|
"""
|
|
2262
2261
|
return pulumi.get(self, "value")
|
|
2263
2262
|
|
|
2264
2263
|
@value.setter
|
|
2265
|
-
def value(self, value: Optional[pulumi.Input[
|
|
2264
|
+
def value(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
2266
2265
|
pulumi.set(self, "value", value)
|
|
2267
2266
|
|
|
2268
2267
|
|
|
@@ -2271,19 +2270,19 @@ if not MYPY:
|
|
|
2271
2270
|
"""
|
|
2272
2271
|
MetricTarget defines the target value, average value, or average utilization of a specific metric
|
|
2273
2272
|
"""
|
|
2274
|
-
type: pulumi.Input[
|
|
2273
|
+
type: pulumi.Input[_builtins.str]
|
|
2275
2274
|
"""
|
|
2276
2275
|
type represents whether the metric type is Utilization, Value, or AverageValue
|
|
2277
2276
|
"""
|
|
2278
|
-
average_utilization: NotRequired[pulumi.Input[
|
|
2277
|
+
average_utilization: NotRequired[pulumi.Input[_builtins.int]]
|
|
2279
2278
|
"""
|
|
2280
2279
|
averageUtilization is the target value of the average of the resource metric across all relevant pods, represented as a percentage of the requested value of the resource for the pods. Currently only valid for Resource metric source type
|
|
2281
2280
|
"""
|
|
2282
|
-
average_value: NotRequired[pulumi.Input[
|
|
2281
|
+
average_value: NotRequired[pulumi.Input[_builtins.str]]
|
|
2283
2282
|
"""
|
|
2284
2283
|
averageValue is the target value of the average of the metric across all relevant pods (as a quantity)
|
|
2285
2284
|
"""
|
|
2286
|
-
value: NotRequired[pulumi.Input[
|
|
2285
|
+
value: NotRequired[pulumi.Input[_builtins.str]]
|
|
2287
2286
|
"""
|
|
2288
2287
|
value is the target value of the metric (as a quantity).
|
|
2289
2288
|
"""
|
|
@@ -2293,16 +2292,16 @@ elif False:
|
|
|
2293
2292
|
@pulumi.input_type
|
|
2294
2293
|
class MetricTargetArgs:
|
|
2295
2294
|
def __init__(__self__, *,
|
|
2296
|
-
type: pulumi.Input[
|
|
2297
|
-
average_utilization: Optional[pulumi.Input[
|
|
2298
|
-
average_value: Optional[pulumi.Input[
|
|
2299
|
-
value: Optional[pulumi.Input[
|
|
2295
|
+
type: pulumi.Input[_builtins.str],
|
|
2296
|
+
average_utilization: Optional[pulumi.Input[_builtins.int]] = None,
|
|
2297
|
+
average_value: Optional[pulumi.Input[_builtins.str]] = None,
|
|
2298
|
+
value: Optional[pulumi.Input[_builtins.str]] = None):
|
|
2300
2299
|
"""
|
|
2301
2300
|
MetricTarget defines the target value, average value, or average utilization of a specific metric
|
|
2302
|
-
:param pulumi.Input[
|
|
2303
|
-
:param pulumi.Input[
|
|
2304
|
-
:param pulumi.Input[
|
|
2305
|
-
:param pulumi.Input[
|
|
2301
|
+
:param pulumi.Input[_builtins.str] type: type represents whether the metric type is Utilization, Value, or AverageValue
|
|
2302
|
+
:param pulumi.Input[_builtins.int] average_utilization: averageUtilization is the target value of the average of the resource metric across all relevant pods, represented as a percentage of the requested value of the resource for the pods. Currently only valid for Resource metric source type
|
|
2303
|
+
:param pulumi.Input[_builtins.str] average_value: averageValue is the target value of the average of the metric across all relevant pods (as a quantity)
|
|
2304
|
+
:param pulumi.Input[_builtins.str] value: value is the target value of the metric (as a quantity).
|
|
2306
2305
|
"""
|
|
2307
2306
|
pulumi.set(__self__, "type", type)
|
|
2308
2307
|
if average_utilization is not None:
|
|
@@ -2312,52 +2311,52 @@ class MetricTargetArgs:
|
|
|
2312
2311
|
if value is not None:
|
|
2313
2312
|
pulumi.set(__self__, "value", value)
|
|
2314
2313
|
|
|
2315
|
-
@property
|
|
2314
|
+
@_builtins.property
|
|
2316
2315
|
@pulumi.getter
|
|
2317
|
-
def type(self) -> pulumi.Input[
|
|
2316
|
+
def type(self) -> pulumi.Input[_builtins.str]:
|
|
2318
2317
|
"""
|
|
2319
2318
|
type represents whether the metric type is Utilization, Value, or AverageValue
|
|
2320
2319
|
"""
|
|
2321
2320
|
return pulumi.get(self, "type")
|
|
2322
2321
|
|
|
2323
2322
|
@type.setter
|
|
2324
|
-
def type(self, value: pulumi.Input[
|
|
2323
|
+
def type(self, value: pulumi.Input[_builtins.str]):
|
|
2325
2324
|
pulumi.set(self, "type", value)
|
|
2326
2325
|
|
|
2327
|
-
@property
|
|
2326
|
+
@_builtins.property
|
|
2328
2327
|
@pulumi.getter(name="averageUtilization")
|
|
2329
|
-
def average_utilization(self) -> Optional[pulumi.Input[
|
|
2328
|
+
def average_utilization(self) -> Optional[pulumi.Input[_builtins.int]]:
|
|
2330
2329
|
"""
|
|
2331
2330
|
averageUtilization is the target value of the average of the resource metric across all relevant pods, represented as a percentage of the requested value of the resource for the pods. Currently only valid for Resource metric source type
|
|
2332
2331
|
"""
|
|
2333
2332
|
return pulumi.get(self, "average_utilization")
|
|
2334
2333
|
|
|
2335
2334
|
@average_utilization.setter
|
|
2336
|
-
def average_utilization(self, value: Optional[pulumi.Input[
|
|
2335
|
+
def average_utilization(self, value: Optional[pulumi.Input[_builtins.int]]):
|
|
2337
2336
|
pulumi.set(self, "average_utilization", value)
|
|
2338
2337
|
|
|
2339
|
-
@property
|
|
2338
|
+
@_builtins.property
|
|
2340
2339
|
@pulumi.getter(name="averageValue")
|
|
2341
|
-
def average_value(self) -> Optional[pulumi.Input[
|
|
2340
|
+
def average_value(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
2342
2341
|
"""
|
|
2343
2342
|
averageValue is the target value of the average of the metric across all relevant pods (as a quantity)
|
|
2344
2343
|
"""
|
|
2345
2344
|
return pulumi.get(self, "average_value")
|
|
2346
2345
|
|
|
2347
2346
|
@average_value.setter
|
|
2348
|
-
def average_value(self, value: Optional[pulumi.Input[
|
|
2347
|
+
def average_value(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
2349
2348
|
pulumi.set(self, "average_value", value)
|
|
2350
2349
|
|
|
2351
|
-
@property
|
|
2350
|
+
@_builtins.property
|
|
2352
2351
|
@pulumi.getter
|
|
2353
|
-
def value(self) -> Optional[pulumi.Input[
|
|
2352
|
+
def value(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
2354
2353
|
"""
|
|
2355
2354
|
value is the target value of the metric (as a quantity).
|
|
2356
2355
|
"""
|
|
2357
2356
|
return pulumi.get(self, "value")
|
|
2358
2357
|
|
|
2359
2358
|
@value.setter
|
|
2360
|
-
def value(self, value: Optional[pulumi.Input[
|
|
2359
|
+
def value(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
2361
2360
|
pulumi.set(self, "value", value)
|
|
2362
2361
|
|
|
2363
2362
|
|
|
@@ -2366,15 +2365,15 @@ if not MYPY:
|
|
|
2366
2365
|
"""
|
|
2367
2366
|
MetricValueStatus holds the current value for a metric
|
|
2368
2367
|
"""
|
|
2369
|
-
average_utilization: NotRequired[pulumi.Input[
|
|
2368
|
+
average_utilization: NotRequired[pulumi.Input[_builtins.int]]
|
|
2370
2369
|
"""
|
|
2371
2370
|
currentAverageUtilization is the current value of the average of the resource metric across all relevant pods, represented as a percentage of the requested value of the resource for the pods.
|
|
2372
2371
|
"""
|
|
2373
|
-
average_value: NotRequired[pulumi.Input[
|
|
2372
|
+
average_value: NotRequired[pulumi.Input[_builtins.str]]
|
|
2374
2373
|
"""
|
|
2375
2374
|
averageValue is the current value of the average of the metric across all relevant pods (as a quantity)
|
|
2376
2375
|
"""
|
|
2377
|
-
value: NotRequired[pulumi.Input[
|
|
2376
|
+
value: NotRequired[pulumi.Input[_builtins.str]]
|
|
2378
2377
|
"""
|
|
2379
2378
|
value is the current value of the metric (as a quantity).
|
|
2380
2379
|
"""
|
|
@@ -2384,14 +2383,14 @@ elif False:
|
|
|
2384
2383
|
@pulumi.input_type
|
|
2385
2384
|
class MetricValueStatusArgs:
|
|
2386
2385
|
def __init__(__self__, *,
|
|
2387
|
-
average_utilization: Optional[pulumi.Input[
|
|
2388
|
-
average_value: Optional[pulumi.Input[
|
|
2389
|
-
value: Optional[pulumi.Input[
|
|
2386
|
+
average_utilization: Optional[pulumi.Input[_builtins.int]] = None,
|
|
2387
|
+
average_value: Optional[pulumi.Input[_builtins.str]] = None,
|
|
2388
|
+
value: Optional[pulumi.Input[_builtins.str]] = None):
|
|
2390
2389
|
"""
|
|
2391
2390
|
MetricValueStatus holds the current value for a metric
|
|
2392
|
-
:param pulumi.Input[
|
|
2393
|
-
:param pulumi.Input[
|
|
2394
|
-
:param pulumi.Input[
|
|
2391
|
+
:param pulumi.Input[_builtins.int] average_utilization: currentAverageUtilization is the current value of the average of the resource metric across all relevant pods, represented as a percentage of the requested value of the resource for the pods.
|
|
2392
|
+
:param pulumi.Input[_builtins.str] average_value: averageValue is the current value of the average of the metric across all relevant pods (as a quantity)
|
|
2393
|
+
:param pulumi.Input[_builtins.str] value: value is the current value of the metric (as a quantity).
|
|
2395
2394
|
"""
|
|
2396
2395
|
if average_utilization is not None:
|
|
2397
2396
|
pulumi.set(__self__, "average_utilization", average_utilization)
|
|
@@ -2400,40 +2399,40 @@ class MetricValueStatusArgs:
|
|
|
2400
2399
|
if value is not None:
|
|
2401
2400
|
pulumi.set(__self__, "value", value)
|
|
2402
2401
|
|
|
2403
|
-
@property
|
|
2402
|
+
@_builtins.property
|
|
2404
2403
|
@pulumi.getter(name="averageUtilization")
|
|
2405
|
-
def average_utilization(self) -> Optional[pulumi.Input[
|
|
2404
|
+
def average_utilization(self) -> Optional[pulumi.Input[_builtins.int]]:
|
|
2406
2405
|
"""
|
|
2407
2406
|
currentAverageUtilization is the current value of the average of the resource metric across all relevant pods, represented as a percentage of the requested value of the resource for the pods.
|
|
2408
2407
|
"""
|
|
2409
2408
|
return pulumi.get(self, "average_utilization")
|
|
2410
2409
|
|
|
2411
2410
|
@average_utilization.setter
|
|
2412
|
-
def average_utilization(self, value: Optional[pulumi.Input[
|
|
2411
|
+
def average_utilization(self, value: Optional[pulumi.Input[_builtins.int]]):
|
|
2413
2412
|
pulumi.set(self, "average_utilization", value)
|
|
2414
2413
|
|
|
2415
|
-
@property
|
|
2414
|
+
@_builtins.property
|
|
2416
2415
|
@pulumi.getter(name="averageValue")
|
|
2417
|
-
def average_value(self) -> Optional[pulumi.Input[
|
|
2416
|
+
def average_value(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
2418
2417
|
"""
|
|
2419
2418
|
averageValue is the current value of the average of the metric across all relevant pods (as a quantity)
|
|
2420
2419
|
"""
|
|
2421
2420
|
return pulumi.get(self, "average_value")
|
|
2422
2421
|
|
|
2423
2422
|
@average_value.setter
|
|
2424
|
-
def average_value(self, value: Optional[pulumi.Input[
|
|
2423
|
+
def average_value(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
2425
2424
|
pulumi.set(self, "average_value", value)
|
|
2426
2425
|
|
|
2427
|
-
@property
|
|
2426
|
+
@_builtins.property
|
|
2428
2427
|
@pulumi.getter
|
|
2429
|
-
def value(self) -> Optional[pulumi.Input[
|
|
2428
|
+
def value(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
2430
2429
|
"""
|
|
2431
2430
|
value is the current value of the metric (as a quantity).
|
|
2432
2431
|
"""
|
|
2433
2432
|
return pulumi.get(self, "value")
|
|
2434
2433
|
|
|
2435
2434
|
@value.setter
|
|
2436
|
-
def value(self, value: Optional[pulumi.Input[
|
|
2435
|
+
def value(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
2437
2436
|
pulumi.set(self, "value", value)
|
|
2438
2437
|
|
|
2439
2438
|
|
|
@@ -2472,7 +2471,7 @@ class ObjectMetricSourcePatchArgs:
|
|
|
2472
2471
|
if target is not None:
|
|
2473
2472
|
pulumi.set(__self__, "target", target)
|
|
2474
2473
|
|
|
2475
|
-
@property
|
|
2474
|
+
@_builtins.property
|
|
2476
2475
|
@pulumi.getter(name="describedObject")
|
|
2477
2476
|
def described_object(self) -> Optional[pulumi.Input['CrossVersionObjectReferencePatchArgs']]:
|
|
2478
2477
|
return pulumi.get(self, "described_object")
|
|
@@ -2481,7 +2480,7 @@ class ObjectMetricSourcePatchArgs:
|
|
|
2481
2480
|
def described_object(self, value: Optional[pulumi.Input['CrossVersionObjectReferencePatchArgs']]):
|
|
2482
2481
|
pulumi.set(self, "described_object", value)
|
|
2483
2482
|
|
|
2484
|
-
@property
|
|
2483
|
+
@_builtins.property
|
|
2485
2484
|
@pulumi.getter
|
|
2486
2485
|
def metric(self) -> Optional[pulumi.Input['MetricIdentifierPatchArgs']]:
|
|
2487
2486
|
"""
|
|
@@ -2493,7 +2492,7 @@ class ObjectMetricSourcePatchArgs:
|
|
|
2493
2492
|
def metric(self, value: Optional[pulumi.Input['MetricIdentifierPatchArgs']]):
|
|
2494
2493
|
pulumi.set(self, "metric", value)
|
|
2495
2494
|
|
|
2496
|
-
@property
|
|
2495
|
+
@_builtins.property
|
|
2497
2496
|
@pulumi.getter
|
|
2498
2497
|
def target(self) -> Optional[pulumi.Input['MetricTargetPatchArgs']]:
|
|
2499
2498
|
"""
|
|
@@ -2538,7 +2537,7 @@ class ObjectMetricSourceArgs:
|
|
|
2538
2537
|
pulumi.set(__self__, "metric", metric)
|
|
2539
2538
|
pulumi.set(__self__, "target", target)
|
|
2540
2539
|
|
|
2541
|
-
@property
|
|
2540
|
+
@_builtins.property
|
|
2542
2541
|
@pulumi.getter(name="describedObject")
|
|
2543
2542
|
def described_object(self) -> pulumi.Input['CrossVersionObjectReferenceArgs']:
|
|
2544
2543
|
return pulumi.get(self, "described_object")
|
|
@@ -2547,7 +2546,7 @@ class ObjectMetricSourceArgs:
|
|
|
2547
2546
|
def described_object(self, value: pulumi.Input['CrossVersionObjectReferenceArgs']):
|
|
2548
2547
|
pulumi.set(self, "described_object", value)
|
|
2549
2548
|
|
|
2550
|
-
@property
|
|
2549
|
+
@_builtins.property
|
|
2551
2550
|
@pulumi.getter
|
|
2552
2551
|
def metric(self) -> pulumi.Input['MetricIdentifierArgs']:
|
|
2553
2552
|
"""
|
|
@@ -2559,7 +2558,7 @@ class ObjectMetricSourceArgs:
|
|
|
2559
2558
|
def metric(self, value: pulumi.Input['MetricIdentifierArgs']):
|
|
2560
2559
|
pulumi.set(self, "metric", value)
|
|
2561
2560
|
|
|
2562
|
-
@property
|
|
2561
|
+
@_builtins.property
|
|
2563
2562
|
@pulumi.getter
|
|
2564
2563
|
def target(self) -> pulumi.Input['MetricTargetArgs']:
|
|
2565
2564
|
"""
|
|
@@ -2604,7 +2603,7 @@ class ObjectMetricStatusArgs:
|
|
|
2604
2603
|
pulumi.set(__self__, "described_object", described_object)
|
|
2605
2604
|
pulumi.set(__self__, "metric", metric)
|
|
2606
2605
|
|
|
2607
|
-
@property
|
|
2606
|
+
@_builtins.property
|
|
2608
2607
|
@pulumi.getter
|
|
2609
2608
|
def current(self) -> pulumi.Input['MetricValueStatusArgs']:
|
|
2610
2609
|
"""
|
|
@@ -2616,7 +2615,7 @@ class ObjectMetricStatusArgs:
|
|
|
2616
2615
|
def current(self, value: pulumi.Input['MetricValueStatusArgs']):
|
|
2617
2616
|
pulumi.set(self, "current", value)
|
|
2618
2617
|
|
|
2619
|
-
@property
|
|
2618
|
+
@_builtins.property
|
|
2620
2619
|
@pulumi.getter(name="describedObject")
|
|
2621
2620
|
def described_object(self) -> pulumi.Input['CrossVersionObjectReferenceArgs']:
|
|
2622
2621
|
return pulumi.get(self, "described_object")
|
|
@@ -2625,7 +2624,7 @@ class ObjectMetricStatusArgs:
|
|
|
2625
2624
|
def described_object(self, value: pulumi.Input['CrossVersionObjectReferenceArgs']):
|
|
2626
2625
|
pulumi.set(self, "described_object", value)
|
|
2627
2626
|
|
|
2628
|
-
@property
|
|
2627
|
+
@_builtins.property
|
|
2629
2628
|
@pulumi.getter
|
|
2630
2629
|
def metric(self) -> pulumi.Input['MetricIdentifierArgs']:
|
|
2631
2630
|
"""
|
|
@@ -2669,7 +2668,7 @@ class PodsMetricSourcePatchArgs:
|
|
|
2669
2668
|
if target is not None:
|
|
2670
2669
|
pulumi.set(__self__, "target", target)
|
|
2671
2670
|
|
|
2672
|
-
@property
|
|
2671
|
+
@_builtins.property
|
|
2673
2672
|
@pulumi.getter
|
|
2674
2673
|
def metric(self) -> Optional[pulumi.Input['MetricIdentifierPatchArgs']]:
|
|
2675
2674
|
"""
|
|
@@ -2681,7 +2680,7 @@ class PodsMetricSourcePatchArgs:
|
|
|
2681
2680
|
def metric(self, value: Optional[pulumi.Input['MetricIdentifierPatchArgs']]):
|
|
2682
2681
|
pulumi.set(self, "metric", value)
|
|
2683
2682
|
|
|
2684
|
-
@property
|
|
2683
|
+
@_builtins.property
|
|
2685
2684
|
@pulumi.getter
|
|
2686
2685
|
def target(self) -> Optional[pulumi.Input['MetricTargetPatchArgs']]:
|
|
2687
2686
|
"""
|
|
@@ -2723,7 +2722,7 @@ class PodsMetricSourceArgs:
|
|
|
2723
2722
|
pulumi.set(__self__, "metric", metric)
|
|
2724
2723
|
pulumi.set(__self__, "target", target)
|
|
2725
2724
|
|
|
2726
|
-
@property
|
|
2725
|
+
@_builtins.property
|
|
2727
2726
|
@pulumi.getter
|
|
2728
2727
|
def metric(self) -> pulumi.Input['MetricIdentifierArgs']:
|
|
2729
2728
|
"""
|
|
@@ -2735,7 +2734,7 @@ class PodsMetricSourceArgs:
|
|
|
2735
2734
|
def metric(self, value: pulumi.Input['MetricIdentifierArgs']):
|
|
2736
2735
|
pulumi.set(self, "metric", value)
|
|
2737
2736
|
|
|
2738
|
-
@property
|
|
2737
|
+
@_builtins.property
|
|
2739
2738
|
@pulumi.getter
|
|
2740
2739
|
def target(self) -> pulumi.Input['MetricTargetArgs']:
|
|
2741
2740
|
"""
|
|
@@ -2777,7 +2776,7 @@ class PodsMetricStatusArgs:
|
|
|
2777
2776
|
pulumi.set(__self__, "current", current)
|
|
2778
2777
|
pulumi.set(__self__, "metric", metric)
|
|
2779
2778
|
|
|
2780
|
-
@property
|
|
2779
|
+
@_builtins.property
|
|
2781
2780
|
@pulumi.getter
|
|
2782
2781
|
def current(self) -> pulumi.Input['MetricValueStatusArgs']:
|
|
2783
2782
|
"""
|
|
@@ -2789,7 +2788,7 @@ class PodsMetricStatusArgs:
|
|
|
2789
2788
|
def current(self, value: pulumi.Input['MetricValueStatusArgs']):
|
|
2790
2789
|
pulumi.set(self, "current", value)
|
|
2791
2790
|
|
|
2792
|
-
@property
|
|
2791
|
+
@_builtins.property
|
|
2793
2792
|
@pulumi.getter
|
|
2794
2793
|
def metric(self) -> pulumi.Input['MetricIdentifierArgs']:
|
|
2795
2794
|
"""
|
|
@@ -2807,7 +2806,7 @@ if not MYPY:
|
|
|
2807
2806
|
"""
|
|
2808
2807
|
ResourceMetricSource indicates how to scale on a resource metric known to Kubernetes, as specified in requests and limits, describing each pod in the current scale target (e.g. CPU or memory). The values will be averaged together before being compared to the target. Such metrics are built in to Kubernetes, and have special scaling options on top of those available to normal per-pod metrics using the "pods" source. Only one "target" type should be set.
|
|
2809
2808
|
"""
|
|
2810
|
-
name: NotRequired[pulumi.Input[
|
|
2809
|
+
name: NotRequired[pulumi.Input[_builtins.str]]
|
|
2811
2810
|
"""
|
|
2812
2811
|
name is the name of the resource in question.
|
|
2813
2812
|
"""
|
|
@@ -2821,11 +2820,11 @@ elif False:
|
|
|
2821
2820
|
@pulumi.input_type
|
|
2822
2821
|
class ResourceMetricSourcePatchArgs:
|
|
2823
2822
|
def __init__(__self__, *,
|
|
2824
|
-
name: Optional[pulumi.Input[
|
|
2823
|
+
name: Optional[pulumi.Input[_builtins.str]] = None,
|
|
2825
2824
|
target: Optional[pulumi.Input['MetricTargetPatchArgs']] = None):
|
|
2826
2825
|
"""
|
|
2827
2826
|
ResourceMetricSource indicates how to scale on a resource metric known to Kubernetes, as specified in requests and limits, describing each pod in the current scale target (e.g. CPU or memory). The values will be averaged together before being compared to the target. Such metrics are built in to Kubernetes, and have special scaling options on top of those available to normal per-pod metrics using the "pods" source. Only one "target" type should be set.
|
|
2828
|
-
:param pulumi.Input[
|
|
2827
|
+
:param pulumi.Input[_builtins.str] name: name is the name of the resource in question.
|
|
2829
2828
|
:param pulumi.Input['MetricTargetPatchArgs'] target: target specifies the target value for the given metric
|
|
2830
2829
|
"""
|
|
2831
2830
|
if name is not None:
|
|
@@ -2833,19 +2832,19 @@ class ResourceMetricSourcePatchArgs:
|
|
|
2833
2832
|
if target is not None:
|
|
2834
2833
|
pulumi.set(__self__, "target", target)
|
|
2835
2834
|
|
|
2836
|
-
@property
|
|
2835
|
+
@_builtins.property
|
|
2837
2836
|
@pulumi.getter
|
|
2838
|
-
def name(self) -> Optional[pulumi.Input[
|
|
2837
|
+
def name(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
2839
2838
|
"""
|
|
2840
2839
|
name is the name of the resource in question.
|
|
2841
2840
|
"""
|
|
2842
2841
|
return pulumi.get(self, "name")
|
|
2843
2842
|
|
|
2844
2843
|
@name.setter
|
|
2845
|
-
def name(self, value: Optional[pulumi.Input[
|
|
2844
|
+
def name(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
2846
2845
|
pulumi.set(self, "name", value)
|
|
2847
2846
|
|
|
2848
|
-
@property
|
|
2847
|
+
@_builtins.property
|
|
2849
2848
|
@pulumi.getter
|
|
2850
2849
|
def target(self) -> Optional[pulumi.Input['MetricTargetPatchArgs']]:
|
|
2851
2850
|
"""
|
|
@@ -2863,7 +2862,7 @@ if not MYPY:
|
|
|
2863
2862
|
"""
|
|
2864
2863
|
ResourceMetricSource indicates how to scale on a resource metric known to Kubernetes, as specified in requests and limits, describing each pod in the current scale target (e.g. CPU or memory). The values will be averaged together before being compared to the target. Such metrics are built in to Kubernetes, and have special scaling options on top of those available to normal per-pod metrics using the "pods" source. Only one "target" type should be set.
|
|
2865
2864
|
"""
|
|
2866
|
-
name: pulumi.Input[
|
|
2865
|
+
name: pulumi.Input[_builtins.str]
|
|
2867
2866
|
"""
|
|
2868
2867
|
name is the name of the resource in question.
|
|
2869
2868
|
"""
|
|
@@ -2877,29 +2876,29 @@ elif False:
|
|
|
2877
2876
|
@pulumi.input_type
|
|
2878
2877
|
class ResourceMetricSourceArgs:
|
|
2879
2878
|
def __init__(__self__, *,
|
|
2880
|
-
name: pulumi.Input[
|
|
2879
|
+
name: pulumi.Input[_builtins.str],
|
|
2881
2880
|
target: pulumi.Input['MetricTargetArgs']):
|
|
2882
2881
|
"""
|
|
2883
2882
|
ResourceMetricSource indicates how to scale on a resource metric known to Kubernetes, as specified in requests and limits, describing each pod in the current scale target (e.g. CPU or memory). The values will be averaged together before being compared to the target. Such metrics are built in to Kubernetes, and have special scaling options on top of those available to normal per-pod metrics using the "pods" source. Only one "target" type should be set.
|
|
2884
|
-
:param pulumi.Input[
|
|
2883
|
+
:param pulumi.Input[_builtins.str] name: name is the name of the resource in question.
|
|
2885
2884
|
:param pulumi.Input['MetricTargetArgs'] target: target specifies the target value for the given metric
|
|
2886
2885
|
"""
|
|
2887
2886
|
pulumi.set(__self__, "name", name)
|
|
2888
2887
|
pulumi.set(__self__, "target", target)
|
|
2889
2888
|
|
|
2890
|
-
@property
|
|
2889
|
+
@_builtins.property
|
|
2891
2890
|
@pulumi.getter
|
|
2892
|
-
def name(self) -> pulumi.Input[
|
|
2891
|
+
def name(self) -> pulumi.Input[_builtins.str]:
|
|
2893
2892
|
"""
|
|
2894
2893
|
name is the name of the resource in question.
|
|
2895
2894
|
"""
|
|
2896
2895
|
return pulumi.get(self, "name")
|
|
2897
2896
|
|
|
2898
2897
|
@name.setter
|
|
2899
|
-
def name(self, value: pulumi.Input[
|
|
2898
|
+
def name(self, value: pulumi.Input[_builtins.str]):
|
|
2900
2899
|
pulumi.set(self, "name", value)
|
|
2901
2900
|
|
|
2902
|
-
@property
|
|
2901
|
+
@_builtins.property
|
|
2903
2902
|
@pulumi.getter
|
|
2904
2903
|
def target(self) -> pulumi.Input['MetricTargetArgs']:
|
|
2905
2904
|
"""
|
|
@@ -2921,7 +2920,7 @@ if not MYPY:
|
|
|
2921
2920
|
"""
|
|
2922
2921
|
current contains the current value for the given metric
|
|
2923
2922
|
"""
|
|
2924
|
-
name: pulumi.Input[
|
|
2923
|
+
name: pulumi.Input[_builtins.str]
|
|
2925
2924
|
"""
|
|
2926
2925
|
Name is the name of the resource in question.
|
|
2927
2926
|
"""
|
|
@@ -2932,16 +2931,16 @@ elif False:
|
|
|
2932
2931
|
class ResourceMetricStatusArgs:
|
|
2933
2932
|
def __init__(__self__, *,
|
|
2934
2933
|
current: pulumi.Input['MetricValueStatusArgs'],
|
|
2935
|
-
name: pulumi.Input[
|
|
2934
|
+
name: pulumi.Input[_builtins.str]):
|
|
2936
2935
|
"""
|
|
2937
2936
|
ResourceMetricStatus indicates the current value of a resource metric known to Kubernetes, as specified in requests and limits, describing each pod in the current scale target (e.g. CPU or memory). Such metrics are built in to Kubernetes, and have special scaling options on top of those available to normal per-pod metrics using the "pods" source.
|
|
2938
2937
|
:param pulumi.Input['MetricValueStatusArgs'] current: current contains the current value for the given metric
|
|
2939
|
-
:param pulumi.Input[
|
|
2938
|
+
:param pulumi.Input[_builtins.str] name: Name is the name of the resource in question.
|
|
2940
2939
|
"""
|
|
2941
2940
|
pulumi.set(__self__, "current", current)
|
|
2942
2941
|
pulumi.set(__self__, "name", name)
|
|
2943
2942
|
|
|
2944
|
-
@property
|
|
2943
|
+
@_builtins.property
|
|
2945
2944
|
@pulumi.getter
|
|
2946
2945
|
def current(self) -> pulumi.Input['MetricValueStatusArgs']:
|
|
2947
2946
|
"""
|
|
@@ -2953,16 +2952,16 @@ class ResourceMetricStatusArgs:
|
|
|
2953
2952
|
def current(self, value: pulumi.Input['MetricValueStatusArgs']):
|
|
2954
2953
|
pulumi.set(self, "current", value)
|
|
2955
2954
|
|
|
2956
|
-
@property
|
|
2955
|
+
@_builtins.property
|
|
2957
2956
|
@pulumi.getter
|
|
2958
|
-
def name(self) -> pulumi.Input[
|
|
2957
|
+
def name(self) -> pulumi.Input[_builtins.str]:
|
|
2959
2958
|
"""
|
|
2960
2959
|
Name is the name of the resource in question.
|
|
2961
2960
|
"""
|
|
2962
2961
|
return pulumi.get(self, "name")
|
|
2963
2962
|
|
|
2964
2963
|
@name.setter
|
|
2965
|
-
def name(self, value: pulumi.Input[
|
|
2964
|
+
def name(self, value: pulumi.Input[_builtins.str]):
|
|
2966
2965
|
pulumi.set(self, "name", value)
|
|
2967
2966
|
|
|
2968
2967
|
|