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 Kubernetes Engine API. For a detailed explanation see: https://developers.google.com/api-client-library/java/google-http-java-client/json
GenericData.FlagsAbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Constructor and Description |
|---|
AddonsConfig() |
| Modifier and Type | Method and Description |
|---|---|
AddonsConfig |
clone() |
CloudRunConfig |
getCloudRunConfig()
Configuration for the Cloud Run addon, which allows the user to use a managed Knative service.
|
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.
|
KubernetesDashboard |
getKubernetesDashboard()
Configuration for the Kubernetes Dashboard.
|
NetworkPolicyConfig |
getNetworkPolicyConfig()
Configuration for NetworkPolicy.
|
AddonsConfig |
set(String fieldName,
Object value) |
AddonsConfig |
setCloudRunConfig(CloudRunConfig cloudRunConfig)
Configuration for the Cloud Run addon, which allows the user to use a managed Knative service.
|
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.
|
AddonsConfig |
setKubernetesDashboard(KubernetesDashboard kubernetesDashboard)
Configuration for the Kubernetes Dashboard.
|
AddonsConfig |
setNetworkPolicyConfig(NetworkPolicyConfig networkPolicyConfig)
Configuration for NetworkPolicy.
|
getFactory, setFactory, toPrettyString, toStringentrySet, equals, get, getClassInfo, getUnknownKeys, hashCode, put, putAll, remove, setUnknownKeysclear, containsKey, containsValue, isEmpty, keySet, size, valuesfinalize, getClass, notify, notifyAll, wait, wait, waitcompute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAllpublic CloudRunConfig getCloudRunConfig()
null for nonepublic AddonsConfig setCloudRunConfig(CloudRunConfig cloudRunConfig)
cloudRunConfig - cloudRunConfig or null for nonepublic 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 KubernetesDashboard getKubernetesDashboard()
null for nonepublic AddonsConfig setKubernetesDashboard(KubernetesDashboard kubernetesDashboard)
kubernetesDashboard - kubernetesDashboard or null for nonepublic NetworkPolicyConfig getNetworkPolicyConfig()
null for nonepublic AddonsConfig setNetworkPolicyConfig(NetworkPolicyConfig networkPolicyConfig)
networkPolicyConfig - networkPolicyConfig or null for nonepublic AddonsConfig set(String fieldName, Object value)
set in class GenericJsonpublic AddonsConfig clone()
clone in class GenericJsonCopyright © 2011–2020 Google. All rights reserved.