Fix NPE issue with the KubernetesHealthIndicator.
This commit is contained in:
@@ -28,6 +28,7 @@ public class KubernetesHealthIndicator extends AbstractHealthIndicator {
|
||||
|
||||
public KubernetesHealthIndicator(KubernetesClient client, PodUtils utils) {
|
||||
this.client = client;
|
||||
this.utils = utils;
|
||||
}
|
||||
|
||||
@Override
|
||||
|
||||
Reference in New Issue
Block a user