Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Interface ¶
type Interface interface {
// if it detects the upstream is a known functional type, give us the
// service info and annotations to mark it with
DetectFunctionalService(us *v1.Upstream, addr string) (*v1.ServiceInfo, map[string]string, error)
}
detectors detect a specific type of functional service if they detect the service, they return service info and annotations (optional) for the service
Click to show internal directories.
Click to hide internal directories.