SchemaValidationError
For example, you receive this error:
kind: VirtualService
metadata:
name: ratings-bogus-weight-default
namespace: default
- ratings
http:
- route:
- destination:
weight: 999
- destination:
host: ratings
subset: v2
In this example, the error message indicates that the element has aninvalid value when checked against the schema.
For details about the expected schema for Istio resources, see theconfiguration reference.