Skip to content

Commit

Permalink
docs(utils): add description for testOpts struct
Browse files Browse the repository at this point in the history
Signed-off-by: vadasambar <[email protected]>
  • Loading branch information
vadasambar committed Mar 6, 2023
1 parent 1e092ef commit 3ccac22
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cluster-autoscaler/utils/drain/drain_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ import (
"github.com/stretchr/testify/assert"
)

// testOpts represents parameters required for a single unit test
type testOpts struct {
description string
pods []*apiv1.Pod
Expand Down

0 comments on commit 3ccac22

Please sign in to comment.