-
Notifications
You must be signed in to change notification settings - Fork 22
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 k8s dependencies to 4.14 and controller-runtime to v0.15 #376
Open
ranakan19
wants to merge
33
commits into
codeready-toolchain:master
Choose a base branch
from
ranakan19:k8s_1_27_common
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
Show all changes
33 commits
Select commit
Hold shift + click to select a range
ea978bc
add test cases for Status update
ranakan19 9500324
merge master, and resolve conflict
ranakan19 cdff82a
fix version name in replace
ranakan19 12913a5
add context to MapToOwnerByLabel as eventHandlers now need context
ranakan19 5f7e00e
replace runtimeObject with clientObject
ranakan19 9cc566c
update to latest api version in replace
ranakan19 67b340d
merge master, resolve merge conflict
ranakan19 bfa0fdf
Merge branch 'master' into k8s_1_27_common
mfrancisc 645d7d8
Merge branch 'master' into k8s_1_27_common
ranakan19 daf1f51
mod tidy
ranakan19 41a4992
extend changes to new controller added
ranakan19 cb20b5d
fix linter error, use requre.Len instead
ranakan19 0986552
fix remainig linter issues
ranakan19 0f45101
add finalizer for nsTemplateSetOption
ranakan19 4d73885
Merge branch 'master' into k8s_1_27_common
ranakan19 b37379a
mod tidy
ranakan19 5ed243f
Merge branch 'master' into k8s_1_27_common
ranakan19 4bff8de
tidy after merge conflict resolved
ranakan19 6e615a7
update api
ranakan19 6dfea01
add all toolchain resources to fake client's sub status resource
ranakan19 95f5f65
Merge branch 'master' of github.com:codeready-toolchain/toolchain-com…
ranakan19 631693e
update api
ranakan19 e3932d3
lint check
ranakan19 1741afb
add comment explaining why assert is used here instead of require
ranakan19 b1d75a2
Update pkg/test/client.go
ranakan19 82e5050
UI commit broke something
ranakan19 9e0f843
merge conflict resolve
ranakan19 5dda997
Merge branch 'master' into k8s_1_27_common
ranakan19 ab92ad8
Merge branch 'master' of github.com:codeready-toolchain/toolchain-com…
ranakan19 d488ba4
Merge branch 'k8s_1_27_common' of github.com:ranakan19/toolchain-comm…
ranakan19 0701663
update api replace version
ranakan19 8a89255
merge conflict resolve
ranakan19 007ae28
update api
ranakan19 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 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
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
minor - we could move the context creation up in the parent test