Merge pull request #39216 from krmayankk/contr-ref

Automatic merge from submit-queue (batch tested with PRs 40124, 39216, 40561, 40595, 40735)

fix comment alignment

fixes https://github.com/kubernetes/kubernetes/issues/39215

cc  @kargakis  @caesarxuchao
This commit is contained in:
Kubernetes Submit Queue 2017-02-01 12:32:41 -08:00 committed by GitHub
commit e7e7f95048

View File

@ -96,9 +96,9 @@ func newOwnerRC(f *framework.Framework, name string) *v1.ReplicationController {
}
}
// verifyRemainingDeploymentsAndReplicaSets verifies if the number of the remaining deployment
// and rs are deploymentNum and rsNum. It returns error if the
// communication with the API server fails.
// verifyRemainingDeploymentsAndReplicaSets verifies if the number
// of the remaining deployment and rs are deploymentNum and rsNum.
// It returns error if the communication with the API server fails.
func verifyRemainingDeploymentsAndReplicaSets(
f *framework.Framework,
clientSet clientset.Interface,