Automator: update istio.io@ reference docs (#14822)

This commit is contained in:
Istio Automation 2024-04-02 19:12:07 -07:00 committed by GitHub
parent 3a8e242dc1
commit 73409f2870
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 15 additions and 0 deletions

View File

@ -654,3 +654,18 @@ messages:
type: string
- name: compatVersion
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