Module: Google::Cloud::Container::V1beta1::DNSConfig::DNSScope
- Defined in:
- proto_docs/google/container/v1beta1/cluster_service.rb
Overview
DNSScope lists the various scopes of access to cluster DNS records.
Constant Summary collapse
- DNS_SCOPE_UNSPECIFIED =
Default value, will be inferred as cluster scope.
0
- CLUSTER_SCOPE =
DNS records are accessible from within the cluster.
1
- VPC_SCOPE =
DNS records are accessible from within the VPC.
2