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

@@ -23,9 +23,9 @@ import (
"k8s.io/apimachinery/pkg/api/meta"
"k8s.io/apimachinery/pkg/runtime"
"k8s.io/apimachinery/pkg/runtime/schema"
"k8s.io/cli-runtime/pkg/genericclioptions"
"k8s.io/client-go/rest"
"k8s.io/kubernetes/pkg/kubectl"
"k8s.io/kubernetes/pkg/kubectl/genericclioptions"
)
// LogsForObjectFunc is a function type that can tell you how to get logs for a runtime.object