controlPlaneNodePort property

int? controlPlaneNodePort
getter/setter pair

NodePort for control plane service.

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

Implementation

core.int? controlPlaneNodePort;