Add priority and condition to column definitions

Allow the server to indicate additional information along with each row
and table.
This commit is contained in:
Clayton Coleman
2017-05-23 09:01:10 -04:00
parent d6cc1de9cd
commit 3f41f8fcd1
10 changed files with 401 additions and 38 deletions

View File

@@ -28,7 +28,7 @@ source "${KUBE_ROOT}/hack/lib/swagger.sh"
kube::golang::setup_env
GROUP_VERSIONS=(meta/v1 ${KUBE_AVAILABLE_GROUP_VERSIONS})
GROUP_VERSIONS=(meta/v1 meta/v1alpha1 ${KUBE_AVAILABLE_GROUP_VERSIONS})
# To avoid compile errors, remove the currently existing files.
for group_version in "${GROUP_VERSIONS[@]}"; do