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

@@ -334,6 +334,12 @@ kube::util::group-version-to-pkg-path() {
meta/v1)
echo "../vendor/k8s.io/apimachinery/pkg/apis/meta/v1"
;;
meta/v1alpha1)
echo "vendor/k8s.io/apimachinery/pkg/apis/meta/v1alpha1"
;;
meta/v1alpha1)
echo "../vendor/k8s.io/apimachinery/pkg/apis/meta/v1alpha1"
;;
unversioned)
echo "pkg/api/unversioned"
;;