pulumi-kubernetes 4.23.0a1743519894__py3-none-any.whl → 4.23.0a1743595894__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of pulumi-kubernetes might be problematic. Click here for more details.
- pulumi_kubernetes/__init__.py +1 -0
- pulumi_kubernetes/_inputs.py +41 -40
- pulumi_kubernetes/admissionregistration/__init__.py +1 -0
- pulumi_kubernetes/admissionregistration/v1/MutatingWebhookConfiguration.py +17 -16
- pulumi_kubernetes/admissionregistration/v1/MutatingWebhookConfigurationList.py +17 -16
- pulumi_kubernetes/admissionregistration/v1/MutatingWebhookConfigurationPatch.py +17 -16
- pulumi_kubernetes/admissionregistration/v1/ValidatingAdmissionPolicy.py +17 -16
- pulumi_kubernetes/admissionregistration/v1/ValidatingAdmissionPolicyBinding.py +17 -16
- pulumi_kubernetes/admissionregistration/v1/ValidatingAdmissionPolicyBindingList.py +17 -16
- pulumi_kubernetes/admissionregistration/v1/ValidatingAdmissionPolicyBindingPatch.py +17 -16
- pulumi_kubernetes/admissionregistration/v1/ValidatingAdmissionPolicyList.py +17 -16
- pulumi_kubernetes/admissionregistration/v1/ValidatingAdmissionPolicyPatch.py +17 -16
- pulumi_kubernetes/admissionregistration/v1/ValidatingWebhookConfiguration.py +17 -16
- pulumi_kubernetes/admissionregistration/v1/ValidatingWebhookConfigurationList.py +17 -16
- pulumi_kubernetes/admissionregistration/v1/ValidatingWebhookConfigurationPatch.py +17 -16
- pulumi_kubernetes/admissionregistration/v1/__init__.py +1 -0
- pulumi_kubernetes/admissionregistration/v1/_inputs.py +546 -545
- pulumi_kubernetes/admissionregistration/v1/outputs.py +337 -336
- pulumi_kubernetes/admissionregistration/v1alpha1/MutatingAdmissionPolicy.py +17 -16
- pulumi_kubernetes/admissionregistration/v1alpha1/MutatingAdmissionPolicyBinding.py +17 -16
- pulumi_kubernetes/admissionregistration/v1alpha1/MutatingAdmissionPolicyBindingList.py +17 -16
- pulumi_kubernetes/admissionregistration/v1alpha1/MutatingAdmissionPolicyBindingPatch.py +17 -16
- pulumi_kubernetes/admissionregistration/v1alpha1/MutatingAdmissionPolicyList.py +17 -16
- pulumi_kubernetes/admissionregistration/v1alpha1/MutatingAdmissionPolicyPatch.py +17 -16
- pulumi_kubernetes/admissionregistration/v1alpha1/ValidatingAdmissionPolicy.py +17 -16
- pulumi_kubernetes/admissionregistration/v1alpha1/ValidatingAdmissionPolicyBinding.py +17 -16
- pulumi_kubernetes/admissionregistration/v1alpha1/ValidatingAdmissionPolicyBindingList.py +17 -16
- pulumi_kubernetes/admissionregistration/v1alpha1/ValidatingAdmissionPolicyBindingPatch.py +17 -16
- pulumi_kubernetes/admissionregistration/v1alpha1/ValidatingAdmissionPolicyList.py +17 -16
- pulumi_kubernetes/admissionregistration/v1alpha1/ValidatingAdmissionPolicyPatch.py +17 -16
- pulumi_kubernetes/admissionregistration/v1alpha1/__init__.py +1 -0
- pulumi_kubernetes/admissionregistration/v1alpha1/_inputs.py +366 -365
- pulumi_kubernetes/admissionregistration/v1alpha1/outputs.py +229 -228
- pulumi_kubernetes/admissionregistration/v1beta1/MutatingWebhookConfiguration.py +17 -16
- pulumi_kubernetes/admissionregistration/v1beta1/MutatingWebhookConfigurationList.py +17 -16
- pulumi_kubernetes/admissionregistration/v1beta1/MutatingWebhookConfigurationPatch.py +17 -16
- pulumi_kubernetes/admissionregistration/v1beta1/ValidatingAdmissionPolicy.py +17 -16
- pulumi_kubernetes/admissionregistration/v1beta1/ValidatingAdmissionPolicyBinding.py +17 -16
- pulumi_kubernetes/admissionregistration/v1beta1/ValidatingAdmissionPolicyBindingList.py +17 -16
- pulumi_kubernetes/admissionregistration/v1beta1/ValidatingAdmissionPolicyBindingPatch.py +17 -16
- pulumi_kubernetes/admissionregistration/v1beta1/ValidatingAdmissionPolicyList.py +17 -16
- pulumi_kubernetes/admissionregistration/v1beta1/ValidatingAdmissionPolicyPatch.py +17 -16
- pulumi_kubernetes/admissionregistration/v1beta1/ValidatingWebhookConfiguration.py +17 -16
- pulumi_kubernetes/admissionregistration/v1beta1/ValidatingWebhookConfigurationList.py +17 -16
- pulumi_kubernetes/admissionregistration/v1beta1/ValidatingWebhookConfigurationPatch.py +17 -16
- pulumi_kubernetes/admissionregistration/v1beta1/__init__.py +1 -0
- pulumi_kubernetes/admissionregistration/v1beta1/_inputs.py +546 -545
- pulumi_kubernetes/admissionregistration/v1beta1/outputs.py +337 -336
- pulumi_kubernetes/apiextensions/__init__.py +1 -0
- pulumi_kubernetes/apiextensions/v1/CustomResourceDefinition.py +17 -16
- pulumi_kubernetes/apiextensions/v1/CustomResourceDefinitionList.py +17 -16
- pulumi_kubernetes/apiextensions/v1/CustomResourceDefinitionPatch.py +17 -16
- pulumi_kubernetes/apiextensions/v1/__init__.py +1 -0
- pulumi_kubernetes/apiextensions/v1/_inputs.py +699 -698
- pulumi_kubernetes/apiextensions/v1/outputs.py +405 -404
- pulumi_kubernetes/apiextensions/v1beta1/CustomResourceDefinition.py +17 -16
- pulumi_kubernetes/apiextensions/v1beta1/CustomResourceDefinitionList.py +17 -16
- pulumi_kubernetes/apiextensions/v1beta1/CustomResourceDefinitionPatch.py +17 -16
- pulumi_kubernetes/apiextensions/v1beta1/__init__.py +1 -0
- pulumi_kubernetes/apiextensions/v1beta1/_inputs.py +639 -638
- pulumi_kubernetes/apiextensions/v1beta1/outputs.py +369 -368
- pulumi_kubernetes/apiregistration/__init__.py +1 -0
- pulumi_kubernetes/apiregistration/v1/APIService.py +17 -16
- pulumi_kubernetes/apiregistration/v1/APIServiceList.py +17 -16
- pulumi_kubernetes/apiregistration/v1/APIServicePatch.py +17 -16
- pulumi_kubernetes/apiregistration/v1/__init__.py +1 -0
- pulumi_kubernetes/apiregistration/v1/_inputs.py +126 -125
- pulumi_kubernetes/apiregistration/v1/outputs.py +91 -90
- pulumi_kubernetes/apiregistration/v1beta1/APIService.py +17 -16
- pulumi_kubernetes/apiregistration/v1beta1/APIServiceList.py +17 -16
- pulumi_kubernetes/apiregistration/v1beta1/APIServicePatch.py +17 -16
- pulumi_kubernetes/apiregistration/v1beta1/__init__.py +1 -0
- pulumi_kubernetes/apiregistration/v1beta1/_inputs.py +126 -125
- pulumi_kubernetes/apiregistration/v1beta1/outputs.py +91 -90
- pulumi_kubernetes/apps/__init__.py +1 -0
- pulumi_kubernetes/apps/v1/ControllerRevision.py +25 -24
- pulumi_kubernetes/apps/v1/ControllerRevisionList.py +17 -16
- pulumi_kubernetes/apps/v1/ControllerRevisionPatch.py +25 -24
- pulumi_kubernetes/apps/v1/DaemonSet.py +17 -16
- pulumi_kubernetes/apps/v1/DaemonSetList.py +17 -16
- pulumi_kubernetes/apps/v1/DaemonSetPatch.py +17 -16
- pulumi_kubernetes/apps/v1/Deployment.py +17 -16
- pulumi_kubernetes/apps/v1/DeploymentList.py +17 -16
- pulumi_kubernetes/apps/v1/DeploymentPatch.py +17 -16
- pulumi_kubernetes/apps/v1/ReplicaSet.py +17 -16
- pulumi_kubernetes/apps/v1/ReplicaSetList.py +17 -16
- pulumi_kubernetes/apps/v1/ReplicaSetPatch.py +17 -16
- pulumi_kubernetes/apps/v1/StatefulSet.py +17 -16
- pulumi_kubernetes/apps/v1/StatefulSetList.py +17 -16
- pulumi_kubernetes/apps/v1/StatefulSetPatch.py +17 -16
- pulumi_kubernetes/apps/v1/__init__.py +1 -0
- pulumi_kubernetes/apps/v1/_inputs.py +571 -570
- pulumi_kubernetes/apps/v1/outputs.py +476 -475
- pulumi_kubernetes/apps/v1beta1/ControllerRevision.py +25 -24
- pulumi_kubernetes/apps/v1beta1/ControllerRevisionList.py +17 -16
- pulumi_kubernetes/apps/v1beta1/ControllerRevisionPatch.py +25 -24
- pulumi_kubernetes/apps/v1beta1/Deployment.py +17 -16
- pulumi_kubernetes/apps/v1beta1/DeploymentList.py +17 -16
- pulumi_kubernetes/apps/v1beta1/DeploymentPatch.py +17 -16
- pulumi_kubernetes/apps/v1beta1/StatefulSet.py +17 -16
- pulumi_kubernetes/apps/v1beta1/StatefulSetList.py +17 -16
- pulumi_kubernetes/apps/v1beta1/StatefulSetPatch.py +17 -16
- pulumi_kubernetes/apps/v1beta1/__init__.py +1 -0
- pulumi_kubernetes/apps/v1beta1/_inputs.py +316 -315
- pulumi_kubernetes/apps/v1beta1/outputs.py +260 -259
- pulumi_kubernetes/apps/v1beta2/ControllerRevision.py +25 -24
- pulumi_kubernetes/apps/v1beta2/ControllerRevisionList.py +17 -16
- pulumi_kubernetes/apps/v1beta2/ControllerRevisionPatch.py +25 -24
- pulumi_kubernetes/apps/v1beta2/DaemonSet.py +17 -16
- pulumi_kubernetes/apps/v1beta2/DaemonSetList.py +17 -16
- pulumi_kubernetes/apps/v1beta2/DaemonSetPatch.py +17 -16
- pulumi_kubernetes/apps/v1beta2/Deployment.py +17 -16
- pulumi_kubernetes/apps/v1beta2/DeploymentList.py +17 -16
- pulumi_kubernetes/apps/v1beta2/DeploymentPatch.py +17 -16
- pulumi_kubernetes/apps/v1beta2/ReplicaSet.py +17 -16
- pulumi_kubernetes/apps/v1beta2/ReplicaSetList.py +17 -16
- pulumi_kubernetes/apps/v1beta2/ReplicaSetPatch.py +17 -16
- pulumi_kubernetes/apps/v1beta2/StatefulSet.py +17 -16
- pulumi_kubernetes/apps/v1beta2/StatefulSetList.py +17 -16
- pulumi_kubernetes/apps/v1beta2/StatefulSetPatch.py +17 -16
- pulumi_kubernetes/apps/v1beta2/__init__.py +1 -0
- pulumi_kubernetes/apps/v1beta2/_inputs.py +506 -505
- pulumi_kubernetes/apps/v1beta2/outputs.py +442 -441
- pulumi_kubernetes/auditregistration/__init__.py +1 -0
- pulumi_kubernetes/auditregistration/v1alpha1/AuditSink.py +17 -16
- pulumi_kubernetes/auditregistration/v1alpha1/AuditSinkList.py +17 -16
- pulumi_kubernetes/auditregistration/v1alpha1/AuditSinkPatch.py +17 -16
- pulumi_kubernetes/auditregistration/v1alpha1/__init__.py +1 -0
- pulumi_kubernetes/auditregistration/v1alpha1/_inputs.py +111 -110
- pulumi_kubernetes/auditregistration/v1alpha1/outputs.py +67 -66
- pulumi_kubernetes/autoscaling/__init__.py +1 -0
- pulumi_kubernetes/autoscaling/v1/HorizontalPodAutoscaler.py +17 -16
- pulumi_kubernetes/autoscaling/v1/HorizontalPodAutoscalerList.py +17 -16
- pulumi_kubernetes/autoscaling/v1/HorizontalPodAutoscalerPatch.py +17 -16
- pulumi_kubernetes/autoscaling/v1/__init__.py +1 -0
- pulumi_kubernetes/autoscaling/v1/_inputs.py +96 -95
- pulumi_kubernetes/autoscaling/v1/outputs.py +73 -72
- pulumi_kubernetes/autoscaling/v2/HorizontalPodAutoscaler.py +17 -16
- pulumi_kubernetes/autoscaling/v2/HorizontalPodAutoscalerList.py +17 -16
- pulumi_kubernetes/autoscaling/v2/HorizontalPodAutoscalerPatch.py +17 -16
- pulumi_kubernetes/autoscaling/v2/__init__.py +1 -0
- pulumi_kubernetes/autoscaling/v2/_inputs.py +281 -280
- pulumi_kubernetes/autoscaling/v2/outputs.py +217 -216
- pulumi_kubernetes/autoscaling/v2beta1/HorizontalPodAutoscaler.py +17 -16
- pulumi_kubernetes/autoscaling/v2beta1/HorizontalPodAutoscalerList.py +17 -16
- pulumi_kubernetes/autoscaling/v2beta1/HorizontalPodAutoscalerPatch.py +17 -16
- pulumi_kubernetes/autoscaling/v2beta1/__init__.py +1 -0
- pulumi_kubernetes/autoscaling/v2beta1/_inputs.py +346 -345
- pulumi_kubernetes/autoscaling/v2beta1/outputs.py +283 -282
- pulumi_kubernetes/autoscaling/v2beta2/HorizontalPodAutoscaler.py +17 -16
- pulumi_kubernetes/autoscaling/v2beta2/HorizontalPodAutoscalerList.py +17 -16
- pulumi_kubernetes/autoscaling/v2beta2/HorizontalPodAutoscalerPatch.py +17 -16
- pulumi_kubernetes/autoscaling/v2beta2/__init__.py +1 -0
- pulumi_kubernetes/autoscaling/v2beta2/_inputs.py +281 -280
- pulumi_kubernetes/autoscaling/v2beta2/outputs.py +217 -216
- pulumi_kubernetes/batch/__init__.py +1 -0
- pulumi_kubernetes/batch/v1/CronJob.py +17 -16
- pulumi_kubernetes/batch/v1/CronJobList.py +17 -16
- pulumi_kubernetes/batch/v1/CronJobPatch.py +17 -16
- pulumi_kubernetes/batch/v1/Job.py +17 -16
- pulumi_kubernetes/batch/v1/JobList.py +17 -16
- pulumi_kubernetes/batch/v1/JobPatch.py +17 -16
- pulumi_kubernetes/batch/v1/__init__.py +1 -0
- pulumi_kubernetes/batch/v1/_inputs.py +386 -385
- pulumi_kubernetes/batch/v1/outputs.py +289 -288
- pulumi_kubernetes/batch/v1beta1/CronJob.py +17 -16
- pulumi_kubernetes/batch/v1beta1/CronJobList.py +17 -16
- pulumi_kubernetes/batch/v1beta1/CronJobPatch.py +17 -16
- pulumi_kubernetes/batch/v1beta1/__init__.py +1 -0
- pulumi_kubernetes/batch/v1beta1/_inputs.py +76 -75
- pulumi_kubernetes/batch/v1beta1/outputs.py +49 -48
- pulumi_kubernetes/batch/v2alpha1/CronJob.py +17 -16
- pulumi_kubernetes/batch/v2alpha1/CronJobList.py +17 -16
- pulumi_kubernetes/batch/v2alpha1/CronJobPatch.py +17 -16
- pulumi_kubernetes/batch/v2alpha1/__init__.py +1 -0
- pulumi_kubernetes/batch/v2alpha1/_inputs.py +76 -75
- pulumi_kubernetes/batch/v2alpha1/outputs.py +49 -48
- pulumi_kubernetes/certificates/__init__.py +1 -0
- pulumi_kubernetes/certificates/v1/CertificateSigningRequest.py +17 -16
- pulumi_kubernetes/certificates/v1/CertificateSigningRequestList.py +17 -16
- pulumi_kubernetes/certificates/v1/CertificateSigningRequestPatch.py +17 -16
- pulumi_kubernetes/certificates/v1/__init__.py +1 -0
- pulumi_kubernetes/certificates/v1/_inputs.py +126 -125
- pulumi_kubernetes/certificates/v1/outputs.py +97 -96
- pulumi_kubernetes/certificates/v1alpha1/ClusterTrustBundle.py +17 -16
- pulumi_kubernetes/certificates/v1alpha1/ClusterTrustBundleList.py +17 -16
- pulumi_kubernetes/certificates/v1alpha1/ClusterTrustBundlePatch.py +17 -16
- pulumi_kubernetes/certificates/v1alpha1/__init__.py +1 -0
- pulumi_kubernetes/certificates/v1alpha1/_inputs.py +31 -30
- pulumi_kubernetes/certificates/v1alpha1/outputs.py +19 -18
- pulumi_kubernetes/certificates/v1beta1/CertificateSigningRequest.py +17 -16
- pulumi_kubernetes/certificates/v1beta1/CertificateSigningRequestList.py +17 -16
- pulumi_kubernetes/certificates/v1beta1/CertificateSigningRequestPatch.py +17 -16
- pulumi_kubernetes/certificates/v1beta1/__init__.py +1 -0
- pulumi_kubernetes/certificates/v1beta1/_inputs.py +117 -116
- pulumi_kubernetes/certificates/v1beta1/outputs.py +93 -92
- pulumi_kubernetes/coordination/__init__.py +1 -0
- pulumi_kubernetes/coordination/v1/Lease.py +17 -16
- pulumi_kubernetes/coordination/v1/LeaseList.py +17 -16
- pulumi_kubernetes/coordination/v1/LeasePatch.py +17 -16
- pulumi_kubernetes/coordination/v1/__init__.py +1 -0
- pulumi_kubernetes/coordination/v1/_inputs.py +81 -80
- pulumi_kubernetes/coordination/v1/outputs.py +49 -48
- pulumi_kubernetes/coordination/v1alpha1/LeaseCandidate.py +17 -16
- pulumi_kubernetes/coordination/v1alpha1/LeaseCandidateList.py +17 -16
- pulumi_kubernetes/coordination/v1alpha1/LeaseCandidatePatch.py +17 -16
- pulumi_kubernetes/coordination/v1alpha1/__init__.py +1 -0
- pulumi_kubernetes/coordination/v1alpha1/_inputs.py +71 -70
- pulumi_kubernetes/coordination/v1alpha1/outputs.py +43 -42
- pulumi_kubernetes/coordination/v1alpha2/LeaseCandidate.py +17 -16
- pulumi_kubernetes/coordination/v1alpha2/LeaseCandidateList.py +17 -16
- pulumi_kubernetes/coordination/v1alpha2/LeaseCandidatePatch.py +17 -16
- pulumi_kubernetes/coordination/v1alpha2/__init__.py +1 -0
- pulumi_kubernetes/coordination/v1alpha2/_inputs.py +71 -70
- pulumi_kubernetes/coordination/v1alpha2/outputs.py +43 -42
- pulumi_kubernetes/coordination/v1beta1/Lease.py +17 -16
- pulumi_kubernetes/coordination/v1beta1/LeaseList.py +17 -16
- pulumi_kubernetes/coordination/v1beta1/LeasePatch.py +17 -16
- pulumi_kubernetes/coordination/v1beta1/__init__.py +1 -0
- pulumi_kubernetes/coordination/v1beta1/_inputs.py +61 -60
- pulumi_kubernetes/coordination/v1beta1/outputs.py +37 -36
- pulumi_kubernetes/core/__init__.py +1 -0
- pulumi_kubernetes/core/v1/Binding.py +17 -16
- pulumi_kubernetes/core/v1/BindingPatch.py +17 -16
- pulumi_kubernetes/core/v1/ConfigMap.py +41 -40
- pulumi_kubernetes/core/v1/ConfigMapList.py +17 -16
- pulumi_kubernetes/core/v1/ConfigMapPatch.py +41 -40
- pulumi_kubernetes/core/v1/Endpoints.py +17 -16
- pulumi_kubernetes/core/v1/EndpointsList.py +17 -16
- pulumi_kubernetes/core/v1/EndpointsPatch.py +17 -16
- pulumi_kubernetes/core/v1/Event.py +97 -96
- pulumi_kubernetes/core/v1/EventList.py +17 -16
- pulumi_kubernetes/core/v1/EventPatch.py +97 -96
- pulumi_kubernetes/core/v1/LimitRange.py +17 -16
- pulumi_kubernetes/core/v1/LimitRangeList.py +17 -16
- pulumi_kubernetes/core/v1/LimitRangePatch.py +17 -16
- pulumi_kubernetes/core/v1/Namespace.py +17 -16
- pulumi_kubernetes/core/v1/NamespaceList.py +17 -16
- pulumi_kubernetes/core/v1/NamespacePatch.py +17 -16
- pulumi_kubernetes/core/v1/Node.py +17 -16
- pulumi_kubernetes/core/v1/NodeList.py +17 -16
- pulumi_kubernetes/core/v1/NodePatch.py +17 -16
- pulumi_kubernetes/core/v1/PersistentVolume.py +17 -16
- pulumi_kubernetes/core/v1/PersistentVolumeClaim.py +17 -16
- pulumi_kubernetes/core/v1/PersistentVolumeClaimList.py +17 -16
- pulumi_kubernetes/core/v1/PersistentVolumeClaimPatch.py +17 -16
- pulumi_kubernetes/core/v1/PersistentVolumeList.py +17 -16
- pulumi_kubernetes/core/v1/PersistentVolumePatch.py +17 -16
- pulumi_kubernetes/core/v1/Pod.py +17 -16
- pulumi_kubernetes/core/v1/PodList.py +17 -16
- pulumi_kubernetes/core/v1/PodPatch.py +17 -16
- pulumi_kubernetes/core/v1/PodTemplate.py +17 -16
- pulumi_kubernetes/core/v1/PodTemplateList.py +17 -16
- pulumi_kubernetes/core/v1/PodTemplatePatch.py +17 -16
- pulumi_kubernetes/core/v1/ReplicationController.py +17 -16
- pulumi_kubernetes/core/v1/ReplicationControllerList.py +17 -16
- pulumi_kubernetes/core/v1/ReplicationControllerPatch.py +17 -16
- pulumi_kubernetes/core/v1/ResourceQuota.py +17 -16
- pulumi_kubernetes/core/v1/ResourceQuotaList.py +17 -16
- pulumi_kubernetes/core/v1/ResourceQuotaPatch.py +17 -16
- pulumi_kubernetes/core/v1/Secret.py +49 -48
- pulumi_kubernetes/core/v1/SecretList.py +17 -16
- pulumi_kubernetes/core/v1/SecretPatch.py +49 -48
- pulumi_kubernetes/core/v1/Service.py +17 -16
- pulumi_kubernetes/core/v1/ServiceAccount.py +25 -24
- pulumi_kubernetes/core/v1/ServiceAccountList.py +17 -16
- pulumi_kubernetes/core/v1/ServiceAccountPatch.py +25 -24
- pulumi_kubernetes/core/v1/ServiceList.py +17 -16
- pulumi_kubernetes/core/v1/ServicePatch.py +17 -16
- pulumi_kubernetes/core/v1/__init__.py +1 -0
- pulumi_kubernetes/core/v1/_enums.py +3 -1
- pulumi_kubernetes/core/v1/_inputs.py +5506 -5505
- pulumi_kubernetes/core/v1/outputs.py +3613 -3612
- pulumi_kubernetes/discovery/__init__.py +1 -0
- pulumi_kubernetes/discovery/v1/EndpointSlice.py +25 -24
- pulumi_kubernetes/discovery/v1/EndpointSliceList.py +17 -16
- pulumi_kubernetes/discovery/v1/EndpointSlicePatch.py +25 -24
- pulumi_kubernetes/discovery/v1/__init__.py +1 -0
- pulumi_kubernetes/discovery/v1/_inputs.py +146 -145
- pulumi_kubernetes/discovery/v1/outputs.py +88 -87
- pulumi_kubernetes/discovery/v1beta1/EndpointSlice.py +25 -24
- pulumi_kubernetes/discovery/v1beta1/EndpointSliceList.py +17 -16
- pulumi_kubernetes/discovery/v1beta1/EndpointSlicePatch.py +25 -24
- pulumi_kubernetes/discovery/v1beta1/__init__.py +1 -0
- pulumi_kubernetes/discovery/v1beta1/_inputs.py +126 -125
- pulumi_kubernetes/discovery/v1beta1/outputs.py +76 -75
- pulumi_kubernetes/events/__init__.py +1 -0
- pulumi_kubernetes/events/v1/Event.py +97 -96
- pulumi_kubernetes/events/v1/EventList.py +17 -16
- pulumi_kubernetes/events/v1/EventPatch.py +97 -96
- pulumi_kubernetes/events/v1/__init__.py +1 -0
- pulumi_kubernetes/events/v1/_inputs.py +81 -80
- pulumi_kubernetes/events/v1/outputs.py +49 -48
- pulumi_kubernetes/events/v1beta1/Event.py +97 -96
- pulumi_kubernetes/events/v1beta1/EventList.py +17 -16
- pulumi_kubernetes/events/v1beta1/EventPatch.py +97 -96
- pulumi_kubernetes/events/v1beta1/__init__.py +1 -0
- pulumi_kubernetes/events/v1beta1/_inputs.py +91 -90
- pulumi_kubernetes/events/v1beta1/outputs.py +55 -54
- pulumi_kubernetes/extensions/__init__.py +1 -0
- pulumi_kubernetes/extensions/v1beta1/DaemonSet.py +17 -16
- pulumi_kubernetes/extensions/v1beta1/DaemonSetList.py +17 -16
- pulumi_kubernetes/extensions/v1beta1/DaemonSetPatch.py +17 -16
- pulumi_kubernetes/extensions/v1beta1/Deployment.py +17 -16
- pulumi_kubernetes/extensions/v1beta1/DeploymentList.py +17 -16
- pulumi_kubernetes/extensions/v1beta1/DeploymentPatch.py +17 -16
- pulumi_kubernetes/extensions/v1beta1/Ingress.py +17 -16
- pulumi_kubernetes/extensions/v1beta1/IngressList.py +17 -16
- pulumi_kubernetes/extensions/v1beta1/IngressPatch.py +17 -16
- pulumi_kubernetes/extensions/v1beta1/NetworkPolicy.py +17 -16
- pulumi_kubernetes/extensions/v1beta1/NetworkPolicyList.py +17 -16
- pulumi_kubernetes/extensions/v1beta1/NetworkPolicyPatch.py +17 -16
- pulumi_kubernetes/extensions/v1beta1/PodSecurityPolicy.py +17 -16
- pulumi_kubernetes/extensions/v1beta1/PodSecurityPolicyList.py +17 -16
- pulumi_kubernetes/extensions/v1beta1/PodSecurityPolicyPatch.py +17 -16
- pulumi_kubernetes/extensions/v1beta1/ReplicaSet.py +17 -16
- pulumi_kubernetes/extensions/v1beta1/ReplicaSetList.py +17 -16
- pulumi_kubernetes/extensions/v1beta1/ReplicaSetPatch.py +17 -16
- pulumi_kubernetes/extensions/v1beta1/__init__.py +1 -0
- pulumi_kubernetes/extensions/v1beta1/_inputs.py +826 -825
- pulumi_kubernetes/extensions/v1beta1/outputs.py +587 -586
- pulumi_kubernetes/flowcontrol/__init__.py +1 -0
- pulumi_kubernetes/flowcontrol/v1/FlowSchema.py +17 -16
- pulumi_kubernetes/flowcontrol/v1/FlowSchemaList.py +17 -16
- pulumi_kubernetes/flowcontrol/v1/FlowSchemaPatch.py +17 -16
- pulumi_kubernetes/flowcontrol/v1/PriorityLevelConfiguration.py +17 -16
- pulumi_kubernetes/flowcontrol/v1/PriorityLevelConfigurationList.py +17 -16
- pulumi_kubernetes/flowcontrol/v1/PriorityLevelConfigurationPatch.py +17 -16
- pulumi_kubernetes/flowcontrol/v1/__init__.py +1 -0
- pulumi_kubernetes/flowcontrol/v1/_inputs.py +321 -320
- pulumi_kubernetes/flowcontrol/v1/outputs.py +223 -222
- pulumi_kubernetes/flowcontrol/v1alpha1/FlowSchema.py +17 -16
- pulumi_kubernetes/flowcontrol/v1alpha1/FlowSchemaList.py +17 -16
- pulumi_kubernetes/flowcontrol/v1alpha1/FlowSchemaPatch.py +17 -16
- pulumi_kubernetes/flowcontrol/v1alpha1/PriorityLevelConfiguration.py +17 -16
- pulumi_kubernetes/flowcontrol/v1alpha1/PriorityLevelConfigurationList.py +17 -16
- pulumi_kubernetes/flowcontrol/v1alpha1/PriorityLevelConfigurationPatch.py +17 -16
- pulumi_kubernetes/flowcontrol/v1alpha1/__init__.py +1 -0
- pulumi_kubernetes/flowcontrol/v1alpha1/_inputs.py +281 -280
- pulumi_kubernetes/flowcontrol/v1alpha1/outputs.py +199 -198
- pulumi_kubernetes/flowcontrol/v1beta1/FlowSchema.py +17 -16
- pulumi_kubernetes/flowcontrol/v1beta1/FlowSchemaList.py +17 -16
- pulumi_kubernetes/flowcontrol/v1beta1/FlowSchemaPatch.py +17 -16
- pulumi_kubernetes/flowcontrol/v1beta1/PriorityLevelConfiguration.py +17 -16
- pulumi_kubernetes/flowcontrol/v1beta1/PriorityLevelConfigurationList.py +17 -16
- pulumi_kubernetes/flowcontrol/v1beta1/PriorityLevelConfigurationPatch.py +17 -16
- pulumi_kubernetes/flowcontrol/v1beta1/__init__.py +1 -0
- pulumi_kubernetes/flowcontrol/v1beta1/_inputs.py +281 -280
- pulumi_kubernetes/flowcontrol/v1beta1/outputs.py +199 -198
- pulumi_kubernetes/flowcontrol/v1beta2/FlowSchema.py +17 -16
- pulumi_kubernetes/flowcontrol/v1beta2/FlowSchemaList.py +17 -16
- pulumi_kubernetes/flowcontrol/v1beta2/FlowSchemaPatch.py +17 -16
- pulumi_kubernetes/flowcontrol/v1beta2/PriorityLevelConfiguration.py +17 -16
- pulumi_kubernetes/flowcontrol/v1beta2/PriorityLevelConfigurationList.py +17 -16
- pulumi_kubernetes/flowcontrol/v1beta2/PriorityLevelConfigurationPatch.py +17 -16
- pulumi_kubernetes/flowcontrol/v1beta2/__init__.py +1 -0
- pulumi_kubernetes/flowcontrol/v1beta2/_inputs.py +321 -320
- pulumi_kubernetes/flowcontrol/v1beta2/outputs.py +223 -222
- pulumi_kubernetes/flowcontrol/v1beta3/FlowSchema.py +17 -16
- pulumi_kubernetes/flowcontrol/v1beta3/FlowSchemaList.py +17 -16
- pulumi_kubernetes/flowcontrol/v1beta3/FlowSchemaPatch.py +17 -16
- pulumi_kubernetes/flowcontrol/v1beta3/PriorityLevelConfiguration.py +17 -16
- pulumi_kubernetes/flowcontrol/v1beta3/PriorityLevelConfigurationList.py +17 -16
- pulumi_kubernetes/flowcontrol/v1beta3/PriorityLevelConfigurationPatch.py +17 -16
- pulumi_kubernetes/flowcontrol/v1beta3/__init__.py +1 -0
- pulumi_kubernetes/flowcontrol/v1beta3/_inputs.py +321 -320
- pulumi_kubernetes/flowcontrol/v1beta3/outputs.py +223 -222
- pulumi_kubernetes/helm/__init__.py +1 -0
- pulumi_kubernetes/helm/v3/Release.py +246 -245
- pulumi_kubernetes/helm/v3/__init__.py +1 -0
- pulumi_kubernetes/helm/v3/_inputs.py +31 -30
- pulumi_kubernetes/helm/v3/outputs.py +41 -40
- pulumi_kubernetes/helm/v4/Chart.py +71 -70
- pulumi_kubernetes/helm/v4/__init__.py +1 -0
- pulumi_kubernetes/helm/v4/_inputs.py +26 -25
- pulumi_kubernetes/kustomize/__init__.py +1 -0
- pulumi_kubernetes/kustomize/v2/Directory.py +30 -29
- pulumi_kubernetes/kustomize/v2/__init__.py +1 -0
- pulumi_kubernetes/meta/__init__.py +1 -0
- pulumi_kubernetes/meta/v1/Status.py +42 -41
- pulumi_kubernetes/meta/v1/StatusPatch.py +42 -41
- pulumi_kubernetes/meta/v1/__init__.py +1 -0
- pulumi_kubernetes/meta/v1/_inputs.py +451 -450
- pulumi_kubernetes/meta/v1/outputs.py +289 -288
- pulumi_kubernetes/networking/__init__.py +1 -0
- pulumi_kubernetes/networking/v1/Ingress.py +17 -16
- pulumi_kubernetes/networking/v1/IngressClass.py +17 -16
- pulumi_kubernetes/networking/v1/IngressClassList.py +17 -16
- pulumi_kubernetes/networking/v1/IngressClassPatch.py +17 -16
- pulumi_kubernetes/networking/v1/IngressList.py +17 -16
- pulumi_kubernetes/networking/v1/IngressPatch.py +17 -16
- pulumi_kubernetes/networking/v1/NetworkPolicy.py +17 -16
- pulumi_kubernetes/networking/v1/NetworkPolicyList.py +17 -16
- pulumi_kubernetes/networking/v1/NetworkPolicyPatch.py +17 -16
- pulumi_kubernetes/networking/v1/__init__.py +1 -0
- pulumi_kubernetes/networking/v1/_inputs.py +266 -265
- pulumi_kubernetes/networking/v1/outputs.py +171 -170
- pulumi_kubernetes/networking/v1alpha1/ClusterCIDR.py +17 -16
- pulumi_kubernetes/networking/v1alpha1/ClusterCIDRList.py +17 -16
- pulumi_kubernetes/networking/v1alpha1/ClusterCIDRPatch.py +17 -16
- pulumi_kubernetes/networking/v1alpha1/IPAddress.py +17 -16
- pulumi_kubernetes/networking/v1alpha1/IPAddressList.py +17 -16
- pulumi_kubernetes/networking/v1alpha1/IPAddressPatch.py +17 -16
- pulumi_kubernetes/networking/v1alpha1/ServiceCIDR.py +17 -16
- pulumi_kubernetes/networking/v1alpha1/ServiceCIDRList.py +17 -16
- pulumi_kubernetes/networking/v1alpha1/ServiceCIDRPatch.py +17 -16
- pulumi_kubernetes/networking/v1alpha1/__init__.py +1 -0
- pulumi_kubernetes/networking/v1alpha1/_inputs.py +121 -120
- pulumi_kubernetes/networking/v1alpha1/outputs.py +73 -72
- pulumi_kubernetes/networking/v1beta1/IPAddress.py +17 -16
- pulumi_kubernetes/networking/v1beta1/IPAddressList.py +17 -16
- pulumi_kubernetes/networking/v1beta1/IPAddressPatch.py +17 -16
- pulumi_kubernetes/networking/v1beta1/Ingress.py +17 -16
- pulumi_kubernetes/networking/v1beta1/IngressClass.py +17 -16
- pulumi_kubernetes/networking/v1beta1/IngressClassList.py +17 -16
- pulumi_kubernetes/networking/v1beta1/IngressClassPatch.py +17 -16
- pulumi_kubernetes/networking/v1beta1/IngressList.py +17 -16
- pulumi_kubernetes/networking/v1beta1/IngressPatch.py +17 -16
- pulumi_kubernetes/networking/v1beta1/ServiceCIDR.py +17 -16
- pulumi_kubernetes/networking/v1beta1/ServiceCIDRList.py +17 -16
- pulumi_kubernetes/networking/v1beta1/ServiceCIDRPatch.py +17 -16
- pulumi_kubernetes/networking/v1beta1/__init__.py +1 -0
- pulumi_kubernetes/networking/v1beta1/_inputs.py +181 -180
- pulumi_kubernetes/networking/v1beta1/outputs.py +105 -104
- pulumi_kubernetes/node/__init__.py +1 -0
- pulumi_kubernetes/node/v1/RuntimeClass.py +25 -24
- pulumi_kubernetes/node/v1/RuntimeClassList.py +17 -16
- pulumi_kubernetes/node/v1/RuntimeClassPatch.py +25 -24
- pulumi_kubernetes/node/v1/__init__.py +1 -0
- pulumi_kubernetes/node/v1/_inputs.py +36 -35
- pulumi_kubernetes/node/v1/outputs.py +22 -21
- pulumi_kubernetes/node/v1alpha1/RuntimeClass.py +17 -16
- pulumi_kubernetes/node/v1alpha1/RuntimeClassList.py +17 -16
- pulumi_kubernetes/node/v1alpha1/RuntimeClassPatch.py +17 -16
- pulumi_kubernetes/node/v1alpha1/__init__.py +1 -0
- pulumi_kubernetes/node/v1alpha1/_inputs.py +41 -40
- pulumi_kubernetes/node/v1alpha1/outputs.py +25 -24
- pulumi_kubernetes/node/v1beta1/RuntimeClass.py +25 -24
- pulumi_kubernetes/node/v1beta1/RuntimeClassList.py +17 -16
- pulumi_kubernetes/node/v1beta1/RuntimeClassPatch.py +25 -24
- pulumi_kubernetes/node/v1beta1/__init__.py +1 -0
- pulumi_kubernetes/node/v1beta1/_inputs.py +36 -35
- pulumi_kubernetes/node/v1beta1/outputs.py +22 -21
- pulumi_kubernetes/policy/__init__.py +1 -0
- pulumi_kubernetes/policy/v1/PodDisruptionBudget.py +17 -16
- pulumi_kubernetes/policy/v1/PodDisruptionBudgetList.py +17 -16
- pulumi_kubernetes/policy/v1/PodDisruptionBudgetPatch.py +17 -16
- pulumi_kubernetes/policy/v1/__init__.py +1 -0
- pulumi_kubernetes/policy/v1/_inputs.py +71 -70
- pulumi_kubernetes/policy/v1/outputs.py +53 -52
- pulumi_kubernetes/policy/v1beta1/PodDisruptionBudget.py +17 -16
- pulumi_kubernetes/policy/v1beta1/PodDisruptionBudgetList.py +17 -16
- pulumi_kubernetes/policy/v1beta1/PodDisruptionBudgetPatch.py +17 -16
- pulumi_kubernetes/policy/v1beta1/PodSecurityPolicy.py +17 -16
- pulumi_kubernetes/policy/v1beta1/PodSecurityPolicyList.py +17 -16
- pulumi_kubernetes/policy/v1beta1/PodSecurityPolicyPatch.py +17 -16
- pulumi_kubernetes/policy/v1beta1/__init__.py +1 -0
- pulumi_kubernetes/policy/v1beta1/_inputs.py +361 -360
- pulumi_kubernetes/policy/v1beta1/outputs.py +227 -226
- pulumi_kubernetes/provider.py +92 -91
- pulumi_kubernetes/pulumi-plugin.json +1 -1
- pulumi_kubernetes/rbac/__init__.py +1 -0
- pulumi_kubernetes/rbac/v1/ClusterRole.py +17 -16
- pulumi_kubernetes/rbac/v1/ClusterRoleBinding.py +17 -16
- pulumi_kubernetes/rbac/v1/ClusterRoleBindingList.py +17 -16
- pulumi_kubernetes/rbac/v1/ClusterRoleBindingPatch.py +17 -16
- pulumi_kubernetes/rbac/v1/ClusterRoleList.py +17 -16
- pulumi_kubernetes/rbac/v1/ClusterRolePatch.py +17 -16
- pulumi_kubernetes/rbac/v1/Role.py +17 -16
- pulumi_kubernetes/rbac/v1/RoleBinding.py +17 -16
- pulumi_kubernetes/rbac/v1/RoleBindingList.py +17 -16
- pulumi_kubernetes/rbac/v1/RoleBindingPatch.py +17 -16
- pulumi_kubernetes/rbac/v1/RoleList.py +17 -16
- pulumi_kubernetes/rbac/v1/RolePatch.py +17 -16
- pulumi_kubernetes/rbac/v1/__init__.py +1 -0
- pulumi_kubernetes/rbac/v1/_inputs.py +161 -160
- pulumi_kubernetes/rbac/v1/outputs.py +97 -96
- pulumi_kubernetes/rbac/v1alpha1/ClusterRole.py +17 -16
- pulumi_kubernetes/rbac/v1alpha1/ClusterRoleBinding.py +17 -16
- pulumi_kubernetes/rbac/v1alpha1/ClusterRoleBindingList.py +17 -16
- pulumi_kubernetes/rbac/v1alpha1/ClusterRoleBindingPatch.py +17 -16
- pulumi_kubernetes/rbac/v1alpha1/ClusterRoleList.py +17 -16
- pulumi_kubernetes/rbac/v1alpha1/ClusterRolePatch.py +17 -16
- pulumi_kubernetes/rbac/v1alpha1/Role.py +17 -16
- pulumi_kubernetes/rbac/v1alpha1/RoleBinding.py +17 -16
- pulumi_kubernetes/rbac/v1alpha1/RoleBindingList.py +17 -16
- pulumi_kubernetes/rbac/v1alpha1/RoleBindingPatch.py +17 -16
- pulumi_kubernetes/rbac/v1alpha1/RoleList.py +17 -16
- pulumi_kubernetes/rbac/v1alpha1/RolePatch.py +17 -16
- pulumi_kubernetes/rbac/v1alpha1/__init__.py +1 -0
- pulumi_kubernetes/rbac/v1alpha1/_inputs.py +161 -160
- pulumi_kubernetes/rbac/v1alpha1/outputs.py +97 -96
- pulumi_kubernetes/rbac/v1beta1/ClusterRole.py +17 -16
- pulumi_kubernetes/rbac/v1beta1/ClusterRoleBinding.py +17 -16
- pulumi_kubernetes/rbac/v1beta1/ClusterRoleBindingList.py +17 -16
- pulumi_kubernetes/rbac/v1beta1/ClusterRoleBindingPatch.py +17 -16
- pulumi_kubernetes/rbac/v1beta1/ClusterRoleList.py +17 -16
- pulumi_kubernetes/rbac/v1beta1/ClusterRolePatch.py +17 -16
- pulumi_kubernetes/rbac/v1beta1/Role.py +17 -16
- pulumi_kubernetes/rbac/v1beta1/RoleBinding.py +17 -16
- pulumi_kubernetes/rbac/v1beta1/RoleBindingList.py +17 -16
- pulumi_kubernetes/rbac/v1beta1/RoleBindingPatch.py +17 -16
- pulumi_kubernetes/rbac/v1beta1/RoleList.py +17 -16
- pulumi_kubernetes/rbac/v1beta1/RolePatch.py +17 -16
- pulumi_kubernetes/rbac/v1beta1/__init__.py +1 -0
- pulumi_kubernetes/rbac/v1beta1/_inputs.py +161 -160
- pulumi_kubernetes/rbac/v1beta1/outputs.py +97 -96
- pulumi_kubernetes/resource/__init__.py +1 -0
- pulumi_kubernetes/resource/v1alpha1/PodScheduling.py +17 -16
- pulumi_kubernetes/resource/v1alpha1/PodSchedulingList.py +17 -16
- pulumi_kubernetes/resource/v1alpha1/PodSchedulingPatch.py +17 -16
- pulumi_kubernetes/resource/v1alpha1/ResourceClaim.py +17 -16
- pulumi_kubernetes/resource/v1alpha1/ResourceClaimList.py +17 -16
- pulumi_kubernetes/resource/v1alpha1/ResourceClaimPatch.py +17 -16
- pulumi_kubernetes/resource/v1alpha1/ResourceClaimTemplate.py +17 -16
- pulumi_kubernetes/resource/v1alpha1/ResourceClaimTemplateList.py +17 -16
- pulumi_kubernetes/resource/v1alpha1/ResourceClaimTemplatePatch.py +17 -16
- pulumi_kubernetes/resource/v1alpha1/ResourceClass.py +25 -24
- pulumi_kubernetes/resource/v1alpha1/ResourceClassList.py +17 -16
- pulumi_kubernetes/resource/v1alpha1/ResourceClassPatch.py +25 -24
- pulumi_kubernetes/resource/v1alpha1/__init__.py +1 -0
- pulumi_kubernetes/resource/v1alpha1/_inputs.py +206 -205
- pulumi_kubernetes/resource/v1alpha1/outputs.py +154 -153
- pulumi_kubernetes/resource/v1alpha2/PodSchedulingContext.py +17 -16
- pulumi_kubernetes/resource/v1alpha2/PodSchedulingContextList.py +17 -16
- pulumi_kubernetes/resource/v1alpha2/PodSchedulingContextPatch.py +17 -16
- pulumi_kubernetes/resource/v1alpha2/ResourceClaim.py +17 -16
- pulumi_kubernetes/resource/v1alpha2/ResourceClaimList.py +17 -16
- pulumi_kubernetes/resource/v1alpha2/ResourceClaimParameters.py +25 -24
- pulumi_kubernetes/resource/v1alpha2/ResourceClaimParametersList.py +17 -16
- pulumi_kubernetes/resource/v1alpha2/ResourceClaimParametersPatch.py +25 -24
- pulumi_kubernetes/resource/v1alpha2/ResourceClaimPatch.py +17 -16
- pulumi_kubernetes/resource/v1alpha2/ResourceClaimTemplate.py +17 -16
- pulumi_kubernetes/resource/v1alpha2/ResourceClaimTemplateList.py +17 -16
- pulumi_kubernetes/resource/v1alpha2/ResourceClaimTemplatePatch.py +17 -16
- pulumi_kubernetes/resource/v1alpha2/ResourceClass.py +33 -32
- pulumi_kubernetes/resource/v1alpha2/ResourceClassList.py +17 -16
- pulumi_kubernetes/resource/v1alpha2/ResourceClassParameters.py +17 -16
- pulumi_kubernetes/resource/v1alpha2/ResourceClassParametersList.py +17 -16
- pulumi_kubernetes/resource/v1alpha2/ResourceClassParametersPatch.py +17 -16
- pulumi_kubernetes/resource/v1alpha2/ResourceClassPatch.py +33 -32
- pulumi_kubernetes/resource/v1alpha2/ResourceSlice.py +33 -32
- pulumi_kubernetes/resource/v1alpha2/ResourceSliceList.py +17 -16
- pulumi_kubernetes/resource/v1alpha2/ResourceSlicePatch.py +33 -32
- pulumi_kubernetes/resource/v1alpha2/__init__.py +1 -0
- pulumi_kubernetes/resource/v1alpha2/_inputs.py +411 -410
- pulumi_kubernetes/resource/v1alpha2/outputs.py +286 -285
- pulumi_kubernetes/resource/v1alpha3/DeviceClass.py +17 -16
- pulumi_kubernetes/resource/v1alpha3/DeviceClassList.py +17 -16
- pulumi_kubernetes/resource/v1alpha3/DeviceClassPatch.py +17 -16
- pulumi_kubernetes/resource/v1alpha3/PodSchedulingContext.py +17 -16
- pulumi_kubernetes/resource/v1alpha3/PodSchedulingContextList.py +17 -16
- pulumi_kubernetes/resource/v1alpha3/PodSchedulingContextPatch.py +17 -16
- pulumi_kubernetes/resource/v1alpha3/ResourceClaim.py +17 -16
- pulumi_kubernetes/resource/v1alpha3/ResourceClaimList.py +17 -16
- pulumi_kubernetes/resource/v1alpha3/ResourceClaimPatch.py +17 -16
- pulumi_kubernetes/resource/v1alpha3/ResourceClaimTemplate.py +17 -16
- pulumi_kubernetes/resource/v1alpha3/ResourceClaimTemplateList.py +17 -16
- pulumi_kubernetes/resource/v1alpha3/ResourceClaimTemplatePatch.py +17 -16
- pulumi_kubernetes/resource/v1alpha3/ResourceSlice.py +17 -16
- pulumi_kubernetes/resource/v1alpha3/ResourceSliceList.py +17 -16
- pulumi_kubernetes/resource/v1alpha3/ResourceSlicePatch.py +17 -16
- pulumi_kubernetes/resource/v1alpha3/__init__.py +1 -0
- pulumi_kubernetes/resource/v1alpha3/_inputs.py +386 -385
- pulumi_kubernetes/resource/v1alpha3/outputs.py +295 -294
- pulumi_kubernetes/resource/v1beta1/DeviceClass.py +17 -16
- pulumi_kubernetes/resource/v1beta1/DeviceClassList.py +17 -16
- pulumi_kubernetes/resource/v1beta1/DeviceClassPatch.py +17 -16
- pulumi_kubernetes/resource/v1beta1/ResourceClaim.py +17 -16
- pulumi_kubernetes/resource/v1beta1/ResourceClaimList.py +17 -16
- pulumi_kubernetes/resource/v1beta1/ResourceClaimPatch.py +17 -16
- pulumi_kubernetes/resource/v1beta1/ResourceClaimTemplate.py +17 -16
- pulumi_kubernetes/resource/v1beta1/ResourceClaimTemplateList.py +17 -16
- pulumi_kubernetes/resource/v1beta1/ResourceClaimTemplatePatch.py +17 -16
- pulumi_kubernetes/resource/v1beta1/ResourceSlice.py +17 -16
- pulumi_kubernetes/resource/v1beta1/ResourceSliceList.py +17 -16
- pulumi_kubernetes/resource/v1beta1/ResourceSlicePatch.py +17 -16
- pulumi_kubernetes/resource/v1beta1/__init__.py +1 -0
- pulumi_kubernetes/resource/v1beta1/_inputs.py +321 -320
- pulumi_kubernetes/resource/v1beta1/outputs.py +244 -243
- pulumi_kubernetes/scheduling/__init__.py +1 -0
- pulumi_kubernetes/scheduling/v1/PriorityClass.py +49 -48
- pulumi_kubernetes/scheduling/v1/PriorityClassList.py +17 -16
- pulumi_kubernetes/scheduling/v1/PriorityClassPatch.py +49 -48
- pulumi_kubernetes/scheduling/v1/__init__.py +1 -0
- pulumi_kubernetes/scheduling/v1/_inputs.py +31 -30
- pulumi_kubernetes/scheduling/v1/outputs.py +19 -18
- pulumi_kubernetes/scheduling/v1alpha1/PriorityClass.py +49 -48
- pulumi_kubernetes/scheduling/v1alpha1/PriorityClassList.py +17 -16
- pulumi_kubernetes/scheduling/v1alpha1/PriorityClassPatch.py +49 -48
- pulumi_kubernetes/scheduling/v1alpha1/__init__.py +1 -0
- pulumi_kubernetes/scheduling/v1alpha1/_inputs.py +31 -30
- pulumi_kubernetes/scheduling/v1alpha1/outputs.py +19 -18
- pulumi_kubernetes/scheduling/v1beta1/PriorityClass.py +49 -48
- pulumi_kubernetes/scheduling/v1beta1/PriorityClassList.py +17 -16
- pulumi_kubernetes/scheduling/v1beta1/PriorityClassPatch.py +49 -48
- pulumi_kubernetes/scheduling/v1beta1/__init__.py +1 -0
- pulumi_kubernetes/scheduling/v1beta1/_inputs.py +31 -30
- pulumi_kubernetes/scheduling/v1beta1/outputs.py +19 -18
- pulumi_kubernetes/settings/__init__.py +1 -0
- pulumi_kubernetes/settings/v1alpha1/PodPreset.py +17 -16
- pulumi_kubernetes/settings/v1alpha1/PodPresetList.py +17 -16
- pulumi_kubernetes/settings/v1alpha1/PodPresetPatch.py +17 -16
- pulumi_kubernetes/settings/v1alpha1/__init__.py +1 -0
- pulumi_kubernetes/settings/v1alpha1/_inputs.py +11 -10
- pulumi_kubernetes/settings/v1alpha1/outputs.py +7 -6
- pulumi_kubernetes/storage/__init__.py +1 -0
- pulumi_kubernetes/storage/v1/CSIDriver.py +17 -16
- pulumi_kubernetes/storage/v1/CSIDriverList.py +17 -16
- pulumi_kubernetes/storage/v1/CSIDriverPatch.py +17 -16
- pulumi_kubernetes/storage/v1/CSINode.py +17 -16
- pulumi_kubernetes/storage/v1/CSINodeList.py +17 -16
- pulumi_kubernetes/storage/v1/CSINodePatch.py +17 -16
- pulumi_kubernetes/storage/v1/CSIStorageCapacity.py +41 -40
- pulumi_kubernetes/storage/v1/CSIStorageCapacityList.py +17 -16
- pulumi_kubernetes/storage/v1/CSIStorageCapacityPatch.py +41 -40
- pulumi_kubernetes/storage/v1/StorageClass.py +65 -64
- pulumi_kubernetes/storage/v1/StorageClassList.py +17 -16
- pulumi_kubernetes/storage/v1/StorageClassPatch.py +65 -64
- pulumi_kubernetes/storage/v1/VolumeAttachment.py +17 -16
- pulumi_kubernetes/storage/v1/VolumeAttachmentList.py +17 -16
- pulumi_kubernetes/storage/v1/VolumeAttachmentPatch.py +17 -16
- pulumi_kubernetes/storage/v1/__init__.py +1 -0
- pulumi_kubernetes/storage/v1/_inputs.py +276 -275
- pulumi_kubernetes/storage/v1/outputs.py +178 -177
- pulumi_kubernetes/storage/v1alpha1/VolumeAttachment.py +17 -16
- pulumi_kubernetes/storage/v1alpha1/VolumeAttachmentList.py +17 -16
- pulumi_kubernetes/storage/v1alpha1/VolumeAttachmentPatch.py +17 -16
- pulumi_kubernetes/storage/v1alpha1/VolumeAttributesClass.py +33 -32
- pulumi_kubernetes/storage/v1alpha1/VolumeAttributesClassList.py +17 -16
- pulumi_kubernetes/storage/v1alpha1/VolumeAttributesClassPatch.py +33 -32
- pulumi_kubernetes/storage/v1alpha1/__init__.py +1 -0
- pulumi_kubernetes/storage/v1alpha1/_inputs.py +81 -80
- pulumi_kubernetes/storage/v1alpha1/outputs.py +61 -60
- pulumi_kubernetes/storage/v1beta1/CSIDriver.py +17 -16
- pulumi_kubernetes/storage/v1beta1/CSIDriverList.py +17 -16
- pulumi_kubernetes/storage/v1beta1/CSIDriverPatch.py +17 -16
- pulumi_kubernetes/storage/v1beta1/CSINode.py +17 -16
- pulumi_kubernetes/storage/v1beta1/CSINodeList.py +17 -16
- pulumi_kubernetes/storage/v1beta1/CSINodePatch.py +17 -16
- pulumi_kubernetes/storage/v1beta1/CSIStorageCapacity.py +41 -40
- pulumi_kubernetes/storage/v1beta1/CSIStorageCapacityList.py +17 -16
- pulumi_kubernetes/storage/v1beta1/CSIStorageCapacityPatch.py +41 -40
- pulumi_kubernetes/storage/v1beta1/StorageClass.py +65 -64
- pulumi_kubernetes/storage/v1beta1/StorageClassList.py +17 -16
- pulumi_kubernetes/storage/v1beta1/StorageClassPatch.py +65 -64
- pulumi_kubernetes/storage/v1beta1/VolumeAttachment.py +17 -16
- pulumi_kubernetes/storage/v1beta1/VolumeAttachmentList.py +17 -16
- pulumi_kubernetes/storage/v1beta1/VolumeAttachmentPatch.py +17 -16
- pulumi_kubernetes/storage/v1beta1/VolumeAttributesClass.py +33 -32
- pulumi_kubernetes/storage/v1beta1/VolumeAttributesClassList.py +17 -16
- pulumi_kubernetes/storage/v1beta1/VolumeAttributesClassPatch.py +33 -32
- pulumi_kubernetes/storage/v1beta1/__init__.py +1 -0
- pulumi_kubernetes/storage/v1beta1/_inputs.py +286 -285
- pulumi_kubernetes/storage/v1beta1/outputs.py +184 -183
- pulumi_kubernetes/storagemigration/__init__.py +1 -0
- pulumi_kubernetes/storagemigration/v1alpha1/StorageVersionMigration.py +17 -16
- pulumi_kubernetes/storagemigration/v1alpha1/StorageVersionMigrationList.py +17 -16
- pulumi_kubernetes/storagemigration/v1alpha1/StorageVersionMigrationPatch.py +17 -16
- pulumi_kubernetes/storagemigration/v1alpha1/__init__.py +1 -0
- pulumi_kubernetes/storagemigration/v1alpha1/_inputs.py +81 -80
- pulumi_kubernetes/storagemigration/v1alpha1/outputs.py +67 -66
- pulumi_kubernetes/yaml/__init__.py +1 -0
- pulumi_kubernetes/yaml/v2/ConfigFile.py +22 -21
- pulumi_kubernetes/yaml/v2/ConfigGroup.py +29 -28
- pulumi_kubernetes/yaml/v2/__init__.py +1 -0
- {pulumi_kubernetes-4.23.0a1743519894.dist-info → pulumi_kubernetes-4.23.0a1743595894.dist-info}/METADATA +1 -1
- pulumi_kubernetes-4.23.0a1743595894.dist-info/RECORD +679 -0
- pulumi_kubernetes-4.23.0a1743519894.dist-info/RECORD +0 -679
- {pulumi_kubernetes-4.23.0a1743519894.dist-info → pulumi_kubernetes-4.23.0a1743595894.dist-info}/WHEEL +0 -0
- {pulumi_kubernetes-4.23.0a1743519894.dist-info → pulumi_kubernetes-4.23.0a1743595894.dist-info}/top_level.txt +0 -0
|
@@ -2,6 +2,7 @@
|
|
|
2
2
|
# *** WARNING: this file was generated by pulumigen. ***
|
|
3
3
|
# *** Do not edit by hand unless you're certain you know what you are doing! ***
|
|
4
4
|
|
|
5
|
+
import builtins
|
|
5
6
|
import copy
|
|
6
7
|
import warnings
|
|
7
8
|
import sys
|
|
@@ -75,19 +76,19 @@ if not MYPY:
|
|
|
75
76
|
"""
|
|
76
77
|
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.
|
|
77
78
|
"""
|
|
78
|
-
container: NotRequired[pulumi.Input[str]]
|
|
79
|
+
container: NotRequired[pulumi.Input[builtins.str]]
|
|
79
80
|
"""
|
|
80
81
|
container is the name of the container in the pods of the scaling target
|
|
81
82
|
"""
|
|
82
|
-
name: NotRequired[pulumi.Input[str]]
|
|
83
|
+
name: NotRequired[pulumi.Input[builtins.str]]
|
|
83
84
|
"""
|
|
84
85
|
name is the name of the resource in question.
|
|
85
86
|
"""
|
|
86
|
-
target_average_utilization: NotRequired[pulumi.Input[int]]
|
|
87
|
+
target_average_utilization: NotRequired[pulumi.Input[builtins.int]]
|
|
87
88
|
"""
|
|
88
89
|
targetAverageUtilization 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.
|
|
89
90
|
"""
|
|
90
|
-
target_average_value: NotRequired[pulumi.Input[str]]
|
|
91
|
+
target_average_value: NotRequired[pulumi.Input[builtins.str]]
|
|
91
92
|
"""
|
|
92
93
|
targetAverageValue is the target value of the average of the resource metric across all relevant pods, as a raw value (instead of as a percentage of the request), similar to the "pods" metric source type.
|
|
93
94
|
"""
|
|
@@ -97,16 +98,16 @@ elif False:
|
|
|
97
98
|
@pulumi.input_type
|
|
98
99
|
class ContainerResourceMetricSourcePatchArgs:
|
|
99
100
|
def __init__(__self__, *,
|
|
100
|
-
container: Optional[pulumi.Input[str]] = None,
|
|
101
|
-
name: Optional[pulumi.Input[str]] = None,
|
|
102
|
-
target_average_utilization: Optional[pulumi.Input[int]] = None,
|
|
103
|
-
target_average_value: Optional[pulumi.Input[str]] = None):
|
|
101
|
+
container: Optional[pulumi.Input[builtins.str]] = None,
|
|
102
|
+
name: Optional[pulumi.Input[builtins.str]] = None,
|
|
103
|
+
target_average_utilization: Optional[pulumi.Input[builtins.int]] = None,
|
|
104
|
+
target_average_value: Optional[pulumi.Input[builtins.str]] = None):
|
|
104
105
|
"""
|
|
105
106
|
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.
|
|
106
|
-
:param pulumi.Input[str] container: container is the name of the container in the pods of the scaling target
|
|
107
|
-
:param pulumi.Input[str] name: name is the name of the resource in question.
|
|
108
|
-
:param pulumi.Input[int] target_average_utilization: targetAverageUtilization 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.
|
|
109
|
-
:param pulumi.Input[str] target_average_value: targetAverageValue is the target value of the average of the resource metric across all relevant pods, as a raw value (instead of as a percentage of the request), similar to the "pods" metric source type.
|
|
107
|
+
:param pulumi.Input[builtins.str] container: container is the name of the container in the pods of the scaling target
|
|
108
|
+
:param pulumi.Input[builtins.str] name: name is the name of the resource in question.
|
|
109
|
+
:param pulumi.Input[builtins.int] target_average_utilization: targetAverageUtilization 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.
|
|
110
|
+
:param pulumi.Input[builtins.str] target_average_value: targetAverageValue is the target value of the average of the resource metric across all relevant pods, as a raw value (instead of as a percentage of the request), similar to the "pods" metric source type.
|
|
110
111
|
"""
|
|
111
112
|
if container is not None:
|
|
112
113
|
pulumi.set(__self__, "container", container)
|
|
@@ -119,50 +120,50 @@ class ContainerResourceMetricSourcePatchArgs:
|
|
|
119
120
|
|
|
120
121
|
@property
|
|
121
122
|
@pulumi.getter
|
|
122
|
-
def container(self) -> Optional[pulumi.Input[str]]:
|
|
123
|
+
def container(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
123
124
|
"""
|
|
124
125
|
container is the name of the container in the pods of the scaling target
|
|
125
126
|
"""
|
|
126
127
|
return pulumi.get(self, "container")
|
|
127
128
|
|
|
128
129
|
@container.setter
|
|
129
|
-
def container(self, value: Optional[pulumi.Input[str]]):
|
|
130
|
+
def container(self, value: Optional[pulumi.Input[builtins.str]]):
|
|
130
131
|
pulumi.set(self, "container", value)
|
|
131
132
|
|
|
132
133
|
@property
|
|
133
134
|
@pulumi.getter
|
|
134
|
-
def name(self) -> Optional[pulumi.Input[str]]:
|
|
135
|
+
def name(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
135
136
|
"""
|
|
136
137
|
name is the name of the resource in question.
|
|
137
138
|
"""
|
|
138
139
|
return pulumi.get(self, "name")
|
|
139
140
|
|
|
140
141
|
@name.setter
|
|
141
|
-
def name(self, value: Optional[pulumi.Input[str]]):
|
|
142
|
+
def name(self, value: Optional[pulumi.Input[builtins.str]]):
|
|
142
143
|
pulumi.set(self, "name", value)
|
|
143
144
|
|
|
144
145
|
@property
|
|
145
146
|
@pulumi.getter(name="targetAverageUtilization")
|
|
146
|
-
def target_average_utilization(self) -> Optional[pulumi.Input[int]]:
|
|
147
|
+
def target_average_utilization(self) -> Optional[pulumi.Input[builtins.int]]:
|
|
147
148
|
"""
|
|
148
149
|
targetAverageUtilization 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.
|
|
149
150
|
"""
|
|
150
151
|
return pulumi.get(self, "target_average_utilization")
|
|
151
152
|
|
|
152
153
|
@target_average_utilization.setter
|
|
153
|
-
def target_average_utilization(self, value: Optional[pulumi.Input[int]]):
|
|
154
|
+
def target_average_utilization(self, value: Optional[pulumi.Input[builtins.int]]):
|
|
154
155
|
pulumi.set(self, "target_average_utilization", value)
|
|
155
156
|
|
|
156
157
|
@property
|
|
157
158
|
@pulumi.getter(name="targetAverageValue")
|
|
158
|
-
def target_average_value(self) -> Optional[pulumi.Input[str]]:
|
|
159
|
+
def target_average_value(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
159
160
|
"""
|
|
160
161
|
targetAverageValue is the target value of the average of the resource metric across all relevant pods, as a raw value (instead of as a percentage of the request), similar to the "pods" metric source type.
|
|
161
162
|
"""
|
|
162
163
|
return pulumi.get(self, "target_average_value")
|
|
163
164
|
|
|
164
165
|
@target_average_value.setter
|
|
165
|
-
def target_average_value(self, value: Optional[pulumi.Input[str]]):
|
|
166
|
+
def target_average_value(self, value: Optional[pulumi.Input[builtins.str]]):
|
|
166
167
|
pulumi.set(self, "target_average_value", value)
|
|
167
168
|
|
|
168
169
|
|
|
@@ -171,19 +172,19 @@ if not MYPY:
|
|
|
171
172
|
"""
|
|
172
173
|
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.
|
|
173
174
|
"""
|
|
174
|
-
container: pulumi.Input[str]
|
|
175
|
+
container: pulumi.Input[builtins.str]
|
|
175
176
|
"""
|
|
176
177
|
container is the name of the container in the pods of the scaling target
|
|
177
178
|
"""
|
|
178
|
-
name: pulumi.Input[str]
|
|
179
|
+
name: pulumi.Input[builtins.str]
|
|
179
180
|
"""
|
|
180
181
|
name is the name of the resource in question.
|
|
181
182
|
"""
|
|
182
|
-
target_average_utilization: NotRequired[pulumi.Input[int]]
|
|
183
|
+
target_average_utilization: NotRequired[pulumi.Input[builtins.int]]
|
|
183
184
|
"""
|
|
184
185
|
targetAverageUtilization 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.
|
|
185
186
|
"""
|
|
186
|
-
target_average_value: NotRequired[pulumi.Input[str]]
|
|
187
|
+
target_average_value: NotRequired[pulumi.Input[builtins.str]]
|
|
187
188
|
"""
|
|
188
189
|
targetAverageValue is the target value of the average of the resource metric across all relevant pods, as a raw value (instead of as a percentage of the request), similar to the "pods" metric source type.
|
|
189
190
|
"""
|
|
@@ -193,16 +194,16 @@ elif False:
|
|
|
193
194
|
@pulumi.input_type
|
|
194
195
|
class ContainerResourceMetricSourceArgs:
|
|
195
196
|
def __init__(__self__, *,
|
|
196
|
-
container: pulumi.Input[str],
|
|
197
|
-
name: pulumi.Input[str],
|
|
198
|
-
target_average_utilization: Optional[pulumi.Input[int]] = None,
|
|
199
|
-
target_average_value: Optional[pulumi.Input[str]] = None):
|
|
197
|
+
container: pulumi.Input[builtins.str],
|
|
198
|
+
name: pulumi.Input[builtins.str],
|
|
199
|
+
target_average_utilization: Optional[pulumi.Input[builtins.int]] = None,
|
|
200
|
+
target_average_value: Optional[pulumi.Input[builtins.str]] = None):
|
|
200
201
|
"""
|
|
201
202
|
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.
|
|
202
|
-
:param pulumi.Input[str] container: container is the name of the container in the pods of the scaling target
|
|
203
|
-
:param pulumi.Input[str] name: name is the name of the resource in question.
|
|
204
|
-
:param pulumi.Input[int] target_average_utilization: targetAverageUtilization 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.
|
|
205
|
-
:param pulumi.Input[str] target_average_value: targetAverageValue is the target value of the average of the resource metric across all relevant pods, as a raw value (instead of as a percentage of the request), similar to the "pods" metric source type.
|
|
203
|
+
:param pulumi.Input[builtins.str] container: container is the name of the container in the pods of the scaling target
|
|
204
|
+
:param pulumi.Input[builtins.str] name: name is the name of the resource in question.
|
|
205
|
+
:param pulumi.Input[builtins.int] target_average_utilization: targetAverageUtilization 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.
|
|
206
|
+
:param pulumi.Input[builtins.str] target_average_value: targetAverageValue is the target value of the average of the resource metric across all relevant pods, as a raw value (instead of as a percentage of the request), similar to the "pods" metric source type.
|
|
206
207
|
"""
|
|
207
208
|
pulumi.set(__self__, "container", container)
|
|
208
209
|
pulumi.set(__self__, "name", name)
|
|
@@ -213,50 +214,50 @@ class ContainerResourceMetricSourceArgs:
|
|
|
213
214
|
|
|
214
215
|
@property
|
|
215
216
|
@pulumi.getter
|
|
216
|
-
def container(self) -> pulumi.Input[str]:
|
|
217
|
+
def container(self) -> pulumi.Input[builtins.str]:
|
|
217
218
|
"""
|
|
218
219
|
container is the name of the container in the pods of the scaling target
|
|
219
220
|
"""
|
|
220
221
|
return pulumi.get(self, "container")
|
|
221
222
|
|
|
222
223
|
@container.setter
|
|
223
|
-
def container(self, value: pulumi.Input[str]):
|
|
224
|
+
def container(self, value: pulumi.Input[builtins.str]):
|
|
224
225
|
pulumi.set(self, "container", value)
|
|
225
226
|
|
|
226
227
|
@property
|
|
227
228
|
@pulumi.getter
|
|
228
|
-
def name(self) -> pulumi.Input[str]:
|
|
229
|
+
def name(self) -> pulumi.Input[builtins.str]:
|
|
229
230
|
"""
|
|
230
231
|
name is the name of the resource in question.
|
|
231
232
|
"""
|
|
232
233
|
return pulumi.get(self, "name")
|
|
233
234
|
|
|
234
235
|
@name.setter
|
|
235
|
-
def name(self, value: pulumi.Input[str]):
|
|
236
|
+
def name(self, value: pulumi.Input[builtins.str]):
|
|
236
237
|
pulumi.set(self, "name", value)
|
|
237
238
|
|
|
238
239
|
@property
|
|
239
240
|
@pulumi.getter(name="targetAverageUtilization")
|
|
240
|
-
def target_average_utilization(self) -> Optional[pulumi.Input[int]]:
|
|
241
|
+
def target_average_utilization(self) -> Optional[pulumi.Input[builtins.int]]:
|
|
241
242
|
"""
|
|
242
243
|
targetAverageUtilization 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.
|
|
243
244
|
"""
|
|
244
245
|
return pulumi.get(self, "target_average_utilization")
|
|
245
246
|
|
|
246
247
|
@target_average_utilization.setter
|
|
247
|
-
def target_average_utilization(self, value: Optional[pulumi.Input[int]]):
|
|
248
|
+
def target_average_utilization(self, value: Optional[pulumi.Input[builtins.int]]):
|
|
248
249
|
pulumi.set(self, "target_average_utilization", value)
|
|
249
250
|
|
|
250
251
|
@property
|
|
251
252
|
@pulumi.getter(name="targetAverageValue")
|
|
252
|
-
def target_average_value(self) -> Optional[pulumi.Input[str]]:
|
|
253
|
+
def target_average_value(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
253
254
|
"""
|
|
254
255
|
targetAverageValue is the target value of the average of the resource metric across all relevant pods, as a raw value (instead of as a percentage of the request), similar to the "pods" metric source type.
|
|
255
256
|
"""
|
|
256
257
|
return pulumi.get(self, "target_average_value")
|
|
257
258
|
|
|
258
259
|
@target_average_value.setter
|
|
259
|
-
def target_average_value(self, value: Optional[pulumi.Input[str]]):
|
|
260
|
+
def target_average_value(self, value: Optional[pulumi.Input[builtins.str]]):
|
|
260
261
|
pulumi.set(self, "target_average_value", value)
|
|
261
262
|
|
|
262
263
|
|
|
@@ -265,19 +266,19 @@ if not MYPY:
|
|
|
265
266
|
"""
|
|
266
267
|
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.
|
|
267
268
|
"""
|
|
268
|
-
container: pulumi.Input[str]
|
|
269
|
+
container: pulumi.Input[builtins.str]
|
|
269
270
|
"""
|
|
270
271
|
container is the name of the container in the pods of the scaling target
|
|
271
272
|
"""
|
|
272
|
-
current_average_value: pulumi.Input[str]
|
|
273
|
+
current_average_value: pulumi.Input[builtins.str]
|
|
273
274
|
"""
|
|
274
275
|
currentAverageValue is the current value of the average of the resource metric across all relevant pods, as a raw value (instead of as a percentage of the request), similar to the "pods" metric source type. It will always be set, regardless of the corresponding metric specification.
|
|
275
276
|
"""
|
|
276
|
-
name: pulumi.Input[str]
|
|
277
|
+
name: pulumi.Input[builtins.str]
|
|
277
278
|
"""
|
|
278
279
|
name is the name of the resource in question.
|
|
279
280
|
"""
|
|
280
|
-
current_average_utilization: NotRequired[pulumi.Input[int]]
|
|
281
|
+
current_average_utilization: NotRequired[pulumi.Input[builtins.int]]
|
|
281
282
|
"""
|
|
282
283
|
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. It will only be present if `targetAverageValue` was set in the corresponding metric specification.
|
|
283
284
|
"""
|
|
@@ -287,16 +288,16 @@ elif False:
|
|
|
287
288
|
@pulumi.input_type
|
|
288
289
|
class ContainerResourceMetricStatusArgs:
|
|
289
290
|
def __init__(__self__, *,
|
|
290
|
-
container: pulumi.Input[str],
|
|
291
|
-
current_average_value: pulumi.Input[str],
|
|
292
|
-
name: pulumi.Input[str],
|
|
293
|
-
current_average_utilization: Optional[pulumi.Input[int]] = None):
|
|
291
|
+
container: pulumi.Input[builtins.str],
|
|
292
|
+
current_average_value: pulumi.Input[builtins.str],
|
|
293
|
+
name: pulumi.Input[builtins.str],
|
|
294
|
+
current_average_utilization: Optional[pulumi.Input[builtins.int]] = None):
|
|
294
295
|
"""
|
|
295
296
|
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.
|
|
296
|
-
:param pulumi.Input[str] container: container is the name of the container in the pods of the scaling target
|
|
297
|
-
:param pulumi.Input[str] current_average_value: currentAverageValue is the current value of the average of the resource metric across all relevant pods, as a raw value (instead of as a percentage of the request), similar to the "pods" metric source type. It will always be set, regardless of the corresponding metric specification.
|
|
298
|
-
:param pulumi.Input[str] name: name is the name of the resource in question.
|
|
299
|
-
:param pulumi.Input[int] current_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. It will only be present if `targetAverageValue` was set in the corresponding metric specification.
|
|
297
|
+
:param pulumi.Input[builtins.str] container: container is the name of the container in the pods of the scaling target
|
|
298
|
+
:param pulumi.Input[builtins.str] current_average_value: currentAverageValue is the current value of the average of the resource metric across all relevant pods, as a raw value (instead of as a percentage of the request), similar to the "pods" metric source type. It will always be set, regardless of the corresponding metric specification.
|
|
299
|
+
:param pulumi.Input[builtins.str] name: name is the name of the resource in question.
|
|
300
|
+
:param pulumi.Input[builtins.int] current_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. It will only be present if `targetAverageValue` was set in the corresponding metric specification.
|
|
300
301
|
"""
|
|
301
302
|
pulumi.set(__self__, "container", container)
|
|
302
303
|
pulumi.set(__self__, "current_average_value", current_average_value)
|
|
@@ -306,50 +307,50 @@ class ContainerResourceMetricStatusArgs:
|
|
|
306
307
|
|
|
307
308
|
@property
|
|
308
309
|
@pulumi.getter
|
|
309
|
-
def container(self) -> pulumi.Input[str]:
|
|
310
|
+
def container(self) -> pulumi.Input[builtins.str]:
|
|
310
311
|
"""
|
|
311
312
|
container is the name of the container in the pods of the scaling target
|
|
312
313
|
"""
|
|
313
314
|
return pulumi.get(self, "container")
|
|
314
315
|
|
|
315
316
|
@container.setter
|
|
316
|
-
def container(self, value: pulumi.Input[str]):
|
|
317
|
+
def container(self, value: pulumi.Input[builtins.str]):
|
|
317
318
|
pulumi.set(self, "container", value)
|
|
318
319
|
|
|
319
320
|
@property
|
|
320
321
|
@pulumi.getter(name="currentAverageValue")
|
|
321
|
-
def current_average_value(self) -> pulumi.Input[str]:
|
|
322
|
+
def current_average_value(self) -> pulumi.Input[builtins.str]:
|
|
322
323
|
"""
|
|
323
324
|
currentAverageValue is the current value of the average of the resource metric across all relevant pods, as a raw value (instead of as a percentage of the request), similar to the "pods" metric source type. It will always be set, regardless of the corresponding metric specification.
|
|
324
325
|
"""
|
|
325
326
|
return pulumi.get(self, "current_average_value")
|
|
326
327
|
|
|
327
328
|
@current_average_value.setter
|
|
328
|
-
def current_average_value(self, value: pulumi.Input[str]):
|
|
329
|
+
def current_average_value(self, value: pulumi.Input[builtins.str]):
|
|
329
330
|
pulumi.set(self, "current_average_value", value)
|
|
330
331
|
|
|
331
332
|
@property
|
|
332
333
|
@pulumi.getter
|
|
333
|
-
def name(self) -> pulumi.Input[str]:
|
|
334
|
+
def name(self) -> pulumi.Input[builtins.str]:
|
|
334
335
|
"""
|
|
335
336
|
name is the name of the resource in question.
|
|
336
337
|
"""
|
|
337
338
|
return pulumi.get(self, "name")
|
|
338
339
|
|
|
339
340
|
@name.setter
|
|
340
|
-
def name(self, value: pulumi.Input[str]):
|
|
341
|
+
def name(self, value: pulumi.Input[builtins.str]):
|
|
341
342
|
pulumi.set(self, "name", value)
|
|
342
343
|
|
|
343
344
|
@property
|
|
344
345
|
@pulumi.getter(name="currentAverageUtilization")
|
|
345
|
-
def current_average_utilization(self) -> Optional[pulumi.Input[int]]:
|
|
346
|
+
def current_average_utilization(self) -> Optional[pulumi.Input[builtins.int]]:
|
|
346
347
|
"""
|
|
347
348
|
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. It will only be present if `targetAverageValue` was set in the corresponding metric specification.
|
|
348
349
|
"""
|
|
349
350
|
return pulumi.get(self, "current_average_utilization")
|
|
350
351
|
|
|
351
352
|
@current_average_utilization.setter
|
|
352
|
-
def current_average_utilization(self, value: Optional[pulumi.Input[int]]):
|
|
353
|
+
def current_average_utilization(self, value: Optional[pulumi.Input[builtins.int]]):
|
|
353
354
|
pulumi.set(self, "current_average_utilization", value)
|
|
354
355
|
|
|
355
356
|
|
|
@@ -358,15 +359,15 @@ if not MYPY:
|
|
|
358
359
|
"""
|
|
359
360
|
CrossVersionObjectReference contains enough information to let you identify the referred resource.
|
|
360
361
|
"""
|
|
361
|
-
api_version: NotRequired[pulumi.Input[str]]
|
|
362
|
+
api_version: NotRequired[pulumi.Input[builtins.str]]
|
|
362
363
|
"""
|
|
363
364
|
API version of the referent
|
|
364
365
|
"""
|
|
365
|
-
kind: NotRequired[pulumi.Input[str]]
|
|
366
|
+
kind: NotRequired[pulumi.Input[builtins.str]]
|
|
366
367
|
"""
|
|
367
368
|
Kind of the referent; More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds"
|
|
368
369
|
"""
|
|
369
|
-
name: NotRequired[pulumi.Input[str]]
|
|
370
|
+
name: NotRequired[pulumi.Input[builtins.str]]
|
|
370
371
|
"""
|
|
371
372
|
Name of the referent; More info: http://kubernetes.io/docs/user-guide/identifiers#names
|
|
372
373
|
"""
|
|
@@ -376,14 +377,14 @@ elif False:
|
|
|
376
377
|
@pulumi.input_type
|
|
377
378
|
class CrossVersionObjectReferencePatchArgs:
|
|
378
379
|
def __init__(__self__, *,
|
|
379
|
-
api_version: Optional[pulumi.Input[str]] = None,
|
|
380
|
-
kind: Optional[pulumi.Input[str]] = None,
|
|
381
|
-
name: Optional[pulumi.Input[str]] = None):
|
|
380
|
+
api_version: Optional[pulumi.Input[builtins.str]] = None,
|
|
381
|
+
kind: Optional[pulumi.Input[builtins.str]] = None,
|
|
382
|
+
name: Optional[pulumi.Input[builtins.str]] = None):
|
|
382
383
|
"""
|
|
383
384
|
CrossVersionObjectReference contains enough information to let you identify the referred resource.
|
|
384
|
-
:param pulumi.Input[str] api_version: API version of the referent
|
|
385
|
-
:param pulumi.Input[str] kind: Kind of the referent; More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds"
|
|
386
|
-
:param pulumi.Input[str] name: Name of the referent; More info: http://kubernetes.io/docs/user-guide/identifiers#names
|
|
385
|
+
:param pulumi.Input[builtins.str] api_version: API version of the referent
|
|
386
|
+
: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"
|
|
387
|
+
:param pulumi.Input[builtins.str] name: Name of the referent; More info: http://kubernetes.io/docs/user-guide/identifiers#names
|
|
387
388
|
"""
|
|
388
389
|
if api_version is not None:
|
|
389
390
|
pulumi.set(__self__, "api_version", api_version)
|
|
@@ -394,38 +395,38 @@ class CrossVersionObjectReferencePatchArgs:
|
|
|
394
395
|
|
|
395
396
|
@property
|
|
396
397
|
@pulumi.getter(name="apiVersion")
|
|
397
|
-
def api_version(self) -> Optional[pulumi.Input[str]]:
|
|
398
|
+
def api_version(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
398
399
|
"""
|
|
399
400
|
API version of the referent
|
|
400
401
|
"""
|
|
401
402
|
return pulumi.get(self, "api_version")
|
|
402
403
|
|
|
403
404
|
@api_version.setter
|
|
404
|
-
def api_version(self, value: Optional[pulumi.Input[str]]):
|
|
405
|
+
def api_version(self, value: Optional[pulumi.Input[builtins.str]]):
|
|
405
406
|
pulumi.set(self, "api_version", value)
|
|
406
407
|
|
|
407
408
|
@property
|
|
408
409
|
@pulumi.getter
|
|
409
|
-
def kind(self) -> Optional[pulumi.Input[str]]:
|
|
410
|
+
def kind(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
410
411
|
"""
|
|
411
412
|
Kind of the referent; More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds"
|
|
412
413
|
"""
|
|
413
414
|
return pulumi.get(self, "kind")
|
|
414
415
|
|
|
415
416
|
@kind.setter
|
|
416
|
-
def kind(self, value: Optional[pulumi.Input[str]]):
|
|
417
|
+
def kind(self, value: Optional[pulumi.Input[builtins.str]]):
|
|
417
418
|
pulumi.set(self, "kind", value)
|
|
418
419
|
|
|
419
420
|
@property
|
|
420
421
|
@pulumi.getter
|
|
421
|
-
def name(self) -> Optional[pulumi.Input[str]]:
|
|
422
|
+
def name(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
422
423
|
"""
|
|
423
424
|
Name of the referent; More info: http://kubernetes.io/docs/user-guide/identifiers#names
|
|
424
425
|
"""
|
|
425
426
|
return pulumi.get(self, "name")
|
|
426
427
|
|
|
427
428
|
@name.setter
|
|
428
|
-
def name(self, value: Optional[pulumi.Input[str]]):
|
|
429
|
+
def name(self, value: Optional[pulumi.Input[builtins.str]]):
|
|
429
430
|
pulumi.set(self, "name", value)
|
|
430
431
|
|
|
431
432
|
|
|
@@ -434,15 +435,15 @@ if not MYPY:
|
|
|
434
435
|
"""
|
|
435
436
|
CrossVersionObjectReference contains enough information to let you identify the referred resource.
|
|
436
437
|
"""
|
|
437
|
-
kind: pulumi.Input[str]
|
|
438
|
+
kind: pulumi.Input[builtins.str]
|
|
438
439
|
"""
|
|
439
440
|
Kind of the referent; More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds"
|
|
440
441
|
"""
|
|
441
|
-
name: pulumi.Input[str]
|
|
442
|
+
name: pulumi.Input[builtins.str]
|
|
442
443
|
"""
|
|
443
444
|
Name of the referent; More info: http://kubernetes.io/docs/user-guide/identifiers#names
|
|
444
445
|
"""
|
|
445
|
-
api_version: NotRequired[pulumi.Input[str]]
|
|
446
|
+
api_version: NotRequired[pulumi.Input[builtins.str]]
|
|
446
447
|
"""
|
|
447
448
|
API version of the referent
|
|
448
449
|
"""
|
|
@@ -452,14 +453,14 @@ elif False:
|
|
|
452
453
|
@pulumi.input_type
|
|
453
454
|
class CrossVersionObjectReferenceArgs:
|
|
454
455
|
def __init__(__self__, *,
|
|
455
|
-
kind: pulumi.Input[str],
|
|
456
|
-
name: pulumi.Input[str],
|
|
457
|
-
api_version: Optional[pulumi.Input[str]] = None):
|
|
456
|
+
kind: pulumi.Input[builtins.str],
|
|
457
|
+
name: pulumi.Input[builtins.str],
|
|
458
|
+
api_version: Optional[pulumi.Input[builtins.str]] = None):
|
|
458
459
|
"""
|
|
459
460
|
CrossVersionObjectReference contains enough information to let you identify the referred resource.
|
|
460
|
-
:param pulumi.Input[str] kind: Kind of the referent; More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds"
|
|
461
|
-
:param pulumi.Input[str] name: Name of the referent; More info: http://kubernetes.io/docs/user-guide/identifiers#names
|
|
462
|
-
:param pulumi.Input[str] api_version: API version of the referent
|
|
461
|
+
: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"
|
|
462
|
+
:param pulumi.Input[builtins.str] name: Name of the referent; More info: http://kubernetes.io/docs/user-guide/identifiers#names
|
|
463
|
+
:param pulumi.Input[builtins.str] api_version: API version of the referent
|
|
463
464
|
"""
|
|
464
465
|
pulumi.set(__self__, "kind", kind)
|
|
465
466
|
pulumi.set(__self__, "name", name)
|
|
@@ -468,38 +469,38 @@ class CrossVersionObjectReferenceArgs:
|
|
|
468
469
|
|
|
469
470
|
@property
|
|
470
471
|
@pulumi.getter
|
|
471
|
-
def kind(self) -> pulumi.Input[str]:
|
|
472
|
+
def kind(self) -> pulumi.Input[builtins.str]:
|
|
472
473
|
"""
|
|
473
474
|
Kind of the referent; More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds"
|
|
474
475
|
"""
|
|
475
476
|
return pulumi.get(self, "kind")
|
|
476
477
|
|
|
477
478
|
@kind.setter
|
|
478
|
-
def kind(self, value: pulumi.Input[str]):
|
|
479
|
+
def kind(self, value: pulumi.Input[builtins.str]):
|
|
479
480
|
pulumi.set(self, "kind", value)
|
|
480
481
|
|
|
481
482
|
@property
|
|
482
483
|
@pulumi.getter
|
|
483
|
-
def name(self) -> pulumi.Input[str]:
|
|
484
|
+
def name(self) -> pulumi.Input[builtins.str]:
|
|
484
485
|
"""
|
|
485
486
|
Name of the referent; More info: http://kubernetes.io/docs/user-guide/identifiers#names
|
|
486
487
|
"""
|
|
487
488
|
return pulumi.get(self, "name")
|
|
488
489
|
|
|
489
490
|
@name.setter
|
|
490
|
-
def name(self, value: pulumi.Input[str]):
|
|
491
|
+
def name(self, value: pulumi.Input[builtins.str]):
|
|
491
492
|
pulumi.set(self, "name", value)
|
|
492
493
|
|
|
493
494
|
@property
|
|
494
495
|
@pulumi.getter(name="apiVersion")
|
|
495
|
-
def api_version(self) -> Optional[pulumi.Input[str]]:
|
|
496
|
+
def api_version(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
496
497
|
"""
|
|
497
498
|
API version of the referent
|
|
498
499
|
"""
|
|
499
500
|
return pulumi.get(self, "api_version")
|
|
500
501
|
|
|
501
502
|
@api_version.setter
|
|
502
|
-
def api_version(self, value: Optional[pulumi.Input[str]]):
|
|
503
|
+
def api_version(self, value: Optional[pulumi.Input[builtins.str]]):
|
|
503
504
|
pulumi.set(self, "api_version", value)
|
|
504
505
|
|
|
505
506
|
|
|
@@ -508,7 +509,7 @@ if not MYPY:
|
|
|
508
509
|
"""
|
|
509
510
|
ExternalMetricSource indicates how to scale on a metric not associated with any Kubernetes object (for example length of queue in cloud messaging service, or QPS from loadbalancer running outside of cluster). Exactly one "target" type should be set.
|
|
510
511
|
"""
|
|
511
|
-
metric_name: NotRequired[pulumi.Input[str]]
|
|
512
|
+
metric_name: NotRequired[pulumi.Input[builtins.str]]
|
|
512
513
|
"""
|
|
513
514
|
metricName is the name of the metric in question.
|
|
514
515
|
"""
|
|
@@ -516,11 +517,11 @@ if not MYPY:
|
|
|
516
517
|
"""
|
|
517
518
|
metricSelector is used to identify a specific time series within a given metric.
|
|
518
519
|
"""
|
|
519
|
-
target_average_value: NotRequired[pulumi.Input[str]]
|
|
520
|
+
target_average_value: NotRequired[pulumi.Input[builtins.str]]
|
|
520
521
|
"""
|
|
521
522
|
targetAverageValue is the target per-pod value of global metric (as a quantity). Mutually exclusive with TargetValue.
|
|
522
523
|
"""
|
|
523
|
-
target_value: NotRequired[pulumi.Input[str]]
|
|
524
|
+
target_value: NotRequired[pulumi.Input[builtins.str]]
|
|
524
525
|
"""
|
|
525
526
|
targetValue is the target value of the metric (as a quantity). Mutually exclusive with TargetAverageValue.
|
|
526
527
|
"""
|
|
@@ -530,16 +531,16 @@ elif False:
|
|
|
530
531
|
@pulumi.input_type
|
|
531
532
|
class ExternalMetricSourcePatchArgs:
|
|
532
533
|
def __init__(__self__, *,
|
|
533
|
-
metric_name: Optional[pulumi.Input[str]] = None,
|
|
534
|
+
metric_name: Optional[pulumi.Input[builtins.str]] = None,
|
|
534
535
|
metric_selector: Optional[pulumi.Input['_meta.v1.LabelSelectorPatchArgs']] = None,
|
|
535
|
-
target_average_value: Optional[pulumi.Input[str]] = None,
|
|
536
|
-
target_value: Optional[pulumi.Input[str]] = None):
|
|
536
|
+
target_average_value: Optional[pulumi.Input[builtins.str]] = None,
|
|
537
|
+
target_value: Optional[pulumi.Input[builtins.str]] = None):
|
|
537
538
|
"""
|
|
538
539
|
ExternalMetricSource indicates how to scale on a metric not associated with any Kubernetes object (for example length of queue in cloud messaging service, or QPS from loadbalancer running outside of cluster). Exactly one "target" type should be set.
|
|
539
|
-
:param pulumi.Input[str] metric_name: metricName is the name of the metric in question.
|
|
540
|
+
:param pulumi.Input[builtins.str] metric_name: metricName is the name of the metric in question.
|
|
540
541
|
:param pulumi.Input['_meta.v1.LabelSelectorPatchArgs'] metric_selector: metricSelector is used to identify a specific time series within a given metric.
|
|
541
|
-
:param pulumi.Input[str] target_average_value: targetAverageValue is the target per-pod value of global metric (as a quantity). Mutually exclusive with TargetValue.
|
|
542
|
-
:param pulumi.Input[str] target_value: targetValue is the target value of the metric (as a quantity). Mutually exclusive with TargetAverageValue.
|
|
542
|
+
:param pulumi.Input[builtins.str] target_average_value: targetAverageValue is the target per-pod value of global metric (as a quantity). Mutually exclusive with TargetValue.
|
|
543
|
+
:param pulumi.Input[builtins.str] target_value: targetValue is the target value of the metric (as a quantity). Mutually exclusive with TargetAverageValue.
|
|
543
544
|
"""
|
|
544
545
|
if metric_name is not None:
|
|
545
546
|
pulumi.set(__self__, "metric_name", metric_name)
|
|
@@ -552,14 +553,14 @@ class ExternalMetricSourcePatchArgs:
|
|
|
552
553
|
|
|
553
554
|
@property
|
|
554
555
|
@pulumi.getter(name="metricName")
|
|
555
|
-
def metric_name(self) -> Optional[pulumi.Input[str]]:
|
|
556
|
+
def metric_name(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
556
557
|
"""
|
|
557
558
|
metricName is the name of the metric in question.
|
|
558
559
|
"""
|
|
559
560
|
return pulumi.get(self, "metric_name")
|
|
560
561
|
|
|
561
562
|
@metric_name.setter
|
|
562
|
-
def metric_name(self, value: Optional[pulumi.Input[str]]):
|
|
563
|
+
def metric_name(self, value: Optional[pulumi.Input[builtins.str]]):
|
|
563
564
|
pulumi.set(self, "metric_name", value)
|
|
564
565
|
|
|
565
566
|
@property
|
|
@@ -576,26 +577,26 @@ class ExternalMetricSourcePatchArgs:
|
|
|
576
577
|
|
|
577
578
|
@property
|
|
578
579
|
@pulumi.getter(name="targetAverageValue")
|
|
579
|
-
def target_average_value(self) -> Optional[pulumi.Input[str]]:
|
|
580
|
+
def target_average_value(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
580
581
|
"""
|
|
581
582
|
targetAverageValue is the target per-pod value of global metric (as a quantity). Mutually exclusive with TargetValue.
|
|
582
583
|
"""
|
|
583
584
|
return pulumi.get(self, "target_average_value")
|
|
584
585
|
|
|
585
586
|
@target_average_value.setter
|
|
586
|
-
def target_average_value(self, value: Optional[pulumi.Input[str]]):
|
|
587
|
+
def target_average_value(self, value: Optional[pulumi.Input[builtins.str]]):
|
|
587
588
|
pulumi.set(self, "target_average_value", value)
|
|
588
589
|
|
|
589
590
|
@property
|
|
590
591
|
@pulumi.getter(name="targetValue")
|
|
591
|
-
def target_value(self) -> Optional[pulumi.Input[str]]:
|
|
592
|
+
def target_value(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
592
593
|
"""
|
|
593
594
|
targetValue is the target value of the metric (as a quantity). Mutually exclusive with TargetAverageValue.
|
|
594
595
|
"""
|
|
595
596
|
return pulumi.get(self, "target_value")
|
|
596
597
|
|
|
597
598
|
@target_value.setter
|
|
598
|
-
def target_value(self, value: Optional[pulumi.Input[str]]):
|
|
599
|
+
def target_value(self, value: Optional[pulumi.Input[builtins.str]]):
|
|
599
600
|
pulumi.set(self, "target_value", value)
|
|
600
601
|
|
|
601
602
|
|
|
@@ -604,7 +605,7 @@ if not MYPY:
|
|
|
604
605
|
"""
|
|
605
606
|
ExternalMetricSource indicates how to scale on a metric not associated with any Kubernetes object (for example length of queue in cloud messaging service, or QPS from loadbalancer running outside of cluster). Exactly one "target" type should be set.
|
|
606
607
|
"""
|
|
607
|
-
metric_name: pulumi.Input[str]
|
|
608
|
+
metric_name: pulumi.Input[builtins.str]
|
|
608
609
|
"""
|
|
609
610
|
metricName is the name of the metric in question.
|
|
610
611
|
"""
|
|
@@ -612,11 +613,11 @@ if not MYPY:
|
|
|
612
613
|
"""
|
|
613
614
|
metricSelector is used to identify a specific time series within a given metric.
|
|
614
615
|
"""
|
|
615
|
-
target_average_value: NotRequired[pulumi.Input[str]]
|
|
616
|
+
target_average_value: NotRequired[pulumi.Input[builtins.str]]
|
|
616
617
|
"""
|
|
617
618
|
targetAverageValue is the target per-pod value of global metric (as a quantity). Mutually exclusive with TargetValue.
|
|
618
619
|
"""
|
|
619
|
-
target_value: NotRequired[pulumi.Input[str]]
|
|
620
|
+
target_value: NotRequired[pulumi.Input[builtins.str]]
|
|
620
621
|
"""
|
|
621
622
|
targetValue is the target value of the metric (as a quantity). Mutually exclusive with TargetAverageValue.
|
|
622
623
|
"""
|
|
@@ -626,16 +627,16 @@ elif False:
|
|
|
626
627
|
@pulumi.input_type
|
|
627
628
|
class ExternalMetricSourceArgs:
|
|
628
629
|
def __init__(__self__, *,
|
|
629
|
-
metric_name: pulumi.Input[str],
|
|
630
|
+
metric_name: pulumi.Input[builtins.str],
|
|
630
631
|
metric_selector: Optional[pulumi.Input['_meta.v1.LabelSelectorArgs']] = None,
|
|
631
|
-
target_average_value: Optional[pulumi.Input[str]] = None,
|
|
632
|
-
target_value: Optional[pulumi.Input[str]] = None):
|
|
632
|
+
target_average_value: Optional[pulumi.Input[builtins.str]] = None,
|
|
633
|
+
target_value: Optional[pulumi.Input[builtins.str]] = None):
|
|
633
634
|
"""
|
|
634
635
|
ExternalMetricSource indicates how to scale on a metric not associated with any Kubernetes object (for example length of queue in cloud messaging service, or QPS from loadbalancer running outside of cluster). Exactly one "target" type should be set.
|
|
635
|
-
:param pulumi.Input[str] metric_name: metricName is the name of the metric in question.
|
|
636
|
+
:param pulumi.Input[builtins.str] metric_name: metricName is the name of the metric in question.
|
|
636
637
|
:param pulumi.Input['_meta.v1.LabelSelectorArgs'] metric_selector: metricSelector is used to identify a specific time series within a given metric.
|
|
637
|
-
:param pulumi.Input[str] target_average_value: targetAverageValue is the target per-pod value of global metric (as a quantity). Mutually exclusive with TargetValue.
|
|
638
|
-
:param pulumi.Input[str] target_value: targetValue is the target value of the metric (as a quantity). Mutually exclusive with TargetAverageValue.
|
|
638
|
+
:param pulumi.Input[builtins.str] target_average_value: targetAverageValue is the target per-pod value of global metric (as a quantity). Mutually exclusive with TargetValue.
|
|
639
|
+
:param pulumi.Input[builtins.str] target_value: targetValue is the target value of the metric (as a quantity). Mutually exclusive with TargetAverageValue.
|
|
639
640
|
"""
|
|
640
641
|
pulumi.set(__self__, "metric_name", metric_name)
|
|
641
642
|
if metric_selector is not None:
|
|
@@ -647,14 +648,14 @@ class ExternalMetricSourceArgs:
|
|
|
647
648
|
|
|
648
649
|
@property
|
|
649
650
|
@pulumi.getter(name="metricName")
|
|
650
|
-
def metric_name(self) -> pulumi.Input[str]:
|
|
651
|
+
def metric_name(self) -> pulumi.Input[builtins.str]:
|
|
651
652
|
"""
|
|
652
653
|
metricName is the name of the metric in question.
|
|
653
654
|
"""
|
|
654
655
|
return pulumi.get(self, "metric_name")
|
|
655
656
|
|
|
656
657
|
@metric_name.setter
|
|
657
|
-
def metric_name(self, value: pulumi.Input[str]):
|
|
658
|
+
def metric_name(self, value: pulumi.Input[builtins.str]):
|
|
658
659
|
pulumi.set(self, "metric_name", value)
|
|
659
660
|
|
|
660
661
|
@property
|
|
@@ -671,26 +672,26 @@ class ExternalMetricSourceArgs:
|
|
|
671
672
|
|
|
672
673
|
@property
|
|
673
674
|
@pulumi.getter(name="targetAverageValue")
|
|
674
|
-
def target_average_value(self) -> Optional[pulumi.Input[str]]:
|
|
675
|
+
def target_average_value(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
675
676
|
"""
|
|
676
677
|
targetAverageValue is the target per-pod value of global metric (as a quantity). Mutually exclusive with TargetValue.
|
|
677
678
|
"""
|
|
678
679
|
return pulumi.get(self, "target_average_value")
|
|
679
680
|
|
|
680
681
|
@target_average_value.setter
|
|
681
|
-
def target_average_value(self, value: Optional[pulumi.Input[str]]):
|
|
682
|
+
def target_average_value(self, value: Optional[pulumi.Input[builtins.str]]):
|
|
682
683
|
pulumi.set(self, "target_average_value", value)
|
|
683
684
|
|
|
684
685
|
@property
|
|
685
686
|
@pulumi.getter(name="targetValue")
|
|
686
|
-
def target_value(self) -> Optional[pulumi.Input[str]]:
|
|
687
|
+
def target_value(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
687
688
|
"""
|
|
688
689
|
targetValue is the target value of the metric (as a quantity). Mutually exclusive with TargetAverageValue.
|
|
689
690
|
"""
|
|
690
691
|
return pulumi.get(self, "target_value")
|
|
691
692
|
|
|
692
693
|
@target_value.setter
|
|
693
|
-
def target_value(self, value: Optional[pulumi.Input[str]]):
|
|
694
|
+
def target_value(self, value: Optional[pulumi.Input[builtins.str]]):
|
|
694
695
|
pulumi.set(self, "target_value", value)
|
|
695
696
|
|
|
696
697
|
|
|
@@ -699,15 +700,15 @@ if not MYPY:
|
|
|
699
700
|
"""
|
|
700
701
|
ExternalMetricStatus indicates the current value of a global metric not associated with any Kubernetes object.
|
|
701
702
|
"""
|
|
702
|
-
current_value: pulumi.Input[str]
|
|
703
|
+
current_value: pulumi.Input[builtins.str]
|
|
703
704
|
"""
|
|
704
705
|
currentValue is the current value of the metric (as a quantity)
|
|
705
706
|
"""
|
|
706
|
-
metric_name: pulumi.Input[str]
|
|
707
|
+
metric_name: pulumi.Input[builtins.str]
|
|
707
708
|
"""
|
|
708
709
|
metricName is the name of a metric used for autoscaling in metric system.
|
|
709
710
|
"""
|
|
710
|
-
current_average_value: NotRequired[pulumi.Input[str]]
|
|
711
|
+
current_average_value: NotRequired[pulumi.Input[builtins.str]]
|
|
711
712
|
"""
|
|
712
713
|
currentAverageValue is the current value of metric averaged over autoscaled pods.
|
|
713
714
|
"""
|
|
@@ -721,15 +722,15 @@ elif False:
|
|
|
721
722
|
@pulumi.input_type
|
|
722
723
|
class ExternalMetricStatusArgs:
|
|
723
724
|
def __init__(__self__, *,
|
|
724
|
-
current_value: pulumi.Input[str],
|
|
725
|
-
metric_name: pulumi.Input[str],
|
|
726
|
-
current_average_value: Optional[pulumi.Input[str]] = None,
|
|
725
|
+
current_value: pulumi.Input[builtins.str],
|
|
726
|
+
metric_name: pulumi.Input[builtins.str],
|
|
727
|
+
current_average_value: Optional[pulumi.Input[builtins.str]] = None,
|
|
727
728
|
metric_selector: Optional[pulumi.Input['_meta.v1.LabelSelectorArgs']] = None):
|
|
728
729
|
"""
|
|
729
730
|
ExternalMetricStatus indicates the current value of a global metric not associated with any Kubernetes object.
|
|
730
|
-
:param pulumi.Input[str] current_value: currentValue is the current value of the metric (as a quantity)
|
|
731
|
-
:param pulumi.Input[str] metric_name: metricName is the name of a metric used for autoscaling in metric system.
|
|
732
|
-
:param pulumi.Input[str] current_average_value: currentAverageValue is the current value of metric averaged over autoscaled pods.
|
|
731
|
+
:param pulumi.Input[builtins.str] current_value: currentValue is the current value of the metric (as a quantity)
|
|
732
|
+
:param pulumi.Input[builtins.str] metric_name: metricName is the name of a metric used for autoscaling in metric system.
|
|
733
|
+
:param pulumi.Input[builtins.str] current_average_value: currentAverageValue is the current value of metric averaged over autoscaled pods.
|
|
733
734
|
:param pulumi.Input['_meta.v1.LabelSelectorArgs'] metric_selector: metricSelector is used to identify a specific time series within a given metric.
|
|
734
735
|
"""
|
|
735
736
|
pulumi.set(__self__, "current_value", current_value)
|
|
@@ -741,38 +742,38 @@ class ExternalMetricStatusArgs:
|
|
|
741
742
|
|
|
742
743
|
@property
|
|
743
744
|
@pulumi.getter(name="currentValue")
|
|
744
|
-
def current_value(self) -> pulumi.Input[str]:
|
|
745
|
+
def current_value(self) -> pulumi.Input[builtins.str]:
|
|
745
746
|
"""
|
|
746
747
|
currentValue is the current value of the metric (as a quantity)
|
|
747
748
|
"""
|
|
748
749
|
return pulumi.get(self, "current_value")
|
|
749
750
|
|
|
750
751
|
@current_value.setter
|
|
751
|
-
def current_value(self, value: pulumi.Input[str]):
|
|
752
|
+
def current_value(self, value: pulumi.Input[builtins.str]):
|
|
752
753
|
pulumi.set(self, "current_value", value)
|
|
753
754
|
|
|
754
755
|
@property
|
|
755
756
|
@pulumi.getter(name="metricName")
|
|
756
|
-
def metric_name(self) -> pulumi.Input[str]:
|
|
757
|
+
def metric_name(self) -> pulumi.Input[builtins.str]:
|
|
757
758
|
"""
|
|
758
759
|
metricName is the name of a metric used for autoscaling in metric system.
|
|
759
760
|
"""
|
|
760
761
|
return pulumi.get(self, "metric_name")
|
|
761
762
|
|
|
762
763
|
@metric_name.setter
|
|
763
|
-
def metric_name(self, value: pulumi.Input[str]):
|
|
764
|
+
def metric_name(self, value: pulumi.Input[builtins.str]):
|
|
764
765
|
pulumi.set(self, "metric_name", value)
|
|
765
766
|
|
|
766
767
|
@property
|
|
767
768
|
@pulumi.getter(name="currentAverageValue")
|
|
768
|
-
def current_average_value(self) -> Optional[pulumi.Input[str]]:
|
|
769
|
+
def current_average_value(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
769
770
|
"""
|
|
770
771
|
currentAverageValue is the current value of metric averaged over autoscaled pods.
|
|
771
772
|
"""
|
|
772
773
|
return pulumi.get(self, "current_average_value")
|
|
773
774
|
|
|
774
775
|
@current_average_value.setter
|
|
775
|
-
def current_average_value(self, value: Optional[pulumi.Input[str]]):
|
|
776
|
+
def current_average_value(self, value: Optional[pulumi.Input[builtins.str]]):
|
|
776
777
|
pulumi.set(self, "current_average_value", value)
|
|
777
778
|
|
|
778
779
|
@property
|
|
@@ -793,23 +794,23 @@ if not MYPY:
|
|
|
793
794
|
"""
|
|
794
795
|
HorizontalPodAutoscalerCondition describes the state of a HorizontalPodAutoscaler at a certain point.
|
|
795
796
|
"""
|
|
796
|
-
status: pulumi.Input[str]
|
|
797
|
+
status: pulumi.Input[builtins.str]
|
|
797
798
|
"""
|
|
798
799
|
status is the status of the condition (True, False, Unknown)
|
|
799
800
|
"""
|
|
800
|
-
type: pulumi.Input[str]
|
|
801
|
+
type: pulumi.Input[builtins.str]
|
|
801
802
|
"""
|
|
802
803
|
type describes the current condition
|
|
803
804
|
"""
|
|
804
|
-
last_transition_time: NotRequired[pulumi.Input[str]]
|
|
805
|
+
last_transition_time: NotRequired[pulumi.Input[builtins.str]]
|
|
805
806
|
"""
|
|
806
807
|
lastTransitionTime is the last time the condition transitioned from one status to another
|
|
807
808
|
"""
|
|
808
|
-
message: NotRequired[pulumi.Input[str]]
|
|
809
|
+
message: NotRequired[pulumi.Input[builtins.str]]
|
|
809
810
|
"""
|
|
810
811
|
message is a human-readable explanation containing details about the transition
|
|
811
812
|
"""
|
|
812
|
-
reason: NotRequired[pulumi.Input[str]]
|
|
813
|
+
reason: NotRequired[pulumi.Input[builtins.str]]
|
|
813
814
|
"""
|
|
814
815
|
reason is the reason for the condition's last transition.
|
|
815
816
|
"""
|
|
@@ -819,18 +820,18 @@ elif False:
|
|
|
819
820
|
@pulumi.input_type
|
|
820
821
|
class HorizontalPodAutoscalerConditionArgs:
|
|
821
822
|
def __init__(__self__, *,
|
|
822
|
-
status: pulumi.Input[str],
|
|
823
|
-
type: pulumi.Input[str],
|
|
824
|
-
last_transition_time: Optional[pulumi.Input[str]] = None,
|
|
825
|
-
message: Optional[pulumi.Input[str]] = None,
|
|
826
|
-
reason: Optional[pulumi.Input[str]] = None):
|
|
823
|
+
status: pulumi.Input[builtins.str],
|
|
824
|
+
type: pulumi.Input[builtins.str],
|
|
825
|
+
last_transition_time: Optional[pulumi.Input[builtins.str]] = None,
|
|
826
|
+
message: Optional[pulumi.Input[builtins.str]] = None,
|
|
827
|
+
reason: Optional[pulumi.Input[builtins.str]] = None):
|
|
827
828
|
"""
|
|
828
829
|
HorizontalPodAutoscalerCondition describes the state of a HorizontalPodAutoscaler at a certain point.
|
|
829
|
-
:param pulumi.Input[str] status: status is the status of the condition (True, False, Unknown)
|
|
830
|
-
:param pulumi.Input[str] type: type describes the current condition
|
|
831
|
-
:param pulumi.Input[str] last_transition_time: lastTransitionTime is the last time the condition transitioned from one status to another
|
|
832
|
-
:param pulumi.Input[str] message: message is a human-readable explanation containing details about the transition
|
|
833
|
-
:param pulumi.Input[str] reason: reason is the reason for the condition's last transition.
|
|
830
|
+
:param pulumi.Input[builtins.str] status: status is the status of the condition (True, False, Unknown)
|
|
831
|
+
:param pulumi.Input[builtins.str] type: type describes the current condition
|
|
832
|
+
:param pulumi.Input[builtins.str] last_transition_time: lastTransitionTime is the last time the condition transitioned from one status to another
|
|
833
|
+
:param pulumi.Input[builtins.str] message: message is a human-readable explanation containing details about the transition
|
|
834
|
+
:param pulumi.Input[builtins.str] reason: reason is the reason for the condition's last transition.
|
|
834
835
|
"""
|
|
835
836
|
pulumi.set(__self__, "status", status)
|
|
836
837
|
pulumi.set(__self__, "type", type)
|
|
@@ -843,62 +844,62 @@ class HorizontalPodAutoscalerConditionArgs:
|
|
|
843
844
|
|
|
844
845
|
@property
|
|
845
846
|
@pulumi.getter
|
|
846
|
-
def status(self) -> pulumi.Input[str]:
|
|
847
|
+
def status(self) -> pulumi.Input[builtins.str]:
|
|
847
848
|
"""
|
|
848
849
|
status is the status of the condition (True, False, Unknown)
|
|
849
850
|
"""
|
|
850
851
|
return pulumi.get(self, "status")
|
|
851
852
|
|
|
852
853
|
@status.setter
|
|
853
|
-
def status(self, value: pulumi.Input[str]):
|
|
854
|
+
def status(self, value: pulumi.Input[builtins.str]):
|
|
854
855
|
pulumi.set(self, "status", value)
|
|
855
856
|
|
|
856
857
|
@property
|
|
857
858
|
@pulumi.getter
|
|
858
|
-
def type(self) -> pulumi.Input[str]:
|
|
859
|
+
def type(self) -> pulumi.Input[builtins.str]:
|
|
859
860
|
"""
|
|
860
861
|
type describes the current condition
|
|
861
862
|
"""
|
|
862
863
|
return pulumi.get(self, "type")
|
|
863
864
|
|
|
864
865
|
@type.setter
|
|
865
|
-
def type(self, value: pulumi.Input[str]):
|
|
866
|
+
def type(self, value: pulumi.Input[builtins.str]):
|
|
866
867
|
pulumi.set(self, "type", value)
|
|
867
868
|
|
|
868
869
|
@property
|
|
869
870
|
@pulumi.getter(name="lastTransitionTime")
|
|
870
|
-
def last_transition_time(self) -> Optional[pulumi.Input[str]]:
|
|
871
|
+
def last_transition_time(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
871
872
|
"""
|
|
872
873
|
lastTransitionTime is the last time the condition transitioned from one status to another
|
|
873
874
|
"""
|
|
874
875
|
return pulumi.get(self, "last_transition_time")
|
|
875
876
|
|
|
876
877
|
@last_transition_time.setter
|
|
877
|
-
def last_transition_time(self, value: Optional[pulumi.Input[str]]):
|
|
878
|
+
def last_transition_time(self, value: Optional[pulumi.Input[builtins.str]]):
|
|
878
879
|
pulumi.set(self, "last_transition_time", value)
|
|
879
880
|
|
|
880
881
|
@property
|
|
881
882
|
@pulumi.getter
|
|
882
|
-
def message(self) -> Optional[pulumi.Input[str]]:
|
|
883
|
+
def message(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
883
884
|
"""
|
|
884
885
|
message is a human-readable explanation containing details about the transition
|
|
885
886
|
"""
|
|
886
887
|
return pulumi.get(self, "message")
|
|
887
888
|
|
|
888
889
|
@message.setter
|
|
889
|
-
def message(self, value: Optional[pulumi.Input[str]]):
|
|
890
|
+
def message(self, value: Optional[pulumi.Input[builtins.str]]):
|
|
890
891
|
pulumi.set(self, "message", value)
|
|
891
892
|
|
|
892
893
|
@property
|
|
893
894
|
@pulumi.getter
|
|
894
|
-
def reason(self) -> Optional[pulumi.Input[str]]:
|
|
895
|
+
def reason(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
895
896
|
"""
|
|
896
897
|
reason is the reason for the condition's last transition.
|
|
897
898
|
"""
|
|
898
899
|
return pulumi.get(self, "reason")
|
|
899
900
|
|
|
900
901
|
@reason.setter
|
|
901
|
-
def reason(self, value: Optional[pulumi.Input[str]]):
|
|
902
|
+
def reason(self, value: Optional[pulumi.Input[builtins.str]]):
|
|
902
903
|
pulumi.set(self, "reason", value)
|
|
903
904
|
|
|
904
905
|
|
|
@@ -907,7 +908,7 @@ if not MYPY:
|
|
|
907
908
|
"""
|
|
908
909
|
HorizontalPodAutoscalerSpec describes the desired functionality of the HorizontalPodAutoscaler.
|
|
909
910
|
"""
|
|
910
|
-
max_replicas: NotRequired[pulumi.Input[int]]
|
|
911
|
+
max_replicas: NotRequired[pulumi.Input[builtins.int]]
|
|
911
912
|
"""
|
|
912
913
|
maxReplicas is the upper limit for the number of replicas to which the autoscaler can scale up. It cannot be less that minReplicas.
|
|
913
914
|
"""
|
|
@@ -915,7 +916,7 @@ if not MYPY:
|
|
|
915
916
|
"""
|
|
916
917
|
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.
|
|
917
918
|
"""
|
|
918
|
-
min_replicas: NotRequired[pulumi.Input[int]]
|
|
919
|
+
min_replicas: NotRequired[pulumi.Input[builtins.int]]
|
|
919
920
|
"""
|
|
920
921
|
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.
|
|
921
922
|
"""
|
|
@@ -929,15 +930,15 @@ elif False:
|
|
|
929
930
|
@pulumi.input_type
|
|
930
931
|
class HorizontalPodAutoscalerSpecPatchArgs:
|
|
931
932
|
def __init__(__self__, *,
|
|
932
|
-
max_replicas: Optional[pulumi.Input[int]] = None,
|
|
933
|
+
max_replicas: Optional[pulumi.Input[builtins.int]] = None,
|
|
933
934
|
metrics: Optional[pulumi.Input[Sequence[pulumi.Input['MetricSpecPatchArgs']]]] = None,
|
|
934
|
-
min_replicas: Optional[pulumi.Input[int]] = None,
|
|
935
|
+
min_replicas: Optional[pulumi.Input[builtins.int]] = None,
|
|
935
936
|
scale_target_ref: Optional[pulumi.Input['CrossVersionObjectReferencePatchArgs']] = None):
|
|
936
937
|
"""
|
|
937
938
|
HorizontalPodAutoscalerSpec describes the desired functionality of the HorizontalPodAutoscaler.
|
|
938
|
-
:param pulumi.Input[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.
|
|
939
|
+
: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.
|
|
939
940
|
: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.
|
|
940
|
-
:param pulumi.Input[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.
|
|
941
|
+
: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.
|
|
941
942
|
: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.
|
|
942
943
|
"""
|
|
943
944
|
if max_replicas is not None:
|
|
@@ -951,14 +952,14 @@ class HorizontalPodAutoscalerSpecPatchArgs:
|
|
|
951
952
|
|
|
952
953
|
@property
|
|
953
954
|
@pulumi.getter(name="maxReplicas")
|
|
954
|
-
def max_replicas(self) -> Optional[pulumi.Input[int]]:
|
|
955
|
+
def max_replicas(self) -> Optional[pulumi.Input[builtins.int]]:
|
|
955
956
|
"""
|
|
956
957
|
maxReplicas is the upper limit for the number of replicas to which the autoscaler can scale up. It cannot be less that minReplicas.
|
|
957
958
|
"""
|
|
958
959
|
return pulumi.get(self, "max_replicas")
|
|
959
960
|
|
|
960
961
|
@max_replicas.setter
|
|
961
|
-
def max_replicas(self, value: Optional[pulumi.Input[int]]):
|
|
962
|
+
def max_replicas(self, value: Optional[pulumi.Input[builtins.int]]):
|
|
962
963
|
pulumi.set(self, "max_replicas", value)
|
|
963
964
|
|
|
964
965
|
@property
|
|
@@ -975,14 +976,14 @@ class HorizontalPodAutoscalerSpecPatchArgs:
|
|
|
975
976
|
|
|
976
977
|
@property
|
|
977
978
|
@pulumi.getter(name="minReplicas")
|
|
978
|
-
def min_replicas(self) -> Optional[pulumi.Input[int]]:
|
|
979
|
+
def min_replicas(self) -> Optional[pulumi.Input[builtins.int]]:
|
|
979
980
|
"""
|
|
980
981
|
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.
|
|
981
982
|
"""
|
|
982
983
|
return pulumi.get(self, "min_replicas")
|
|
983
984
|
|
|
984
985
|
@min_replicas.setter
|
|
985
|
-
def min_replicas(self, value: Optional[pulumi.Input[int]]):
|
|
986
|
+
def min_replicas(self, value: Optional[pulumi.Input[builtins.int]]):
|
|
986
987
|
pulumi.set(self, "min_replicas", value)
|
|
987
988
|
|
|
988
989
|
@property
|
|
@@ -1003,7 +1004,7 @@ if not MYPY:
|
|
|
1003
1004
|
"""
|
|
1004
1005
|
HorizontalPodAutoscalerSpec describes the desired functionality of the HorizontalPodAutoscaler.
|
|
1005
1006
|
"""
|
|
1006
|
-
max_replicas: pulumi.Input[int]
|
|
1007
|
+
max_replicas: pulumi.Input[builtins.int]
|
|
1007
1008
|
"""
|
|
1008
1009
|
maxReplicas is the upper limit for the number of replicas to which the autoscaler can scale up. It cannot be less that minReplicas.
|
|
1009
1010
|
"""
|
|
@@ -1015,7 +1016,7 @@ if not MYPY:
|
|
|
1015
1016
|
"""
|
|
1016
1017
|
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.
|
|
1017
1018
|
"""
|
|
1018
|
-
min_replicas: NotRequired[pulumi.Input[int]]
|
|
1019
|
+
min_replicas: NotRequired[pulumi.Input[builtins.int]]
|
|
1019
1020
|
"""
|
|
1020
1021
|
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.
|
|
1021
1022
|
"""
|
|
@@ -1025,16 +1026,16 @@ elif False:
|
|
|
1025
1026
|
@pulumi.input_type
|
|
1026
1027
|
class HorizontalPodAutoscalerSpecArgs:
|
|
1027
1028
|
def __init__(__self__, *,
|
|
1028
|
-
max_replicas: pulumi.Input[int],
|
|
1029
|
+
max_replicas: pulumi.Input[builtins.int],
|
|
1029
1030
|
scale_target_ref: pulumi.Input['CrossVersionObjectReferenceArgs'],
|
|
1030
1031
|
metrics: Optional[pulumi.Input[Sequence[pulumi.Input['MetricSpecArgs']]]] = None,
|
|
1031
|
-
min_replicas: Optional[pulumi.Input[int]] = None):
|
|
1032
|
+
min_replicas: Optional[pulumi.Input[builtins.int]] = None):
|
|
1032
1033
|
"""
|
|
1033
1034
|
HorizontalPodAutoscalerSpec describes the desired functionality of the HorizontalPodAutoscaler.
|
|
1034
|
-
:param pulumi.Input[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.
|
|
1035
|
+
: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.
|
|
1035
1036
|
: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.
|
|
1036
1037
|
: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.
|
|
1037
|
-
:param pulumi.Input[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.
|
|
1038
|
+
: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.
|
|
1038
1039
|
"""
|
|
1039
1040
|
pulumi.set(__self__, "max_replicas", max_replicas)
|
|
1040
1041
|
pulumi.set(__self__, "scale_target_ref", scale_target_ref)
|
|
@@ -1045,14 +1046,14 @@ class HorizontalPodAutoscalerSpecArgs:
|
|
|
1045
1046
|
|
|
1046
1047
|
@property
|
|
1047
1048
|
@pulumi.getter(name="maxReplicas")
|
|
1048
|
-
def max_replicas(self) -> pulumi.Input[int]:
|
|
1049
|
+
def max_replicas(self) -> pulumi.Input[builtins.int]:
|
|
1049
1050
|
"""
|
|
1050
1051
|
maxReplicas is the upper limit for the number of replicas to which the autoscaler can scale up. It cannot be less that minReplicas.
|
|
1051
1052
|
"""
|
|
1052
1053
|
return pulumi.get(self, "max_replicas")
|
|
1053
1054
|
|
|
1054
1055
|
@max_replicas.setter
|
|
1055
|
-
def max_replicas(self, value: pulumi.Input[int]):
|
|
1056
|
+
def max_replicas(self, value: pulumi.Input[builtins.int]):
|
|
1056
1057
|
pulumi.set(self, "max_replicas", value)
|
|
1057
1058
|
|
|
1058
1059
|
@property
|
|
@@ -1081,14 +1082,14 @@ class HorizontalPodAutoscalerSpecArgs:
|
|
|
1081
1082
|
|
|
1082
1083
|
@property
|
|
1083
1084
|
@pulumi.getter(name="minReplicas")
|
|
1084
|
-
def min_replicas(self) -> Optional[pulumi.Input[int]]:
|
|
1085
|
+
def min_replicas(self) -> Optional[pulumi.Input[builtins.int]]:
|
|
1085
1086
|
"""
|
|
1086
1087
|
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.
|
|
1087
1088
|
"""
|
|
1088
1089
|
return pulumi.get(self, "min_replicas")
|
|
1089
1090
|
|
|
1090
1091
|
@min_replicas.setter
|
|
1091
|
-
def min_replicas(self, value: Optional[pulumi.Input[int]]):
|
|
1092
|
+
def min_replicas(self, value: Optional[pulumi.Input[builtins.int]]):
|
|
1092
1093
|
pulumi.set(self, "min_replicas", value)
|
|
1093
1094
|
|
|
1094
1095
|
|
|
@@ -1101,11 +1102,11 @@ if not MYPY:
|
|
|
1101
1102
|
"""
|
|
1102
1103
|
conditions is the set of conditions required for this autoscaler to scale its target, and indicates whether or not those conditions are met.
|
|
1103
1104
|
"""
|
|
1104
|
-
current_replicas: pulumi.Input[int]
|
|
1105
|
+
current_replicas: pulumi.Input[builtins.int]
|
|
1105
1106
|
"""
|
|
1106
1107
|
currentReplicas is current number of replicas of pods managed by this autoscaler, as last seen by the autoscaler.
|
|
1107
1108
|
"""
|
|
1108
|
-
desired_replicas: pulumi.Input[int]
|
|
1109
|
+
desired_replicas: pulumi.Input[builtins.int]
|
|
1109
1110
|
"""
|
|
1110
1111
|
desiredReplicas is the desired number of replicas of pods managed by this autoscaler, as last calculated by the autoscaler.
|
|
1111
1112
|
"""
|
|
@@ -1113,11 +1114,11 @@ if not MYPY:
|
|
|
1113
1114
|
"""
|
|
1114
1115
|
currentMetrics is the last read state of the metrics used by this autoscaler.
|
|
1115
1116
|
"""
|
|
1116
|
-
last_scale_time: NotRequired[pulumi.Input[str]]
|
|
1117
|
+
last_scale_time: NotRequired[pulumi.Input[builtins.str]]
|
|
1117
1118
|
"""
|
|
1118
1119
|
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.
|
|
1119
1120
|
"""
|
|
1120
|
-
observed_generation: NotRequired[pulumi.Input[int]]
|
|
1121
|
+
observed_generation: NotRequired[pulumi.Input[builtins.int]]
|
|
1121
1122
|
"""
|
|
1122
1123
|
observedGeneration is the most recent generation observed by this autoscaler.
|
|
1123
1124
|
"""
|
|
@@ -1128,19 +1129,19 @@ elif False:
|
|
|
1128
1129
|
class HorizontalPodAutoscalerStatusArgs:
|
|
1129
1130
|
def __init__(__self__, *,
|
|
1130
1131
|
conditions: pulumi.Input[Sequence[pulumi.Input['HorizontalPodAutoscalerConditionArgs']]],
|
|
1131
|
-
current_replicas: pulumi.Input[int],
|
|
1132
|
-
desired_replicas: pulumi.Input[int],
|
|
1132
|
+
current_replicas: pulumi.Input[builtins.int],
|
|
1133
|
+
desired_replicas: pulumi.Input[builtins.int],
|
|
1133
1134
|
current_metrics: Optional[pulumi.Input[Sequence[pulumi.Input['MetricStatusArgs']]]] = None,
|
|
1134
|
-
last_scale_time: Optional[pulumi.Input[str]] = None,
|
|
1135
|
-
observed_generation: Optional[pulumi.Input[int]] = None):
|
|
1135
|
+
last_scale_time: Optional[pulumi.Input[builtins.str]] = None,
|
|
1136
|
+
observed_generation: Optional[pulumi.Input[builtins.int]] = None):
|
|
1136
1137
|
"""
|
|
1137
1138
|
HorizontalPodAutoscalerStatus describes the current status of a horizontal pod autoscaler.
|
|
1138
1139
|
: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.
|
|
1139
|
-
:param pulumi.Input[int] current_replicas: currentReplicas is current number of replicas of pods managed by this autoscaler, as last seen by the autoscaler.
|
|
1140
|
-
:param pulumi.Input[int] desired_replicas: desiredReplicas is the desired number of replicas of pods managed by this autoscaler, as last calculated by the autoscaler.
|
|
1140
|
+
: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.
|
|
1141
|
+
: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.
|
|
1141
1142
|
:param pulumi.Input[Sequence[pulumi.Input['MetricStatusArgs']]] current_metrics: currentMetrics is the last read state of the metrics used by this autoscaler.
|
|
1142
|
-
:param pulumi.Input[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.
|
|
1143
|
-
:param pulumi.Input[int] observed_generation: observedGeneration is the most recent generation observed by this autoscaler.
|
|
1143
|
+
: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.
|
|
1144
|
+
:param pulumi.Input[builtins.int] observed_generation: observedGeneration is the most recent generation observed by this autoscaler.
|
|
1144
1145
|
"""
|
|
1145
1146
|
pulumi.set(__self__, "conditions", conditions)
|
|
1146
1147
|
pulumi.set(__self__, "current_replicas", current_replicas)
|
|
@@ -1166,26 +1167,26 @@ class HorizontalPodAutoscalerStatusArgs:
|
|
|
1166
1167
|
|
|
1167
1168
|
@property
|
|
1168
1169
|
@pulumi.getter(name="currentReplicas")
|
|
1169
|
-
def current_replicas(self) -> pulumi.Input[int]:
|
|
1170
|
+
def current_replicas(self) -> pulumi.Input[builtins.int]:
|
|
1170
1171
|
"""
|
|
1171
1172
|
currentReplicas is current number of replicas of pods managed by this autoscaler, as last seen by the autoscaler.
|
|
1172
1173
|
"""
|
|
1173
1174
|
return pulumi.get(self, "current_replicas")
|
|
1174
1175
|
|
|
1175
1176
|
@current_replicas.setter
|
|
1176
|
-
def current_replicas(self, value: pulumi.Input[int]):
|
|
1177
|
+
def current_replicas(self, value: pulumi.Input[builtins.int]):
|
|
1177
1178
|
pulumi.set(self, "current_replicas", value)
|
|
1178
1179
|
|
|
1179
1180
|
@property
|
|
1180
1181
|
@pulumi.getter(name="desiredReplicas")
|
|
1181
|
-
def desired_replicas(self) -> pulumi.Input[int]:
|
|
1182
|
+
def desired_replicas(self) -> pulumi.Input[builtins.int]:
|
|
1182
1183
|
"""
|
|
1183
1184
|
desiredReplicas is the desired number of replicas of pods managed by this autoscaler, as last calculated by the autoscaler.
|
|
1184
1185
|
"""
|
|
1185
1186
|
return pulumi.get(self, "desired_replicas")
|
|
1186
1187
|
|
|
1187
1188
|
@desired_replicas.setter
|
|
1188
|
-
def desired_replicas(self, value: pulumi.Input[int]):
|
|
1189
|
+
def desired_replicas(self, value: pulumi.Input[builtins.int]):
|
|
1189
1190
|
pulumi.set(self, "desired_replicas", value)
|
|
1190
1191
|
|
|
1191
1192
|
@property
|
|
@@ -1202,26 +1203,26 @@ class HorizontalPodAutoscalerStatusArgs:
|
|
|
1202
1203
|
|
|
1203
1204
|
@property
|
|
1204
1205
|
@pulumi.getter(name="lastScaleTime")
|
|
1205
|
-
def last_scale_time(self) -> Optional[pulumi.Input[str]]:
|
|
1206
|
+
def last_scale_time(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
1206
1207
|
"""
|
|
1207
1208
|
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.
|
|
1208
1209
|
"""
|
|
1209
1210
|
return pulumi.get(self, "last_scale_time")
|
|
1210
1211
|
|
|
1211
1212
|
@last_scale_time.setter
|
|
1212
|
-
def last_scale_time(self, value: Optional[pulumi.Input[str]]):
|
|
1213
|
+
def last_scale_time(self, value: Optional[pulumi.Input[builtins.str]]):
|
|
1213
1214
|
pulumi.set(self, "last_scale_time", value)
|
|
1214
1215
|
|
|
1215
1216
|
@property
|
|
1216
1217
|
@pulumi.getter(name="observedGeneration")
|
|
1217
|
-
def observed_generation(self) -> Optional[pulumi.Input[int]]:
|
|
1218
|
+
def observed_generation(self) -> Optional[pulumi.Input[builtins.int]]:
|
|
1218
1219
|
"""
|
|
1219
1220
|
observedGeneration is the most recent generation observed by this autoscaler.
|
|
1220
1221
|
"""
|
|
1221
1222
|
return pulumi.get(self, "observed_generation")
|
|
1222
1223
|
|
|
1223
1224
|
@observed_generation.setter
|
|
1224
|
-
def observed_generation(self, value: Optional[pulumi.Input[int]]):
|
|
1225
|
+
def observed_generation(self, value: Optional[pulumi.Input[builtins.int]]):
|
|
1225
1226
|
pulumi.set(self, "observed_generation", value)
|
|
1226
1227
|
|
|
1227
1228
|
|
|
@@ -1230,11 +1231,11 @@ if not MYPY:
|
|
|
1230
1231
|
"""
|
|
1231
1232
|
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.
|
|
1232
1233
|
"""
|
|
1233
|
-
api_version: NotRequired[pulumi.Input[str]]
|
|
1234
|
+
api_version: NotRequired[pulumi.Input[builtins.str]]
|
|
1234
1235
|
"""
|
|
1235
1236
|
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
|
|
1236
1237
|
"""
|
|
1237
|
-
kind: NotRequired[pulumi.Input[str]]
|
|
1238
|
+
kind: NotRequired[pulumi.Input[builtins.str]]
|
|
1238
1239
|
"""
|
|
1239
1240
|
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
|
|
1240
1241
|
"""
|
|
@@ -1256,15 +1257,15 @@ elif False:
|
|
|
1256
1257
|
@pulumi.input_type
|
|
1257
1258
|
class HorizontalPodAutoscalerArgs:
|
|
1258
1259
|
def __init__(__self__, *,
|
|
1259
|
-
api_version: Optional[pulumi.Input[str]] = None,
|
|
1260
|
-
kind: Optional[pulumi.Input[str]] = None,
|
|
1260
|
+
api_version: Optional[pulumi.Input[builtins.str]] = None,
|
|
1261
|
+
kind: Optional[pulumi.Input[builtins.str]] = None,
|
|
1261
1262
|
metadata: Optional[pulumi.Input['_meta.v1.ObjectMetaArgs']] = None,
|
|
1262
1263
|
spec: Optional[pulumi.Input['HorizontalPodAutoscalerSpecArgs']] = None,
|
|
1263
1264
|
status: Optional[pulumi.Input['HorizontalPodAutoscalerStatusArgs']] = None):
|
|
1264
1265
|
"""
|
|
1265
1266
|
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.
|
|
1266
|
-
:param pulumi.Input[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
|
|
1267
|
-
:param pulumi.Input[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
|
|
1267
|
+
: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
|
|
1268
|
+
: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
|
|
1268
1269
|
: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
|
|
1269
1270
|
: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.
|
|
1270
1271
|
:param pulumi.Input['HorizontalPodAutoscalerStatusArgs'] status: status is the current information about the autoscaler.
|
|
@@ -1282,26 +1283,26 @@ class HorizontalPodAutoscalerArgs:
|
|
|
1282
1283
|
|
|
1283
1284
|
@property
|
|
1284
1285
|
@pulumi.getter(name="apiVersion")
|
|
1285
|
-
def api_version(self) -> Optional[pulumi.Input[str]]:
|
|
1286
|
+
def api_version(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
1286
1287
|
"""
|
|
1287
1288
|
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
|
|
1288
1289
|
"""
|
|
1289
1290
|
return pulumi.get(self, "api_version")
|
|
1290
1291
|
|
|
1291
1292
|
@api_version.setter
|
|
1292
|
-
def api_version(self, value: Optional[pulumi.Input[str]]):
|
|
1293
|
+
def api_version(self, value: Optional[pulumi.Input[builtins.str]]):
|
|
1293
1294
|
pulumi.set(self, "api_version", value)
|
|
1294
1295
|
|
|
1295
1296
|
@property
|
|
1296
1297
|
@pulumi.getter
|
|
1297
|
-
def kind(self) -> Optional[pulumi.Input[str]]:
|
|
1298
|
+
def kind(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
1298
1299
|
"""
|
|
1299
1300
|
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
|
|
1300
1301
|
"""
|
|
1301
1302
|
return pulumi.get(self, "kind")
|
|
1302
1303
|
|
|
1303
1304
|
@kind.setter
|
|
1304
|
-
def kind(self, value: Optional[pulumi.Input[str]]):
|
|
1305
|
+
def kind(self, value: Optional[pulumi.Input[builtins.str]]):
|
|
1305
1306
|
pulumi.set(self, "kind", value)
|
|
1306
1307
|
|
|
1307
1308
|
@property
|
|
@@ -1366,7 +1367,7 @@ if not MYPY:
|
|
|
1366
1367
|
"""
|
|
1367
1368
|
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.
|
|
1368
1369
|
"""
|
|
1369
|
-
type: NotRequired[pulumi.Input[str]]
|
|
1370
|
+
type: NotRequired[pulumi.Input[builtins.str]]
|
|
1370
1371
|
"""
|
|
1371
1372
|
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.
|
|
1372
1373
|
"""
|
|
@@ -1381,7 +1382,7 @@ class MetricSpecPatchArgs:
|
|
|
1381
1382
|
object: Optional[pulumi.Input['ObjectMetricSourcePatchArgs']] = None,
|
|
1382
1383
|
pods: Optional[pulumi.Input['PodsMetricSourcePatchArgs']] = None,
|
|
1383
1384
|
resource: Optional[pulumi.Input['ResourceMetricSourcePatchArgs']] = None,
|
|
1384
|
-
type: Optional[pulumi.Input[str]] = None):
|
|
1385
|
+
type: Optional[pulumi.Input[builtins.str]] = None):
|
|
1385
1386
|
"""
|
|
1386
1387
|
MetricSpec specifies how to scale based on a single metric (only `type` and one other matching field should be set at once).
|
|
1387
1388
|
: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.
|
|
@@ -1389,7 +1390,7 @@ class MetricSpecPatchArgs:
|
|
|
1389
1390
|
:param pulumi.Input['ObjectMetricSourcePatchArgs'] object: object refers to a metric describing a single kubernetes object (for example, hits-per-second on an Ingress object).
|
|
1390
1391
|
: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.
|
|
1391
1392
|
: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.
|
|
1392
|
-
:param pulumi.Input[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.
|
|
1393
|
+
: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.
|
|
1393
1394
|
"""
|
|
1394
1395
|
if container_resource is not None:
|
|
1395
1396
|
pulumi.set(__self__, "container_resource", container_resource)
|
|
@@ -1466,14 +1467,14 @@ class MetricSpecPatchArgs:
|
|
|
1466
1467
|
|
|
1467
1468
|
@property
|
|
1468
1469
|
@pulumi.getter
|
|
1469
|
-
def type(self) -> Optional[pulumi.Input[str]]:
|
|
1470
|
+
def type(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
1470
1471
|
"""
|
|
1471
1472
|
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.
|
|
1472
1473
|
"""
|
|
1473
1474
|
return pulumi.get(self, "type")
|
|
1474
1475
|
|
|
1475
1476
|
@type.setter
|
|
1476
|
-
def type(self, value: Optional[pulumi.Input[str]]):
|
|
1477
|
+
def type(self, value: Optional[pulumi.Input[builtins.str]]):
|
|
1477
1478
|
pulumi.set(self, "type", value)
|
|
1478
1479
|
|
|
1479
1480
|
|
|
@@ -1482,7 +1483,7 @@ if not MYPY:
|
|
|
1482
1483
|
"""
|
|
1483
1484
|
MetricSpec specifies how to scale based on a single metric (only `type` and one other matching field should be set at once).
|
|
1484
1485
|
"""
|
|
1485
|
-
type: pulumi.Input[str]
|
|
1486
|
+
type: pulumi.Input[builtins.str]
|
|
1486
1487
|
"""
|
|
1487
1488
|
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.
|
|
1488
1489
|
"""
|
|
@@ -1512,7 +1513,7 @@ elif False:
|
|
|
1512
1513
|
@pulumi.input_type
|
|
1513
1514
|
class MetricSpecArgs:
|
|
1514
1515
|
def __init__(__self__, *,
|
|
1515
|
-
type: pulumi.Input[str],
|
|
1516
|
+
type: pulumi.Input[builtins.str],
|
|
1516
1517
|
container_resource: Optional[pulumi.Input['ContainerResourceMetricSourceArgs']] = None,
|
|
1517
1518
|
external: Optional[pulumi.Input['ExternalMetricSourceArgs']] = None,
|
|
1518
1519
|
object: Optional[pulumi.Input['ObjectMetricSourceArgs']] = None,
|
|
@@ -1520,7 +1521,7 @@ class MetricSpecArgs:
|
|
|
1520
1521
|
resource: Optional[pulumi.Input['ResourceMetricSourceArgs']] = None):
|
|
1521
1522
|
"""
|
|
1522
1523
|
MetricSpec specifies how to scale based on a single metric (only `type` and one other matching field should be set at once).
|
|
1523
|
-
:param pulumi.Input[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.
|
|
1524
|
+
: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.
|
|
1524
1525
|
: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.
|
|
1525
1526
|
: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).
|
|
1526
1527
|
:param pulumi.Input['ObjectMetricSourceArgs'] object: object refers to a metric describing a single kubernetes object (for example, hits-per-second on an Ingress object).
|
|
@@ -1541,14 +1542,14 @@ class MetricSpecArgs:
|
|
|
1541
1542
|
|
|
1542
1543
|
@property
|
|
1543
1544
|
@pulumi.getter
|
|
1544
|
-
def type(self) -> pulumi.Input[str]:
|
|
1545
|
+
def type(self) -> pulumi.Input[builtins.str]:
|
|
1545
1546
|
"""
|
|
1546
1547
|
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.
|
|
1547
1548
|
"""
|
|
1548
1549
|
return pulumi.get(self, "type")
|
|
1549
1550
|
|
|
1550
1551
|
@type.setter
|
|
1551
|
-
def type(self, value: pulumi.Input[str]):
|
|
1552
|
+
def type(self, value: pulumi.Input[builtins.str]):
|
|
1552
1553
|
pulumi.set(self, "type", value)
|
|
1553
1554
|
|
|
1554
1555
|
@property
|
|
@@ -1617,7 +1618,7 @@ if not MYPY:
|
|
|
1617
1618
|
"""
|
|
1618
1619
|
MetricStatus describes the last-read state of a single metric.
|
|
1619
1620
|
"""
|
|
1620
|
-
type: pulumi.Input[str]
|
|
1621
|
+
type: pulumi.Input[builtins.str]
|
|
1621
1622
|
"""
|
|
1622
1623
|
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.
|
|
1623
1624
|
"""
|
|
@@ -1647,7 +1648,7 @@ elif False:
|
|
|
1647
1648
|
@pulumi.input_type
|
|
1648
1649
|
class MetricStatusArgs:
|
|
1649
1650
|
def __init__(__self__, *,
|
|
1650
|
-
type: pulumi.Input[str],
|
|
1651
|
+
type: pulumi.Input[builtins.str],
|
|
1651
1652
|
container_resource: Optional[pulumi.Input['ContainerResourceMetricStatusArgs']] = None,
|
|
1652
1653
|
external: Optional[pulumi.Input['ExternalMetricStatusArgs']] = None,
|
|
1653
1654
|
object: Optional[pulumi.Input['ObjectMetricStatusArgs']] = None,
|
|
@@ -1655,7 +1656,7 @@ class MetricStatusArgs:
|
|
|
1655
1656
|
resource: Optional[pulumi.Input['ResourceMetricStatusArgs']] = None):
|
|
1656
1657
|
"""
|
|
1657
1658
|
MetricStatus describes the last-read state of a single metric.
|
|
1658
|
-
:param pulumi.Input[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.
|
|
1659
|
+
: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.
|
|
1659
1660
|
: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.
|
|
1660
1661
|
: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).
|
|
1661
1662
|
:param pulumi.Input['ObjectMetricStatusArgs'] object: object refers to a metric describing a single kubernetes object (for example, hits-per-second on an Ingress object).
|
|
@@ -1676,14 +1677,14 @@ class MetricStatusArgs:
|
|
|
1676
1677
|
|
|
1677
1678
|
@property
|
|
1678
1679
|
@pulumi.getter
|
|
1679
|
-
def type(self) -> pulumi.Input[str]:
|
|
1680
|
+
def type(self) -> pulumi.Input[builtins.str]:
|
|
1680
1681
|
"""
|
|
1681
1682
|
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.
|
|
1682
1683
|
"""
|
|
1683
1684
|
return pulumi.get(self, "type")
|
|
1684
1685
|
|
|
1685
1686
|
@type.setter
|
|
1686
|
-
def type(self, value: pulumi.Input[str]):
|
|
1687
|
+
def type(self, value: pulumi.Input[builtins.str]):
|
|
1687
1688
|
pulumi.set(self, "type", value)
|
|
1688
1689
|
|
|
1689
1690
|
@property
|
|
@@ -1752,11 +1753,11 @@ if not MYPY:
|
|
|
1752
1753
|
"""
|
|
1753
1754
|
ObjectMetricSource indicates how to scale on a metric describing a kubernetes object (for example, hits-per-second on an Ingress object).
|
|
1754
1755
|
"""
|
|
1755
|
-
average_value: NotRequired[pulumi.Input[str]]
|
|
1756
|
+
average_value: NotRequired[pulumi.Input[builtins.str]]
|
|
1756
1757
|
"""
|
|
1757
1758
|
averageValue is the target value of the average of the metric across all relevant pods (as a quantity)
|
|
1758
1759
|
"""
|
|
1759
|
-
metric_name: NotRequired[pulumi.Input[str]]
|
|
1760
|
+
metric_name: NotRequired[pulumi.Input[builtins.str]]
|
|
1760
1761
|
"""
|
|
1761
1762
|
metricName is the name of the metric in question.
|
|
1762
1763
|
"""
|
|
@@ -1768,7 +1769,7 @@ if not MYPY:
|
|
|
1768
1769
|
"""
|
|
1769
1770
|
target is the described Kubernetes object.
|
|
1770
1771
|
"""
|
|
1771
|
-
target_value: NotRequired[pulumi.Input[str]]
|
|
1772
|
+
target_value: NotRequired[pulumi.Input[builtins.str]]
|
|
1772
1773
|
"""
|
|
1773
1774
|
targetValue is the target value of the metric (as a quantity).
|
|
1774
1775
|
"""
|
|
@@ -1778,18 +1779,18 @@ elif False:
|
|
|
1778
1779
|
@pulumi.input_type
|
|
1779
1780
|
class ObjectMetricSourcePatchArgs:
|
|
1780
1781
|
def __init__(__self__, *,
|
|
1781
|
-
average_value: Optional[pulumi.Input[str]] = None,
|
|
1782
|
-
metric_name: Optional[pulumi.Input[str]] = None,
|
|
1782
|
+
average_value: Optional[pulumi.Input[builtins.str]] = None,
|
|
1783
|
+
metric_name: Optional[pulumi.Input[builtins.str]] = None,
|
|
1783
1784
|
selector: Optional[pulumi.Input['_meta.v1.LabelSelectorPatchArgs']] = None,
|
|
1784
1785
|
target: Optional[pulumi.Input['CrossVersionObjectReferencePatchArgs']] = None,
|
|
1785
|
-
target_value: Optional[pulumi.Input[str]] = None):
|
|
1786
|
+
target_value: Optional[pulumi.Input[builtins.str]] = None):
|
|
1786
1787
|
"""
|
|
1787
1788
|
ObjectMetricSource indicates how to scale on a metric describing a kubernetes object (for example, hits-per-second on an Ingress object).
|
|
1788
|
-
:param pulumi.Input[str] average_value: averageValue is the target value of the average of the metric across all relevant pods (as a quantity)
|
|
1789
|
-
:param pulumi.Input[str] metric_name: metricName is the name of the metric in question.
|
|
1789
|
+
: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)
|
|
1790
|
+
:param pulumi.Input[builtins.str] metric_name: metricName is the name of the metric in question.
|
|
1790
1791
|
: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.
|
|
1791
1792
|
:param pulumi.Input['CrossVersionObjectReferencePatchArgs'] target: target is the described Kubernetes object.
|
|
1792
|
-
:param pulumi.Input[str] target_value: targetValue is the target value of the metric (as a quantity).
|
|
1793
|
+
:param pulumi.Input[builtins.str] target_value: targetValue is the target value of the metric (as a quantity).
|
|
1793
1794
|
"""
|
|
1794
1795
|
if average_value is not None:
|
|
1795
1796
|
pulumi.set(__self__, "average_value", average_value)
|
|
@@ -1804,26 +1805,26 @@ class ObjectMetricSourcePatchArgs:
|
|
|
1804
1805
|
|
|
1805
1806
|
@property
|
|
1806
1807
|
@pulumi.getter(name="averageValue")
|
|
1807
|
-
def average_value(self) -> Optional[pulumi.Input[str]]:
|
|
1808
|
+
def average_value(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
1808
1809
|
"""
|
|
1809
1810
|
averageValue is the target value of the average of the metric across all relevant pods (as a quantity)
|
|
1810
1811
|
"""
|
|
1811
1812
|
return pulumi.get(self, "average_value")
|
|
1812
1813
|
|
|
1813
1814
|
@average_value.setter
|
|
1814
|
-
def average_value(self, value: Optional[pulumi.Input[str]]):
|
|
1815
|
+
def average_value(self, value: Optional[pulumi.Input[builtins.str]]):
|
|
1815
1816
|
pulumi.set(self, "average_value", value)
|
|
1816
1817
|
|
|
1817
1818
|
@property
|
|
1818
1819
|
@pulumi.getter(name="metricName")
|
|
1819
|
-
def metric_name(self) -> Optional[pulumi.Input[str]]:
|
|
1820
|
+
def metric_name(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
1820
1821
|
"""
|
|
1821
1822
|
metricName is the name of the metric in question.
|
|
1822
1823
|
"""
|
|
1823
1824
|
return pulumi.get(self, "metric_name")
|
|
1824
1825
|
|
|
1825
1826
|
@metric_name.setter
|
|
1826
|
-
def metric_name(self, value: Optional[pulumi.Input[str]]):
|
|
1827
|
+
def metric_name(self, value: Optional[pulumi.Input[builtins.str]]):
|
|
1827
1828
|
pulumi.set(self, "metric_name", value)
|
|
1828
1829
|
|
|
1829
1830
|
@property
|
|
@@ -1852,14 +1853,14 @@ class ObjectMetricSourcePatchArgs:
|
|
|
1852
1853
|
|
|
1853
1854
|
@property
|
|
1854
1855
|
@pulumi.getter(name="targetValue")
|
|
1855
|
-
def target_value(self) -> Optional[pulumi.Input[str]]:
|
|
1856
|
+
def target_value(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
1856
1857
|
"""
|
|
1857
1858
|
targetValue is the target value of the metric (as a quantity).
|
|
1858
1859
|
"""
|
|
1859
1860
|
return pulumi.get(self, "target_value")
|
|
1860
1861
|
|
|
1861
1862
|
@target_value.setter
|
|
1862
|
-
def target_value(self, value: Optional[pulumi.Input[str]]):
|
|
1863
|
+
def target_value(self, value: Optional[pulumi.Input[builtins.str]]):
|
|
1863
1864
|
pulumi.set(self, "target_value", value)
|
|
1864
1865
|
|
|
1865
1866
|
|
|
@@ -1868,7 +1869,7 @@ if not MYPY:
|
|
|
1868
1869
|
"""
|
|
1869
1870
|
ObjectMetricSource indicates how to scale on a metric describing a kubernetes object (for example, hits-per-second on an Ingress object).
|
|
1870
1871
|
"""
|
|
1871
|
-
metric_name: pulumi.Input[str]
|
|
1872
|
+
metric_name: pulumi.Input[builtins.str]
|
|
1872
1873
|
"""
|
|
1873
1874
|
metricName is the name of the metric in question.
|
|
1874
1875
|
"""
|
|
@@ -1876,11 +1877,11 @@ if not MYPY:
|
|
|
1876
1877
|
"""
|
|
1877
1878
|
target is the described Kubernetes object.
|
|
1878
1879
|
"""
|
|
1879
|
-
target_value: pulumi.Input[str]
|
|
1880
|
+
target_value: pulumi.Input[builtins.str]
|
|
1880
1881
|
"""
|
|
1881
1882
|
targetValue is the target value of the metric (as a quantity).
|
|
1882
1883
|
"""
|
|
1883
|
-
average_value: NotRequired[pulumi.Input[str]]
|
|
1884
|
+
average_value: NotRequired[pulumi.Input[builtins.str]]
|
|
1884
1885
|
"""
|
|
1885
1886
|
averageValue is the target value of the average of the metric across all relevant pods (as a quantity)
|
|
1886
1887
|
"""
|
|
@@ -1894,17 +1895,17 @@ elif False:
|
|
|
1894
1895
|
@pulumi.input_type
|
|
1895
1896
|
class ObjectMetricSourceArgs:
|
|
1896
1897
|
def __init__(__self__, *,
|
|
1897
|
-
metric_name: pulumi.Input[str],
|
|
1898
|
+
metric_name: pulumi.Input[builtins.str],
|
|
1898
1899
|
target: pulumi.Input['CrossVersionObjectReferenceArgs'],
|
|
1899
|
-
target_value: pulumi.Input[str],
|
|
1900
|
-
average_value: Optional[pulumi.Input[str]] = None,
|
|
1900
|
+
target_value: pulumi.Input[builtins.str],
|
|
1901
|
+
average_value: Optional[pulumi.Input[builtins.str]] = None,
|
|
1901
1902
|
selector: Optional[pulumi.Input['_meta.v1.LabelSelectorArgs']] = None):
|
|
1902
1903
|
"""
|
|
1903
1904
|
ObjectMetricSource indicates how to scale on a metric describing a kubernetes object (for example, hits-per-second on an Ingress object).
|
|
1904
|
-
:param pulumi.Input[str] metric_name: metricName is the name of the metric in question.
|
|
1905
|
+
:param pulumi.Input[builtins.str] metric_name: metricName is the name of the metric in question.
|
|
1905
1906
|
:param pulumi.Input['CrossVersionObjectReferenceArgs'] target: target is the described Kubernetes object.
|
|
1906
|
-
:param pulumi.Input[str] target_value: targetValue is the target value of the metric (as a quantity).
|
|
1907
|
-
:param pulumi.Input[str] average_value: averageValue is the target value of the average of the metric across all relevant pods (as a quantity)
|
|
1907
|
+
:param pulumi.Input[builtins.str] target_value: targetValue is the target value of the metric (as a quantity).
|
|
1908
|
+
: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)
|
|
1908
1909
|
: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.
|
|
1909
1910
|
"""
|
|
1910
1911
|
pulumi.set(__self__, "metric_name", metric_name)
|
|
@@ -1917,14 +1918,14 @@ class ObjectMetricSourceArgs:
|
|
|
1917
1918
|
|
|
1918
1919
|
@property
|
|
1919
1920
|
@pulumi.getter(name="metricName")
|
|
1920
|
-
def metric_name(self) -> pulumi.Input[str]:
|
|
1921
|
+
def metric_name(self) -> pulumi.Input[builtins.str]:
|
|
1921
1922
|
"""
|
|
1922
1923
|
metricName is the name of the metric in question.
|
|
1923
1924
|
"""
|
|
1924
1925
|
return pulumi.get(self, "metric_name")
|
|
1925
1926
|
|
|
1926
1927
|
@metric_name.setter
|
|
1927
|
-
def metric_name(self, value: pulumi.Input[str]):
|
|
1928
|
+
def metric_name(self, value: pulumi.Input[builtins.str]):
|
|
1928
1929
|
pulumi.set(self, "metric_name", value)
|
|
1929
1930
|
|
|
1930
1931
|
@property
|
|
@@ -1941,26 +1942,26 @@ class ObjectMetricSourceArgs:
|
|
|
1941
1942
|
|
|
1942
1943
|
@property
|
|
1943
1944
|
@pulumi.getter(name="targetValue")
|
|
1944
|
-
def target_value(self) -> pulumi.Input[str]:
|
|
1945
|
+
def target_value(self) -> pulumi.Input[builtins.str]:
|
|
1945
1946
|
"""
|
|
1946
1947
|
targetValue is the target value of the metric (as a quantity).
|
|
1947
1948
|
"""
|
|
1948
1949
|
return pulumi.get(self, "target_value")
|
|
1949
1950
|
|
|
1950
1951
|
@target_value.setter
|
|
1951
|
-
def target_value(self, value: pulumi.Input[str]):
|
|
1952
|
+
def target_value(self, value: pulumi.Input[builtins.str]):
|
|
1952
1953
|
pulumi.set(self, "target_value", value)
|
|
1953
1954
|
|
|
1954
1955
|
@property
|
|
1955
1956
|
@pulumi.getter(name="averageValue")
|
|
1956
|
-
def average_value(self) -> Optional[pulumi.Input[str]]:
|
|
1957
|
+
def average_value(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
1957
1958
|
"""
|
|
1958
1959
|
averageValue is the target value of the average of the metric across all relevant pods (as a quantity)
|
|
1959
1960
|
"""
|
|
1960
1961
|
return pulumi.get(self, "average_value")
|
|
1961
1962
|
|
|
1962
1963
|
@average_value.setter
|
|
1963
|
-
def average_value(self, value: Optional[pulumi.Input[str]]):
|
|
1964
|
+
def average_value(self, value: Optional[pulumi.Input[builtins.str]]):
|
|
1964
1965
|
pulumi.set(self, "average_value", value)
|
|
1965
1966
|
|
|
1966
1967
|
@property
|
|
@@ -1981,11 +1982,11 @@ if not MYPY:
|
|
|
1981
1982
|
"""
|
|
1982
1983
|
ObjectMetricStatus indicates the current value of a metric describing a kubernetes object (for example, hits-per-second on an Ingress object).
|
|
1983
1984
|
"""
|
|
1984
|
-
current_value: pulumi.Input[str]
|
|
1985
|
+
current_value: pulumi.Input[builtins.str]
|
|
1985
1986
|
"""
|
|
1986
1987
|
currentValue is the current value of the metric (as a quantity).
|
|
1987
1988
|
"""
|
|
1988
|
-
metric_name: pulumi.Input[str]
|
|
1989
|
+
metric_name: pulumi.Input[builtins.str]
|
|
1989
1990
|
"""
|
|
1990
1991
|
metricName is the name of the metric in question.
|
|
1991
1992
|
"""
|
|
@@ -1993,7 +1994,7 @@ if not MYPY:
|
|
|
1993
1994
|
"""
|
|
1994
1995
|
target is the described Kubernetes object.
|
|
1995
1996
|
"""
|
|
1996
|
-
average_value: NotRequired[pulumi.Input[str]]
|
|
1997
|
+
average_value: NotRequired[pulumi.Input[builtins.str]]
|
|
1997
1998
|
"""
|
|
1998
1999
|
averageValue is the current value of the average of the metric across all relevant pods (as a quantity)
|
|
1999
2000
|
"""
|
|
@@ -2007,17 +2008,17 @@ elif False:
|
|
|
2007
2008
|
@pulumi.input_type
|
|
2008
2009
|
class ObjectMetricStatusArgs:
|
|
2009
2010
|
def __init__(__self__, *,
|
|
2010
|
-
current_value: pulumi.Input[str],
|
|
2011
|
-
metric_name: pulumi.Input[str],
|
|
2011
|
+
current_value: pulumi.Input[builtins.str],
|
|
2012
|
+
metric_name: pulumi.Input[builtins.str],
|
|
2012
2013
|
target: pulumi.Input['CrossVersionObjectReferenceArgs'],
|
|
2013
|
-
average_value: Optional[pulumi.Input[str]] = None,
|
|
2014
|
+
average_value: Optional[pulumi.Input[builtins.str]] = None,
|
|
2014
2015
|
selector: Optional[pulumi.Input['_meta.v1.LabelSelectorArgs']] = None):
|
|
2015
2016
|
"""
|
|
2016
2017
|
ObjectMetricStatus indicates the current value of a metric describing a kubernetes object (for example, hits-per-second on an Ingress object).
|
|
2017
|
-
:param pulumi.Input[str] current_value: currentValue is the current value of the metric (as a quantity).
|
|
2018
|
-
:param pulumi.Input[str] metric_name: metricName is the name of the metric in question.
|
|
2018
|
+
:param pulumi.Input[builtins.str] current_value: currentValue is the current value of the metric (as a quantity).
|
|
2019
|
+
:param pulumi.Input[builtins.str] metric_name: metricName is the name of the metric in question.
|
|
2019
2020
|
:param pulumi.Input['CrossVersionObjectReferenceArgs'] target: target is the described Kubernetes object.
|
|
2020
|
-
:param pulumi.Input[str] average_value: averageValue is the current value of the average of the metric across all relevant pods (as a quantity)
|
|
2021
|
+
: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)
|
|
2021
2022
|
: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 in the ObjectMetricSource, 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.
|
|
2022
2023
|
"""
|
|
2023
2024
|
pulumi.set(__self__, "current_value", current_value)
|
|
@@ -2030,26 +2031,26 @@ class ObjectMetricStatusArgs:
|
|
|
2030
2031
|
|
|
2031
2032
|
@property
|
|
2032
2033
|
@pulumi.getter(name="currentValue")
|
|
2033
|
-
def current_value(self) -> pulumi.Input[str]:
|
|
2034
|
+
def current_value(self) -> pulumi.Input[builtins.str]:
|
|
2034
2035
|
"""
|
|
2035
2036
|
currentValue is the current value of the metric (as a quantity).
|
|
2036
2037
|
"""
|
|
2037
2038
|
return pulumi.get(self, "current_value")
|
|
2038
2039
|
|
|
2039
2040
|
@current_value.setter
|
|
2040
|
-
def current_value(self, value: pulumi.Input[str]):
|
|
2041
|
+
def current_value(self, value: pulumi.Input[builtins.str]):
|
|
2041
2042
|
pulumi.set(self, "current_value", value)
|
|
2042
2043
|
|
|
2043
2044
|
@property
|
|
2044
2045
|
@pulumi.getter(name="metricName")
|
|
2045
|
-
def metric_name(self) -> pulumi.Input[str]:
|
|
2046
|
+
def metric_name(self) -> pulumi.Input[builtins.str]:
|
|
2046
2047
|
"""
|
|
2047
2048
|
metricName is the name of the metric in question.
|
|
2048
2049
|
"""
|
|
2049
2050
|
return pulumi.get(self, "metric_name")
|
|
2050
2051
|
|
|
2051
2052
|
@metric_name.setter
|
|
2052
|
-
def metric_name(self, value: pulumi.Input[str]):
|
|
2053
|
+
def metric_name(self, value: pulumi.Input[builtins.str]):
|
|
2053
2054
|
pulumi.set(self, "metric_name", value)
|
|
2054
2055
|
|
|
2055
2056
|
@property
|
|
@@ -2066,14 +2067,14 @@ class ObjectMetricStatusArgs:
|
|
|
2066
2067
|
|
|
2067
2068
|
@property
|
|
2068
2069
|
@pulumi.getter(name="averageValue")
|
|
2069
|
-
def average_value(self) -> Optional[pulumi.Input[str]]:
|
|
2070
|
+
def average_value(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
2070
2071
|
"""
|
|
2071
2072
|
averageValue is the current value of the average of the metric across all relevant pods (as a quantity)
|
|
2072
2073
|
"""
|
|
2073
2074
|
return pulumi.get(self, "average_value")
|
|
2074
2075
|
|
|
2075
2076
|
@average_value.setter
|
|
2076
|
-
def average_value(self, value: Optional[pulumi.Input[str]]):
|
|
2077
|
+
def average_value(self, value: Optional[pulumi.Input[builtins.str]]):
|
|
2077
2078
|
pulumi.set(self, "average_value", value)
|
|
2078
2079
|
|
|
2079
2080
|
@property
|
|
@@ -2094,7 +2095,7 @@ if not MYPY:
|
|
|
2094
2095
|
"""
|
|
2095
2096
|
PodsMetricSource indicates how to scale on 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.
|
|
2096
2097
|
"""
|
|
2097
|
-
metric_name: NotRequired[pulumi.Input[str]]
|
|
2098
|
+
metric_name: NotRequired[pulumi.Input[builtins.str]]
|
|
2098
2099
|
"""
|
|
2099
2100
|
metricName is the name of the metric in question
|
|
2100
2101
|
"""
|
|
@@ -2102,7 +2103,7 @@ if not MYPY:
|
|
|
2102
2103
|
"""
|
|
2103
2104
|
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.
|
|
2104
2105
|
"""
|
|
2105
|
-
target_average_value: NotRequired[pulumi.Input[str]]
|
|
2106
|
+
target_average_value: NotRequired[pulumi.Input[builtins.str]]
|
|
2106
2107
|
"""
|
|
2107
2108
|
targetAverageValue is the target value of the average of the metric across all relevant pods (as a quantity)
|
|
2108
2109
|
"""
|
|
@@ -2112,14 +2113,14 @@ elif False:
|
|
|
2112
2113
|
@pulumi.input_type
|
|
2113
2114
|
class PodsMetricSourcePatchArgs:
|
|
2114
2115
|
def __init__(__self__, *,
|
|
2115
|
-
metric_name: Optional[pulumi.Input[str]] = None,
|
|
2116
|
+
metric_name: Optional[pulumi.Input[builtins.str]] = None,
|
|
2116
2117
|
selector: Optional[pulumi.Input['_meta.v1.LabelSelectorPatchArgs']] = None,
|
|
2117
|
-
target_average_value: Optional[pulumi.Input[str]] = None):
|
|
2118
|
+
target_average_value: Optional[pulumi.Input[builtins.str]] = None):
|
|
2118
2119
|
"""
|
|
2119
2120
|
PodsMetricSource indicates how to scale on 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.
|
|
2120
|
-
:param pulumi.Input[str] metric_name: metricName is the name of the metric in question
|
|
2121
|
+
:param pulumi.Input[builtins.str] metric_name: metricName is the name of the metric in question
|
|
2121
2122
|
: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.
|
|
2122
|
-
:param pulumi.Input[str] target_average_value: targetAverageValue is the target value of the average of the metric across all relevant pods (as a quantity)
|
|
2123
|
+
:param pulumi.Input[builtins.str] target_average_value: targetAverageValue is the target value of the average of the metric across all relevant pods (as a quantity)
|
|
2123
2124
|
"""
|
|
2124
2125
|
if metric_name is not None:
|
|
2125
2126
|
pulumi.set(__self__, "metric_name", metric_name)
|
|
@@ -2130,14 +2131,14 @@ class PodsMetricSourcePatchArgs:
|
|
|
2130
2131
|
|
|
2131
2132
|
@property
|
|
2132
2133
|
@pulumi.getter(name="metricName")
|
|
2133
|
-
def metric_name(self) -> Optional[pulumi.Input[str]]:
|
|
2134
|
+
def metric_name(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
2134
2135
|
"""
|
|
2135
2136
|
metricName is the name of the metric in question
|
|
2136
2137
|
"""
|
|
2137
2138
|
return pulumi.get(self, "metric_name")
|
|
2138
2139
|
|
|
2139
2140
|
@metric_name.setter
|
|
2140
|
-
def metric_name(self, value: Optional[pulumi.Input[str]]):
|
|
2141
|
+
def metric_name(self, value: Optional[pulumi.Input[builtins.str]]):
|
|
2141
2142
|
pulumi.set(self, "metric_name", value)
|
|
2142
2143
|
|
|
2143
2144
|
@property
|
|
@@ -2154,14 +2155,14 @@ class PodsMetricSourcePatchArgs:
|
|
|
2154
2155
|
|
|
2155
2156
|
@property
|
|
2156
2157
|
@pulumi.getter(name="targetAverageValue")
|
|
2157
|
-
def target_average_value(self) -> Optional[pulumi.Input[str]]:
|
|
2158
|
+
def target_average_value(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
2158
2159
|
"""
|
|
2159
2160
|
targetAverageValue is the target value of the average of the metric across all relevant pods (as a quantity)
|
|
2160
2161
|
"""
|
|
2161
2162
|
return pulumi.get(self, "target_average_value")
|
|
2162
2163
|
|
|
2163
2164
|
@target_average_value.setter
|
|
2164
|
-
def target_average_value(self, value: Optional[pulumi.Input[str]]):
|
|
2165
|
+
def target_average_value(self, value: Optional[pulumi.Input[builtins.str]]):
|
|
2165
2166
|
pulumi.set(self, "target_average_value", value)
|
|
2166
2167
|
|
|
2167
2168
|
|
|
@@ -2170,11 +2171,11 @@ if not MYPY:
|
|
|
2170
2171
|
"""
|
|
2171
2172
|
PodsMetricSource indicates how to scale on 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.
|
|
2172
2173
|
"""
|
|
2173
|
-
metric_name: pulumi.Input[str]
|
|
2174
|
+
metric_name: pulumi.Input[builtins.str]
|
|
2174
2175
|
"""
|
|
2175
2176
|
metricName is the name of the metric in question
|
|
2176
2177
|
"""
|
|
2177
|
-
target_average_value: pulumi.Input[str]
|
|
2178
|
+
target_average_value: pulumi.Input[builtins.str]
|
|
2178
2179
|
"""
|
|
2179
2180
|
targetAverageValue is the target value of the average of the metric across all relevant pods (as a quantity)
|
|
2180
2181
|
"""
|
|
@@ -2188,13 +2189,13 @@ elif False:
|
|
|
2188
2189
|
@pulumi.input_type
|
|
2189
2190
|
class PodsMetricSourceArgs:
|
|
2190
2191
|
def __init__(__self__, *,
|
|
2191
|
-
metric_name: pulumi.Input[str],
|
|
2192
|
-
target_average_value: pulumi.Input[str],
|
|
2192
|
+
metric_name: pulumi.Input[builtins.str],
|
|
2193
|
+
target_average_value: pulumi.Input[builtins.str],
|
|
2193
2194
|
selector: Optional[pulumi.Input['_meta.v1.LabelSelectorArgs']] = None):
|
|
2194
2195
|
"""
|
|
2195
2196
|
PodsMetricSource indicates how to scale on 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.
|
|
2196
|
-
:param pulumi.Input[str] metric_name: metricName is the name of the metric in question
|
|
2197
|
-
:param pulumi.Input[str] target_average_value: targetAverageValue is the target value of the average of the metric across all relevant pods (as a quantity)
|
|
2197
|
+
:param pulumi.Input[builtins.str] metric_name: metricName is the name of the metric in question
|
|
2198
|
+
:param pulumi.Input[builtins.str] target_average_value: targetAverageValue is the target value of the average of the metric across all relevant pods (as a quantity)
|
|
2198
2199
|
: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.
|
|
2199
2200
|
"""
|
|
2200
2201
|
pulumi.set(__self__, "metric_name", metric_name)
|
|
@@ -2204,26 +2205,26 @@ class PodsMetricSourceArgs:
|
|
|
2204
2205
|
|
|
2205
2206
|
@property
|
|
2206
2207
|
@pulumi.getter(name="metricName")
|
|
2207
|
-
def metric_name(self) -> pulumi.Input[str]:
|
|
2208
|
+
def metric_name(self) -> pulumi.Input[builtins.str]:
|
|
2208
2209
|
"""
|
|
2209
2210
|
metricName is the name of the metric in question
|
|
2210
2211
|
"""
|
|
2211
2212
|
return pulumi.get(self, "metric_name")
|
|
2212
2213
|
|
|
2213
2214
|
@metric_name.setter
|
|
2214
|
-
def metric_name(self, value: pulumi.Input[str]):
|
|
2215
|
+
def metric_name(self, value: pulumi.Input[builtins.str]):
|
|
2215
2216
|
pulumi.set(self, "metric_name", value)
|
|
2216
2217
|
|
|
2217
2218
|
@property
|
|
2218
2219
|
@pulumi.getter(name="targetAverageValue")
|
|
2219
|
-
def target_average_value(self) -> pulumi.Input[str]:
|
|
2220
|
+
def target_average_value(self) -> pulumi.Input[builtins.str]:
|
|
2220
2221
|
"""
|
|
2221
2222
|
targetAverageValue is the target value of the average of the metric across all relevant pods (as a quantity)
|
|
2222
2223
|
"""
|
|
2223
2224
|
return pulumi.get(self, "target_average_value")
|
|
2224
2225
|
|
|
2225
2226
|
@target_average_value.setter
|
|
2226
|
-
def target_average_value(self, value: pulumi.Input[str]):
|
|
2227
|
+
def target_average_value(self, value: pulumi.Input[builtins.str]):
|
|
2227
2228
|
pulumi.set(self, "target_average_value", value)
|
|
2228
2229
|
|
|
2229
2230
|
@property
|
|
@@ -2244,11 +2245,11 @@ if not MYPY:
|
|
|
2244
2245
|
"""
|
|
2245
2246
|
PodsMetricStatus indicates the current value of a metric describing each pod in the current scale target (for example, transactions-processed-per-second).
|
|
2246
2247
|
"""
|
|
2247
|
-
current_average_value: pulumi.Input[str]
|
|
2248
|
+
current_average_value: pulumi.Input[builtins.str]
|
|
2248
2249
|
"""
|
|
2249
2250
|
currentAverageValue is the current value of the average of the metric across all relevant pods (as a quantity)
|
|
2250
2251
|
"""
|
|
2251
|
-
metric_name: pulumi.Input[str]
|
|
2252
|
+
metric_name: pulumi.Input[builtins.str]
|
|
2252
2253
|
"""
|
|
2253
2254
|
metricName is the name of the metric in question
|
|
2254
2255
|
"""
|
|
@@ -2262,13 +2263,13 @@ elif False:
|
|
|
2262
2263
|
@pulumi.input_type
|
|
2263
2264
|
class PodsMetricStatusArgs:
|
|
2264
2265
|
def __init__(__self__, *,
|
|
2265
|
-
current_average_value: pulumi.Input[str],
|
|
2266
|
-
metric_name: pulumi.Input[str],
|
|
2266
|
+
current_average_value: pulumi.Input[builtins.str],
|
|
2267
|
+
metric_name: pulumi.Input[builtins.str],
|
|
2267
2268
|
selector: Optional[pulumi.Input['_meta.v1.LabelSelectorArgs']] = None):
|
|
2268
2269
|
"""
|
|
2269
2270
|
PodsMetricStatus indicates the current value of a metric describing each pod in the current scale target (for example, transactions-processed-per-second).
|
|
2270
|
-
:param pulumi.Input[str] current_average_value: currentAverageValue is the current value of the average of the metric across all relevant pods (as a quantity)
|
|
2271
|
-
:param pulumi.Input[str] metric_name: metricName is the name of the metric in question
|
|
2271
|
+
:param pulumi.Input[builtins.str] current_average_value: currentAverageValue is the current value of the average of the metric across all relevant pods (as a quantity)
|
|
2272
|
+
:param pulumi.Input[builtins.str] metric_name: metricName is the name of the metric in question
|
|
2272
2273
|
: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 in the PodsMetricSource, 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.
|
|
2273
2274
|
"""
|
|
2274
2275
|
pulumi.set(__self__, "current_average_value", current_average_value)
|
|
@@ -2278,26 +2279,26 @@ class PodsMetricStatusArgs:
|
|
|
2278
2279
|
|
|
2279
2280
|
@property
|
|
2280
2281
|
@pulumi.getter(name="currentAverageValue")
|
|
2281
|
-
def current_average_value(self) -> pulumi.Input[str]:
|
|
2282
|
+
def current_average_value(self) -> pulumi.Input[builtins.str]:
|
|
2282
2283
|
"""
|
|
2283
2284
|
currentAverageValue is the current value of the average of the metric across all relevant pods (as a quantity)
|
|
2284
2285
|
"""
|
|
2285
2286
|
return pulumi.get(self, "current_average_value")
|
|
2286
2287
|
|
|
2287
2288
|
@current_average_value.setter
|
|
2288
|
-
def current_average_value(self, value: pulumi.Input[str]):
|
|
2289
|
+
def current_average_value(self, value: pulumi.Input[builtins.str]):
|
|
2289
2290
|
pulumi.set(self, "current_average_value", value)
|
|
2290
2291
|
|
|
2291
2292
|
@property
|
|
2292
2293
|
@pulumi.getter(name="metricName")
|
|
2293
|
-
def metric_name(self) -> pulumi.Input[str]:
|
|
2294
|
+
def metric_name(self) -> pulumi.Input[builtins.str]:
|
|
2294
2295
|
"""
|
|
2295
2296
|
metricName is the name of the metric in question
|
|
2296
2297
|
"""
|
|
2297
2298
|
return pulumi.get(self, "metric_name")
|
|
2298
2299
|
|
|
2299
2300
|
@metric_name.setter
|
|
2300
|
-
def metric_name(self, value: pulumi.Input[str]):
|
|
2301
|
+
def metric_name(self, value: pulumi.Input[builtins.str]):
|
|
2301
2302
|
pulumi.set(self, "metric_name", value)
|
|
2302
2303
|
|
|
2303
2304
|
@property
|
|
@@ -2318,15 +2319,15 @@ if not MYPY:
|
|
|
2318
2319
|
"""
|
|
2319
2320
|
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.
|
|
2320
2321
|
"""
|
|
2321
|
-
name: NotRequired[pulumi.Input[str]]
|
|
2322
|
+
name: NotRequired[pulumi.Input[builtins.str]]
|
|
2322
2323
|
"""
|
|
2323
2324
|
name is the name of the resource in question.
|
|
2324
2325
|
"""
|
|
2325
|
-
target_average_utilization: NotRequired[pulumi.Input[int]]
|
|
2326
|
+
target_average_utilization: NotRequired[pulumi.Input[builtins.int]]
|
|
2326
2327
|
"""
|
|
2327
2328
|
targetAverageUtilization 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.
|
|
2328
2329
|
"""
|
|
2329
|
-
target_average_value: NotRequired[pulumi.Input[str]]
|
|
2330
|
+
target_average_value: NotRequired[pulumi.Input[builtins.str]]
|
|
2330
2331
|
"""
|
|
2331
2332
|
targetAverageValue is the target value of the average of the resource metric across all relevant pods, as a raw value (instead of as a percentage of the request), similar to the "pods" metric source type.
|
|
2332
2333
|
"""
|
|
@@ -2336,14 +2337,14 @@ elif False:
|
|
|
2336
2337
|
@pulumi.input_type
|
|
2337
2338
|
class ResourceMetricSourcePatchArgs:
|
|
2338
2339
|
def __init__(__self__, *,
|
|
2339
|
-
name: Optional[pulumi.Input[str]] = None,
|
|
2340
|
-
target_average_utilization: Optional[pulumi.Input[int]] = None,
|
|
2341
|
-
target_average_value: Optional[pulumi.Input[str]] = None):
|
|
2340
|
+
name: Optional[pulumi.Input[builtins.str]] = None,
|
|
2341
|
+
target_average_utilization: Optional[pulumi.Input[builtins.int]] = None,
|
|
2342
|
+
target_average_value: Optional[pulumi.Input[builtins.str]] = None):
|
|
2342
2343
|
"""
|
|
2343
2344
|
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.
|
|
2344
|
-
:param pulumi.Input[str] name: name is the name of the resource in question.
|
|
2345
|
-
:param pulumi.Input[int] target_average_utilization: targetAverageUtilization 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.
|
|
2346
|
-
:param pulumi.Input[str] target_average_value: targetAverageValue is the target value of the average of the resource metric across all relevant pods, as a raw value (instead of as a percentage of the request), similar to the "pods" metric source type.
|
|
2345
|
+
:param pulumi.Input[builtins.str] name: name is the name of the resource in question.
|
|
2346
|
+
:param pulumi.Input[builtins.int] target_average_utilization: targetAverageUtilization 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.
|
|
2347
|
+
:param pulumi.Input[builtins.str] target_average_value: targetAverageValue is the target value of the average of the resource metric across all relevant pods, as a raw value (instead of as a percentage of the request), similar to the "pods" metric source type.
|
|
2347
2348
|
"""
|
|
2348
2349
|
if name is not None:
|
|
2349
2350
|
pulumi.set(__self__, "name", name)
|
|
@@ -2354,38 +2355,38 @@ class ResourceMetricSourcePatchArgs:
|
|
|
2354
2355
|
|
|
2355
2356
|
@property
|
|
2356
2357
|
@pulumi.getter
|
|
2357
|
-
def name(self) -> Optional[pulumi.Input[str]]:
|
|
2358
|
+
def name(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
2358
2359
|
"""
|
|
2359
2360
|
name is the name of the resource in question.
|
|
2360
2361
|
"""
|
|
2361
2362
|
return pulumi.get(self, "name")
|
|
2362
2363
|
|
|
2363
2364
|
@name.setter
|
|
2364
|
-
def name(self, value: Optional[pulumi.Input[str]]):
|
|
2365
|
+
def name(self, value: Optional[pulumi.Input[builtins.str]]):
|
|
2365
2366
|
pulumi.set(self, "name", value)
|
|
2366
2367
|
|
|
2367
2368
|
@property
|
|
2368
2369
|
@pulumi.getter(name="targetAverageUtilization")
|
|
2369
|
-
def target_average_utilization(self) -> Optional[pulumi.Input[int]]:
|
|
2370
|
+
def target_average_utilization(self) -> Optional[pulumi.Input[builtins.int]]:
|
|
2370
2371
|
"""
|
|
2371
2372
|
targetAverageUtilization 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.
|
|
2372
2373
|
"""
|
|
2373
2374
|
return pulumi.get(self, "target_average_utilization")
|
|
2374
2375
|
|
|
2375
2376
|
@target_average_utilization.setter
|
|
2376
|
-
def target_average_utilization(self, value: Optional[pulumi.Input[int]]):
|
|
2377
|
+
def target_average_utilization(self, value: Optional[pulumi.Input[builtins.int]]):
|
|
2377
2378
|
pulumi.set(self, "target_average_utilization", value)
|
|
2378
2379
|
|
|
2379
2380
|
@property
|
|
2380
2381
|
@pulumi.getter(name="targetAverageValue")
|
|
2381
|
-
def target_average_value(self) -> Optional[pulumi.Input[str]]:
|
|
2382
|
+
def target_average_value(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
2382
2383
|
"""
|
|
2383
2384
|
targetAverageValue is the target value of the average of the resource metric across all relevant pods, as a raw value (instead of as a percentage of the request), similar to the "pods" metric source type.
|
|
2384
2385
|
"""
|
|
2385
2386
|
return pulumi.get(self, "target_average_value")
|
|
2386
2387
|
|
|
2387
2388
|
@target_average_value.setter
|
|
2388
|
-
def target_average_value(self, value: Optional[pulumi.Input[str]]):
|
|
2389
|
+
def target_average_value(self, value: Optional[pulumi.Input[builtins.str]]):
|
|
2389
2390
|
pulumi.set(self, "target_average_value", value)
|
|
2390
2391
|
|
|
2391
2392
|
|
|
@@ -2394,15 +2395,15 @@ if not MYPY:
|
|
|
2394
2395
|
"""
|
|
2395
2396
|
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.
|
|
2396
2397
|
"""
|
|
2397
|
-
name: pulumi.Input[str]
|
|
2398
|
+
name: pulumi.Input[builtins.str]
|
|
2398
2399
|
"""
|
|
2399
2400
|
name is the name of the resource in question.
|
|
2400
2401
|
"""
|
|
2401
|
-
target_average_utilization: NotRequired[pulumi.Input[int]]
|
|
2402
|
+
target_average_utilization: NotRequired[pulumi.Input[builtins.int]]
|
|
2402
2403
|
"""
|
|
2403
2404
|
targetAverageUtilization 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.
|
|
2404
2405
|
"""
|
|
2405
|
-
target_average_value: NotRequired[pulumi.Input[str]]
|
|
2406
|
+
target_average_value: NotRequired[pulumi.Input[builtins.str]]
|
|
2406
2407
|
"""
|
|
2407
2408
|
targetAverageValue is the target value of the average of the resource metric across all relevant pods, as a raw value (instead of as a percentage of the request), similar to the "pods" metric source type.
|
|
2408
2409
|
"""
|
|
@@ -2412,14 +2413,14 @@ elif False:
|
|
|
2412
2413
|
@pulumi.input_type
|
|
2413
2414
|
class ResourceMetricSourceArgs:
|
|
2414
2415
|
def __init__(__self__, *,
|
|
2415
|
-
name: pulumi.Input[str],
|
|
2416
|
-
target_average_utilization: Optional[pulumi.Input[int]] = None,
|
|
2417
|
-
target_average_value: Optional[pulumi.Input[str]] = None):
|
|
2416
|
+
name: pulumi.Input[builtins.str],
|
|
2417
|
+
target_average_utilization: Optional[pulumi.Input[builtins.int]] = None,
|
|
2418
|
+
target_average_value: Optional[pulumi.Input[builtins.str]] = None):
|
|
2418
2419
|
"""
|
|
2419
2420
|
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.
|
|
2420
|
-
:param pulumi.Input[str] name: name is the name of the resource in question.
|
|
2421
|
-
:param pulumi.Input[int] target_average_utilization: targetAverageUtilization 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.
|
|
2422
|
-
:param pulumi.Input[str] target_average_value: targetAverageValue is the target value of the average of the resource metric across all relevant pods, as a raw value (instead of as a percentage of the request), similar to the "pods" metric source type.
|
|
2421
|
+
:param pulumi.Input[builtins.str] name: name is the name of the resource in question.
|
|
2422
|
+
:param pulumi.Input[builtins.int] target_average_utilization: targetAverageUtilization 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.
|
|
2423
|
+
:param pulumi.Input[builtins.str] target_average_value: targetAverageValue is the target value of the average of the resource metric across all relevant pods, as a raw value (instead of as a percentage of the request), similar to the "pods" metric source type.
|
|
2423
2424
|
"""
|
|
2424
2425
|
pulumi.set(__self__, "name", name)
|
|
2425
2426
|
if target_average_utilization is not None:
|
|
@@ -2429,38 +2430,38 @@ class ResourceMetricSourceArgs:
|
|
|
2429
2430
|
|
|
2430
2431
|
@property
|
|
2431
2432
|
@pulumi.getter
|
|
2432
|
-
def name(self) -> pulumi.Input[str]:
|
|
2433
|
+
def name(self) -> pulumi.Input[builtins.str]:
|
|
2433
2434
|
"""
|
|
2434
2435
|
name is the name of the resource in question.
|
|
2435
2436
|
"""
|
|
2436
2437
|
return pulumi.get(self, "name")
|
|
2437
2438
|
|
|
2438
2439
|
@name.setter
|
|
2439
|
-
def name(self, value: pulumi.Input[str]):
|
|
2440
|
+
def name(self, value: pulumi.Input[builtins.str]):
|
|
2440
2441
|
pulumi.set(self, "name", value)
|
|
2441
2442
|
|
|
2442
2443
|
@property
|
|
2443
2444
|
@pulumi.getter(name="targetAverageUtilization")
|
|
2444
|
-
def target_average_utilization(self) -> Optional[pulumi.Input[int]]:
|
|
2445
|
+
def target_average_utilization(self) -> Optional[pulumi.Input[builtins.int]]:
|
|
2445
2446
|
"""
|
|
2446
2447
|
targetAverageUtilization 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.
|
|
2447
2448
|
"""
|
|
2448
2449
|
return pulumi.get(self, "target_average_utilization")
|
|
2449
2450
|
|
|
2450
2451
|
@target_average_utilization.setter
|
|
2451
|
-
def target_average_utilization(self, value: Optional[pulumi.Input[int]]):
|
|
2452
|
+
def target_average_utilization(self, value: Optional[pulumi.Input[builtins.int]]):
|
|
2452
2453
|
pulumi.set(self, "target_average_utilization", value)
|
|
2453
2454
|
|
|
2454
2455
|
@property
|
|
2455
2456
|
@pulumi.getter(name="targetAverageValue")
|
|
2456
|
-
def target_average_value(self) -> Optional[pulumi.Input[str]]:
|
|
2457
|
+
def target_average_value(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
2457
2458
|
"""
|
|
2458
2459
|
targetAverageValue is the target value of the average of the resource metric across all relevant pods, as a raw value (instead of as a percentage of the request), similar to the "pods" metric source type.
|
|
2459
2460
|
"""
|
|
2460
2461
|
return pulumi.get(self, "target_average_value")
|
|
2461
2462
|
|
|
2462
2463
|
@target_average_value.setter
|
|
2463
|
-
def target_average_value(self, value: Optional[pulumi.Input[str]]):
|
|
2464
|
+
def target_average_value(self, value: Optional[pulumi.Input[builtins.str]]):
|
|
2464
2465
|
pulumi.set(self, "target_average_value", value)
|
|
2465
2466
|
|
|
2466
2467
|
|
|
@@ -2469,15 +2470,15 @@ if not MYPY:
|
|
|
2469
2470
|
"""
|
|
2470
2471
|
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.
|
|
2471
2472
|
"""
|
|
2472
|
-
current_average_value: pulumi.Input[str]
|
|
2473
|
+
current_average_value: pulumi.Input[builtins.str]
|
|
2473
2474
|
"""
|
|
2474
2475
|
currentAverageValue is the current value of the average of the resource metric across all relevant pods, as a raw value (instead of as a percentage of the request), similar to the "pods" metric source type. It will always be set, regardless of the corresponding metric specification.
|
|
2475
2476
|
"""
|
|
2476
|
-
name: pulumi.Input[str]
|
|
2477
|
+
name: pulumi.Input[builtins.str]
|
|
2477
2478
|
"""
|
|
2478
2479
|
name is the name of the resource in question.
|
|
2479
2480
|
"""
|
|
2480
|
-
current_average_utilization: NotRequired[pulumi.Input[int]]
|
|
2481
|
+
current_average_utilization: NotRequired[pulumi.Input[builtins.int]]
|
|
2481
2482
|
"""
|
|
2482
2483
|
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. It will only be present if `targetAverageValue` was set in the corresponding metric specification.
|
|
2483
2484
|
"""
|
|
@@ -2487,14 +2488,14 @@ elif False:
|
|
|
2487
2488
|
@pulumi.input_type
|
|
2488
2489
|
class ResourceMetricStatusArgs:
|
|
2489
2490
|
def __init__(__self__, *,
|
|
2490
|
-
current_average_value: pulumi.Input[str],
|
|
2491
|
-
name: pulumi.Input[str],
|
|
2492
|
-
current_average_utilization: Optional[pulumi.Input[int]] = None):
|
|
2491
|
+
current_average_value: pulumi.Input[builtins.str],
|
|
2492
|
+
name: pulumi.Input[builtins.str],
|
|
2493
|
+
current_average_utilization: Optional[pulumi.Input[builtins.int]] = None):
|
|
2493
2494
|
"""
|
|
2494
2495
|
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.
|
|
2495
|
-
:param pulumi.Input[str] current_average_value: currentAverageValue is the current value of the average of the resource metric across all relevant pods, as a raw value (instead of as a percentage of the request), similar to the "pods" metric source type. It will always be set, regardless of the corresponding metric specification.
|
|
2496
|
-
:param pulumi.Input[str] name: name is the name of the resource in question.
|
|
2497
|
-
:param pulumi.Input[int] current_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. It will only be present if `targetAverageValue` was set in the corresponding metric specification.
|
|
2496
|
+
:param pulumi.Input[builtins.str] current_average_value: currentAverageValue is the current value of the average of the resource metric across all relevant pods, as a raw value (instead of as a percentage of the request), similar to the "pods" metric source type. It will always be set, regardless of the corresponding metric specification.
|
|
2497
|
+
:param pulumi.Input[builtins.str] name: name is the name of the resource in question.
|
|
2498
|
+
:param pulumi.Input[builtins.int] current_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. It will only be present if `targetAverageValue` was set in the corresponding metric specification.
|
|
2498
2499
|
"""
|
|
2499
2500
|
pulumi.set(__self__, "current_average_value", current_average_value)
|
|
2500
2501
|
pulumi.set(__self__, "name", name)
|
|
@@ -2503,38 +2504,38 @@ class ResourceMetricStatusArgs:
|
|
|
2503
2504
|
|
|
2504
2505
|
@property
|
|
2505
2506
|
@pulumi.getter(name="currentAverageValue")
|
|
2506
|
-
def current_average_value(self) -> pulumi.Input[str]:
|
|
2507
|
+
def current_average_value(self) -> pulumi.Input[builtins.str]:
|
|
2507
2508
|
"""
|
|
2508
2509
|
currentAverageValue is the current value of the average of the resource metric across all relevant pods, as a raw value (instead of as a percentage of the request), similar to the "pods" metric source type. It will always be set, regardless of the corresponding metric specification.
|
|
2509
2510
|
"""
|
|
2510
2511
|
return pulumi.get(self, "current_average_value")
|
|
2511
2512
|
|
|
2512
2513
|
@current_average_value.setter
|
|
2513
|
-
def current_average_value(self, value: pulumi.Input[str]):
|
|
2514
|
+
def current_average_value(self, value: pulumi.Input[builtins.str]):
|
|
2514
2515
|
pulumi.set(self, "current_average_value", value)
|
|
2515
2516
|
|
|
2516
2517
|
@property
|
|
2517
2518
|
@pulumi.getter
|
|
2518
|
-
def name(self) -> pulumi.Input[str]:
|
|
2519
|
+
def name(self) -> pulumi.Input[builtins.str]:
|
|
2519
2520
|
"""
|
|
2520
2521
|
name is the name of the resource in question.
|
|
2521
2522
|
"""
|
|
2522
2523
|
return pulumi.get(self, "name")
|
|
2523
2524
|
|
|
2524
2525
|
@name.setter
|
|
2525
|
-
def name(self, value: pulumi.Input[str]):
|
|
2526
|
+
def name(self, value: pulumi.Input[builtins.str]):
|
|
2526
2527
|
pulumi.set(self, "name", value)
|
|
2527
2528
|
|
|
2528
2529
|
@property
|
|
2529
2530
|
@pulumi.getter(name="currentAverageUtilization")
|
|
2530
|
-
def current_average_utilization(self) -> Optional[pulumi.Input[int]]:
|
|
2531
|
+
def current_average_utilization(self) -> Optional[pulumi.Input[builtins.int]]:
|
|
2531
2532
|
"""
|
|
2532
2533
|
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. It will only be present if `targetAverageValue` was set in the corresponding metric specification.
|
|
2533
2534
|
"""
|
|
2534
2535
|
return pulumi.get(self, "current_average_utilization")
|
|
2535
2536
|
|
|
2536
2537
|
@current_average_utilization.setter
|
|
2537
|
-
def current_average_utilization(self, value: Optional[pulumi.Input[int]]):
|
|
2538
|
+
def current_average_utilization(self, value: Optional[pulumi.Input[builtins.int]]):
|
|
2538
2539
|
pulumi.set(self, "current_average_utilization", value)
|
|
2539
2540
|
|
|
2540
2541
|
|