mirror of https://github.com/knative/pkg.git
* Testing an idea for field errors. * wrap other tests for webhook. * move FieldError to Error, FieldErrors to FieldError * Rename files to reflect their type. * Reworked this to require no changes externally. * test also. * gotta cover those tests. * nil check * Adding Also. * Clean up comments. * Don't delete the tests. * Null check test the clear. * Fix nits. * FieldError is now non-mutating. * More errorf formatting fixes. * I can make this even simpiler * I can make this even MORE simpiler * Add comment to make flow of also clear. * fix comment, optimize make errors |
||
---|---|---|
.github | ||
apis | ||
client | ||
configmap | ||
controller | ||
hack | ||
kmeta | ||
logging | ||
signals | ||
test | ||
testing | ||
vendor | ||
webhook | ||
.gitattributes | ||
.gitignore | ||
CONTRIBUTING.md | ||
DEVELOPMENT.md | ||
Gopkg.lock | ||
Gopkg.toml | ||
LICENSE | ||
OWNERS | ||
README.md | ||
code-of-conduct.md |
README.md
Knative Common Packages
Knative pkg
provides a place for sharing common Knative packages across
the Knative repos.
To learn more about Knative, please visit our Knative docs repository.
If you are interested in contributing, see CONTRIBUTING.md and DEVELOPMENT.md.