endpoint property

String? endpoint
getter/setter pair

The cluster's DNS endpoint configuration.

A DNS format address. This is accessible from the public internet. Ex: uid.us-central1.gke.goog. Always present, but the behavior may change according to the value of DNSEndpointConfig.allow_external_traffic.

Output only.

Implementation

core.String? endpoint;