Create custom annotation for satisfy "value"

This commit is contained in:
Anthony Ho 2019-02-11 16:34:55 -05:00
parent 784d57ea69
commit ec04852526
9 changed files with 249 additions and 0 deletions

View file

@ -308,6 +308,8 @@ type Location struct {
// ModSecurity allows to enable and configure modsecurity
// +optional
ModSecurity modsecurity.Config `json:"modsecurity"`
// Satisfy dictates allow access if any or all is set
Satisfy string `json:"satisfy"`
}
// SSLPassthroughBackend describes a SSL upstream server configured