Unverified Commit 686f29fb authored by k8s-ci-robot's avatar k8s-ci-robot Committed by GitHub

Merge pull request #66301 from wking/kubectl-drain-drop-typer

kubectl: Drop typer from DrainOptions
parents 5589c5b3 0d81e838
......@@ -32,7 +32,6 @@ import (
metav1 "k8s.io/apimachinery/pkg/apis/meta/v1"
"k8s.io/apimachinery/pkg/fields"
"k8s.io/apimachinery/pkg/labels"
"k8s.io/apimachinery/pkg/runtime"
"k8s.io/apimachinery/pkg/types"
utilerrors "k8s.io/apimachinery/pkg/util/errors"
"k8s.io/apimachinery/pkg/util/json"
......@@ -69,7 +68,6 @@ type DrainOptions struct {
Selector string
PodSelector string
nodeInfos []*resource.Info
typer runtime.ObjectTyper
genericclioptions.IOStreams
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment