Package io.kubernetes.client
Class Attach.AttachResult
java.lang.Object
io.kubernetes.client.Attach.AttachResult
- All Implemented Interfaces:
Closeable
,AutoCloseable
- Enclosing class:
- Attach
AttachResult contains the result of an Attach call, it includes streams for stdout stderr and
stdin.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
AttachResult
- Throws:
IOException
-
-
Method Details
-
getStandardInputStream
-
getStandardOutputStream
- Throws:
IOException
-
getErrorStream
-
close
public void close()- Specified by:
close
in interfaceAutoCloseable
- Specified by:
close
in interfaceCloseable
-