We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ee9769f commit 81edae1Copy full SHA for 81edae1
proxy/v1/config/proxy_mesh.proto
@@ -74,6 +74,12 @@ message ProxyMeshConfig {
74
// Connection timeout used by Envoy. (MUST BE >=1ms)
75
google.protobuf.Duration connect_timeout = 11;
76
77
+ // Kubernetes namespace to be monitored by Istio control plane.
78
+ // This can be a single application namespace (e.g. "bookinfo") or
79
+ // left unspecified, in which case all Kubernetes namespaces are
80
+ // observed.
81
+ string application_namespace = 13;
82
+
83
// Class of ingress resources to be processed by Istio ingress
84
// controller. This corresponds to the value of
85
// "kubernetes.io/ingress.class" annotation.
0 commit comments