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
Copy file name to clipboardExpand all lines: src/main/kotlin/com/redhat/devtools/intellij/kubernetes/model/resource/kubernetes/custom/NamespacedCustomResourceOperator.kt
+9-6
Original file line number
Diff line number
Diff line change
@@ -58,20 +58,23 @@ open class NamespacedCustomResourceOperator(
Copy file name to clipboardExpand all lines: src/main/kotlin/com/redhat/devtools/intellij/kubernetes/model/resource/kubernetes/custom/NonNamespacedCustomResourceOperator.kt
+9-7
Original file line number
Diff line number
Diff line change
@@ -49,18 +49,20 @@ class NonNamespacedCustomResourceOperator(
Copy file name to clipboardExpand all lines: src/test/kotlin/com/redhat/devtools/intellij/kubernetes/model/resource/kubernetes/NamespacedPodsOperatorTest.kt
+18-4
Original file line number
Diff line number
Diff line change
@@ -322,25 +322,39 @@ class NamespacedPodsOperatorTest {
322
322
}
323
323
324
324
@Test
325
-
fun`#delete(List) deletes given resources`() {
325
+
fun`#delete(List, false) deletes given resources`() {
Copy file name to clipboardExpand all lines: src/test/kotlin/com/redhat/devtools/intellij/kubernetes/model/resource/kubernetes/custom/NamespacedCustomResourceOperatorTest.kt
+2-2
Original file line number
Diff line number
Diff line change
@@ -152,7 +152,7 @@ class NamespacedCustomResourceOperatorTest {
152
152
val namespaceUsed =ArgumentCaptor.forClass(String::class.java)
0 commit comments