Class PodUpload
- java.lang.Object
-
- io.fabric8.kubernetes.client.dsl.internal.uploadable.PodUpload
-
public class PodUpload extends Object
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static boolean
upload(PodOperationsImpl operation, Path pathToUpload)
static boolean
uploadFileData(PodOperationsImpl operation, InputStream inputStream)
-
-
-
Method Detail
-
upload
public static boolean upload(PodOperationsImpl operation, Path pathToUpload) throws IOException
- Throws:
IOException
-
uploadFileData
public static boolean uploadFileData(PodOperationsImpl operation, InputStream inputStream) throws IOException
- Throws:
IOException
-
-