...

Text file src/sigs.k8s.io/controller-runtime/pkg/envtest/testdata/notcrd.yaml

Documentation: sigs.k8s.io/controller-runtime/pkg/envtest/testdata

     1apiVersion: apps/v1
     2kind: Deployment
     3metadata:
     4  name: nginx-deployment
     5  labels:
     6    app: nginx
     7spec:
     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

View as plain text