mirror of
https://github.com/arangodb/kube-arangodb.git
synced 2024-12-14 11:57:37 +00:00
Comment improvement
This commit is contained in:
parent
e5e39b41f7
commit
c5c6f3b8f7
1 changed files with 1 additions and 1 deletions
|
@ -211,7 +211,7 @@ func (ds *DeploymentStatusMembers) RemoveByID(id string, group ServerGroup) erro
|
|||
return nil
|
||||
}
|
||||
|
||||
// AllMembersReady returns true when all members are in the Ready state.
|
||||
// AllMembersReady returns true when all members, that must be ready for the given mode, are in the Ready state.
|
||||
func (ds DeploymentStatusMembers) AllMembersReady(mode DeploymentMode, syncEnabled bool) bool {
|
||||
syncReady := func() bool {
|
||||
if syncEnabled {
|
||||
|
|
Loading…
Reference in a new issue