Documentation
¶
Index ¶
Constants ¶
View Source
const (
K8sPodNamespace = "k8s:io.kubernetes.pod.namespace"
)
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Selector ¶
func SelectorFromLabelSelector ¶
func SelectorFromLabelSelector(ls *slimv1.LabelSelector) (Selector, error)
type SelectorAllOrNothing ¶ added in v1.7.0
type SelectorAllOrNothing struct {
// contains filtered or unexported fields
}
func (SelectorAllOrNothing) Match ¶ added in v1.7.0
func (s SelectorAllOrNothing) Match(_ Labels) bool
type SelectorWithValues ¶ added in v1.7.0
type SelectorWithValues struct {
// contains filtered or unexported fields
}
func (SelectorWithValues) Match ¶ added in v1.7.0
func (s SelectorWithValues) Match(labels Labels) bool
Click to show internal directories.
Click to hide internal directories.