add kubectl api-resources command

This commit is contained in:
xilabao
2017-03-10 14:52:34 +08:00
committed by Chen Rong
parent 11104d75f1
commit 110641b34c
8 changed files with 230 additions and 0 deletions

View File

@@ -4663,6 +4663,8 @@ runTests() {
# Cluster Role #
################
kubectl "${kube_flags[@]}" api-resources
if kube::test::if_supports_resource "${clusterroles}" ; then
record_command run_clusterroles_tests
fi