Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 481 Bytes

File metadata and controls

10 lines (7 loc) · 481 Bytes

controller-runtime-common

A common place for controller-runtime utils, packages and shared code. Anything introduced here must have concrete use-cases in at least two separate openshift repos and be of some reasonable complexity. Let's keep the bar high.

This repo MUST:

  • avoid circular dependencies above all.

This repo SHOULD:

  • have as few external dependencies as possible aside, especially avoid ones that migth end up conflicting with controller-runtime dependencies.