Skip to main content
Schemaobject

io.k8s.apimachinery.pkg.apis.meta.v1.ServerAddressByClientCIDR

ServerAddressByClientCIDR helps the client to determine the server address that they should use, depending on the clientCIDR that they match.

Source
specs/apis__resource.k8s.io_openapi.json
Revision
9a79c3bd90f7
Active snapshot
2a9112600697
clientCIDR string
required

The CIDR with which clients can match their IP to figure out the server address that they should use.

serverAddress string
required

Address of this server, suitable for a client that matches the above CIDR. This can be a hostname, hostname:port, IP or IP:port.