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: The Kubelet configuration on the agent pool nodes.ManagedClusterAgentPoolProfileProperties.kubeletConfig()Get the kubeletConfig property: The Kubelet configuration on the agent pool nodes.Methods in com.azure.resourcemanager.containerservice.fluent.models with parameters of type KubeletConfigModifier and TypeMethodDescriptionAgentPoolInner.withKubeletConfig(KubeletConfig kubeletConfig) Set the kubeletConfig property: The Kubelet configuration on the agent pool nodes.ManagedClusterAgentPoolProfileProperties.withKubeletConfig(KubeletConfig kubeletConfig) Set the kubeletConfig property: The Kubelet configuration on the agent pool nodes. -
Uses of KubeletConfig in com.azure.resourcemanager.containerservice.models
Classes in com.azure.resourcemanager.containerservice.models that implement interfaces with type arguments of type KubeletConfigModifier and TypeClassDescriptionfinal classKubelet configurations of agent nodes.Methods in com.azure.resourcemanager.containerservice.models that return KubeletConfigModifier and TypeMethodDescriptionstatic KubeletConfigKubeletConfig.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of KubeletConfig from the JsonReader.KubeletConfig.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. 10Mi) of container log file before it is rotated.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: The Kubelet configuration on the agent pool nodes.