Skip to content

Commit

Permalink
test: add missing fields to e2e fixtures
Browse files Browse the repository at this point in the history
Signed-off-by: Flavio Castelli <[email protected]>
  • Loading branch information
flavio committed Nov 7, 2023
1 parent 4a583d5 commit 156c794
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions test_data/ingress.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,24 @@
"kind": "Ingress",
"version": "v1"
},
"resource": {
"group": "networking.k8s.io",
"version": "v1",
"resource": "ingresses"
},
"operation": "CREATE",
"requestKind": {
"group": "networking.k8s.io",
"version": "v1",
"kind": "Ingress"
},
"userInfo": {
"username": "alice",
"uid": "alice-uid",
"groups": [
"system:authenticated"
]
},
"object": {
"apiVersion": "networking.k8s.io/v1",
"kind": "Ingress",
Expand Down

0 comments on commit 156c794

Please sign in to comment.