Skip to content

Commit e79322f

Browse files
committed
fix: test resource
1 parent a0a22f6 commit e79322f

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

samples/spring-boot-sample/manual-test.http

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,8 @@ Content-Type: application/json
2828
]
2929
},
3030
"object": {
31+
"apiVersion": "v1",
32+
"kind": "Pod",
3133
"metadata": {
3234
"generateName": "nginx-deployment-6c54bd5869-",
3335
"creationTimestamp": null,

samples/spring-boot-sample/src/test/resources/admission-request.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,8 @@
2525
]
2626
},
2727
"object": {
28+
"apiVersion": "v1",
29+
"kind": "Pod",
2830
"metadata": {
2931
"generateName": "nginx-deployment-6c54bd5869-",
3032
"creationTimestamp": null,

0 commit comments

Comments
 (0)