datapathProvider property
The desired datapath provider for this cluster.
By default, uses the IPTables-based kube-proxy implementation. Possible string values are:
- "DATAPATH_PROVIDER_UNSPECIFIED" : Default value.
- "LEGACY_DATAPATH" : Use the IPTables implementation based on kube-proxy.
- "ADVANCED_DATAPATH" : Use the eBPF based GKE Dataplane V2 with additional features. See the GKE Dataplane V2 documentation for more.
Implementation
core.String? datapathProvider;