mirror of https://github.com/kubernetes/kops.git
Merge pull request #342 from justinsb/remove_unused_field
Remove unused field in UpgradeClusterCmd
This commit is contained in:
commit
1756e47521
|
@ -11,8 +11,6 @@ import (
|
|||
|
||||
type UpgradeClusterCmd struct {
|
||||
Yes bool
|
||||
|
||||
NewClusterName string
|
||||
}
|
||||
|
||||
var upgradeCluster UpgradeClusterCmd
|
||||
|
|
Loading…
Reference in New Issue