FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

upbound/function-analysis-gate: Upbound Crossplane function that checks if a previous Analysis exists · GitHub

Repository files navigation

function-analysis-gate

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

Releases

Packages

Used by

Contributors

Languages


Back | FazBrowse Home | New Git URL