From 287c091a04ab758b9acfc91bc382196e1e27af7f Mon Sep 17 00:00:00 2001 From: mtail Date: Fri, 8 Feb 2019 07:50:47 -0800 Subject: [PATCH] Doc fixes --- authentication/v1alpha1/istio.authentication.v1alpha1.pb.html | 2 +- authentication/v1alpha1/policy.pb.go | 2 +- authentication/v1alpha1/policy.proto | 2 +- mixer/v1/attributes.pb.go | 2 +- mixer/v1/attributes.proto | 2 +- mixer/v1/config/client/istio.mixer.v1.config.client.pb.html | 2 +- mixer/v1/istio.mixer.v1.pb.html | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) diff --git a/authentication/v1alpha1/istio.authentication.v1alpha1.pb.html b/authentication/v1alpha1/istio.authentication.v1alpha1.pb.html index c310c37acc..12aa2f3395 100644 --- a/authentication/v1alpha1/istio.authentication.v1alpha1.pb.html +++ b/authentication/v1alpha1/istio.authentication.v1alpha1.pb.html @@ -615,7 +615,7 @@

TargetSelector

Specifies the ports. Note that this is the port(s) exposed by the service, not workload ports. For example, if a service is defined as below, then 8000 should be used, not 9000.

-
kind: Service
+
kind: Service
 metadata:
   ...
 spec:
diff --git a/authentication/v1alpha1/policy.pb.go b/authentication/v1alpha1/policy.pb.go
index dd8e1fa157..f0a7e54640 100644
--- a/authentication/v1alpha1/policy.pb.go
+++ b/authentication/v1alpha1/policy.pb.go
@@ -793,7 +793,7 @@ type TargetSelector struct {
 	Labels map[string]string `protobuf:"bytes,3,rep,name=labels" json:"labels,omitempty" protobuf_key:"bytes,1,opt,name=key,proto3" protobuf_val:"bytes,2,opt,name=value,proto3"`
 	// Specifies the ports. Note that this is the port(s) exposed by the service, not workload ports.
 	// For example, if a service is defined as below, then `8000` should be used, not `9000`.
-	// ```
+	// ```yaml
 	// kind: Service
 	// metadata:
 	//   ...
diff --git a/authentication/v1alpha1/policy.proto b/authentication/v1alpha1/policy.proto
index 5701835bed..55e82e946f 100644
--- a/authentication/v1alpha1/policy.proto
+++ b/authentication/v1alpha1/policy.proto
@@ -368,7 +368,7 @@ message TargetSelector {
 
   // Specifies the ports. Note that this is the port(s) exposed by the service, not workload ports.
   // For example, if a service is defined as below, then `8000` should be used, not `9000`.
-  // ```
+  // ```yaml
   // kind: Service
   // metadata:
   //   ...
diff --git a/mixer/v1/attributes.pb.go b/mixer/v1/attributes.pb.go
index 67c8b71078..4543320353 100644
--- a/mixer/v1/attributes.pb.go
+++ b/mixer/v1/attributes.pb.go
@@ -61,7 +61,7 @@ const _ = proto.GoGoProtoPackageIsVersion2 // please upgrade the proto package
 // of information such as the error code of an API request, the latency of an API request, or the
 // original IP address of a TCP connection. For example:
 //
-// ```
+// ```yaml
 // request.path: xyz/abc
 // request.size: 234
 // request.time: 12:34:56.789 04/17/2017
diff --git a/mixer/v1/attributes.proto b/mixer/v1/attributes.proto
index 37dd25c1ad..f04a583089 100644
--- a/mixer/v1/attributes.proto
+++ b/mixer/v1/attributes.proto
@@ -36,7 +36,7 @@ option cc_enable_arenas = true;
 // of information such as the error code of an API request, the latency of an API request, or the
 // original IP address of a TCP connection. For example:
 //
-// ```
+// ```yaml
 // request.path: xyz/abc
 // request.size: 234
 // request.time: 12:34:56.789 04/17/2017
diff --git a/mixer/v1/config/client/istio.mixer.v1.config.client.pb.html b/mixer/v1/config/client/istio.mixer.v1.config.client.pb.html
index ecddf589c3..9c34febb0e 100644
--- a/mixer/v1/config/client/istio.mixer.v1.config.client.pb.html
+++ b/mixer/v1/config/client/istio.mixer.v1.config.client.pb.html
@@ -1020,7 +1020,7 @@ 

istio.mixer.v1.Attributes

of information such as the error code of an API request, the latency of an API request, or the original IP address of a TCP connection. For example:

-
request.path: xyz/abc
+
request.path: xyz/abc
 request.size: 234
 request.time: 12:34:56.789 04/17/2017
 source.ip: 192.168.0.1
diff --git a/mixer/v1/istio.mixer.v1.pb.html b/mixer/v1/istio.mixer.v1.pb.html
index 5d73b79eee..e2d446ab96 100644
--- a/mixer/v1/istio.mixer.v1.pb.html
+++ b/mixer/v1/istio.mixer.v1.pb.html
@@ -53,7 +53,7 @@ 

Attributes

of information such as the error code of an API request, the latency of an API request, or the original IP address of a TCP connection. For example:

-
request.path: xyz/abc
+
request.path: xyz/abc
 request.size: 234
 request.time: 12:34:56.789 04/17/2017
 source.ip: 192.168.0.1