fix priority type of wasmplugin (#881)

This commit is contained in:
澄潭
2024-03-26 19:54:08 +08:00
committed by GitHub
parent 97cf58e973
commit a45748bb0b
3 changed files with 45 additions and 45 deletions

View File

@@ -98,7 +98,7 @@ message WasmPlugin {
// If `priority` is not set, or two `WasmPlugins` exist with the same
// value, the ordering will be deterministically derived from name and
// namespace of the `WasmPlugins`. Defaults to `0`.
google.protobuf.Int64Value priority = 10;
google.protobuf.Int32Value priority = 10;
// Extended by Higress, the default configuration takes effect globally
google.protobuf.Struct default_config = 101;