You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
## Description
Change API of KubeResoruceManager
1. deprecated getInstance() method and use instead of get() method for
getting instance
2. Context set/get methods moved from static to non-static
3. YAML path configuration method moved from static to non static
## Type of Change
Please delete options that are not relevant.
* Breaking change (fix or feature that would cause existing
functionality to not work as expected)
## Checklist
- [x] My code follows the style guidelines of this project
- [x] I have performed a self-review of my own code
- [x] I have commented my code, particularly in hard-to-understand areas
- [x] I have made corresponding changes to the documentation
- [x] My changes generate no new warnings
- [x] I have added tests that prove my fix is effective or that my
feature works
- [x] New and existing unit/integration tests pass locally with my
changes
Signed-off-by: David Kornel <[email protected]>
Copy file name to clipboardExpand all lines: test-frame-test-examples/src/test/java/io/skodjob/testframe/test/integration/KubeResourceManagerCleanerIT.java
+6-6
Original file line number
Diff line number
Diff line change
@@ -31,13 +31,13 @@ public final class KubeResourceManagerCleanerIT extends AbstractIT {
0 commit comments