ingressHttpsNodePort property

int? ingressHttpsNodePort
getter/setter pair

NodePort for ingress service's https.

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

Implementation

core.int? ingressHttpsNodePort;