istio.io/istio@v0.0.0-20240520182934-d79c90f27776/pkg/test/datasets/validation/dataset/networking-v1beta1-VirtualService.yaml (about) 1 apiVersion: networking.istio.io/v1beta1 2 kind: VirtualService 3 metadata: 4 name: valid-virtual-service 5 spec: 6 hosts: 7 - c 8 http: 9 - route: 10 - destination: 11 host: c 12 subset: v1 13 weight: 75 14 - destination: 15 host: c 16 subset: v2 17 weight: 25