SchemaValidationError

    例如,您将会看到以下错误:

    1. kind: VirtualService
    2. metadata:
    3. name: ratings-bogus-weight-default
    4. namespace: default
    5. - ratings
    6. http:
    7. - route:
    8. - destination:
    9. weight: 999
    10. - destination:
    11. host: ratings
    12. subset: v2

    在这个示例中,错误信息是指 属性被检查出值错误或无效。

    有关 Istio 资源架构设计的更详细信息,请看配置参考.