generated

This commit is contained in:
Haowei Cai
2018-05-21 18:04:54 -07:00
parent 2acbe87156
commit a14f423ebb
18 changed files with 18 additions and 34 deletions

View File

@@ -49,6 +49,7 @@ message APIGroup {
// The server returns only those CIDRs that it thinks that the client can match.
// For example: the master will return an internal IP CIDR only, if the client reaches the server using an internal IP.
// Server looks at X-Forwarded-For header or X-Real-Ip header or request.RemoteAddr (in that order) to get the client IP.
// +optional
repeated ServerAddressByClientCIDR serverAddressByClientCIDRs = 4;
}