Google Cloud Container V1 Client - Class DatapathProvider (1.9.1)

Reference documentation and code samples for the Google Cloud Container V1 Client class DatapathProvider.

The datapath provider selects the implementation of the Kubernetes networking model for service resolution and network policy enforcement.

Protobuf type google.container.v1.DatapathProvider

Methods

name

Parameter
NameDescription
value mixed

value

Parameter
NameDescription
name mixed

Constants

DATAPATH_PROVIDER_UNSPECIFIED

Value: 0

Default value.

Generated from protobuf enum DATAPATH_PROVIDER_UNSPECIFIED = 0;

LEGACY_DATAPATH

Value: 1

Use the IPTables implementation based on kube-proxy.

Generated from protobuf enum LEGACY_DATAPATH = 1;

ADVANCED_DATAPATH

Value: 2

Use the eBPF based GKE Dataplane V2 with additional features. See the GKE Dataplane V2 documentation for more.

Generated from protobuf enum ADVANCED_DATAPATH = 2;