Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ModuleWatchers ¶
type ModuleWatchers struct { // map_index -> Matcher Matchers map[uint64]*api.Matcher // Module -> Matchers ModuleToMatchers map[types.NamespacedName]map[schema.GroupVersionKind]sets.Uint64 // Kind -> Matchers -> []Module KindToModule map[schema.GroupVersionKind]map[uint64]sets2.NamespacedName // contains filtered or unexported fields }
func New ¶
func New() *ModuleWatchers
func (*ModuleWatchers) ResourceToModules ¶
Click to show internal directories.
Click to hide internal directories.