Enum gapi_grpc::google::container::v1beta1::DatapathProvider [−][src]
pub enum DatapathProvider { Unspecified, LegacyDatapath, AdvancedDatapath, }
The datapath provider selects the implementation of the Kubernetes networking // model for service resolution and network policy enforcement.
Variants
Default value.
Use the IPTables implementation based on kube-proxy.
Use the eBPF based GKE Dataplane V2 with additional features. See the GKE Dataplane V2 documentation for more.
Implementations
impl DatapathProvider
[src][−]
pub fn is_valid(value: i32) -> bool
[src][−]
Returns true
if value
is a variant of DatapathProvider
.
pub fn from_i32(value: i32) -> Option<DatapathProvider>
[src][−]
Converts an i32
to a DatapathProvider
, or None
if value
is not a valid variant.
Trait Implementations
impl Clone for DatapathProvider
[src][+]
impl Copy for DatapathProvider
[src]
impl Debug for DatapathProvider
[src][+]
impl Default for DatapathProvider
[src][+]
impl Eq for DatapathProvider
[src]
impl From<DatapathProvider> for i32
[src][+]
impl Hash for DatapathProvider
[src][+]
impl Ord for DatapathProvider
[src][+]
impl PartialEq<DatapathProvider> for DatapathProvider
[src][+]
impl PartialOrd<DatapathProvider> for DatapathProvider
[src][+]
impl StructuralEq for DatapathProvider
[src]
impl StructuralPartialEq for DatapathProvider
[src]
Auto Trait Implementations
impl RefUnwindSafe for DatapathProvider
impl Send for DatapathProvider
impl Sync for DatapathProvider
impl Unpin for DatapathProvider
impl UnwindSafe for DatapathProvider
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized,
[src][+]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized,
[src][+]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src][+]
T: ?Sized,
impl<Q, K> Equivalent<K> for Q where
K: Borrow<Q> + ?Sized,
Q: Eq + ?Sized,
[src][+]
K: Borrow<Q> + ?Sized,
Q: Eq + ?Sized,
impl<T> From<T> for T
[src][+]
impl<T> Instrument for T
[src][+]
impl<T> Instrument for T
[src][+]
impl<T, U> Into<U> for T where
U: From<T>,
[src][+]
U: From<T>,
impl<T> IntoRequest<T> for T
[src][+]
impl<T> ToOwned for T where
T: Clone,
[src][+]
T: Clone,
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src][+]
U: Into<T>,
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src][+]
U: TryFrom<T>,
impl<V, T> VZip<V> for T where
V: MultiLane<T>,
[src][+]
V: MultiLane<T>,