Documentation ¶
Index ¶
Constants ¶
View Source
const (
Separator = '/'
)
ExternalID Name and Value should not containers separator '/', this is validated by everoute validate webhook.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ExternalID ¶
ExternalID describe the externalID of an endpoint.
func (ExternalID) MatchIface ¶
func (n ExternalID) MatchIface(ifaces []agentv1alpha1.OVSInterface) (index int, matches bool)
MatchIface return the matches ovs interface index, if unmatch, index will be -1.
func (ExternalID) String ¶
func (n ExternalID) String() string
String returns the general purpose string representation Eg. endpoint.everoute.io/ep01
Click to show internal directories.
Click to hide internal directories.