SchemaValidationError

    For example, you receive this error:

    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

    In this example, the error message indicates that the element has an invalid value when checked against the schema.

    For details about the expected schema for Istio resources, see the configuration reference.