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 project to match expected operator-sdk v4 layout #3586

Merged

Conversation

caseydavenport
Copy link
Member

Description

The operator-sdk tool had stopped working a while back - we were still
on a v2 style project and the latest is v4!

I think this is a minimal set of changes to get the API generation
commands working - there might be additional work to get the full set of
operator-sdk functionality.

For PR author

  • Tests for change.
  • If changing pkg/apis/, run make gen-files
  • If changing versions, run make gen-versions

For PR reviewers

A note for code reviewers - all pull requests must have the following:

  • Milestone set according to targeted release.
  • Appropriate labels:
    • kind/bug if this is a bugfix.
    • kind/enhancement if this is a a new feature.
    • enterprise if this PR applies to Calico Enterprise only.

Makefile Outdated Show resolved Hide resolved
@caseydavenport caseydavenport merged commit 60583a0 into tigera:master Nov 5, 2024
5 checks passed
@caseydavenport caseydavenport deleted the casey-update-operator-sdk branch November 5, 2024 18:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants