pub struct ContainerNetworkPolicyDomainSecret {
pub domain: String,
pub name: String,
pub value: String,
}Fields§
§domain: StringThe domain associated with the secret.
name: StringThe name of the secret to inject for the domain.
value: StringThe secret value to inject for the domain.
Trait Implementations§
Source§impl Clone for ContainerNetworkPolicyDomainSecret
impl Clone for ContainerNetworkPolicyDomainSecret
Source§fn clone(&self) -> ContainerNetworkPolicyDomainSecret
fn clone(&self) -> ContainerNetworkPolicyDomainSecret
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl<'de> Deserialize<'de> for ContainerNetworkPolicyDomainSecret
impl<'de> Deserialize<'de> for ContainerNetworkPolicyDomainSecret
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
Auto Trait Implementations§
impl Freeze for ContainerNetworkPolicyDomainSecret
impl RefUnwindSafe for ContainerNetworkPolicyDomainSecret
impl Send for ContainerNetworkPolicyDomainSecret
impl Sync for ContainerNetworkPolicyDomainSecret
impl Unpin for ContainerNetworkPolicyDomainSecret
impl UnsafeUnpin for ContainerNetworkPolicyDomainSecret
impl UnwindSafe for ContainerNetworkPolicyDomainSecret
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