Skip to content

Commit 8304584

Browse files
authored
Fix some proto descriptions (#3384)
* fix some protos * change comments from proto_names to yamlCase * missed some backticks * add make gen from prow
1 parent 04b53b1 commit 8304584

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

47 files changed

+548
-961
lines changed

extensions/v1alpha1/wasm.pb.go

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

extensions/v1alpha1/wasm.pb.html

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

extensions/v1alpha1/wasm.proto

+3-3
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ import "google/api/field_behavior.proto";
2828
// WasmPlugins provides a mechanism to extend the functionality provided by
2929
// the Istio proxy through WebAssembly filters.
3030
//
31-
// Order of execution (as part of Envoy's filter chain) is determined by
31+
// The order of execution (as part of Envoy's filter chain) is determined by
3232
// phase and priority settings, allowing the configuration of complex
3333
// interactions between user-supplied WasmPlugins and Istio's internal
3434
// filters.
@@ -209,7 +209,7 @@ package istio.extensions.v1alpha1;
209209

210210
option go_package="istio.io/api/extensions/v1alpha1";
211211

212-
// WasmPlugins provides a mechanism to extend the functionality provided by
212+
// WasmPlugin provides a mechanism to extend the functionality provided by
213213
// the Istio proxy through WebAssembly filters.
214214
//
215215
// <!-- crd generation tags
@@ -484,7 +484,7 @@ enum EnvValueSource {
484484
// Explicitly given key-value pairs to be injected to this VM
485485
INLINE = 0;
486486

487-
// *Istio-proxy's* environment variables exposed to this VM.
487+
// Proxy environment variables exposed to this VM.
488488
HOST = 1;
489489
}
490490

kubernetes/customresourcedefinitions.gen.yaml

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

mesh/v1alpha1/config.pb.go

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

0 commit comments

Comments
 (0)