github.com/GoogleContainerTools/skaffold/v2@v2.13.2/integration/testdata/apply/deployment.yaml (about)

     1  apiVersion: apps/v1
     2  kind: Deployment
     3  metadata:
     4    name: zz-image-doesnt-exist
     5  spec:
     6    replicas: 1
     7    selector:
     8      matchLabels:
     9        app: apply-status-check-failure
    10    template:
    11      metadata:
    12        labels:
    13          app: apply-status-check-failure
    14      spec:
    15        containers:
    16        - image: zz-image-doesnt-exist
    17          name: apply-status-check-failure