Uses of Class
com.azure.resourcemanager.containerservice.models.KubeletConfig
Packages that use KubeletConfig
Package
Description
Package containing the inner data models for ContainerServiceManagementClient.
Package containing the data models for ContainerServiceManagementClient.
-
Uses of KubeletConfig in com.azure.resourcemanager.containerservice.fluent.models
Methods in com.azure.resourcemanager.containerservice.fluent.models that return KubeletConfigModifier and TypeMethodDescriptionAgentPoolInner.kubeletConfig()Get the kubeletConfig property: Kubelet configurations of agent nodes.ManagedClusterAgentPoolProfileProperties.kubeletConfig()Get the kubeletConfig property: Kubelet configurations of agent nodes.Methods in com.azure.resourcemanager.containerservice.fluent.models with parameters of type KubeletConfigModifier and TypeMethodDescriptionAgentPoolInner.withKubeletConfig(KubeletConfig kubeletConfig) Set the kubeletConfig property: Kubelet configurations of agent nodes.ManagedClusterAgentPoolProfileProperties.withKubeletConfig(KubeletConfig kubeletConfig) Set the kubeletConfig property: Kubelet configurations of agent nodes. -
Uses of KubeletConfig in com.azure.resourcemanager.containerservice.models
Methods in com.azure.resourcemanager.containerservice.models that return KubeletConfigModifier and TypeMethodDescriptionKubeletConfig.withAllowedUnsafeSysctls(List<String> allowedUnsafeSysctls) Set the allowedUnsafeSysctls property: Allowed list of unsafe sysctls or unsafe sysctl patterns (ending in `*`).KubeletConfig.withContainerLogMaxFiles(Integer containerLogMaxFiles) Set the containerLogMaxFiles property: The maximum number of container log files that can be present for a container.KubeletConfig.withContainerLogMaxSizeMB(Integer containerLogMaxSizeMB) Set the containerLogMaxSizeMB property: The maximum size (e.g.KubeletConfig.withCpuCfsQuota(Boolean cpuCfsQuota) Set the cpuCfsQuota property: If CPU CFS quota enforcement is enabled for containers that specify CPU limits.KubeletConfig.withCpuCfsQuotaPeriod(String cpuCfsQuotaPeriod) Set the cpuCfsQuotaPeriod property: The CPU CFS quota period value.KubeletConfig.withCpuManagerPolicy(String cpuManagerPolicy) Set the cpuManagerPolicy property: The CPU Manager policy to use.KubeletConfig.withFailSwapOn(Boolean failSwapOn) Set the failSwapOn property: If set to true it will make the Kubelet fail to start if swap is enabled on the node.KubeletConfig.withImageGcHighThreshold(Integer imageGcHighThreshold) Set the imageGcHighThreshold property: The percent of disk usage after which image garbage collection is always run.KubeletConfig.withImageGcLowThreshold(Integer imageGcLowThreshold) Set the imageGcLowThreshold property: The percent of disk usage before which image garbage collection is never run.KubeletConfig.withPodMaxPids(Integer podMaxPids) Set the podMaxPids property: The maximum number of processes per pod.KubeletConfig.withTopologyManagerPolicy(String topologyManagerPolicy) Set the topologyManagerPolicy property: The Topology Manager policy to use.Methods in com.azure.resourcemanager.containerservice.models with parameters of type KubeletConfigModifier and TypeMethodDescriptionManagedClusterAgentPoolProfile.withKubeletConfig(KubeletConfig kubeletConfig) Set the kubeletConfig property: Kubelet configurations of agent nodes.