| Package | Description |
|---|---|
| io.fabric8.kubernetes.client.dsl |
| Modifier and Type | Interface and Description |
|---|---|
interface |
ContainerResource |
interface |
PodResource |
| Modifier and Type | Method and Description |
|---|---|
TtyExecOutputErrorable |
ContainerResource.readingInput(InputStream in)
Deprecated.
use redirectingInput and the resulting
ExecWatch.getOutput() with
InputStream#transferTo(java.io.OutputStream) on JDK 9+
or
InputStreamPumper.transferTo(InputStream, io.fabric8.kubernetes.client.utils.InputStreamPumper.Writable) |
TtyExecOutputErrorable |
ContainerResource.redirectingInput()
Will provide an
OutputStream via ExecWatch.getInput() with the
default buffer size. |
TtyExecOutputErrorable |
ContainerResource.redirectingInput(Integer bufferSize)
Will provide an
OutputStream via ExecWatch.getInput() with the
given buffer size. |
Copyright © 2015–2024 Red Hat. All rights reserved.