public interface IPodLogRetrieval extends ICapability
OPENSHIFT_BINARY_LOCATION
Modifier and Type | Method and Description |
---|---|
InputStream |
getLogs(boolean follow)
Return the logs from the pod, optionally following them
|
void |
stop()
Stop retrieving logs
|
getName, isSupported
InputStream getLogs(boolean follow)
follow
- true; if following, Default: falsevoid stop()
Copyright © 2016 Red Hat, Inc. All rights reserved.