Struct k8s_openapi::api::core::v1::NodeDaemonEndpoints [−][src]
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
Returns the “default value” for a type. Read more
Deserialize this value from the given Serde deserializer. Read more
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
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
Mutably borrows from an owned value. Read more