public interface PodUtils
Modifier and Type | Method and Description |
---|---|
Supplier<io.fabric8.kubernetes.api.model.Pod> |
currentPod() |
Boolean |
isInsideKubernetes() |
Supplier<io.fabric8.kubernetes.api.model.Pod> currentPod()
Pod
. The supplier will hold the currentPod if inside Kubernetes
or false, otherwise.Boolean isInsideKubernetes()
Copyright © 2016–2017 Red Hat. All rights reserved.