ClusterMasterAuthorizedNetworksConfigCidrBlock

data class ClusterMasterAuthorizedNetworksConfigCidrBlock(val cidrBlock: String, val displayName: String? = null)

Constructors

constructor(cidrBlock: String, displayName: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

External network that can access Kubernetes master through HTTPS. Must be specified in CIDR notation.

Link copied to clipboard
val displayName: String? = null

Field for users to identify CIDR blocks.