nirmata / kyverno-aws-adapter

An adapter for Amazon EKS to use with Kyverno for making policy decisions
Apache License 2.0
11 stars 5 forks source link

Refactor the Reconcile Method into smaller functional methods #52

Open kumar-mallikarjuna opened 1 year ago

kumar-mallikarjuna commented 1 year ago

The current Reconcile() method is monolithic. We should refactor this method and distribute the tasks into smaller units. This would improve readability and allow us to write unit tests which we cannot yet without writing dummy AWS clients' implementations.