Adds support for HTTP2 Push Preload annotation
update test for backendprotocols Adds support for HTTP2 Push Preload annotation Signed-off-by: Ricardo Pchevuzinske Katz <ricardo.katz@serpro.gov.br> Adds support for HTTP2 Push Preload annotation Signed-off-by: Ricardo Pchevuzinske Katz <ricardo.katz@serpro.gov.br> Adds support for HTTP2 Push Preload annotation Signed-off-by: Ricardo Pchevuzinske Katz <ricardo.katz@serpro.gov.br> Adds support for HTTP2 Push Preload annotation Signed-off-by: Ricardo Pchevuzinske Katz <ricardo.katz@serpro.gov.br> Adds support for HTTP2 Push Preload annotation Adds support for HTTP2 Push Preload annotation
This commit is contained in:
parent
ecc527bc6e
commit
382049a0bf
9 changed files with 174 additions and 0 deletions
|
|
@ -238,6 +238,10 @@ type Location struct {
|
|||
// authentication using an external provider
|
||||
// +optional
|
||||
ExternalAuth authreq.Config `json:"externalAuth,omitempty"`
|
||||
// HTTP2PushPreload allows to configure the HTTP2 Push Preload from backend
|
||||
// original location.
|
||||
// +optional
|
||||
HTTP2PushPreload bool `json:"http2PushPreload,omitempty"`
|
||||
// RateLimit describes a limit in the number of connections per IP
|
||||
// address or connections per second.
|
||||
// The Redirect annotation precedes RateLimit
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue