ClusterNodePoolAutoConfigNodeKubeletConfig

data class ClusterNodePoolAutoConfigNodeKubeletConfig(val insecureKubeletReadonlyPortEnabled: String? = null)

Constructors

constructor(insecureKubeletReadonlyPortEnabled: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Controls whether the kubelet read-only port is enabled. It is strongly recommended to set this to FALSE. Possible values: TRUE, FALSE.