mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-14 05:36:12 +00:00
fix comment alignment
This commit is contained in:
@@ -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,
|
||||
|
Reference in New Issue
Block a user