sigs.k8s.io/controller-runtime@v0.18.2/pkg/envtest/testdata/notcrd.yaml (about)

     1  apiVersion: apps/v1
     2  kind: Deployment
     3  metadata:
     4    name: nginx-deployment
     5    labels:
     6      app: nginx
     7  spec:
     8    selector:
     9      matchLabels:
    10        app: nginx
    11    template:
    12      metadata:
    13        labels:
    14          app: nginx
    15      spec:
    16        containers:
    17        - name: nginx
    18          image: nginx:1.7.9