crossplane-contrib / provider-argocd

Crossplane provider to provision and manage Argo CD objects
Apache License 2.0
68 stars 35 forks source link

refactor(apis): Remove argocd imports #165

Closed MisterMX closed 4 months ago

MisterMX commented 4 months ago

This removes the imports statements for github.com/argo* from apis and replaces the imported types with strings. The converter and their generator are moved into pkg/clients.

No breaking changes are made since the imported types are just aliases for string.

I have:

How has this code been tested

n.a.