Skip to content

Commit

Permalink
ready checker- comment update
Browse files Browse the repository at this point in the history
  • Loading branch information
James Oden committed Sep 1, 2022
1 parent 3d600b6 commit ae97899
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/kube/ready.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
}
Expand Down

0 comments on commit ae97899

Please sign in to comment.