predicate

package
v2.14.5+incompatible Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Sep 1, 2020 License: Apache-2.0 Imports: 5 Imported by: 144

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func ByLabel

func ByLabel(key, value string) predicate.Funcs

ByLabel returns a predicate func that only includes objects with the given label

func ByName

func ByName(names ...string) predicate.Funcs

ByName returns a predicate func that only includes objects in the given names

func ByNamespace

func ByNamespace(namespace string) predicate.Funcs

ByNamespace returns a predicate func that only includes objects in the given namespace

func Factory

func Factory(filter func(m metav1.Object, r runtime.Object) bool) predicate.Funcs

Factory returns a predicate func that applies the given filter function on CREATE, UPDATE and DELETE events. For UPDATE events, the filter is applied to both the old and new object and OR's the result.

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL