Vmware Admin Cluster Load Balancer Manual Lb Config Args
data class VmwareAdminClusterLoadBalancerManualLbConfigArgs(val addonsNodePort: Output<Int>? = null, val controlPlaneNodePort: Output<Int>? = null, val ingressHttpNodePort: Output<Int>? = null, val ingressHttpsNodePort: Output<Int>? = null, val konnectivityServerNodePort: Output<Int>? = null) : ConvertibleToJava<VmwareAdminClusterLoadBalancerManualLbConfigArgs>
Constructors
Properties
Link copied to clipboard
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).