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