# Functions
Contain returns true if the given conditions slice contains a condition that matches all of the given options.
No description provided by the author
WithCondition returns a ConditionOption that matches conditions with the given condition.
WithLastTransitionTime returns a ConditionOption that matches conditions with the given last transition time.
WithMessage returns a ConditionOption that matches conditions with the given message.
WithReason returns a ConditionOption that matches conditions with the given reason.
WithStatus returns a ConditionOption that matches conditions with the given status.
WithType returns a ConditionOption that matches conditions with the given type.
# Type aliases
Option is a functional option for specifying conditions to match.