public class KubeletConfigForUpdateNodePoolConfigInput extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
KubeletConfigForUpdateNodePoolConfigInput.CpuManagerPolicyEnum
Gets or Sets cpuManagerPolicy
|
static class |
KubeletConfigForUpdateNodePoolConfigInput.TopologyManagerPolicyEnum
Gets or Sets topologyManagerPolicy
|
static class |
KubeletConfigForUpdateNodePoolConfigInput.TopologyManagerScopeEnum
Gets or Sets topologyManagerScope
|
| Constructor and Description |
|---|
KubeletConfigForUpdateNodePoolConfigInput() |
public KubeletConfigForUpdateNodePoolConfigInput()
public KubeletConfigForUpdateNodePoolConfigInput cpuManagerPolicy(KubeletConfigForUpdateNodePoolConfigInput.CpuManagerPolicyEnum cpuManagerPolicy)
public KubeletConfigForUpdateNodePoolConfigInput.CpuManagerPolicyEnum getCpuManagerPolicy()
public void setCpuManagerPolicy(KubeletConfigForUpdateNodePoolConfigInput.CpuManagerPolicyEnum cpuManagerPolicy)
public KubeletConfigForUpdateNodePoolConfigInput evictionHard(List<EvictionHardForUpdateNodePoolConfigInput> evictionHard)
public KubeletConfigForUpdateNodePoolConfigInput addEvictionHardItem(EvictionHardForUpdateNodePoolConfigInput evictionHardItem)
@Valid public @Valid List<EvictionHardForUpdateNodePoolConfigInput> getEvictionHard()
public void setEvictionHard(List<EvictionHardForUpdateNodePoolConfigInput> evictionHard)
public KubeletConfigForUpdateNodePoolConfigInput featureGates(FeatureGatesForUpdateNodePoolConfigInput featureGates)
@Valid public @Valid FeatureGatesForUpdateNodePoolConfigInput getFeatureGates()
public void setFeatureGates(FeatureGatesForUpdateNodePoolConfigInput featureGates)
public KubeletConfigForUpdateNodePoolConfigInput kubeApiBurst(Integer kubeApiBurst)
public Integer getKubeApiBurst()
public void setKubeApiBurst(Integer kubeApiBurst)
public KubeletConfigForUpdateNodePoolConfigInput kubeApiQps(Integer kubeApiQps)
public Integer getKubeApiQps()
public void setKubeApiQps(Integer kubeApiQps)
public KubeletConfigForUpdateNodePoolConfigInput kubeReserved(List<KubeReservedForUpdateNodePoolConfigInput> kubeReserved)
public KubeletConfigForUpdateNodePoolConfigInput addKubeReservedItem(KubeReservedForUpdateNodePoolConfigInput kubeReservedItem)
@Valid public @Valid List<KubeReservedForUpdateNodePoolConfigInput> getKubeReserved()
public void setKubeReserved(List<KubeReservedForUpdateNodePoolConfigInput> kubeReserved)
public KubeletConfigForUpdateNodePoolConfigInput maxPods(Integer maxPods)
public Integer getMaxPods()
public void setMaxPods(Integer maxPods)
public KubeletConfigForUpdateNodePoolConfigInput registryBurst(Integer registryBurst)
public Integer getRegistryBurst()
public void setRegistryBurst(Integer registryBurst)
public KubeletConfigForUpdateNodePoolConfigInput registryPullQps(Integer registryPullQps)
public Integer getRegistryPullQps()
public void setRegistryPullQps(Integer registryPullQps)
public KubeletConfigForUpdateNodePoolConfigInput serializeImagePulls(Boolean serializeImagePulls)
public Boolean isSerializeImagePulls()
public void setSerializeImagePulls(Boolean serializeImagePulls)
public KubeletConfigForUpdateNodePoolConfigInput systemReserved(List<SystemReservedForUpdateNodePoolConfigInput> systemReserved)
public KubeletConfigForUpdateNodePoolConfigInput addSystemReservedItem(SystemReservedForUpdateNodePoolConfigInput systemReservedItem)
@Valid public @Valid List<SystemReservedForUpdateNodePoolConfigInput> getSystemReserved()
public void setSystemReserved(List<SystemReservedForUpdateNodePoolConfigInput> systemReserved)
public KubeletConfigForUpdateNodePoolConfigInput topologyManagerPolicy(KubeletConfigForUpdateNodePoolConfigInput.TopologyManagerPolicyEnum topologyManagerPolicy)
public KubeletConfigForUpdateNodePoolConfigInput.TopologyManagerPolicyEnum getTopologyManagerPolicy()
public void setTopologyManagerPolicy(KubeletConfigForUpdateNodePoolConfigInput.TopologyManagerPolicyEnum topologyManagerPolicy)
public KubeletConfigForUpdateNodePoolConfigInput topologyManagerScope(KubeletConfigForUpdateNodePoolConfigInput.TopologyManagerScopeEnum topologyManagerScope)
public KubeletConfigForUpdateNodePoolConfigInput.TopologyManagerScopeEnum getTopologyManagerScope()
public void setTopologyManagerScope(KubeletConfigForUpdateNodePoolConfigInput.TopologyManagerScopeEnum topologyManagerScope)
Copyright © 2026. All rights reserved.