package
1.0.0-alpha-01-28-2017.10-23-11.UTC
Repository: https://github.com/contiv/netplugin.git
Documentation: pkg.go.dev
# Functions
GetStateResourceManager returns the singleton instance of the state based resource manager.
NewStateResourceManager instantiates a state based resource manager.
ReleaseStateResourceManager releases the singleton instance of the state based resource manager.
# Constants
AutoVLANResource is the name of the resource, for storing state.
AutoVXLANResource is a string description of the type of resource.
# Structs
AutoVLANCfgResource implements the Resource interface for an 'auto-vlan' resource.
AutoVLANOperResource is an implementation of core.State.
AutoVXLANCfgResource implements the Resource interface for an 'auto-vxlan' resource.
AutoVXLANOperResource is an implementation of core.State.
StateResourceManager implements the core.ResourceManager interface.
VXLANVLANPair Pairs a VXLAN tag with a VLAN tag.