Create cli-runtime staging repository

This commit is contained in:
Maciej Szulik
2018-08-21 12:46:39 +02:00
parent 54dbbc41df
commit 5b55e1f8ed
234 changed files with 1370 additions and 319 deletions

View File

@@ -28,10 +28,10 @@ import (
authorizationv1 "k8s.io/api/authorization/v1"
"k8s.io/apimachinery/pkg/api/meta"
"k8s.io/apimachinery/pkg/runtime/schema"
"k8s.io/cli-runtime/pkg/genericclioptions"
authorizationv1client "k8s.io/client-go/kubernetes/typed/authorization/v1"
"k8s.io/kubernetes/pkg/kubectl/cmd/templates"
cmdutil "k8s.io/kubernetes/pkg/kubectl/cmd/util"
"k8s.io/kubernetes/pkg/kubectl/genericclioptions"
)
// CanIOptions is the start of the data required to perform the operation. As new fields are added, add them here instead of