Documentation
¶
Index ¶
Constants ¶
View Source
const ( RouteTypePath = "path" RouteTypePrefix = "prefix" )
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Snapshot ¶
type Snapshot interface { StartRefresher() Close() }
func NewSnapshot ¶
func NewSnapshot(cfg *config.ControllerConfig, cache cache.SnapshotCache) Snapshot
NewSnapshot creates an instan of Snapshot that refreshes itself
Click to show internal directories.
Click to hide internal directories.