desiredDatapathProvider property
The desired datapath provider for the cluster. 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? desiredDatapathProvider;