Skip to content

Commit c5c6f3b

Browse files
committed
Comment improvement
1 parent e5e39b4 commit c5c6f3b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/apis/deployment/v1alpha/deployment_status_members.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -211,7 +211,7 @@ func (ds *DeploymentStatusMembers) RemoveByID(id string, group ServerGroup) erro
211211
return nil
212212
}
213213

214-
// AllMembersReady returns true when all members are in the Ready state.
214+
// AllMembersReady returns true when all members, that must be ready for the given mode, are in the Ready state.
215215
func (ds DeploymentStatusMembers) AllMembersReady(mode DeploymentMode, syncEnabled bool) bool {
216216
syncReady := func() bool {
217217
if syncEnabled {

0 commit comments

Comments
 (0)