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