KubernetesClusterApiServerAccessProfile

data class KubernetesClusterApiServerAccessProfile(val authorizedIpRanges: List<String>? = null)

Constructors

Link copied to clipboard
constructor(authorizedIpRanges: List<String>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Set of authorized IP ranges to allow access to API server, e.g. "198.51.100.0/24".