Update the leveled-configuration model in the README files of Wasm plugins #326
Labels
area/documentation
good first issue
Good for newcomers
help wanted
Extra attention is needed
level/easy
priority/high
The old configuration model uses
_rules_
field to manage domain-level and route-level configurations. And global configurations are all added to the root of the spec, which brings some trouble to the governing process on the console side.Old model:
The new model uses separate fields,
defaultConfig
andmatchRules
to store configs in different levels.New model:
So all the README files in https://github.com/alibaba/higress/tree/main/plugins need to be updated with the new model.
The text was updated successfully, but these errors were encountered: