BareMetalVipConfigResponse

data class BareMetalVipConfigResponse(val controlPlaneVip: String, val ingressVip: String)

Specifies the VIP config for the bare metal load balancer.

Constructors

Link copied to clipboard
constructor(controlPlaneVip: String, ingressVip: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The VIP which you previously set aside for the Kubernetes API of this bare metal user cluster.

Link copied to clipboard

The VIP which you previously set aside for ingress traffic into this bare metal user cluster.