mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-21 09:57:52 +00:00
interesting changes to add tokenreviews endpoint to implement webhook
This commit is contained in:
7
test/fixtures/pkg/kubectl/cmd/create/tokenreview.json
vendored
Normal file
7
test/fixtures/pkg/kubectl/cmd/create/tokenreview.json
vendored
Normal file
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"apiVersion": "authentication.k8s.io/v1beta1",
|
||||
"kind": "TokenReview",
|
||||
"spec": {
|
||||
"token": "test-token"
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user