Chao Xu
bbac32c299
generated
2017-10-09 10:58:12 -07:00
Chao Xu
89a0511fcb
move initializer to the generic apiserver
...
move k8s.io/kubernetes/plugin/pkg/admission/initialization to
k8s.io/apiserver/pkg/admission/plugin/initialization/initialization.go;
move k8s.io/kubernetes/pkg/kubeapiserver/admission/configuration to
k8s.io/apiserver/pkg/admission/configuration.
2017-10-09 10:57:00 -07:00
p0lyn0mial
475493ced6
moved admission interfaces WantsClientCert, WantsAuthorizer and WantsExternalKubeClientSet to apiserver
2017-10-01 15:03:08 +02:00
p0lyn0mial
1e2c7fdd88
default service resolver for webhook admission
...
the rationale behind is that webhook plugins names can be resolved by a dns server working inside a cluster.
2017-09-20 17:37:11 +02:00
Chao Xu
856a1db57a
fix the webhook unit test; the server cert needs to have a valid CN;
...
fix a fuzzer;
2017-09-14 15:36:25 -07:00
Chao Xu
186a0684d5
plumb the proxyTransport to the webhook admission plugin;
...
set the ServerName in the config for webhook admission plugin.
2017-09-14 15:35:12 -07:00
Jeff Grafton
a7f49c906d
Use buildozer to delete licenses() rules except under third_party/
2017-08-11 09:32:39 -07:00
Jeff Grafton
33276f06be
Use buildozer to remove deprecated automanaged tags
2017-08-11 09:31:50 -07:00
Chao Xu
590793f9a7
generated
2017-07-18 15:20:05 -07:00
Chao Xu
57a96ca40a
move admission/v1alpha1 to k8s.io/api
2017-07-18 13:26:20 -07:00
Jacob Simpson
29c1b81d4c
Scripted migration from clientset_generated to client-go.
2017-07-17 15:05:37 -07:00
Chao Xu
60604f8818
run hack/update-all
2017-06-22 11:31:03 -07:00
Chao Xu
cde4772928
run ./root-rewrite-all-other-apis.sh, then run make all, pkg/... compiles
2017-06-22 11:30:52 -07:00
Chao Xu
8dbeee50c7
generated
2017-06-14 10:20:33 -07:00
Chao Xu
fb06bd823a
make webhook ac use the configuration manager
2017-06-14 10:20:06 -07:00
Daniel Smith
c46e231fc7
generated changes
2017-05-31 16:38:47 -07:00
Daniel Smith
d6e1140b5d
Implement dynamic admission webhooks
...
Also fix a bug in rest client
2017-05-31 16:38:46 -07:00
Jeremy Whitlock
f4403d262e
add generated sources for webhook admission plugin
2017-05-31 11:41:11 -07:00
Jeremy Whitlock
b26c19bc61
add generic webhook admission controller
...
As part of https://github.com/kubernetes/community/pull/132 , thsi commit
adds a generic webhook admission controller. This plugin allows for a
completely declarative approach for filtering/matching admission requests
and for matching admission requests, calls out to an external webhook for
handling admission requests.
2017-05-31 11:41:11 -07:00