quay / quay-bridge-operator

Utilization of Red Hat Quay as the default image registry for an OpenShift Container Platform environment
Apache License 2.0
20 stars 23 forks source link

DRAFT Feature/operator sdk v1.2 #16

Closed mosen closed 2 years ago

mosen commented 3 years ago

(WORK IN PROGRESS, DO NOT MERGE) Upgrade/Migrate structure and configuration to Operator SDK v1.2 according to https://sdk.operatorframework.io/docs/building-operators/golang/migration/

mosen commented 3 years ago

still needs reorganisation of pkg/ and kustomize to fit the operator sdk 1.2 requirements

ricardomaraschini commented 2 years ago

@mosen what is the current status of this?

mosen commented 2 years ago

@mosen what is the current status of this?

Needs a rebase on top of the existing commits. It was functional

ricardomaraschini commented 2 years ago

@mosen Could you please rebase and retitle the PR appropriately? I would like to take a look at it.

mosen commented 2 years ago

Yep sorry need to find time on weekend to rebase, give me 2 days

mosen commented 2 years ago

28 days ago hah, sorry work has been unrelenting. I still intend to look at this.

mosen commented 2 years ago

I took a look, and rebasing the conflicts is much harder than taking the existing codebase and re-applying the methodology that i used to achieve the upgrade (just go.mod was a total mess from the outset). What i will do is create a new branch from master and attempt to apply the same set of operations.

mosen commented 2 years ago

github.com/redhat-cop/operator-utils dependency made this PR redundant. Closing