Struct k8s_openapi::v1_10::api::core::v1::NodeDaemonEndpoints [−][src]
pub struct NodeDaemonEndpoints { pub kubelet_endpoint: Option<DaemonEndpoint>, }
NodeDaemonEndpoints lists ports opened by daemons running on the Node.
Fields
kubelet_endpoint: Option<DaemonEndpoint>
Endpoint on which Kubelet is listening.
Trait Implementations
impl Clone for NodeDaemonEndpoints
[src]
impl Clone for NodeDaemonEndpoints
fn clone(&self) -> NodeDaemonEndpoints
[src]
fn clone(&self) -> NodeDaemonEndpoints
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0[src]
fn clone_from(&mut self, source: &Self)
1.0.0
[src]Performs copy-assignment from source
. Read more
impl Debug for NodeDaemonEndpoints
[src]
impl Debug for NodeDaemonEndpoints
fn fmt(&self, f: &mut Formatter) -> Result
[src]
fn fmt(&self, f: &mut Formatter) -> Result
Formats the value using the given formatter. Read more
impl Default for NodeDaemonEndpoints
[src]
impl Default for NodeDaemonEndpoints
fn default() -> NodeDaemonEndpoints
[src]
fn default() -> NodeDaemonEndpoints
Returns the "default value" for a type. Read more
impl PartialEq for NodeDaemonEndpoints
[src]
impl PartialEq for NodeDaemonEndpoints
fn eq(&self, other: &NodeDaemonEndpoints) -> bool
[src]
fn eq(&self, other: &NodeDaemonEndpoints) -> bool
This method tests for self
and other
values to be equal, and is used by ==
. Read more
fn ne(&self, other: &NodeDaemonEndpoints) -> bool
[src]
fn ne(&self, other: &NodeDaemonEndpoints) -> bool
This method tests for !=
.
impl<'de> Deserialize<'de> for NodeDaemonEndpoints
[src]
impl<'de> Deserialize<'de> for NodeDaemonEndpoints
fn deserialize<D>(deserializer: D) -> Result<Self, D::Error> where
D: Deserializer<'de>,
[src]
fn deserialize<D>(deserializer: D) -> Result<Self, D::Error> where
D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
impl Serialize for NodeDaemonEndpoints
[src]
impl Serialize for NodeDaemonEndpoints
Auto Trait Implementations
impl Send for NodeDaemonEndpoints
impl Send for NodeDaemonEndpoints
impl Sync for NodeDaemonEndpoints
impl Sync for NodeDaemonEndpoints