add docs for proxy-body-size annotation

This commit is contained in:
chentao1596 2017-01-23 10:17:46 +08:00
parent 8f9b71002b
commit e0fed27ff2

View file

@ -24,6 +24,8 @@ import (
)
const (
/* Describe the maximum allowed size of the client request body
http://nginx.org/en/docs/http/ngx_http_core_module.html#client_max_body_size */
bodySize = "ingress.kubernetes.io/proxy-body-size"
connect = "ingress.kubernetes.io/proxy-connect-timeout"
send = "ingress.kubernetes.io/proxy-send-timeout"