1
0
mirror of https://github.com/rancher/norman.git synced 2025-08-24 09:58:33 +00:00
norman/generator
dax f5744043a6 Refactor set of cluster scoped handlers
Problem: Cluster scoped gc was taking significantly longer to complete
than before 7387aa5. This was due to a large number of list calls and
the time needed to iterate over them.

Solution: Instead of requesting every type than Rancher uses, a
seperate map appended to when a cluster scoped handler
is created. The full map of all GroupVersionResources is kept as a
fallback for the use case where user controllers may exist on another
host other than the current leader.
2019-05-28 18:48:15 -07:00
..
cleanup Generator and build cleanup 2018-10-30 23:01:41 -07:00
client_template.go Use CodeName in ranhcer client 2017-12-22 23:47:31 -07:00
controller_template.go Refactor set of cluster scoped handlers 2019-05-28 18:48:15 -07:00
default.go rename field to privateTypes 2018-11-09 10:07:22 -07:00
funcs.go Update generator to handle collection as an output 2018-04-02 11:35:50 -07:00
generator.go Fix file name for mocks 2019-04-11 09:34:19 -07:00
k8s_client_template.go Add Interface to Clients 2018-12-17 15:44:50 -07:00
lifecycle_template.go Fix bugs in lifecycle 2018-11-26 10:46:27 -07:00
scheme_template.go Registers metav1 resource types 2019-04-08 20:59:26 +02:00
type_template.go Formatting change for generated client 2018-07-19 10:23:17 -07:00