forked from SW/traefik
Renaming IPWhiteList to IPAllowList
This commit is contained in:
13
pkg/api/testdata/tcpmiddleware-ipallowlist.json
vendored
Normal file
13
pkg/api/testdata/tcpmiddleware-ipallowlist.json
vendored
Normal file
@@ -0,0 +1,13 @@
|
||||
{
|
||||
"ipAllowList": {
|
||||
"sourceRange": ["127.0.0.1/32"]
|
||||
},
|
||||
"name": "ipallowlist@myprovider",
|
||||
"provider": "myprovider",
|
||||
"status": "enabled",
|
||||
"type": "ipallowlist",
|
||||
"usedBy": [
|
||||
"bar@myprovider",
|
||||
"test@myprovider"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user