Skip to content

Commit

Permalink
tools:perfscale-load-generator: update function name to plural
Browse files Browse the repository at this point in the history
Signed-off-by: Marcelo Amaral <[email protected]>
  • Loading branch information
marceloamaral committed Jun 2, 2022
1 parent 2b28266 commit f6ab395
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tools/perfscale-load-generator/api/api.go
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@ type LoadGenerator interface {
}

type Job interface {
CreateWorkload()
DeleteWorkload()
CreateWorkloads()
DeleteWorkloads()
Watch(*unstructured.Unstructured, bool)
Wait()
}

0 comments on commit f6ab395

Please sign in to comment.