Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Operator SDK framework and move to Go modules #8

Open
wants to merge 6 commits into
base: master
Choose a base branch
from

Conversation

stepanstipl
Copy link

@stepanstipl stepanstipl commented Jan 22, 2020

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)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant