We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2fc29b2 + dce1cef commit 6259044Copy full SHA for 6259044
operator/src/main/java/oracle/kubernetes/operator/Main.java
@@ -891,7 +891,7 @@ private static void dispatchServiceWatch(Watch.Response<V1Service> item) {
891
case "DELETED":
892
if (sko != null) {
893
if (channelName != null) {
894
- V1Service oldService = sko.getChannels().put(channelName, null);
+ V1Service oldService = sko.getChannels().remove(channelName);
895
if (oldService != null) {
896
// Service was deleted, but sko still contained a non-null entry
897
LOGGER.info(
0 commit comments