Class PodOperationContext
- java.lang.Object
-
- io.fabric8.kubernetes.client.dsl.base.OperationContext
-
- io.fabric8.kubernetes.client.dsl.internal.PodOperationContext
-
public class PodOperationContext extends OperationContext
-
-
Field Summary
-
Fields inherited from class io.fabric8.kubernetes.client.dsl.base.OperationContext
apiGroupName, apiGroupVersion, cascading, client, config, dryRun, fields, fieldsNot, gracePeriodSeconds, item, labels, labelsIn, labelsNot, labelsNotIn, name, namespace, namespaceFromGlobalConfig, plural, propagationPolicy, reloadingFromServer, resourceVersion, watchRetryBackoffMultiplier, watchRetryInitialBackoffMillis
-
-
Constructor Summary
Constructors Constructor Description PodOperationContext()
PodOperationContext(okhttp3.OkHttpClient client, Config config, String plural, String namespace, String name, String apiGroupName, String apiGroupVersion, boolean cascading, Object item, Map<String,String> labels, Map<String,String[]> labelsNot, Map<String,String[]> labelsIn, Map<String,String[]> labelsNotIn, Map<String,String> fields, Map<String,String[]> fieldsNot, String resourceVersion, boolean reloadingFromServer, long gracePeriodSeconds, io.fabric8.kubernetes.api.model.DeletionPropagation propagationPolicy, long watchRetryInitialBackoffMillis, double watchRetryBackoffMultiplier, boolean namespaceFromGlobalConfig, boolean dryRun, String containerId, InputStream in, OutputStream out, OutputStream err, OutputStream errChannel, PipedOutputStream inPipe, PipedInputStream outPipe, PipedInputStream errPipe, PipedInputStream errChannelPipe, Boolean tty, Boolean terminatedStatus, Boolean timestampes, String sinceTimestamp, Integer sinceSeconds, Integer tailingLines, Boolean prettyOutput, Integer limitBytes, Integer bufferSize, ExecListener execListener, String file, String dir, Integer logWaitTimeout)
-
Method Summary
-
Methods inherited from class io.fabric8.kubernetes.client.dsl.base.OperationContext
getApiGroupName, getApiGroupVersion, getCascading, getClient, getConfig, getDryRun, getFields, getFieldsNot, getGracePeriodSeconds, getItem, getLabels, getLabelsIn, getLabelsNot, getLabelsNotIn, getName, getNamespace, getPlural, getPropagationPolicy, getResourceVersion, getWatchRetryBackoffMultiplier, getWatchRetryInitialBackoffMillis, isNamespaceFromGlobalConfig, isReloadingFromServer, withIsNamespaceConfiguredFromGlobalConfig, withOperationContext, withWatchRetryBackoffMultiplier, withWatchRetryInitialBackoffMillis
-
-
-
-
Constructor Detail
-
PodOperationContext
public PodOperationContext()
-
PodOperationContext
public PodOperationContext(okhttp3.OkHttpClient client, Config config, String plural, String namespace, String name, String apiGroupName, String apiGroupVersion, boolean cascading, Object item, Map<String,String> labels, Map<String,String[]> labelsNot, Map<String,String[]> labelsIn, Map<String,String[]> labelsNotIn, Map<String,String> fields, Map<String,String[]> fieldsNot, String resourceVersion, boolean reloadingFromServer, long gracePeriodSeconds, io.fabric8.kubernetes.api.model.DeletionPropagation propagationPolicy, long watchRetryInitialBackoffMillis, double watchRetryBackoffMultiplier, boolean namespaceFromGlobalConfig, boolean dryRun, String containerId, InputStream in, OutputStream out, OutputStream err, OutputStream errChannel, PipedOutputStream inPipe, PipedInputStream outPipe, PipedInputStream errPipe, PipedInputStream errChannelPipe, Boolean tty, Boolean terminatedStatus, Boolean timestampes, String sinceTimestamp, Integer sinceSeconds, Integer tailingLines, Boolean prettyOutput, Integer limitBytes, Integer bufferSize, ExecListener execListener, String file, String dir, Integer logWaitTimeout)
-
-
Method Detail
-
getContainerId
public String getContainerId()
-
getIn
public InputStream getIn()
-
getOut
public OutputStream getOut()
-
getErr
public OutputStream getErr()
-
getErrChannel
public OutputStream getErrChannel()
-
getInPipe
public PipedOutputStream getInPipe()
-
getOutPipe
public PipedInputStream getOutPipe()
-
getErrPipe
public PipedInputStream getErrPipe()
-
getErrChannelPipe
public PipedInputStream getErrChannelPipe()
-
isTty
public boolean isTty()
-
isTerminatedStatus
public boolean isTerminatedStatus()
-
isTimestamps
public boolean isTimestamps()
-
getSinceTimestamp
public String getSinceTimestamp()
-
getSinceSeconds
public Integer getSinceSeconds()
-
getTailingLines
public Integer getTailingLines()
-
isPrettyOutput
public boolean isPrettyOutput()
-
getExecListener
public ExecListener getExecListener()
-
getLimitBytes
public Integer getLimitBytes()
-
getBufferSize
public Integer getBufferSize()
-
getFile
public String getFile()
-
getDir
public String getDir()
-
getLogWaitTimeout
public Integer getLogWaitTimeout()
-
withOkhttpClient
public PodOperationContext withOkhttpClient(okhttp3.OkHttpClient client)
- Overrides:
withOkhttpClient
in classOperationContext
-
withConfig
public PodOperationContext withConfig(Config config)
- Overrides:
withConfig
in classOperationContext
-
withPlural
public PodOperationContext withPlural(String plural)
- Overrides:
withPlural
in classOperationContext
-
withNamespace
public PodOperationContext withNamespace(String namespace)
- Overrides:
withNamespace
in classOperationContext
-
withName
public PodOperationContext withName(String name)
- Overrides:
withName
in classOperationContext
-
withApiGroupName
public PodOperationContext withApiGroupName(String apiGroupName)
- Overrides:
withApiGroupName
in classOperationContext
-
withApiGroupVersion
public PodOperationContext withApiGroupVersion(String apiGroupVersion)
- Overrides:
withApiGroupVersion
in classOperationContext
-
withItem
public PodOperationContext withItem(Object item)
- Overrides:
withItem
in classOperationContext
-
withCascading
public PodOperationContext withCascading(boolean cascading)
- Overrides:
withCascading
in classOperationContext
-
withLabels
public PodOperationContext withLabels(Map<String,String> labels)
- Overrides:
withLabels
in classOperationContext
-
withLabelsIn
public PodOperationContext withLabelsIn(Map<String,String[]> labelsIn)
- Overrides:
withLabelsIn
in classOperationContext
-
withLabelsNot
public PodOperationContext withLabelsNot(Map<String,String[]> labelsNot)
- Overrides:
withLabelsNot
in classOperationContext
-
withLabelsNotIn
public PodOperationContext withLabelsNotIn(Map<String,String[]> labelsNotIn)
- Overrides:
withLabelsNotIn
in classOperationContext
-
withFields
public PodOperationContext withFields(Map<String,String> fields)
- Overrides:
withFields
in classOperationContext
-
withFieldsNot
public PodOperationContext withFieldsNot(Map<String,String[]> fieldsNot)
- Overrides:
withFieldsNot
in classOperationContext
-
withResourceVersion
public PodOperationContext withResourceVersion(String resourceVersion)
- Overrides:
withResourceVersion
in classOperationContext
-
withReloadingFromServer
public PodOperationContext withReloadingFromServer(boolean reloadingFromServer)
- Overrides:
withReloadingFromServer
in classOperationContext
-
withGracePeriodSeconds
public PodOperationContext withGracePeriodSeconds(long gracePeriodSeconds)
- Overrides:
withGracePeriodSeconds
in classOperationContext
-
withPropagationPolicy
public PodOperationContext withPropagationPolicy(io.fabric8.kubernetes.api.model.DeletionPropagation propagationPolicy)
- Overrides:
withPropagationPolicy
in classOperationContext
-
withContainerId
public PodOperationContext withContainerId(String containerId)
-
withIn
public PodOperationContext withIn(InputStream in)
-
withOut
public PodOperationContext withOut(OutputStream out)
-
withErr
public PodOperationContext withErr(OutputStream err)
-
withErrChannel
public PodOperationContext withErrChannel(OutputStream errChannel)
-
withInPipe
public PodOperationContext withInPipe(PipedOutputStream inPipe)
-
withOutPipe
public PodOperationContext withOutPipe(PipedInputStream outPipe)
-
withErrPipe
public PodOperationContext withErrPipe(PipedInputStream errPipe)
-
withErrChannelPipe
public PodOperationContext withErrChannelPipe(PipedInputStream errChannelPipe)
-
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)
-
withLogWaitTimeout
public PodOperationContext withLogWaitTimeout(Integer logWaitTimeout)
-
withDryRun
public PodOperationContext withDryRun(boolean dryRun)
- Overrides:
withDryRun
in classOperationContext
-
-