# Functions
No description provided by the author
ClusterOperatorStatusAvailableCondition return values are as follows: 1) the value to set on the ClusterOperator Available condition 2) string is the reason to set on the Available condition 3) string is the message to set on the Available condition.
ClusterOperatorStatusDegradedCondition return values are as follows: 1) the value to set on the ClusterOperator Degraded condition 2) the first string is the succinct text to apply to the Degraded condition reason field 3) the second string is the fully detailed text to apply the the Degraded condition message field.
ClusterOperatorStatusProgressingCondition has the following parameters 1) degradedState, the succinct text from ClusterOperatorStatusDegradedCondition() to use when progressing but failed per https://github.com/openshift/cluster-version-operator/blob/master/docs/dev/clusteroperator.md#conditions 2) whether the Config is in available state and the following return values: 1) is the value to set on the ClusterOperator Progressing condition 2) string is the reason to set on the condition if needed 3) string is the message to set on the condition.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
IsIPv6 let's us know if this is a ipv6 env (assumes single stack).
IsUnsupportedArch let's us know if this is something other than x86_64/amd/s390x/ppc.
# Constants
No description provided by the author
No description provided by the author