interesting changes to add tokenreviews endpoint to implement webhook

This commit is contained in:
deads2k
2016-07-19 14:47:53 -04:00
parent bfa2ff00b9
commit 2c4a9f2e8d
28 changed files with 470 additions and 27 deletions

View File

@@ -0,0 +1,7 @@
{
"apiVersion": "authentication.k8s.io/v1beta1",
"kind": "TokenReview",
"spec": {
"token": "test-token"
}
}