# Functions
No description provided by the author
No description provided by the author
No description provided by the author
GetNetworkProvider creates an instance of the named network provider, or nil if the name is not known.
InitNetworkProvider creates an instance of the named networkProvider provider.
RegisterNetworkProvider registers a networkprovider.Factory by name.
# Constants
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
NetworkActive means the network is available for use in the system.
NetworkFailed means the network is not available.
NetworkInitializing means the network is just accepted by system.
NetworkPending means the network is accepted by system, but it is still processing by network provider.
NetworkTerminating means the network is undergoing graceful termination.
# Variables
No description provided by the author
No description provided by the author
# Interfaces
Interface is an abstract, pluggable interface for network providers.
LoadBalancers is an abstract, pluggable interface for load balancers.
Networks is an abstract, pluggable interface for network segment.
No description provided by the author
# Type aliases
Factory is a function that returns a networkprovider.Interface.
LoadBalancerType is the type of the load balancer.
No description provided by the author