mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-28 05:57:25 +00:00
clean unused variables
This commit is contained in:
parent
6abbab4b08
commit
771882bbba
@ -33,11 +33,6 @@ import (
|
|||||||
"k8s.io/kubernetes/pkg/kubectl/util/i18n"
|
"k8s.io/kubernetes/pkg/kubectl/util/i18n"
|
||||||
)
|
)
|
||||||
|
|
||||||
const (
|
|
||||||
cannotHaveStepsAfterError = "Cannot have steps after %v. %v are remaining"
|
|
||||||
additionStepRequiredUnlessUnsettingError = "Must have additional steps after %v unless you are unsetting it"
|
|
||||||
)
|
|
||||||
|
|
||||||
type setOptions struct {
|
type setOptions struct {
|
||||||
configAccess clientcmd.ConfigAccess
|
configAccess clientcmd.ConfigAccess
|
||||||
propertyName string
|
propertyName string
|
||||||
|
Loading…
Reference in New Issue
Block a user