operator-framework / ansible-operator-plugins

Experimental extraction/refactoring of the Operator SDK's ansible operator plugin
Apache License 2.0
9 stars 20 forks source link

Tech Debt: Convert reconcile into a typed object #39

Open oceanc80 opened 11 months ago

oceanc80 commented 11 months ago

In internal/ansible/controller/reconcile_test.go, if we continue to use fake client, convert "reconcile" into a typed object for testing to identify the status sub resource.