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
sourceimpl Clone for NodeDaemonEndpoints
impl Clone for NodeDaemonEndpoints
sourcefn clone(&self) -> NodeDaemonEndpoints
fn clone(&self) -> NodeDaemonEndpoints
Returns a copy of the value. Read more
1.0.0 · sourceconst fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl Debug for NodeDaemonEndpoints
impl Debug for NodeDaemonEndpoints
sourceimpl DeepMerge for NodeDaemonEndpoints
impl DeepMerge for NodeDaemonEndpoints
sourcefn merge_from(&mut self, other: NodeDaemonEndpoints)
fn merge_from(&mut self, other: NodeDaemonEndpoints)
Merge
other
into self
.sourceimpl Default for NodeDaemonEndpoints
impl Default for NodeDaemonEndpoints
sourcefn default() -> NodeDaemonEndpoints
fn default() -> NodeDaemonEndpoints
Returns the “default value” for a type. Read more
sourceimpl<'de> Deserialize<'de> for NodeDaemonEndpoints
impl<'de> Deserialize<'de> for NodeDaemonEndpoints
sourcefn 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
sourceimpl PartialEq<NodeDaemonEndpoints> for NodeDaemonEndpoints
impl PartialEq<NodeDaemonEndpoints> for NodeDaemonEndpoints
sourcefn eq(&self, other: &NodeDaemonEndpoints) -> bool
fn eq(&self, other: &NodeDaemonEndpoints) -> bool
sourceimpl Serialize for NodeDaemonEndpoints
impl Serialize for NodeDaemonEndpoints
sourcefn 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
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more