VmwareAdminClusterLoadBalancerManualLbConfig

data class VmwareAdminClusterLoadBalancerManualLbConfig(val addonsNodePort: Int? = null, val controlPlaneNodePort: Int? = null, val ingressHttpNodePort: Int? = null, val ingressHttpsNodePort: Int? = null, val konnectivityServerNodePort: Int? = null)

Constructors

constructor(addonsNodePort: Int? = null, controlPlaneNodePort: Int? = null, ingressHttpNodePort: Int? = null, ingressHttpsNodePort: Int? = null, konnectivityServerNodePort: Int? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val addonsNodePort: Int? = null

NodePort for add-ons server in the admin cluster.

Link copied to clipboard

NodePort for control plane service. The Kubernetes API server in the admin cluster is implemented as a Service of type NodePort (ex. 30968).

Link copied to clipboard

NodePort for ingress service's http. The ingress service in the admin cluster is implemented as a Service of type NodePort (ex. 32527).

Link copied to clipboard

NodePort for ingress service's https. The ingress service in the admin cluster is implemented as a Service of type NodePort (ex. 30139).

Link copied to clipboard

NodePort for konnectivity server service running as a sidecar in each kube-apiserver pod (ex. 30564).