Skip to content

Commit db19a9f

Browse files
committed
Comment fix
1 parent c22139a commit db19a9f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pkg/deployment/resources/deployment_health.go

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,8 @@ func (r *Resources) RunDeploymentHealthLoop(stopCh <-chan struct{}) {
6262
}
6363
}
6464

65-
// cleanupRemovedClusterMembers removes all arangod members that are no longer part of the cluster.
65+
// fetchDeploymentHealth performs a single fetch of cluster-health
66+
// and stores it in-memory.
6667
func (r *Resources) fetchDeploymentHealth() error {
6768
// Ask cluster for its health
6869
ctx, cancel := context.WithTimeout(context.Background(), time.Second*15)

0 commit comments

Comments
 (0)