Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FilteringEndpointsConfigHandler ¶
type FilteringEndpointsConfigHandler interface {
pconfig.EndpointsConfigHandler
SetBaseEndpointsHandler(base pconfig.EndpointsConfigHandler)
}
type NamespaceEvent ¶
type NetNamespace ¶
type NetNamespaceEvent ¶
type OsdnPlugin ¶
type Service ¶
type Service struct {
Name string
Namespace string
UID string
IP string
Ports []ServicePort
}
type ServiceEvent ¶
type ServicePort ¶
type ServicePort struct {
Protocol ServiceProtocol
Port uint
}
type ServiceProtocol ¶
type ServiceProtocol string
const ( TCP ServiceProtocol = "TCP" UDP ServiceProtocol = "UDP" )
type SubnetEvent ¶
Click to show internal directories.
Click to hide internal directories.