Skip to content

Commit

Permalink
fix: rate -> rate
Browse files Browse the repository at this point in the history
Signed-off-by: Zhou Zhiqiang <im@strrl.dev>
  • Loading branch information
STRRL committed Jun 22, 2024
1 parent 71f506c commit 7fd3be2
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions pkg/ctrl/server/generated/generated.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pkg/ctrl/server/schema.graphqls
Original file line number Diff line number Diff line change
Expand Up @@ -1102,7 +1102,7 @@ type BandwidthSpec @goModel(model: "github.com/chaos-mesh/chaos-mesh/api/v1alpha

type RateSpec @goModel(model: "github.com/chaos-mesh/chaos-mesh/api/v1alpha1.RateSpec"){
# Rate is the speed knob. Allows bit, kbit, mbit, gbit, tbit, bps, kbps, mbps, gbps, tbps unit. bps means bytes per second.
Rate: String!
rate: String!
}

# ReorderSpec defines details of packet reorder.
Expand Down

0 comments on commit 7fd3be2

Please sign in to comment.