package
0.0.1-alpha.7
Repository: https://github.com/johnhoman/controller-tools.git
Documentation: pkg.go.dev

# Functions

HasAnnotation creates a predicate function that will return true if the annotation exists in resource metadata.
HasAnnotationWithValue creates a predicate function that will return true if the annotation exists in resource metadata and the value of the annotation matches the provided value.
HasFinalizer creates a predicate function that will return true if the object metadata contains the provided finalizer.
ReadyWhen returns the provided wrapped predicate condition, passing the object specified by jsonPath to condition.

# Type aliases

No description provided by the author