Skip to content

Commit bbdb217

Browse files
committed
fix
Signed-off-by: Kuat Yessenov <[email protected]>
1 parent d396474 commit bbdb217

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Diff for: extensions/v1alpha1/wasm.pb.go

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: extensions/v1alpha1/wasm.pb.html

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: extensions/v1alpha1/wasm.proto

+1-1
Original file line numberDiff line numberDiff line change
@@ -343,7 +343,7 @@ message WasmPlugin {
343343
repeated TrafficSelector match = 12;
344344

345345
// Specifies the restrictions on the execution of the module via limiting access
346-
// to the host ABI calls. Must be set.
346+
// to the host ABI calls. If not set, uses the default capability set.
347347
CapabilityRestriction capabilities = 13;
348348

349349
// Specifies the restrictions on the callbacks from the host to the module.

0 commit comments

Comments
 (0)