| Package | Description |
|---|---|
| com.google.api.services.container.model |
| Modifier and Type | Method and Description |
|---|---|
PodAutoscaling |
PodAutoscaling.clone() |
PodAutoscaling |
ClusterUpdate.getDesiredPodAutoscaling()
The desired config for pod autoscaling.
|
PodAutoscaling |
Cluster.getPodAutoscaling()
The config for pod autoscaling.
|
PodAutoscaling |
PodAutoscaling.set(String fieldName,
Object value) |
PodAutoscaling |
PodAutoscaling.setHpaProfile(String hpaProfile)
Selected Horizontal Pod Autoscaling profile.
|
| Modifier and Type | Method and Description |
|---|---|
ClusterUpdate |
ClusterUpdate.setDesiredPodAutoscaling(PodAutoscaling desiredPodAutoscaling)
The desired config for pod autoscaling.
|
Cluster |
Cluster.setPodAutoscaling(PodAutoscaling podAutoscaling)
The config for pod autoscaling.
|
Copyright © 2011–2025 Google. All rights reserved.