pub struct EgressNetworkPolicySpec {
pub egress: Vec<EgressNetworkPolicyRule>,
}
Expand description
EgressNetworkPolicySpec provides a list of policies on outgoing network traffic
Fields§
§egress: Vec<EgressNetworkPolicyRule>
egress contains the list of egress policy rules
Trait Implementations§
Source§impl Clone for EgressNetworkPolicySpec
impl Clone for EgressNetworkPolicySpec
Source§fn clone(&self) -> EgressNetworkPolicySpec
fn clone(&self) -> EgressNetworkPolicySpec
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for EgressNetworkPolicySpec
impl Debug for EgressNetworkPolicySpec
Source§impl Default for EgressNetworkPolicySpec
impl Default for EgressNetworkPolicySpec
Source§fn default() -> EgressNetworkPolicySpec
fn default() -> EgressNetworkPolicySpec
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for EgressNetworkPolicySpec
impl<'de> Deserialize<'de> for EgressNetworkPolicySpec
Source§fn deserialize<D>(deserializer: D) -> Result<Self, D::Error>where
D: Deserializer<'de>,
fn deserialize<D>(deserializer: D) -> Result<Self, D::Error>where
D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for EgressNetworkPolicySpec
impl PartialEq for EgressNetworkPolicySpec
Source§impl Serialize for EgressNetworkPolicySpec
impl Serialize for EgressNetworkPolicySpec
impl StructuralPartialEq for EgressNetworkPolicySpec
Auto Trait Implementations§
impl Freeze for EgressNetworkPolicySpec
impl RefUnwindSafe for EgressNetworkPolicySpec
impl Send for EgressNetworkPolicySpec
impl Sync for EgressNetworkPolicySpec
impl Unpin for EgressNetworkPolicySpec
impl UnwindSafe for EgressNetworkPolicySpec
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more