Reference documentation and code samples for the Google Cloud Container V1 Client class Provider.
Provider lists the various in-cluster DNS providers.
Protobuf type google.container.v1.DNSConfig.Provider
Namespace
Google \ Cloud \ Container \ V1 \ DNSConfigMethods
static::name
Parameter | |
---|---|
Name | Description |
value |
mixed
|
static::value
Parameter | |
---|---|
Name | Description |
name |
mixed
|
Constants
PROVIDER_UNSPECIFIED
Value: 0
Default value
Generated from protobuf enum PROVIDER_UNSPECIFIED = 0;
PLATFORM_DEFAULT
Value: 1
Use GKE default DNS provider(kube-dns) for DNS resolution.
Generated from protobuf enum PLATFORM_DEFAULT = 1;
CLOUD_DNS
Value: 2
Use CloudDNS for DNS resolution.
Generated from protobuf enum CLOUD_DNS = 2;
KUBE_DNS
Value: 3
Use KubeDNS for DNS resolution.
Generated from protobuf enum KUBE_DNS = 3;