public final class AddonsConfig
extends com.google.api.client.json.GenericJson
This is the Java data model class that specifies how to parse/serialize into the JSON that is transmitted over HTTP when working with the Google Container Engine API. For a detailed explanation see: https://developers.google.com/api-client-library/java/google-http-java-client/json
com.google.api.client.util.GenericData.Flags| Constructor and Description |
|---|
AddonsConfig() |
| Modifier and Type | Method and Description |
|---|---|
AddonsConfig |
clone() |
HorizontalPodAutoscaling |
getHorizontalPodAutoscaling()
Configuration for the horizontal pod autoscaling feature, which increases or decreases the
number of replica pods a replication controller has based on the resource usage of the existing
pods.
|
HttpLoadBalancing |
getHttpLoadBalancing()
Configuration for the HTTP (L7) load balancing controller addon, which makes it easy to set up
HTTP load balancers for services in a cluster.
|
AddonsConfig |
set(java.lang.String fieldName,
java.lang.Object value) |
AddonsConfig |
setHorizontalPodAutoscaling(HorizontalPodAutoscaling horizontalPodAutoscaling)
Configuration for the horizontal pod autoscaling feature, which increases or decreases the
number of replica pods a replication controller has based on the resource usage of the existing
pods.
|
AddonsConfig |
setHttpLoadBalancing(HttpLoadBalancing httpLoadBalancing)
Configuration for the HTTP (L7) load balancing controller addon, which makes it easy to set up
HTTP load balancers for services in a cluster.
|
getFactory, setFactory, toPrettyString, toStringentrySet, get, getClassInfo, getUnknownKeys, put, putAll, remove, setUnknownKeyspublic HorizontalPodAutoscaling getHorizontalPodAutoscaling()
null for nonepublic AddonsConfig setHorizontalPodAutoscaling(HorizontalPodAutoscaling horizontalPodAutoscaling)
horizontalPodAutoscaling - horizontalPodAutoscaling or null for nonepublic HttpLoadBalancing getHttpLoadBalancing()
null for nonepublic AddonsConfig setHttpLoadBalancing(HttpLoadBalancing httpLoadBalancing)
httpLoadBalancing - httpLoadBalancing or null for nonepublic AddonsConfig set(java.lang.String fieldName, java.lang.Object value)
set in class com.google.api.client.json.GenericJsonpublic AddonsConfig clone()
clone in class com.google.api.client.json.GenericJson