synator icon indicating copy to clipboard operation
synator copied to clipboard

Rewrite

Open almson opened this issue 3 years ago • 0 comments

I wanted to add functionality for controlling which labels/annotations are copied, but ended up with something closer to a rewrite.

I'm just putting this out here, but obviously there may be too many differences (many incompatible) for this to be merged.

The one rather significant change I'll call attention to is the use of a label rather than annotation for triggering the controller. This is important for performance because labels can be queried (selected), while with annotations the controller has to download every configmap and secret in the cluster.

almson avatar Mar 27 '22 12:03 almson