clusterDnsScope property
cluster_dns_scope indicates the scope of access to cluster DNS records. Possible string values are:
- "DNS_SCOPE_UNSPECIFIED" : Default value, will be inferred as cluster scope.
- "CLUSTER_SCOPE" : DNS records are accessible from within the cluster.
- "VPC_SCOPE" : DNS records are accessible from within the VPC.
Implementation
core.String? clusterDnsScope;