Struct k8s_openapi::v1_11::api::core::v1::NodeAddress[][src]

pub struct NodeAddress {
    pub address: String,
    pub type_: String,
}

NodeAddress contains information for the node's address.

Fields

The node address.

Node address type, one of Hostname, ExternalIP or InternalIP.

Trait Implementations

impl Clone for NodeAddress
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for NodeAddress
[src]

Formats the value using the given formatter. Read more

impl Default for NodeAddress
[src]

Returns the "default value" for a type. Read more

impl PartialEq for NodeAddress
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl<'de> Deserialize<'de> for NodeAddress
[src]

Deserialize this value from the given Serde deserializer. Read more

impl Serialize for NodeAddress
[src]

Serialize this value into the given Serde serializer. Read more

Auto Trait Implementations

impl Send for NodeAddress

impl Sync for NodeAddress