Annotations for the InfluxDB Module
Signed-off-by: Lorenzo Fontana <lo@linux.com>
This commit is contained in:
parent
aa256ac887
commit
93be8db612
10 changed files with 256 additions and 1 deletions
|
|
@ -28,6 +28,7 @@ import (
|
|||
"k8s.io/ingress-nginx/internal/ingress/annotations/authtls"
|
||||
"k8s.io/ingress-nginx/internal/ingress/annotations/connection"
|
||||
"k8s.io/ingress-nginx/internal/ingress/annotations/cors"
|
||||
"k8s.io/ingress-nginx/internal/ingress/annotations/influxdb"
|
||||
"k8s.io/ingress-nginx/internal/ingress/annotations/ipwhitelist"
|
||||
"k8s.io/ingress-nginx/internal/ingress/annotations/log"
|
||||
"k8s.io/ingress-nginx/internal/ingress/annotations/luarestywaf"
|
||||
|
|
@ -271,6 +272,9 @@ type Location struct {
|
|||
GRPC bool `json:"grpc"`
|
||||
// LuaRestyWAF contains parameters to configure lua-resty-waf
|
||||
LuaRestyWAF luarestywaf.Config `json:"luaRestyWAF"`
|
||||
// InfluxDB allows to monitor the incoming request by sending them to an influxdb database
|
||||
// +optional
|
||||
InfluxDB influxdb.Config `json:"influxDB,omitempty"`
|
||||
}
|
||||
|
||||
// SSLPassthroughBackend describes a SSL upstream server configured
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue