| Package | Description |
|---|---|
| com.google.api.services.container.v1beta1.model |
| Modifier and Type | Method and Description |
|---|---|
NodeKubeletConfig |
NodeKubeletConfig.clone() |
NodeKubeletConfig |
UpdateNodePoolRequest.getKubeletConfig()
Node kubelet configs.
|
NodeKubeletConfig |
NodeConfig.getKubeletConfig()
Node kubelet configs.
|
NodeKubeletConfig |
NodeKubeletConfig.set(String fieldName,
Object value) |
NodeKubeletConfig |
NodeKubeletConfig.setCpuCfsQuota(Boolean cpuCfsQuota)
Enable CPU CFS quota enforcement for containers that specify CPU limits.
|
NodeKubeletConfig |
NodeKubeletConfig.setCpuCfsQuotaPeriod(String cpuCfsQuotaPeriod)
Set the CPU CFS quota period value 'cpu.cfs_period_us'.
|
NodeKubeletConfig |
NodeKubeletConfig.setCpuManagerPolicy(String cpuManagerPolicy)
Control the CPU management policy on the node.
|
NodeKubeletConfig |
NodeKubeletConfig.setInsecureKubeletReadonlyPortEnabled(Boolean insecureKubeletReadonlyPortEnabled)
Enable or disable Kubelet read only port.
|
NodeKubeletConfig |
NodeKubeletConfig.setPodPidsLimit(Long podPidsLimit)
Set the Pod PID limits.
|
| Modifier and Type | Method and Description |
|---|---|
UpdateNodePoolRequest |
UpdateNodePoolRequest.setKubeletConfig(NodeKubeletConfig kubeletConfig)
Node kubelet configs.
|
NodeConfig |
NodeConfig.setKubeletConfig(NodeKubeletConfig kubeletConfig)
Node kubelet configs.
|
Copyright © 2011–2023 Google. All rights reserved.