package
0.0.0-20250306202812-3481892a9f86
Repository: https://github.com/hsnlab/dcontroller.git
Documentation: pkg.go.dev

# Functions

FromLabelSelector creates converts a seriaized label selector into a native controller runtime label selector predicate.
FromNamespace creates a namespace selector predicate from a namespace.
FromPredicate converts a seriaized Predicate into a native controller runtime predicate.

# Structs

Predicate is the top level representation of a predicate.

# Interfaces

Interface is the general interface for predicates.

# Type aliases

BasicPredicate represents an elemental predicate, namely one of "GenerationChanged", "ResourceVersionChanged", "LabelChanged" or "AnnotationChanged".
BoolPredicate is a complex predicate composed of basic predicates and other bool predicates.