A Crossplane function that can be used in a function pipeline to gate further
progress within the pipeline based on the existence of an Analysis
.
This template uses Go, Docker, and the [Crossplane CLI][cli] to build functions.
# Run code generation - see input/generate.go
$ go generate ./...
# Run tests - see fn_test.go
$ go test ./...
# Build the function's runtime image - see Dockerfile
$ docker build . --tag=runtime
# Build a function package - see package/crossplane.yaml
$ crossplane xpkg build -f package --embed-runtime-image=runtime