public class KubeletConfigForCreateNodePoolInput extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
KubeletConfigForCreateNodePoolInput.CpuManagerPolicyEnum
Gets or Sets cpuManagerPolicy
|
static class |
KubeletConfigForCreateNodePoolInput.TopologyManagerPolicyEnum
Gets or Sets topologyManagerPolicy
|
static class |
KubeletConfigForCreateNodePoolInput.TopologyManagerScopeEnum
Gets or Sets topologyManagerScope
|
| Constructor and Description |
|---|
KubeletConfigForCreateNodePoolInput() |
public KubeletConfigForCreateNodePoolInput cpuManagerPolicy(KubeletConfigForCreateNodePoolInput.CpuManagerPolicyEnum cpuManagerPolicy)
public KubeletConfigForCreateNodePoolInput.CpuManagerPolicyEnum getCpuManagerPolicy()
public void setCpuManagerPolicy(KubeletConfigForCreateNodePoolInput.CpuManagerPolicyEnum 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)
public Integer getKubeApiBurst()
public void setKubeApiBurst(Integer kubeApiBurst)
public KubeletConfigForCreateNodePoolInput kubeApiQps(Integer kubeApiQps)
public 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)
public Integer getRegistryBurst()
public void setRegistryBurst(Integer registryBurst)
public KubeletConfigForCreateNodePoolInput registryPullQps(Integer registryPullQps)
public 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.