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() |
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 List<String> getAllowedUnsafeSysctls()
null for nonepublic NodeKubeletConfig setAllowedUnsafeSysctls(List<String> allowedUnsafeSysctls)
allowedUnsafeSysctls - allowedUnsafeSysctls or null for nonepublic Integer getContainerLogMaxFiles()
null for nonepublic NodeKubeletConfig setContainerLogMaxFiles(Integer containerLogMaxFiles)
containerLogMaxFiles - containerLogMaxFiles or null for nonepublic String getContainerLogMaxSize()
null for nonepublic NodeKubeletConfig setContainerLogMaxSize(String containerLogMaxSize)
containerLogMaxSize - containerLogMaxSize or null for nonepublic 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 Integer getEvictionMaxPodGracePeriodSeconds()
null for nonepublic NodeKubeletConfig setEvictionMaxPodGracePeriodSeconds(Integer evictionMaxPodGracePeriodSeconds)
evictionMaxPodGracePeriodSeconds - evictionMaxPodGracePeriodSeconds or null for nonepublic EvictionMinimumReclaim getEvictionMinimumReclaim()
null for nonepublic NodeKubeletConfig setEvictionMinimumReclaim(EvictionMinimumReclaim evictionMinimumReclaim)
evictionMinimumReclaim - evictionMinimumReclaim or null for nonepublic EvictionSignals getEvictionSoft()
null for nonepublic NodeKubeletConfig setEvictionSoft(EvictionSignals evictionSoft)
evictionSoft - evictionSoft or null for nonepublic EvictionGracePeriod getEvictionSoftGracePeriod()
null for nonepublic NodeKubeletConfig setEvictionSoftGracePeriod(EvictionGracePeriod evictionSoftGracePeriod)
evictionSoftGracePeriod - evictionSoftGracePeriod or null for nonepublic Integer getImageGcHighThresholdPercent()
null for nonepublic NodeKubeletConfig setImageGcHighThresholdPercent(Integer imageGcHighThresholdPercent)
imageGcHighThresholdPercent - imageGcHighThresholdPercent or null for nonepublic Integer getImageGcLowThresholdPercent()
null for nonepublic NodeKubeletConfig setImageGcLowThresholdPercent(Integer imageGcLowThresholdPercent)
imageGcLowThresholdPercent - imageGcLowThresholdPercent or null for nonepublic String getImageMaximumGcAge()
null for nonepublic NodeKubeletConfig setImageMaximumGcAge(String imageMaximumGcAge)
imageMaximumGcAge - imageMaximumGcAge or null for nonepublic String getImageMinimumGcAge()
null for nonepublic NodeKubeletConfig setImageMinimumGcAge(String imageMinimumGcAge)
imageMinimumGcAge - imageMinimumGcAge or null for nonepublic Boolean getInsecureKubeletReadonlyPortEnabled()
null for nonepublic NodeKubeletConfig setInsecureKubeletReadonlyPortEnabled(Boolean insecureKubeletReadonlyPortEnabled)
insecureKubeletReadonlyPortEnabled - insecureKubeletReadonlyPortEnabled or null for nonepublic Integer getMaxParallelImagePulls()
null for nonepublic NodeKubeletConfig setMaxParallelImagePulls(Integer maxParallelImagePulls)
maxParallelImagePulls - maxParallelImagePulls or null for nonepublic MemoryManager getMemoryManager()
null for nonepublic NodeKubeletConfig setMemoryManager(MemoryManager memoryManager)
memoryManager - memoryManager or null for nonepublic Long getPodPidsLimit()
null for nonepublic NodeKubeletConfig setPodPidsLimit(Long podPidsLimit)
podPidsLimit - podPidsLimit or null for nonepublic Boolean getSingleProcessOomKill()
null for nonepublic NodeKubeletConfig setSingleProcessOomKill(Boolean singleProcessOomKill)
singleProcessOomKill - singleProcessOomKill or null for nonepublic TopologyManager getTopologyManager()
null for nonepublic NodeKubeletConfig setTopologyManager(TopologyManager topologyManager)
topologyManager - topologyManager 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–2025 Google. All rights reserved.