install authentication.k8s.io/v1, add tests

This commit is contained in:
Jordan Liggitt
2017-01-30 16:43:05 -05:00
parent 529ce5d3aa
commit 09b5d7279f
14 changed files with 100 additions and 5 deletions

View File

@@ -3240,7 +3240,8 @@ __EOF__
# check webhook token authentication endpoint, kubectl doesn't actually display the returned object so this isn't super useful
# but it proves that works
kubectl create -f test/fixtures/pkg/kubectl/cmd/create/tokenreview.json --validate=false
kubectl create -f test/fixtures/pkg/kubectl/cmd/create/tokenreview-v1beta1.json --validate=false
kubectl create -f test/fixtures/pkg/kubectl/cmd/create/tokenreview-v1.json --validate=false
fi