Class PodOperationContext
- java.lang.Object
-
- io.fabric8.kubernetes.client.dsl.internal.PodOperationContext
-
public class PodOperationContext extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
PodOperationContext.StreamContext
-
Constructor Summary
Constructors Constructor Description PodOperationContext()
-
Method Summary
-
-
-
Method Detail
-
withContainerId
public PodOperationContext withContainerId(String containerId)
-
withIn
public PodOperationContext withIn(InputStream in)
-
withTty
public PodOperationContext withTty(boolean tty)
-
withTerminatedStatus
public PodOperationContext withTerminatedStatus(boolean terminatedStatus)
-
withTimestamps
public PodOperationContext withTimestamps(boolean timestamps)
-
withSinceTimestamp
public PodOperationContext withSinceTimestamp(String sinceTimestamp)
-
withSinceSeconds
public PodOperationContext withSinceSeconds(Integer sinceSeconds)
-
withTailingLines
public PodOperationContext withTailingLines(Integer tailingLines)
-
withPrettyOutput
public PodOperationContext withPrettyOutput(boolean prettyOutput)
-
withExecListener
public PodOperationContext withExecListener(ExecListener execListener)
-
withLimitBytes
public PodOperationContext withLimitBytes(Integer limitBytes)
-
withBufferSize
public PodOperationContext withBufferSize(Integer bufferSize)
-
withFile
public PodOperationContext withFile(String file)
-
withDir
public PodOperationContext withDir(String dir)
-
withReadyWaitTimeout
public PodOperationContext withReadyWaitTimeout(Integer readyWaitTimeout)
-
getLogParameters
public String getLogParameters()
-
addQueryParameters
public void addQueryParameters(URLUtils.URLBuilder httpUrlBuilder)
-
-