Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ConditionsEqual ¶
func ConditionsEqual(oldConditions, newConditions []configv1.ClusterOperatorStatusCondition) bool
ConditionsEqual returns true if and only if the provided slices of conditions (ignoring LastTransitionTime) are equal.
func SetStatusCondition ¶
func SetStatusCondition(oldConditions []configv1.ClusterOperatorStatusCondition, condition *configv1.ClusterOperatorStatusCondition) []configv1.ClusterOperatorStatusCondition
SetStatusCondition returns the result of setting the specified condition in the given slice of conditions.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.