Google Cloud Container V1 Client - Class Provider (1.13.1)

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

Methods

name

Parameter
NameDescription
value mixed

value

Parameter
NameDescription
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;