Documentation ¶
Index ¶
Constants ¶
View Source
const ( // VirtualNodeName is the key for the option containing the name to assign to the virtual node. VirtualNodeName = "virtualNodeName" // LocalClusterID is the key for the option containing the local cluster ID. LocalClusterID = "localClusterID" // RemoteClusterID is the key for the option containing the remote cluster ID. RemoteClusterID = "remoteClusterID" // LiqoIpamServer is the key for the option containing server serving the ipam service. LiqoIpamServer = "liqoIpamServer" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type NetworkingKey ¶
type NetworkingKey string
type NetworkingOption ¶
type NetworkingOption struct {
// contains filtered or unexported fields
}
func NewNetworkingOption ¶
func NewNetworkingOption(key NetworkingKey, value NetworkingValue) *NetworkingOption
func (*NetworkingOption) IsSet ¶
func (o *NetworkingOption) IsSet() bool
func (*NetworkingOption) Key ¶
func (o *NetworkingOption) Key() options.OptionKey
func (*NetworkingOption) SetValue ¶
func (o *NetworkingOption) SetValue(v options.OptionValue)
func (*NetworkingOption) Value ¶
func (o *NetworkingOption) Value() options.OptionValue
type NetworkingValue ¶
type NetworkingValue string
Click to show internal directories.
Click to hide internal directories.