feat: init commit
This commit is contained in:
26
crates/burrego/test_data/gatekeeper/request-valid.json
Normal file
26
crates/burrego/test_data/gatekeeper/request-valid.json
Normal file
@@ -0,0 +1,26 @@
|
||||
{
|
||||
"parameters": {
|
||||
"allowed_namespaces": [
|
||||
"default",
|
||||
"test"
|
||||
]
|
||||
},
|
||||
"review": {
|
||||
"uid": "1299d386-525b-4032-98ae-1949f69f9cfc",
|
||||
"kind": {
|
||||
"group": "networking.k8s.io",
|
||||
"kind": "Ingress",
|
||||
"version": "v1"
|
||||
},
|
||||
"object": {
|
||||
"apiVersion": "networking.k8s.io/v1",
|
||||
"kind": "Ingress",
|
||||
"metadata": {
|
||||
"name": "ingress-wildcard-host",
|
||||
"namespace": "default"
|
||||
},
|
||||
"spec": {
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user