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.
1 parent d04d9e0 commit d6cd731Copy full SHA for d6cd731
operator/src/main/java/oracle/kubernetes/operator/Main.java
@@ -960,7 +960,7 @@ private static void dispatchServiceWatch(Watch.Response<V1Service> item) {
960
}
961
962
} else if (clusterName != null) {
963
- V1Service oldService = info.getClusters().put(clusterName, null);
+ V1Service oldService = info.getClusters().remove(clusterName);
964
if (oldService != null) {
965
// Service was deleted, but clusters still contained a non-null entry
966
LOGGER.info(
0 commit comments