Skip to content

Commit db366fe

Browse files
authored
Fix priority weight type (etsy#52)
Co-authored-by: Victor Chiapaikeo <[email protected]>
1 parent 346afda commit db366fe

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

Diff for: boundary_layer_default_plugin/config/operators/base.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ parameters_jsonschema:
4646
queue:
4747
type: string
4848
priority_weight:
49-
type: string
49+
type: integer
5050
weight_rule:
5151
type: string
5252
pool:

Diff for: test/data/registry/invalid-bad-config/operators/base.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ parameters_jsonschema:
4646
queue:
4747
type: string
4848
priority_weight:
49-
type: string
49+
type: integer
5050
pool:
5151
type: string
5252
sla:

Diff for: test/data/registry/invalid-duplicate-names/operators/base.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ parameters_jsonschema:
4646
queue:
4747
type: string
4848
priority_weight:
49-
type: string
49+
type: integer
5050
pool:
5151
type: string
5252
sla:

Diff for: test/data/registry/valid/operators/base.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ parameters_jsonschema:
4646
queue:
4747
type: string
4848
priority_weight:
49-
type: string
49+
type: integer
5050
pool:
5151
type: string
5252
sla:

0 commit comments

Comments
 (0)