mirror of https://github.com/kubernetes/kops.git
cleanup: Fix comment on GetExternalNetwork
Small typo-level fix to match the function name.
This commit is contained in:
parent
fc30975eba
commit
5095237129
|
|
@ -168,7 +168,7 @@ type OpenstackCloud interface {
|
|||
// ListNetworks will return the Neutron networks which match the options
|
||||
ListNetworks(opt networks.ListOptsBuilder) ([]networks.Network, error)
|
||||
|
||||
// ListExternalNetworks will return the Neutron networks with the router:external property
|
||||
// GetExternalNetwork will return the Neutron networks with the router:external property
|
||||
GetExternalNetwork() (*networks.Network, error)
|
||||
|
||||
// GetExternalSubnet will return the subnet for floatingip which is used in external router
|
||||
|
|
|
|||
Loading…
Reference in New Issue