Struct k8s_openapi::api::core::v1::NodeAddress [−][src]
Expand description
NodeAddress contains information for the node’s address.
Fields
address: StringThe node address.
type_: StringNode address type, one of Hostname, ExternalIP or InternalIP.
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 NodeAddress
impl Send for NodeAddress
impl Sync for NodeAddress
impl Unpin for NodeAddress
impl UnwindSafe for NodeAddress
Blanket Implementations
Mutably borrows from an owned value. Read more