package
0.0.0-20250402183340-03a4ae8b74fa
Repository: https://github.com/openshift/custom-domains-operator.git
Documentation: pkg.go.dev

# Functions

FindCustomDomainCondition finds in the condition that has the specified condition type in the given list.
GetInfrastructureObject returns the canonical Infrastructure object.
GetPlatformType returns the cloud platform type for the cluster.
No description provided by the author
IsVersionGreaterOrEqualThan compares major and minor versions of a and b For example, if (4.10.1, 4.10.0) is supplied, this returns true because 4.10 >= 4.10 anything other than major and minor are ignored when comparing the versions.
SetCustomDomainCondition sets a condition on a CustomDomain resource's status.
SetCustomDomainStatus sets the status of the custom domain resource.
ShouldUpdateCondition returns true if condition needs update.
UpdateConditionAlways returns true.
UpdateConditionIfReasonOrMessageChange returns true if there is a change in the reason or the message of the condition.
UpdateConditionNever return false.

# Constants

No description provided by the author

# Variables

No description provided by the author

# Structs

CustomDomainReconciler reconciles a CustomDomain object.

# Type aliases

UpdateConditionCheck tests whether a condition should be updated from the old condition to the new condition.