public final class NodeKubeletConfig
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 Kubernetes 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.FlagsAbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Constructor and Description |
|---|
NodeKubeletConfig() |
| Modifier and Type | Method and Description |
|---|---|
NodeKubeletConfig |
clone() |
Boolean |
getCpuCfsQuota()
Enable CPU CFS quota enforcement for containers that specify CPU limits.
|
String |
getCpuCfsQuotaPeriod()
Set the CPU CFS quota period value 'cpu.cfs_period_us'.
|
String |
getCpuManagerPolicy()
Control the CPU management policy on the node.
|
Boolean |
getInsecureKubeletReadonlyPortEnabled()
Enable or disable Kubelet read only port.
|
Long |
getPodPidsLimit()
Set the Pod PID limits.
|
NodeKubeletConfig |
set(String fieldName,
Object value) |
NodeKubeletConfig |
setCpuCfsQuota(Boolean cpuCfsQuota)
Enable CPU CFS quota enforcement for containers that specify CPU limits.
|
NodeKubeletConfig |
setCpuCfsQuotaPeriod(String cpuCfsQuotaPeriod)
Set the CPU CFS quota period value 'cpu.cfs_period_us'.
|
NodeKubeletConfig |
setCpuManagerPolicy(String cpuManagerPolicy)
Control the CPU management policy on the node.
|
NodeKubeletConfig |
setInsecureKubeletReadonlyPortEnabled(Boolean insecureKubeletReadonlyPortEnabled)
Enable or disable Kubelet read only port.
|
NodeKubeletConfig |
setPodPidsLimit(Long podPidsLimit)
Set the Pod PID limits.
|
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 Boolean getCpuCfsQuota()
null for nonepublic NodeKubeletConfig setCpuCfsQuota(Boolean cpuCfsQuota)
cpuCfsQuota - cpuCfsQuota or null for nonepublic String getCpuCfsQuotaPeriod()
null for nonepublic NodeKubeletConfig setCpuCfsQuotaPeriod(String cpuCfsQuotaPeriod)
cpuCfsQuotaPeriod - cpuCfsQuotaPeriod or null for nonepublic String getCpuManagerPolicy()
null for nonepublic NodeKubeletConfig setCpuManagerPolicy(String cpuManagerPolicy)
cpuManagerPolicy - cpuManagerPolicy or null for nonepublic Boolean getInsecureKubeletReadonlyPortEnabled()
null for nonepublic NodeKubeletConfig setInsecureKubeletReadonlyPortEnabled(Boolean insecureKubeletReadonlyPortEnabled)
insecureKubeletReadonlyPortEnabled - insecureKubeletReadonlyPortEnabled or null for nonepublic Long getPodPidsLimit()
null for nonepublic NodeKubeletConfig setPodPidsLimit(Long podPidsLimit)
podPidsLimit - podPidsLimit or null for nonepublic NodeKubeletConfig set(String fieldName, Object value)
set in class com.google.api.client.json.GenericJsonpublic NodeKubeletConfig clone()
clone in class com.google.api.client.json.GenericJsonCopyright © 2011–2024 Google. All rights reserved.