VmwareVipConfigResponse

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

Specifies the VIP config for the VMware user cluster 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 cluster.

Link copied to clipboard

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