Package io.fabric8.kubernetes.client
Interface PortForward
- All Superinterfaces:
AutoCloseable,Closeable
- All Known Subinterfaces:
LocalPortForward
public interface PortForward extends Closeable
A handle that allows closing a port forward operation and checking its status.
-
Method Summary
Modifier and Type Method Description booleanerrorOccurred()Collection<Throwable>getClientThrowables()Collection<Throwable>getServerThrowables()booleanisAlive()
-
Method Details
-
isAlive
boolean isAlive() -
errorOccurred
boolean errorOccurred() -
getClientThrowables
Collection<Throwable> getClientThrowables() -
getServerThrowables
Collection<Throwable> getServerThrowables()
-