Struct k8s_openapi::apimachinery::pkg::apis::meta::v1::ServerAddressByClientCIDR [−][src]
Expand description
ServerAddressByClientCIDR helps the client to determine the server address that they should use, depending on the clientCIDR that they match.
Fields
client_cidr: StringThe CIDR with which clients can match their IP to figure out the server address that they should use.
server_address: StringAddress of this server, suitable for a client that matches the above CIDR. This can be a hostname, hostname:port, IP or IP:port.
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 ServerAddressByClientCIDRimpl Send for ServerAddressByClientCIDRimpl Sync for ServerAddressByClientCIDRimpl Unpin for ServerAddressByClientCIDRimpl UnwindSafe for ServerAddressByClientCIDRBlanket Implementations
Mutably borrows from an owned value. Read more