-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
052 server side apply #9306
Closed
Closed
052 server side apply #9306
Changes from 32 commits
Commits
Show all changes
33 commits
Select commit
Hold shift + click to select a range
0e8f19b
added jenvtest to test server side apply on the pod operator
jamesfarlow 6f9f929
created a new test class for the podoperator tests when using server …
jamesfarlow c943da0
add pod operator server side apply tests
jamesfarlow ce59f87
tidied up comments
jamesfarlow cfa1860
set log level back to INFO
jamesfarlow 63887dc
pass boolean value for feature gate to ResourceOperatorSupplier
jamesfarlow 1563b9e
add javadoc to ResourceOperatorSupplier
jamesfarlow 7a0da73
log exception
jamesfarlow ce2ad64
added ServerSideApply to StrimziPodSetOperator and added tests
jamesfarlow 4876486
add +UseServerSideApply to regression tests
jamesfarlow 07c9f00
add useServerSideApply to all operators used in ResourceOperatorSupplier
jamesfarlow 26b4441
Update jenvtest
adamj-m 1778470
Fix import order in PodOperatorServerSideApplyTest to make checkstyle…
adamj-m 728bce9
Fix StrimziPodSet import path in StrimziPodSetCrdOperatorServerSideAp…
adamj-m 9606961
Do not rely on "instanceof ReconcileResult.Patched" for triggering ce…
adamj-m af7c416
Maybe try to execute rolling update if reconciled using server side a…
adamj-m e191b5a
Nullify managedFields before patching resource when server side apply…
adamj-m da081a0
Reset strimzi.io/manual-rolling-update anotation to prevent rolling p…
adamj-m 9aa0068
Set default value for strimzi.io/force-renew annotation to prevent lo…
adamj-m 2db4c7f
Add usingServerSideApply field to know whether apply was done using SSA
adamj-m 6fe51ab
Fix race conditions in UserControllerMockTest
adamj-m ee938c8
Make checkstyle happy
adamj-m eaf65c7
Bump jenvtest version
adamj-m 766d4d5
Handle case when patch result is null - mostly in tests
adamj-m d23dd74
Remove jenvtest and use MockKube3 for SSA test
adamj-m b4acc12
Add --overwrite for annotating secrets
adamj-m 8bcb9fc
Do not add empty string as an argument when annotating secret
adamj-m a7e32db
Add info about SSA to changelog
adamj-m b54e14f
Add feature gates to user operator
adamj-m 61930da
Add Cluster Operator mock tests with the SSA feature gate enabled
adamj-m 09487c0
Add SSA support to io.strimzi.operator.common.operator.resource.concu…
adamj-m c0422bf
Make checkstyle happy
adamj-m 6ac2161
Refactor of tests and adding a couple of mockito ones
krystian-kulgawczuk-natwest 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
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.
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.
Why is this needed? If it really is needed, maybe you could add some explanatory comment?