Add Table to meta.k8s.io/v1alpha1

Table is a generic tabular output that can be returned by servers to
enable clients to display data simply.
This commit is contained in:
Clayton Coleman
2017-05-14 19:17:11 -04:00
parent 2413fe15ee
commit c299a8049c
9 changed files with 330 additions and 0 deletions

View File

@@ -38,6 +38,7 @@ openapi_library(
vendor_targets = [
"k8s.io/apimachinery/pkg/api/resource",
"k8s.io/apimachinery/pkg/apis/meta/v1",
"k8s.io/apimachinery/pkg/apis/meta/v1alpha1",
"k8s.io/apimachinery/pkg/runtime",
"k8s.io/apimachinery/pkg/util/intstr",
"k8s.io/apimachinery/pkg/version",