-
Notifications
You must be signed in to change notification settings - Fork 61
Operator Redesign #216
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
Merged
openshift-merge-robot
merged 27 commits into
project-codeflare:main
from
astefanutti:pr-embed-controllers
Sep 20, 2023
Merged
Operator Redesign #216
Changes from all commits
Commits
Show all changes
27 commits
Select commit
Hold shift + click to select a range
1810542
Embed MCAD and InstaScale controllers
astefanutti b05e88f
Increase golangci-lint timeout
astefanutti a2d9747
fix duplicated kubeconfig CLI option
astefanutti 9126bcf
Add MCAD APIs to runtime scheme
astefanutti 3ee7ff0
Add InstaScale ConfigMap
astefanutti f04bd06
Update e2e setup
astefanutti 6ed8ec9
Remove MCAD logs retrieval
astefanutti 7982c90
Work-around conflict with MCAD custom metrics adapter port
astefanutti b3e5183
Fix InstaScale ConfigMap configuration
astefanutti 01d0d43
Fix RayCluster RBAC
astefanutti 40678f0
Remove deployment controllers
astefanutti a147984
Remove client package
astefanutti 145d1f3
Update go.mod
astefanutti f82ecf4
Fix OLM upgrade workflow
astefanutti e23f092
Remove MCAD and InstaScale internal templates
astefanutti 848a302
Remove MCAD and InstaScale CRDs
astefanutti 5108c99
Update OLM ClusterServiceVersion
astefanutti 4f44a83
Remove MCAD and InstaScale APIs
astefanutti 92ef140
Remove MCAD and InstaScale APIs RBAC and samples
astefanutti 46200fb
Remove code generation verify workflow
astefanutti d823875
Clean up operator roles
astefanutti d9ca65f
Use structured configuration
astefanutti 21472df
Add quota API types to runtime scheme
astefanutti d22e2d1
Add controller manager structured config
astefanutti 4f9b9ef
Init and load operator ConfigMap
astefanutti 7069157
Remove openshift-goimports from tools.go
astefanutti a243e58
Update Go modules target in Makefile
astefanutti File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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 hidden or 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 hidden or 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 hidden or 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
run: | ||
timeout: 5m | ||
timeout: 10m | ||
linters: | ||
enable: | ||
- errcheck | ||
|
This file contains hidden or 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 hidden or 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 hidden or 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 was deleted.
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.