kubernetes/pkg/registry/rbac
Clayton Coleman fc2d201e15
Allow watch cache to be disabled per type
Currently setting watch cache size for a given resource does not disable
the watch cache. This commit adds a new `default-watch-cache-size` flag
to map to the existing field, and refactors how watch cache sizes are
calculated to bring all of the code into one place. It also adds debug
logging to startup to allow us to verify watch cache enablement in
production.
2017-09-08 13:42:28 -04:00
..
clusterrole Allow watch cache to be disabled per type 2017-09-08 13:42:28 -04:00
clusterrolebinding Allow watch cache to be disabled per type 2017-09-08 13:42:28 -04:00
reconciliation add reconcile command to kubectl auth 2017-08-30 16:04:00 -04:00
rest Allow injection of policy in RBAC post start hook 2017-08-15 14:25:11 -04:00
role Allow watch cache to be disabled per type 2017-09-08 13:42:28 -04:00
rolebinding Allow watch cache to be disabled per type 2017-09-08 13:42:28 -04:00
validation registries: simplify deepcopy calls 2017-08-15 15:49:52 +02:00
BUILD Use buildozer to delete licenses() rules except under third_party/ 2017-08-11 09:32:39 -07:00
escalation_check.go Avoid nil user special-casing in unsecured endpoint 2017-03-31 13:28:59 -04:00
helpers_test.go Allow update to GC fields for RBAC resources 2017-08-01 13:40:10 -04:00
helpers.go Allow update to GC fields for RBAC resources 2017-08-01 13:40:10 -04:00
OWNERS Add enj as reviewer to OWNERS 2017-08-17 20:42:46 -04:00