ready checker- comment update

Signed-off-by: James Oden <james.oden.dev@gmail.com>
pull/10920/head
James Oden 2 years ago
parent 4f99c86914
commit d008340891

@ -284,7 +284,7 @@ func (c *ReadyChecker) volumeReady(v *corev1.PersistentVolumeClaim) bool {
}
func (c *ReadyChecker) deploymentReady(rs *appsv1.ReplicaSet, dep *appsv1.Deployment) bool {
// Verify the generation observed by the replicaSet controller matches the spec generation
// Verify the replicaset readiness
if !c.replicaSetReady(rs) {
return false
}

Loading…
Cancel
Save