Shuting Zhao
|
16d5570fbf
|
- return detailed error message; - set pv name with old pv when updates the pv
|
2019-11-13 15:45:36 -08:00 |
|
Shuting Zhao
|
eab9609c6a
|
update api in tests
|
2019-11-13 13:56:07 -08:00 |
|
Shuting Zhao
|
b67577994a
|
update apiversion to v1 in code
|
2019-11-13 13:41:08 -08:00 |
|
Shuting Zhao
|
670d665aed
|
cleanup unused code
|
2019-11-13 13:01:08 -08:00 |
|
Shuting Zhao
|
9e0f39efcf
|
remove GetOwners()
|
2019-11-13 12:34:55 -08:00 |
|
Shuting Zhao
|
81ac13cb05
|
lookup policies from policy store in webhook
|
2019-11-13 12:15:51 -08:00 |
|
Shuting Zhao
|
fc35a52ad8
|
Merge branch 'master' into 455_namespace_pv
# Conflicts:
# definitions/install_debug.yaml
# main.go
# pkg/webhooks/mutation.go
# pkg/webhooks/server.go
# pkg/webhooks/validation.go
|
2019-11-13 11:46:46 -08:00 |
|
Shuting Zhao
|
e2af3852f9
|
fix comments
|
2019-11-13 10:37:57 -08:00 |
|
Shuting Zhao
|
3c2d98ef9f
|
fix test
|
2019-11-13 10:21:33 -08:00 |
|
Shuting Zhao
|
e36ba36e9f
|
- resolve comments - remove unused code
|
2019-11-13 10:17:03 -08:00 |
|
shivkumar dudhani
|
0d44229110
|
fix tests
|
2019-11-13 08:07:11 -08:00 |
|
Shuting Zhao
|
b5b3dae145
|
fix logging format
|
2019-11-13 00:47:37 -08:00 |
|
Shuting Zhao
|
71ad192ced
|
fix test
|
2019-11-13 00:37:34 -08:00 |
|
Shuting Zhao
|
45dc0bd358
|
Merge commit 'da5c03f89df3007088b27fc84b08827170e16eda' into 345_support_usergroup_info
# Conflicts:
# test/scenarios/samples/best_practices/add_safe_to_evict2.yaml
|
2019-11-13 00:31:07 -08:00 |
|
Shuting Zhao
|
fc2cf7659b
|
Merge commit 'da5c03f89df3007088b27fc84b08827170e16eda' into 455_namespace_pv
|
2019-11-13 00:28:04 -08:00 |
|
Shuting Zhao
|
01b915de8d
|
remove unused function
|
2019-11-13 00:27:44 -08:00 |
|
Shuting Zhao
|
196c7b36b0
|
update pv labels if it changes
|
2019-11-13 00:03:01 -08:00 |
|
Shuting Zhao
|
55b0bf0d3a
|
add event handler for NamespacedPolicyViolation
|
2019-11-12 23:43:29 -08:00 |
|
Shuting Zhao
|
bdcb2eac6a
|
claim namespaced policy violations
|
2019-11-12 23:19:38 -08:00 |
|
Jim Bugwadia
|
9d63cfc192
|
Merge branch 'master' into 452_make_sample_policy_rule_names_consistent
|
2019-11-12 23:16:01 -08:00 |
|
Shuting Zhao
|
37ad1249b2
|
- add dclient; - add retry getting resource before create pv
|
2019-11-12 20:19:20 -08:00 |
|
Shuting Zhao
|
7ca87b0ac6
|
Merge branch '455_namespace_pv' of https://github.com/nirmata/kyverno into 455_namespace_pv
# Conflicts:
# pkg/policyviolation/generator.go
# pkg/policyviolation/namespacedpv.go
# pkg/webhooks/report.go
|
2019-11-12 19:18:34 -08:00 |
|
Shuting Zhao
|
cd6906c1c9
|
add namespace pv controller
|
2019-11-12 19:17:35 -08:00 |
|
Shuting Zhao
|
483db18711
|
create namespaced pv on resource owner
|
2019-11-12 19:16:11 -08:00 |
|
Shuting Zhao
|
5be2cea536
|
create namespace pv when validate policy fails
|
2019-11-12 19:15:20 -08:00 |
|
Shuting Zhao
|
b811bb269e
|
rename policyviolation related package/function to clusterpolicyviolation
|
2019-11-12 19:12:36 -08:00 |
|
Shuting Zhao
|
1bfc8cfbb8
|
rebase with branch policy_store
|
2019-11-12 19:05:29 -08:00 |
|
Shuting Zhao
|
89e5e7fa54
|
integrate with pv genreator
|
2019-11-12 19:05:29 -08:00 |
|
Shuting Zhao
|
c651d06041
|
create namespaced pv on resource owner
|
2019-11-12 19:02:31 -08:00 |
|
Shuting Zhao
|
3706822df7
|
update crd
|
2019-11-12 19:02:31 -08:00 |
|
Shuting Zhao
|
2893cc3f7d
|
create namespace pv when validate policy fails
|
2019-11-12 19:02:31 -08:00 |
|
Shuting Zhao
|
e7ec93a5ba
|
rename policyviolation related package/function to clusterpolicyviolation
|
2019-11-12 19:02:31 -08:00 |
|
Shuting Zhao
|
0badf761a8
|
add namespace cluster policyviolation crd
|
2019-11-12 19:02:31 -08:00 |
|
Shuting Zhao
|
dfd41774f0
|
add namespace pv controller
|
2019-11-12 19:01:48 -08:00 |
|
shivkumar dudhani
|
1049e3fe81
|
pass dynamic client
|
2019-11-12 18:25:50 -08:00 |
|
shivkumar dudhani
|
f0505189d4
|
add log levels
|
2019-11-12 17:01:08 -08:00 |
|
shivkumar dudhani
|
d8bf7fa284
|
clean up fixes
|
2019-11-12 16:49:05 -08:00 |
|
Shuting Zhao
|
4a85aaa9ad
|
Merge branch '455_namespace_pv' of https://github.com/nirmata/kyverno into 455_namespace_pv
|
2019-11-12 16:20:17 -08:00 |
|
Shuting Zhao
|
944685d392
|
rebase with branch policy_store
|
2019-11-12 16:19:31 -08:00 |
|
Shuting Zhao
|
8b5ddb66e3
|
integrate with pv genreator
|
2019-11-12 16:15:40 -08:00 |
|
Shuting Zhao
|
6a8e07d779
|
create namespaced pv on resource owner
|
2019-11-12 16:15:14 -08:00 |
|
Shuting Zhao
|
cde14c66b6
|
update crd
|
2019-11-12 16:14:47 -08:00 |
|
Shuting Zhao
|
162a9ee754
|
create namespace pv when validate policy fails
|
2019-11-12 16:14:47 -08:00 |
|
Shuting Zhao
|
7fa812dbc3
|
rename policyviolation related package/function to clusterpolicyviolation
|
2019-11-12 16:11:34 -08:00 |
|
Shuting Zhao
|
d675774278
|
add namespace cluster policyviolation crd
|
2019-11-12 16:04:14 -08:00 |
|
Shuting Zhao
|
799c417ae2
|
integrate with pv genreator
|
2019-11-12 16:04:00 -08:00 |
|
shivkumar dudhani
|
f271af95cc
|
use store to hold values and queue for keys
|
2019-11-12 16:01:09 -08:00 |
|
Shuting Zhao
|
778a246d28
|
Merge commit 'ccbb6e33a5599b8fbb9315f9a55e1ed1ef18bbb7' into 455_namespace_pv
# Conflicts:
# main.go
# pkg/namespace/report.go
# pkg/policy/report.go
# pkg/policyviolation/clusterpv.go
# pkg/webhooks/validation.go
|
2019-11-12 15:11:58 -08:00 |
|
Shuting Zhao
|
d294c1fa94
|
create namespaced pv on resource owner
|
2019-11-12 14:58:38 -08:00 |
|
shivkumar dudhani
|
ccbb6e33a5
|
introduce policy violation generator
|
2019-11-12 14:41:29 -08:00 |
|