mirror of https://github.com/knative/func.git
Restructures repository cluster setup and configuration scripts to be used both for local testing as well as in CI. Adds a CI-specific ci.sh script for the differences. Additionally: - Upgrades to knative v0.23.0 - Upgrades eventing from v1beta1 API to v1 - Adds binary installation script (linux) - Serializes Build, Int Test, e2e test steps - Installs Broker and Channel to support Knative Quickstart tutorial. - Runs a test echo server during installation - Adds event-based waits in place of most blind time-based waits - Adds explicit Kubernetes version for KinD - Replaces a NodePort patched Koourier with an explicit ingress - Adds retries while activator webhook becomes available - Merges allocate and configure |
||
|---|---|---|
| .chglog | ||
| .github/workflows | ||
| buildpacks | ||
| cloudevents | ||
| cmd | ||
| docker | ||
| docs | ||
| hack | ||
| k8s | ||
| knative | ||
| mock | ||
| plugin | ||
| progress | ||
| templates | ||
| test | ||
| testdata | ||
| utils | ||
| .gitignore | ||
| .golangci.yaml | ||
| AUTHORS | ||
| CHANGELOG.md | ||
| CODEOWNERS | ||
| LICENSE | ||
| Makefile | ||
| OWNERS | ||
| README.md | ||
| client.go | ||
| client_int_test.go | ||
| client_test.go | ||
| config.go | ||
| config_test.go | ||
| function.go | ||
| function_test.go | ||
| go.mod | ||
| go.sum | ||
| pkged.go | ||
| templates.go | ||
| templates_test.go | ||
| version.txt | ||
README.md
Boson Function CLI
func is a Client Library and CLI for enabling the development of implicitly deployed, platform agnostic code.
Contributing
We are always looking for contributions from the Function Developer community. For more information on how to participate, see the Contributor's Guide