interesting changes to add tokenreviews endpoint to implement webhook

This commit is contained in:
deads2k
2016-07-19 14:47:53 -04:00
parent eb79e2c859
commit 60dd4a5d26
29 changed files with 491 additions and 30 deletions

View File

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