public interface Uploadable<T>
| Modifier and Type | Method and Description |
|---|---|
T |
upload(InputStream inputStream)
Upload file extracted from provided InputStream to Pod
|
T |
upload(Path path)
Upload file located at specified
Path to Pod |
T upload(Path path)
Path to Podpath - path of the file which needs to be uploadedT upload(InputStream inputStream)
inputStream - InputStream which will be uploadedCopyright © 2015–2022 Red Hat. All rights reserved.