Google Cloud Container V1 Client - Class DatapathProvider (2.8.0) Stay organized with collections Save and categorize content based on your preferences.
Reference documentation and code samples for the Google Cloud Container V1 Client class DatapathProvider.
The datapath provider selects the implementation of the Kubernetes networkingmodel for service resolution and network policy enforcement.
Protobuf typegoogle.container.v1.DatapathProvider
Namespace
Google \ Cloud \ Container \ V1Methods
static::name
| Parameter | |
|---|---|
| Name | Description |
value | mixed |
static::value
| Parameter | |
|---|---|
| Name | Description |
name | mixed |
Constants
DATAPATH_PROVIDER_UNSPECIFIED
Value: 0Default value.
Generated from protobuf enumDATAPATH_PROVIDER_UNSPECIFIED = 0;
LEGACY_DATAPATH
Value: 1Use the IPTables implementation based on kube-proxy.
Generated from protobuf enumLEGACY_DATAPATH = 1;
ADVANCED_DATAPATH
Value: 2Use the eBPF based GKE Dataplane V2 with additional features. See theGKEDataplane V2documentationfor more.
Generated from protobuf enumADVANCED_DATAPATH = 2;
Except as otherwise noted, the content of this page is licensed under theCreative Commons Attribution 4.0 License, and code samples are licensed under theApache 2.0 License. For details, see theGoogle Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2026-01-24 UTC.