Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( DefaultSelector = func() cache.ObjectSelector { selector, _ := metav1.LabelSelectorAsSelector(&metav1.LabelSelector{ MatchLabels: map[string]string{ ctrlmesh.CtrlmeshWatchOnLimitLabel: "true", }, }) return cache.ObjectSelector{ Label: selector, } } )
Functions ¶
func DefaultObjectSelector ¶
func DefaultObjectSelector() cache.SelectorsByObject
func DefaultObjectSelectorWithObject ¶
func DefaultObjectSelectorWithObject(objs ...client.Object) cache.SelectorsByObject
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.