-
Notifications
You must be signed in to change notification settings - Fork 218
Support Standard Kuberentes Resources not just CustomResource #678
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
Merged
Changes from 1 commit
Commits
Show all changes
31 commits
Select commit
Hold shift + click to select a range
c2179ac
feat!: has metada instead of CustomResource in the core of the system
csviri f8dcf1f
feat: simple IT
csviri bfed546
fix: add config map IT
csviri a8d14e8
fix: formatting
csviri ae93774
feat!: has metada instead of CustomResource in the core of the system
csviri 4535fc4
feat: simple IT
csviri 6853b84
fix: add config map IT
csviri 0b21975
fix: formatting
csviri e02f1be
Merge remote-tracking branch 'origin/support-non-cr' into support-non-cr
csviri fddedb5
fix: rebase + update
csviri 24d6194
fix: Integration Tests
csviri 29f53c6
fix: formatting
csviri cbf7a14
fix: better naming? customResource -> resource
csviri fafe9b0
refactor: resourcId
csviri 71bb232
fix: formatting
csviri 4682d92
fix: added intergation test for deployment, removed config map tests
csviri 8f08cca
fix: format
csviri 9189a94
fix: IT test update
csviri 0446fd6
fix: format
csviri ef7f9b7
Merge branch 'v2' into support-non-cr
csviri 3d82e02
fix: merged v2, fixes
csviri 0fa1a5f
refactor: rename method more appropriately
metacosm d091e96
refactor: rename method more appropriately
metacosm d385a0e
chore: add todo to remind us to use HasStatus when available
metacosm 6bba18e
chore: more renaming
metacosm a876548
chore: add todo to remind us to use HasStatus when available
metacosm fdf5bab
fix: rename
csviri 7f23e2c
Merge branch 'support-non-cr' of github.com:java-operator-sdk/java-op…
csviri 2a96c84
fix: test timeout
csviri 61ee5e3
fix: naming improvements and poll interval
csviri 29d2a14
fix: test tuning
csviri 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
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 it taking longer now, though?
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.
trying something, just on one kubernetes version in tests sometimes fails. And it looks like for a timeout for retry after a conflict. But still working on it to figure it out
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.
It seems that the problem is with namespace deletion, not with the actual test logic.