Skip to content

Status conditions such as ClusterReady as status attributes? #998

Answered by Zerpet
kriswuollett asked this question in Q&A
Discussion options

You must be logged in to vote

Not a great solution, but you could assume that status.conditions[0] is always AllReplicasReady type, which is always true given how we set conditions:

clusterStatus.Conditions = []status.RabbitmqClusterCondition{
allReplicasReadyCond,
clusterAvailableCond,
noWarningsCond,
reconciledCondition,
}

We have no plans to change the status conditions in the future.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by ChunyiLyu
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants