mirror of https://github.com/kubernetes/kops.git
Removing Unused type
This commit is contained in:
parent
7b433cfae7
commit
9542e9d1d7
|
@ -25,8 +25,7 @@ import (
|
|||
)
|
||||
|
||||
const (
|
||||
typePort = "Port"
|
||||
typeDynamicPort = "DynamicPort"
|
||||
typePort = "Port"
|
||||
)
|
||||
|
||||
func (os *clusterDiscoveryOS) ListPorts(network networks.Network) ([]*resources.Resource, error) {
|
||||
|
|
Loading…
Reference in New Issue