admiraltyio / multicluster-controller

A Library for Building Hybrid and Multicloud Kubernetes Operators
https://admiralty.io
Other
247 stars 20 forks source link

Extract design patterns from multicluster-scheduler, a.o. #1

Open adrienjt opened 5 years ago

adrienjt commented 5 years ago

Multicluster-scheduler is multicluster-controller's prime application example. It uses patterns that could be generalized and hosted here as library code for re-use by other projects. Here are some of the patterns used by multicluster-scheduler:

Other interesting patterns:

adrienjt commented 4 years ago

v0.3.0 introduced the decorator and garbage collection patterns.