Reference documentation and code samples for the Google Cloud Container V1 Client class DNSScope.
DNSScope lists the various scopes of access to cluster DNS records.
Protobuf type google.container.v1.DNSConfig.DNSScope
Methods
name
Parameter | |
---|---|
Name | Description |
value |
mixed
|
value
Parameter | |
---|---|
Name | Description |
name |
mixed
|
Constants
DNS_SCOPE_UNSPECIFIED
Value: 0
Default value, will be inferred as cluster scope.
Generated from protobuf enum DNS_SCOPE_UNSPECIFIED = 0;
CLUSTER_SCOPE
Value: 1
DNS records are accessible from within the cluster.
Generated from protobuf enum CLUSTER_SCOPE = 1;
VPC_SCOPE
Value: 2
DNS records are accessible from within the VPC.
Generated from protobuf enum VPC_SCOPE = 2;