mirror of https://github.com/knative/func.git
27 lines
450 B
YAML
27 lines
450 B
YAML
version: 0.0.0
|
|
name: testfunc
|
|
namespace: ""
|
|
runtime: go
|
|
registry: ""
|
|
image: ""
|
|
imageDigest: ""
|
|
build: local
|
|
git: {}
|
|
builder: ""
|
|
builders: {}
|
|
buildpacks:
|
|
- paketo-buildpacks/go-dist
|
|
- ghcr.io/boson-project/go-function-buildpack:tip
|
|
volumes: []
|
|
buildEnvs: []
|
|
envs: []
|
|
annotations: {}
|
|
options: {}
|
|
labels: []
|
|
healthEndpoints:
|
|
liveness: /health/liveness
|
|
readiness: /health/readiness
|
|
created: 2022-05-25T22:44:47.36886+09:00
|
|
invocation:
|
|
format: http
|