Google Cloud Container V1 Client - Class Provider (1.24.0)

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 \ DNSConfig

Methods

static::name

Parameter
NameDescription
value mixed

static::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;

KUBE_DNS

Value: 3

Use KubeDNS for DNS resolution.

Generated from protobuf enum KUBE_DNS = 3;