public final class AddonsConfig extends 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: http://code.google.com/p/google-http-java-client/wiki/JSON
GenericData.FlagsAbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| 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(String fieldName,
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, setUnknownKeysclear, containsKey, containsValue, equals, hashCode, isEmpty, keySet, size, valuespublic 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(String fieldName, Object value)
set in class GenericJsonpublic AddonsConfig clone()
clone in class GenericJson