diff --git a/pkg/kapi/kapi.go b/pkg/kapi/kapi.go index c4564e18d2cc3a8938a213b7a2bc1640d9269e92..1aa96301be7446ea488fa2c4f12f1f0b7517e96d 100644 --- a/pkg/kapi/kapi.go +++ b/pkg/kapi/kapi.go @@ -142,7 +142,7 @@ func WaitForRCToStabilize(c kubernetes.Interface, ns, name string, timeout time. return err } -// WaitForDeploymentToStabilize waits till the Deployment has a matching generation/replica count between spec and status. used by integrationt tests +// WaitForDeploymentToStabilize waits till the Deployment has a matching generation/replica count between spec and status. used by integration tests func WaitForDeploymentToStabilize(c kubernetes.Interface, ns, name string, timeout time.Duration) error { options := meta.ListOptions{FieldSelector: fields.Set{ "metadata.name": name,