flag value bindings for kubectl label/patch/taint/top commands

This commit is contained in:
Di Xu
2018-02-24 16:37:19 +08:00
parent 2f09876c44
commit cda7f95d46
6 changed files with 9 additions and 12 deletions

View File

@@ -28,9 +28,6 @@ import (
"k8s.io/kubernetes/pkg/kubectl/cmd/templates"
)
// TopOptions contains all the options for running the top cli command.
type TopOptions struct{}
var (
supportedMetricsAPIVersions = []string{
"v1beta1",