Skip to content

Commit

Permalink
fix: address broken ingress fixture
Browse files Browse the repository at this point in the history
Signed-off-by: Flavio Castelli <fcastelli@suse.com>
  • Loading branch information
flavio committed Nov 2, 2023
1 parent 6f9b00c commit 1ecd748
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions test_data/ingress.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,20 @@
"kind": "Ingress",
"version": "v1"
},
"resource": {
"group": "networking.k8s.io",
"version": "v1",
"resource": "ingresses"
},
"name": "foobar",
"operation": "CREATE",
"userInfo": {
"username": "kubernetes-admin",
"groups": [
"system:masters",
"system:authenticated"
]
},
"object": {
"apiVersion": "networking.k8s.io/v1",
"kind": "Ingress",
Expand Down

0 comments on commit 1ecd748

Please sign in to comment.