certmerge-operator icon indicating copy to clipboard operation
certmerge-operator copied to clipboard

Update Operator SDK framework and move to Go modules

Open stepanstipl opened this issue 5 years ago • 0 comments

This PR updates to a new version of Operator SDK framework, which includes migration to go modules as a package management mechanism and related changes to get the operator working.

Changes included:

  • Update to Operator SDK 0.14 and move to Go modules
  • Remove vendoring (package version are managed via Go modules)
  • Update generated code by (new Operator SDK)
  • Fix compile errors by updating .client.List to new signature
  • Update generated CRD (new Operator SDK)

stepanstipl avatar Jan 22 '20 13:01 stepanstipl