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