Uses of Class
com.azure.resourcemanager.containerservice.models.KubeletConfig
-
Packages that use KubeletConfig Package Description com.azure.resourcemanager.containerservice.fluent.models Package containing the inner data models for ContainerServiceManagementClient.com.azure.resourcemanager.containerservice.models 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 KubeletConfig Modifier and Type Method Description KubeletConfigAgentPoolInner. kubeletConfig()Get the kubeletConfig property: Kubelet configurations of agent nodes.KubeletConfigManagedClusterAgentPoolProfileProperties. kubeletConfig()Get the kubeletConfig property: Kubelet configurations of agent nodes.Methods in com.azure.resourcemanager.containerservice.fluent.models with parameters of type KubeletConfig Modifier and Type Method Description AgentPoolInnerAgentPoolInner. withKubeletConfig(KubeletConfig kubeletConfig)Set the kubeletConfig property: Kubelet configurations of agent nodes.ManagedClusterAgentPoolProfilePropertiesManagedClusterAgentPoolProfileProperties. 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 KubeletConfig Modifier and Type Method Description KubeletConfigKubeletConfig. withAllowedUnsafeSysctls(List<String> allowedUnsafeSysctls)Set the allowedUnsafeSysctls property: Allowed list of unsafe sysctls or unsafe sysctl patterns (ending in `*`).KubeletConfigKubeletConfig. withContainerLogMaxFiles(Integer containerLogMaxFiles)Set the containerLogMaxFiles property: The maximum number of container log files that can be present for a container.KubeletConfigKubeletConfig. withContainerLogMaxSizeMB(Integer containerLogMaxSizeMB)Set the containerLogMaxSizeMB property: The maximum size (e.g.KubeletConfigKubeletConfig. withCpuCfsQuota(Boolean cpuCfsQuota)Set the cpuCfsQuota property: If CPU CFS quota enforcement is enabled for containers that specify CPU limits.KubeletConfigKubeletConfig. withCpuCfsQuotaPeriod(String cpuCfsQuotaPeriod)Set the cpuCfsQuotaPeriod property: The CPU CFS quota period value.KubeletConfigKubeletConfig. withCpuManagerPolicy(String cpuManagerPolicy)Set the cpuManagerPolicy property: The CPU Manager policy to use.KubeletConfigKubeletConfig. 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.KubeletConfigKubeletConfig. withImageGcHighThreshold(Integer imageGcHighThreshold)Set the imageGcHighThreshold property: The percent of disk usage after which image garbage collection is always run.KubeletConfigKubeletConfig. withImageGcLowThreshold(Integer imageGcLowThreshold)Set the imageGcLowThreshold property: The percent of disk usage before which image garbage collection is never run.KubeletConfigKubeletConfig. withPodMaxPids(Integer podMaxPids)Set the podMaxPids property: The maximum number of processes per pod.KubeletConfigKubeletConfig. withTopologyManagerPolicy(String topologyManagerPolicy)Set the topologyManagerPolicy property: The Topology Manager policy to use.Methods in com.azure.resourcemanager.containerservice.models with parameters of type KubeletConfig Modifier and Type Method Description ManagedClusterAgentPoolProfileManagedClusterAgentPoolProfile. withKubeletConfig(KubeletConfig kubeletConfig)Set the kubeletConfig property: Kubelet configurations of agent nodes.
-