Skip to content

Commit 21eb088

Browse files
authored
add new phase to WasmPlugin (#3143)
* add new phase to WasmPlugin * fix build * rename to INITIAL
1 parent 0f527cc commit 21eb088

File tree

4 files changed

+31
-15
lines changed

4 files changed

+31
-15
lines changed

extensions/v1alpha1/wasm.pb.go

Lines changed: 19 additions & 14 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

extensions/v1alpha1/wasm.pb.html

Lines changed: 7 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

extensions/v1alpha1/wasm.proto

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -414,6 +414,9 @@ enum PluginPhase {
414414

415415
// Insert plugin before Istio stats filters and after Istio authorization filters.
416416
STATS = 3;
417+
418+
// Insert plugin at the start of the filter chain.
419+
INITIAL = 4;
417420
}
418421

419422
// The pull behaviour to be applied when fetching a Wam module,

kubernetes/customresourcedefinitions.gen.yaml

Lines changed: 2 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)