Skip to content

Commit 5d68ba1

Browse files
Eric Van Normanweizhoublue
andauthored
Fix some spelling errors (#2884)
Co-authored-by: weizhoublue <[email protected]>
1 parent 0263a48 commit 5d68ba1

22 files changed

+94
-94
lines changed

common-protos/k8s.io/api/core/v1/generated.proto

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

extensions/v1alpha1/wasm.pb.go

Lines changed: 1 addition & 1 deletion
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: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

extensions/v1alpha1/wasm.proto

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -256,8 +256,8 @@ message WasmPlugin {
256256
// against the contents of this field after pulling.
257257
string sha256 = 3;
258258

259-
// The pull behaviour to be applied when fetching Wasm module by either
260-
// OCI image or http/https. Only relevant when referencing Wasm module without
259+
// The pull behaviour to be applied when fetching Wasm module by either
260+
// OCI image or http/https. Only relevant when referencing Wasm module without
261261
// any digest, including the digest in OCI image URL or sha256 field in `vm_config`.
262262
// Defaults to IfNotPresent, except when an OCI image is referenced in the `url`
263263
// and the `latest` tag is used, in which case `Always` is the default,
@@ -274,17 +274,17 @@ message WasmPlugin {
274274
// Public key that will be used to verify signatures of signed OCI images
275275
// or Wasm modules.
276276
//
277-
// At this moment, various ways for signing/verifying are emerging and being proposed.
278-
// We can observe two major streams for signing OCI images: Cosign from Sigstore and Notary,
277+
// At this moment, various ways for signing/verifying are emerging and being proposed.
278+
// We can observe two major streams for signing OCI images: Cosign from Sigstore and Notary,
279279
// which is used in Docker Content Trust.
280280
// In case of Wasm module, multiple approaches are still in discussion.
281281
// * https://github.com/WebAssembly/design/issues/1413
282282
// * https://github.com/wasm-signatures/design (various signing tools are enumerated)
283283
//
284284
// In addition, for each method for signing&verifying, we may need to consider to provide
285285
// additional data or configuration (e.g., key rolling, KMS, root certs, ...) as well.
286-
//
287-
// To deal with this situation, we need to elaborate more generic way to describe
286+
//
287+
// To deal with this situation, we need to elaborate more generic way to describe
288288
// how to sign and verify the image or wasm binary, and how to specify relevant data,
289289
// including this `verification_key`.
290290
//
@@ -329,19 +329,19 @@ message WasmPlugin {
329329
// For the gateway, the field should be CLIENT or CLIENT_AND_SERVER.
330330
// If not specified, the default value is CLIENT_AND_SERVER.
331331
istio.type.v1beta1.WorkloadMode mode = 1;
332-
332+
333333
// Criteria for selecting traffic by their destination port.
334-
// More specifically, for the outbound traffic, the destination port would be
334+
// More specifically, for the outbound traffic, the destination port would be
335335
// the port of the target service. On the other hand, for the inbound traffic,
336-
// the destiation port is the port bound by the server process in the same Pod.
336+
// the destination port is the port bound by the server process in the same Pod.
337337
//
338338
// If one of the given `ports` is matched, this condition is evaluated to true.
339339
// If not specified, this condition is evaluated to true for any port.
340340
repeated istio.type.v1beta1.PortSelector ports = 2;
341341
}
342342

343343
// Specifies the criteria to determine which traffic is passed to WasmPlugin.
344-
// If a traffic satisfies any of TrafficSelectors,
344+
// If a traffic satisfies any of TrafficSelectors,
345345
// the traffic passes the WasmPlugin.
346346
repeated TrafficSelector match = 12;
347347
}
@@ -403,7 +403,7 @@ message EnvVar {
403403

404404
// Value for the environment variable.
405405
// Note that if `value_from` is `HOST`, it will be ignored.
406-
// Defaults to "".
406+
// Defaults to "".
407407
string value = 2;
408408
}
409409

mesh/v1alpha1/config.pb.go

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

mesh/v1alpha1/config.proto

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ message MeshConfig {
3939
// Default port is 15001.
4040
int32 proxy_listen_port = 4;
4141

42-
// Port on which Envoy should listen for all inbound traffic to the pod/vm will be captured to.
42+
// Port on which Envoy should listen for all inbound traffic to the pod/vm will be captured to.
4343
// Default port is 15006.
4444
int32 proxy_inbound_listen_port = 65;
4545

@@ -372,7 +372,7 @@ message MeshConfig {
372372
// $hide_from_docs
373373
// Configure the provision of certificates.
374374
//
375-
// Note: Deprecated, please refer to Cert-Manager or other cert provisioning solutions to sign DNS certificates.
375+
// Note: Deprecated, please refer to Cert-Manager or other cert provisioning solutions to sign DNS certificates.
376376
repeated Certificate certificates = 47;
377377

378378
reserved 49;
@@ -684,7 +684,7 @@ message MeshConfig {
684684
// Next available field number: 7
685685
}
686686

687-
// Defines configuration for a Zipkin tracer.
687+
// Defines configuration for a Zipkin tracer.
688688
message ZipkinTracingProvider {
689689
// REQUIRED. Specifies the service that the Zipkin API.
690690
// The format is `[<Namespace>/]<Hostname>`. The specification of `<Namespace>` is required only when it is insufficient
@@ -810,11 +810,11 @@ message MeshConfig {
810810
//
811811
// WARNING: OpenCensusAgentTracingProviders should be used with extreme care. Configuration of
812812
// OpenCensus providers CANNOT be changed during the course of proxy's lifetime due to a limitation
813-
// in the implementation of OpenCensus driver in Envoy. This means only a single provider configuration
813+
// in the implementation of OpenCensus driver in Envoy. This means only a single provider configuration
814814
// may be used for OpenCensus at any given time for a proxy or group of proxies AND that any change to the provider
815815
// configuration MUST be accompanied by a restart of all proxies that will use that configuration.
816816
//
817-
// NOTE: Stackdriver tracing uses OpenCensus configuraiton under the hood and, as a result, cannot be used
817+
// NOTE: Stackdriver tracing uses OpenCensus configuration under the hood and, as a result, cannot be used
818818
// alongside OpenCensus provider configuration.
819819
message OpenCensusAgentTracingProvider {
820820
// REQUIRED. Specifies the service for the OpenCensusAgent.
@@ -1005,7 +1005,7 @@ message MeshConfig {
10051005
// status: "%RESPONSE_CODE%"
10061006
// message: "%LOCAL_REPLY_BODY%"
10071007
// ```
1008-
google.protobuf.Struct labels = 2;
1008+
google.protobuf.Struct labels = 2;
10091009
}
10101010
}
10111011

@@ -1111,7 +1111,7 @@ message MeshConfig {
11111111
// The default number of retry attempts is set at 2 for these errors:
11121112
// "connect-failure,refused-stream,unavailable,cancelled,retriable-status-codes".
11131113
// Setting the number of attempts to 0 disables retry policy globally.
1114-
// This setting can be overriden on a per-host basis using the Virtual Service
1114+
// This setting can be overridden on a per-host basis using the Virtual Service
11151115
// API.
11161116
// All settings in the retry policy except `perTryTimeout` can currently be
11171117
// configured globally via this field.

mesh/v1alpha1/istio.mesh.v1alpha1.pb.html

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

mesh/v1alpha1/proxy.pb.go

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

mesh/v1alpha1/proxy.proto

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -376,7 +376,7 @@ message ProxyConfig {
376376
// Uses the canonical name and namespace for a workload.
377377
CANONICAL_NAME_AND_NAMESPACE = 2;
378378
}
379-
379+
380380
oneof cluster_name {
381381
// Service cluster defines the name for the `service_cluster` that is
382382
// shared by all Envoy instances. This setting corresponds to
@@ -392,7 +392,7 @@ message ProxyConfig {
392392
// flag to compute routes that are relative to the service instances
393393
// located at that IP address.
394394
string service_cluster = 3;
395-
395+
396396
// Used by Envoy proxies to assign the values for the service names in trace
397397
// spans.
398398
TracingServiceName tracing_service_name = 36;
@@ -515,7 +515,7 @@ message ProxyConfig {
515515
// Topology encapsulates the configuration which describes where the proxy is
516516
// located i.e. behind a (or N) trusted proxy (proxies) or directly exposed
517517
// to the internet. This configuration only effects gateways and is applied
518-
// to all the gateways in the cluster unless overriden via annotations of the
518+
// to all the gateways in the cluster unless overridden via annotations of the
519519
// gateway workloads.
520520
Topology gateway_topology = 28;
521521

networking/v1alpha3/destination_rule.pb.go

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

0 commit comments

Comments
 (0)