Kubernetes Cluster Node Pool Linux Os Config
data class KubernetesClusterNodePoolLinuxOsConfig(val swapFileSizeMb: Int? = null, val sysctlConfig: KubernetesClusterNodePoolLinuxOsConfigSysctlConfig? = null, val transparentHugePageDefrag: String? = null, val transparentHugePageEnabled: String? = null)
Constructors
Link copied to clipboard
fun KubernetesClusterNodePoolLinuxOsConfig(swapFileSizeMb: Int? = null, sysctlConfig: KubernetesClusterNodePoolLinuxOsConfigSysctlConfig? = null, transparentHugePageDefrag: String? = null, transparentHugePageEnabled: String? = null)