Class IOHelpers
java.lang.Object
io.fabric8.kubernetes.client.utils.IOHelpers
public class IOHelpers extends Object
-
Constructor Summary
Constructors Constructor Description IOHelpers() -
Method Summary
Modifier and Type Method Description static StringconvertYamlToJson(String yaml)static booleanisJSONValid(String json)static StringreadFully(InputStream in)static StringreadFully(Reader r)
-
Constructor Details
-
IOHelpers
public IOHelpers()
-
-
Method Details
-
readFully
- Throws:
IOException
-
readFully
- Throws:
IOException
-
isJSONValid
-
convertYamlToJson
- Throws:
IOException
-