Node Pool Kubelet Configuration Args
data class NodePoolKubeletConfigurationArgs(val cpuManagerPolicy: Output<String>? = null, val eventBurst: Output<String>? = null, val eventRecordQps: Output<String>? = null, val evictionHard: Output<Map<String, Any>>? = null, val evictionSoft: Output<Map<String, Any>>? = null, val evictionSoftGracePeriod: Output<Map<String, Any>>? = null, val kubeApiBurst: Output<String>? = null, val kubeApiQps: Output<String>? = null, val kubeReserved: Output<Map<String, Any>>? = null, val registryBurst: Output<String>? = null, val registryPullQps: Output<String>? = null, val serializeImagePulls: Output<String>? = null, val systemReserved: Output<Map<String, Any>>? = null) : ConvertibleToJava<NodePoolKubeletConfigurationArgs>
Constructors
Link copied to clipboard
fun NodePoolKubeletConfigurationArgs(cpuManagerPolicy: Output<String>? = null, eventBurst: Output<String>? = null, eventRecordQps: Output<String>? = null, evictionHard: Output<Map<String, Any>>? = null, evictionSoft: Output<Map<String, Any>>? = null, evictionSoftGracePeriod: Output<Map<String, Any>>? = null, kubeApiBurst: Output<String>? = null, kubeApiQps: Output<String>? = null, kubeReserved: Output<Map<String, Any>>? = null, registryBurst: Output<String>? = null, registryPullQps: Output<String>? = null, serializeImagePulls: Output<String>? = null, systemReserved: Output<Map<String, Any>>? = null)
Functions
Properties
Link copied to clipboard
Same as kubeReserved. The set of ResourceName=ResourceQuantity (e.g. cpu=200m,memory=150G) pairs that describe resources reserved for kubernetes system components. Currently, cpu, memory and local storage for root file system are supported. See compute resources for more details.
Link copied to clipboard
Same as systemReserved. The set of ResourceName=ResourceQuantity (e.g. cpu=200m,memory=150G) pairs that describe resources reserved for non-kubernetes components. Currently, only cpu and memory are supported. See compute resources for more details.