pkg/webhook
Scott Nichols 70ab9cc77d Adding Strict Validation based on struct.*Deprecated*Foo (#339)
* have simple tests. working on impl.

* strict setting, reflection based.

* ran codegen.

* adding license.

* update based on feedback and merge better.

* getting closer to something  simpler assuming shallow reflect.

* adding validation test.

* use the json tag.

* Golang things nil typed pointers are not nil.

* Use real value of reflect invalid.

* add a missing test.

* two methods, one for update, one for single check.

* checkdep is now in apis.

* fix pkg.

* Update apis/deprecated_test.go

Co-Authored-By: n3wscott <32305648+n3wscott@users.noreply.github.com>

* add code clarity.

* include inlined struct objects recursively.

* Update commnets and add a flatten error test for inlined.
2019-04-19 09:19:27 -07:00
..
OWNERS Pull the webhook from `knative/serving` into `knative/pkg`. (#23) 2018-07-27 19:03:36 -07:00
certs.go Fix the sugared logger usage (#300) 2019-02-28 18:17:38 -08:00
certs_test.go Add webhook svc name to DNSNames of cert (#140) 2018-10-29 11:16:33 -07:00
helper_test.go Use zaptest logger for our TestLogger (#89) 2018-09-25 21:40:20 -07:00
webhook.go Adding Strict Validation based on struct.*Deprecated*Foo (#339) 2019-04-19 09:19:27 -07:00
webhook_deprecated_test.go Adding Strict Validation based on struct.*Deprecated*Foo (#339) 2019-04-19 09:19:27 -07:00
webhook_integration_test.go This creates a way for clients of the webhook to decorate the request context. (#342) 2019-03-26 21:33:51 -07:00
webhook_test.go Adding Strict Validation based on struct.*Deprecated*Foo (#339) 2019-04-19 09:19:27 -07:00