Package io.fabric8.kubernetes.client.dsl
Interface ExecListener.Response
-
- Enclosing interface:
- ExecListener
public static interface ExecListener.Response
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Stringbody()May be null if not provided by the underlying implementation.intcode()
-
-
-
Method Detail
-
code
int code()
-
body
String body() throws IOException
May be null if not provided by the underlying implementation.- Returns:
- the body as a String
- Throws:
IOException
-
-