mirror of https://github.com/kubernetes/kops.git
remove TODO
This commit is contained in:
parent
eecd2072b2
commit
e6cb45189c
|
@ -141,7 +141,6 @@ func RunDeleteCluster(f *util.Factory, out io.Writer, options *DeleteClusterOpti
|
|||
}
|
||||
}
|
||||
|
||||
// Todo lets make this smart enough to detect the cloud and switch on the ClusterResources interface
|
||||
d := &resources.ClusterResources{}
|
||||
d.ClusterName = clusterName
|
||||
d.Cloud = cloud
|
||||
|
|
Loading…
Reference in New Issue