mirror of https://github.com/knative/func.git
23 lines
506 B
YAML
23 lines
506 B
YAML
name: testfunc
|
|
namespace: ""
|
|
runtime: go
|
|
image: ""
|
|
imageDigest: ""
|
|
builder: gcr.io/paketo-buildpacks/builder:base
|
|
builders:
|
|
base: gcr.io/paketo-buildpacks/builder:base
|
|
default: gcr.io/paketo-buildpacks/builder:base
|
|
full: gcr.io/paketo-buildpacks/builder:full
|
|
buildpacks:
|
|
- paketo-buildpacks/go-dist
|
|
- ghcr.io/boson-project/go-function-buildpack:tip
|
|
healthEndpoints:
|
|
liveness: /health/liveness
|
|
readiness: /health/readiness
|
|
volumes: []
|
|
buildEnvs: []
|
|
envs: []
|
|
annotations: {}
|
|
options: {}
|
|
labels: []
|