internalIp property

bool? internalIp
getter/setter pair

If true, cluster is accessed using the private IP address of the control plane endpoint.

Otherwise, the default IP address of the control plane endpoint is used. The default IP address is the private IP address for clusters with private control-plane endpoints and the public IP address otherwise. Only specify this option when cluster is a private GKE cluster.

Optional.

Implementation

core.bool? internalIp;