Struct k8s_openapi_ext::corev1::NodeDaemonEndpoints  
source · pub struct NodeDaemonEndpoints {
    pub kubelet_endpoint: Option<DaemonEndpoint>,
}Expand description
NodeDaemonEndpoints lists ports opened by daemons running on the Node.
Fields§
§kubelet_endpoint: Option<DaemonEndpoint>Endpoint on which Kubelet is listening.
Trait Implementations§
source§impl Clone for NodeDaemonEndpoints
 
impl Clone for NodeDaemonEndpoints
source§fn clone(&self) -> NodeDaemonEndpoints
 
fn clone(&self) -> NodeDaemonEndpoints
Returns a copy 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 NodeDaemonEndpoints
 
impl Debug for NodeDaemonEndpoints
source§impl DeepMerge for NodeDaemonEndpoints
 
impl DeepMerge for NodeDaemonEndpoints
source§fn merge_from(&mut self, other: NodeDaemonEndpoints)
 
fn merge_from(&mut self, other: NodeDaemonEndpoints)
Merge 
other into self.source§impl Default for NodeDaemonEndpoints
 
impl Default for NodeDaemonEndpoints
source§fn default() -> NodeDaemonEndpoints
 
fn default() -> NodeDaemonEndpoints
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for NodeDaemonEndpoints
 
impl<'de> Deserialize<'de> for NodeDaemonEndpoints
source§fn deserialize<D>(
    deserializer: D
) -> Result<NodeDaemonEndpoints, <D as Deserializer<'de>>::Error>where
    D: Deserializer<'de>,
 
fn deserialize<D>( deserializer: D ) -> Result<NodeDaemonEndpoints, <D as Deserializer<'de>>::Error>where D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
source§impl PartialEq<NodeDaemonEndpoints> for NodeDaemonEndpoints
 
impl PartialEq<NodeDaemonEndpoints> for NodeDaemonEndpoints
source§fn eq(&self, other: &NodeDaemonEndpoints) -> bool
 
fn eq(&self, other: &NodeDaemonEndpoints) -> bool
This method tests for 
self and other values to be equal, and is used
by ==.source§impl Serialize for NodeDaemonEndpoints
 
impl Serialize for NodeDaemonEndpoints
source§fn serialize<S>(
    &self,
    serializer: S
) -> Result<<S as Serializer>::Ok, <S as Serializer>::Error>where
    S: Serializer,
 
fn serialize<S>( &self, serializer: S ) -> Result<<S as Serializer>::Ok, <S as Serializer>::Error>where S: Serializer,
Serialize this value into the given Serde serializer. Read more
impl StructuralPartialEq for NodeDaemonEndpoints
Auto Trait Implementations§
impl RefUnwindSafe for NodeDaemonEndpoints
impl Send for NodeDaemonEndpoints
impl Sync for NodeDaemonEndpoints
impl Unpin for NodeDaemonEndpoints
impl UnwindSafe for NodeDaemonEndpoints
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