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 (
|
const (
|
||||||
typePort = "Port"
|
typePort = "Port"
|
||||||
typeDynamicPort = "DynamicPort"
|
|
||||||
)
|
)
|
||||||
|
|
||||||
func (os *clusterDiscoveryOS) ListPorts(network networks.Network) ([]*resources.Resource, error) {
|
func (os *clusterDiscoveryOS) ListPorts(network networks.Network) ([]*resources.Resource, error) {
|
||||||
|
|
Loading…
Reference in New Issue