mirror of https://github.com/istio/istio.io.git
Automator: update istio.io@ reference docs (#14822)
This commit is contained in:
parent
3a8e242dc1
commit
73409f2870
|
|
@ -654,3 +654,18 @@ messages:
|
||||||
type: string
|
type: string
|
||||||
- name: compatVersion
|
- name: compatVersion
|
||||||
type: string
|
type: string
|
||||||
|
|
||||||
|
- name: "MultiClusterInconsistentService"
|
||||||
|
code: IST0170
|
||||||
|
level: Warning
|
||||||
|
description: "The services live in different clusters under multi-cluster deployment model are inconsistent"
|
||||||
|
template: "The service %v in namespace %q is inconsistent across clusters %q, which can lead to undefined behaviors. The inconsistent behaviors are: %v."
|
||||||
|
args:
|
||||||
|
- name: serviceName
|
||||||
|
type: string
|
||||||
|
- name: namespace
|
||||||
|
type: string
|
||||||
|
- name: clusters
|
||||||
|
type: "[]string"
|
||||||
|
- name: error
|
||||||
|
type: string
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue