clean-up in discovery implementation - part 2 (#1088)

This commit is contained in:
erabii
2022-09-28 15:59:41 +03:00
committed by GitHub
parent 9a215a925f
commit 4354d84c24
6 changed files with 175 additions and 11 deletions

View File

@@ -75,7 +75,7 @@ public class KubernetesClientPodUtils implements PodUtils<V1Pod> {
}
@Override
public Boolean isInsideKubernetes() {
public boolean isInsideKubernetes() {
return currentPod().get() != null;
}