Commit e7e7f950 authored by Kubernetes Submit Queue's avatar Kubernetes Submit Queue Committed by GitHub

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
parents c523476d 07964cca
...@@ -96,9 +96,9 @@ func newOwnerRC(f *framework.Framework, name string) *v1.ReplicationController { ...@@ -96,9 +96,9 @@ func newOwnerRC(f *framework.Framework, name string) *v1.ReplicationController {
} }
} }
// verifyRemainingDeploymentsAndReplicaSets verifies if the number of the remaining deployment // verifyRemainingDeploymentsAndReplicaSets verifies if the number
// and rs are deploymentNum and rsNum. It returns error if the // of the remaining deployment and rs are deploymentNum and rsNum.
// communication with the API server fails. // It returns error if the communication with the API server fails.
func verifyRemainingDeploymentsAndReplicaSets( func verifyRemainingDeploymentsAndReplicaSets(
f *framework.Framework, f *framework.Framework,
clientSet clientset.Interface, clientSet clientset.Interface,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment