Skip to content

Commit a3e2ab7

Browse files
authored
fix: manual test data (#58)
1 parent ca4cb00 commit a3e2ab7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

samples/manual-test.http

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
POST http://192.168.49.2:31599/validate HTTP/1.1
1+
POST https://192.168.49.2:31936/mutate HTTP/1.1
22
Content-Type: application/json
33

44
{
@@ -9,12 +9,12 @@ Content-Type: application/json
99
"kind": {
1010
"group": "",
1111
"version": "v1",
12-
"kind": "Pod"
12+
"kind": "Ingress"
1313
},
1414
"resource": {
1515
"group": "",
1616
"version": "v1",
17-
"resource": "pods"
17+
"resource": "ingresses"
1818
},
1919
"namespace": "dummy",
2020
"operation": "CREATE",

0 commit comments

Comments
 (0)