shivdudhani
200f3fce63
refactor code
2019-06-05 17:43:59 -07:00
shivdudhani
c205cca38b
introduce glog, remove log.logger references
2019-05-30 12:28:56 -07:00
Denys Bielyshev
81ae5b0eb6
Merge pull request #123 from nirmata/119_version
...
Show version info for each release
2019-05-30 13:18:45 +01:00
shuting
4b568efd70
print version info in main log
2019-05-29 15:24:19 -07:00
shivdudhani
6cc4148fac
move client to pkg, helper script for self-signed certs & update documentation
2019-05-29 14:12:09 -07:00
shivdudhani
7ec9315e57
use single secret for tlsPair, check for secret annotation for self-signed cert & change type of secret from generic to tls
2019-05-29 12:36:03 -07:00
shivdudhani
b70f31fd13
update doc + get tlspair
2019-05-28 18:27:56 -07:00
shuting
de83a16493
rename pkg to kyverno
2019-05-21 11:00:09 -07:00
shivdudhani
5be203d2ce
group version registration and names correction for gvk
2019-05-20 10:56:12 -07:00
shuting
e878c8bc1e
move config to pkg/config
2019-05-17 11:15:30 -07:00
shivdudhani
951a092147
fix merge conflict
2019-05-16 11:38:02 -07:00
shivdudhani
11195d9b51
rebase with develop
2019-05-16 10:25:18 -07:00
shuting
b58e4f5026
Format project with gofmt, govet, misspell
2019-05-15 18:53:45 -07:00
shivdudhani
d315db7cb9
rebase with develop
2019-05-15 11:24:27 -07:00
shivdudhani
a375b0e55c
replace kubeclient & add dynamic client
2019-05-15 07:30:22 -07:00
Maxim Goncharenko
c4a9e339f8
Implemented Validation Pattern base. Updated Webhooks registration logic. Updated project for using TLS package
2019-05-14 18:11:03 +03:00
belyshevdenis
670881c71d
NK-51: Added Deployment as owner of MutatingWebhookConfiguration. This allows kubernetes to delete webhook config, when deployment deletes.
2019-03-25 18:12:48 +02:00
belyshevdenis
4912f20885
NK-47: Implemented webhook deregistration.
...
TLS pair initialization functionality moved to init.go.
Separated server and mutation webhook objects, implemented registration of webhook with the creation of corresponding object.
Added comments for webhook configuration definitions, changed name of configuration for debug.
2019-03-22 22:11:55 +02:00
belyshevdenis
6662988124
NK-31: Refactoring
2019-03-21 18:14:26 +02:00
belyshevdenis
0ef675f3c1
NK-31: Implemnted loggin about success to policy.
...
Also fixed showing of error on initialization.
2019-03-21 18:10:26 +02:00
belyshevdenis
b160fabcba
NK-31: Put constants in separate file. Updated install.yaml definition to create Service and DaemonSet. Fixed bug with webhook registration.
2019-03-21 18:10:26 +02:00
belyshevdenis
c662f1c9db
NK-31: Renamed constants package to config
2019-03-21 18:09:14 +02:00
belyshevdenis
92c97a92e9
NK-31: Put constants in separate file. Updated install.yaml definition to create Service and DaemonSet. Fixed bug with webhook registration.
2019-03-21 15:57:30 +02:00
belyshevdenis
89b211d1f9
NK-31: Implemented webhook registration logic.
2019-03-19 21:32:31 +02:00
belyshevdenis
0597c3ec4a
NK-31: Decomposed controller initialization functions.
2019-03-15 19:22:06 +02:00