Package io.fabric8.openshift.client.dsl
Interface TimeoutInputStreamable<T>
-
- All Superinterfaces:
InputStreamable<T>,io.fabric8.kubernetes.client.dsl.Timeoutable
- All Known Subinterfaces:
AsFileTimeoutInputStreamable<T>,AuthorMessageAsFileTimeoutInputStreamable<T>,CommitterAuthorMessageAsFileTimeoutInputStreamable<T>,MessageAsFileTimeoutInputStreamable<T>
public interface TimeoutInputStreamable<T> extends io.fabric8.kubernetes.client.dsl.Timeoutable, InputStreamable<T>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description InputStreamable<T>withTimeout(long timeout, TimeUnit unit)InputStreamable<T>withTimeoutInMillis(long timeoutInMillis)-
Methods inherited from interface io.fabric8.openshift.client.dsl.InputStreamable
fromFile, fromInputStream
-
-
-
-
Method Detail
-
withTimeout
InputStreamable<T> withTimeout(long timeout, TimeUnit unit)
- Specified by:
withTimeoutin interfaceio.fabric8.kubernetes.client.dsl.Timeoutable
-
withTimeoutInMillis
InputStreamable<T> withTimeoutInMillis(long timeoutInMillis)
- Specified by:
withTimeoutInMillisin interfaceio.fabric8.kubernetes.client.dsl.Timeoutable
-
-