-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
🌱 fix testdata/project-v4 samples by removing call to generate Lakers…
… controller without resource (#4129) fix: testdata project-v4 samples by removing call to generate Lakers controller without resource We are removing the Laker from here because we already test the creation of controllers without resource in the multi-group. Also, if we keep it here it will not allow we have a very comprehensive test e2e tests for this sample since it is an edge case and we users need to customize the controller for not see error likes ``` ERROR setup unable to create controller {"controller": "Laker", "error": "one of For() or Named() must be called"} main.main /workspace/cmd/main.go:193 runtime.main /usr/local/go/src/runtime/proc.go:271 ``` We cannot do that manually just for our e2e tests on the samples
- Loading branch information
1 parent
b364462
commit 33a2f3d
Showing
7 changed files
with
0 additions
and
113 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
61 changes: 0 additions & 61 deletions
61
testdata/project-v4/internal/controller/laker_controller.go
This file was deleted.
Oops, something went wrong.
32 changes: 0 additions & 32 deletions
32
testdata/project-v4/internal/controller/laker_controller_test.go
This file was deleted.
Oops, something went wrong.