Replies: 1 comment
-
I found the answer in cluster-api/util/conditions/merge.go Lines 34 to 46 in 2061cab Closed |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Description
With a single condition
Unknown
,conditions.SetSummary
sets ReadyCondition"False"
butWith two conditions with
Unknown
andTrue
then it sets"True"
.So here is my question; Is it intended? or Do I use
conditions.SetSummary
in wrong way?Test
Env
mod:
golang compiler:
Code
Output:
Beta Was this translation helpful? Give feedback.
All reactions