istio.io/istio@v0.0.0-20240520182934-d79c90f27776/operator/pkg/object/testdata/malformed.yaml (about)

     1  apiVersion: v1
     2  kind: Pod
     3  metadata:
     4    name: mypod
     5    namespace: default
     6  spec:
     7    containers:
     8    - name: mycontainer
     9      image: nginx
    10  ---
    11  apiVersion: v1
    12  metadata:
    13    name: myservice
    14    namespace: default
    15  spec:
    16    selector:
    17      app: MyApp