Interface AsFileTimeoutInputStreamable<T>
-
- All Superinterfaces:
InputStreamable<T>,io.fabric8.kubernetes.client.dsl.Timeoutable,TimeoutInputStreamable<T>
- All Known Subinterfaces:
AuthorMessageAsFileTimeoutInputStreamable<T>,CommitterAuthorMessageAsFileTimeoutInputStreamable<T>,MessageAsFileTimeoutInputStreamable<T>
public interface AsFileTimeoutInputStreamable<T> extends TimeoutInputStreamable<T>
Created by iocanel on 7/18/16.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description TimeoutInputStreamable<T>asFile(String fileName)-
Methods inherited from interface io.fabric8.openshift.client.dsl.InputStreamable
fromFile, fromInputStream
-
Methods inherited from interface io.fabric8.openshift.client.dsl.TimeoutInputStreamable
withTimeout, withTimeoutInMillis
-
-
-
-
Method Detail
-
asFile
TimeoutInputStreamable<T> asFile(String fileName)
-
-