Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type K8SServiceDiscovery ¶
type K8SServiceDiscovery struct {
// contains filtered or unexported fields
}
type NoopServiceDiscovery ¶
type NoopServiceDiscovery struct {
}
type ServiceDiscovery ¶
type ServiceDiscovery interface {
// Refresh called every 10s before session reset
Refresh(ctx context.Context) error
// GetLabels may return nil
GetLabels(pid uint32) *spy.Labels
}
func NewK8ServiceDiscovery ¶
Click to show internal directories.
Click to hide internal directories.