github.com/GoogleContainerTools/skaffold/v2@v2.13.2/integration/testdata/deploy-cloudrun-with-hooks/module1/service.yaml (about)

     1  apiVersion: "serving.knative.dev/v1"
     2  kind: Service
     3  metadata:
     4    name: cloud-run-hooks-module1
     5  spec:
     6    template:
     7      spec:
     8        containers:
     9        - image: gcr.io/cloudrun/hello