Skip to content

Go tests should cover the features with apis scaffolding using v1 version #3680

@camilamacedo86

Description

@camilamacedo86

Feature Request

Is your feature request related to a problem? Please describe.
Ensure that all features work fine for GO when CRD's versions are v1.

Describe the solution you'd like
After we merge the PR #3499 we add another test to check OLM and Scorecard with a project that was scaffolded with the Makefile updated as:

By("Updating Makefile to use crd:crdVersions=v1")
replaceCRDOptions := "crd:trivialVersions=true"
testutils.ReplaceInFile(filepath.Join(tc.Dir, "Makefile"), replaceCRDOptions, "crd:crdVersions=v1")

Metadata

Metadata

Assignees

Labels

area/testingIssue related to testing the operator-sdk and subcomponentslifecycle/rottenDenotes an issue or PR that has aged beyond stale and will be auto-closed.

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions