Struct k8s_openapi::apimachinery::pkg::apis::meta::v1::ServerAddressByClientCIDR
source · [−]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: String
The CIDR with which clients can match their IP to figure out the server address that they should use.
server_address: String
Address 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 ServerAddressByClientCIDR
impl Send for ServerAddressByClientCIDR
impl Sync for ServerAddressByClientCIDR
impl Unpin for ServerAddressByClientCIDR
impl UnwindSafe for ServerAddressByClientCIDR
Blanket Implementations
Mutably borrows from an owned value. Read more