Skip to content

Commit

Permalink
add new phase to WasmPlugin (#3143)
Browse files Browse the repository at this point in the history
* add new phase  to WasmPlugin

* fix build

* rename to INITIAL
  • Loading branch information
zirain authored Apr 5, 2024
1 parent 0f527cc commit 21eb088
Show file tree
Hide file tree
Showing 4 changed files with 31 additions and 15 deletions.
33 changes: 19 additions & 14 deletions extensions/v1alpha1/wasm.pb.go

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

7 changes: 7 additions & 0 deletions extensions/v1alpha1/wasm.pb.html

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

3 changes: 3 additions & 0 deletions extensions/v1alpha1/wasm.proto
Original file line number Diff line number Diff line change
Expand Up @@ -414,6 +414,9 @@ enum PluginPhase {

// Insert plugin before Istio stats filters and after Istio authorization filters.
STATS = 3;

// Insert plugin at the start of the filter chain.
INITIAL = 4;
}

// The pull behaviour to be applied when fetching a Wam module,
Expand Down
3 changes: 2 additions & 1 deletion kubernetes/customresourcedefinitions.gen.yaml

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

0 comments on commit 21eb088

Please sign in to comment.