public class KubeletConfigForListNodePoolsOutput extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
KubeletConfigForListNodePoolsOutput.TopologyManagerPolicyEnum
Gets or Sets topologyManagerPolicy
|
static class |
KubeletConfigForListNodePoolsOutput.TopologyManagerScopeEnum
Gets or Sets topologyManagerScope
|
| Constructor and Description |
|---|
KubeletConfigForListNodePoolsOutput() |
public KubeletConfigForListNodePoolsOutput cpuManagerPolicy(String cpuManagerPolicy)
public String getCpuManagerPolicy()
public void setCpuManagerPolicy(String 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)
@Min(value=1L) @Max(value=100L) public @Min(value=1L) @Max(value=100L) Integer getKubeApiBurst()
public void setKubeApiBurst(Integer kubeApiBurst)
public KubeletConfigForListNodePoolsOutput kubeApiQps(Integer kubeApiQps)
@Min(value=1L) @Max(value=50L) public @Min(value=1L) @Max(value=50L) 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)
@Min(value=1L) @Max(value=100L) public @Min(value=1L) @Max(value=100L) Integer getRegistryBurst()
public void setRegistryBurst(Integer registryBurst)
public KubeletConfigForListNodePoolsOutput registryPullQps(Integer registryPullQps)
@Min(value=1L) @Max(value=50L) public @Min(value=1L) @Max(value=50L) 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.