We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 82780db commit c938a5eCopy full SHA for c938a5e
test/e2e/utils_test.go
@@ -129,15 +129,15 @@ func markMemberClusterAsHealthy(name string) {
129
{
130
Type: string(clusterv1beta1.AgentJoined),
131
LastTransitionTime: metav1.Now(),
132
- ObservedGeneration: 0,
+ ObservedGeneration: imcObj.GetGeneration(),
133
Status: metav1.ConditionTrue,
134
Reason: "JoinedCluster",
135
Message: "set to be joined",
136
},
137
138
Type: string(clusterv1beta1.AgentHealthy),
139
140
141
142
Reason: "HealthyCluster",
143
Message: "set to be healthy",
0 commit comments