Versions in this module Expand all Collapse all v1 v1.75.0 Mar 17, 2026 Changes in this version + type Mapper struct + Rules []Rule + func (m Mapper) Map(state State) []metav1.Condition + type Predicate func(State) match + func AllTrue(conds ...string) Predicate + func And(preds ...Predicate) Predicate + func AnyFalse(conds ...string) Predicate + func ExtPresent(cond string) Predicate + func ExtTrue(cond string) Predicate + func IsTrue(cond string) Predicate + func Not(p Predicate) Predicate + func Or(preds ...Predicate) Predicate + func VersionChanged() Predicate + type Rule struct + FalseIf Predicate + OnlyIf Predicate + Sticky bool + TrueIf Predicate + Type string + type State struct + External map[string]metav1.Condition + Internal map[string]metav1.Condition + VersionChanged bool