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, fields, fieldsNot, gracePeriodSeconds, item, labels, labelsIn, labelsNot, labelsNotIn, name, namespace, 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, 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) -
Method Summary
Methods inherited from class io.fabric8.kubernetes.client.dsl.base.OperationContext
getApiGroupName, getApiGroupVersion, getCascading, getClient, getConfig, getFields, getFieldsNot, getGracePeriodSeconds, getItem, getLabels, getLabelsIn, getLabelsNot, getLabelsNotIn, getName, getNamespace, getPlural, getPropagationPolicy, getReloadingFromServer, getResourceVersion, getWatchRetryBackoffMultiplier, getWatchRetryInitialBackoffMillis, withOperationContext, withWatchRetryBackoffMultiplier, withWatchRetryInitialBackoffMillis
-
Constructor Details
-
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, 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)
-
-
Method Details
-
getContainerId
-
getIn
-
getOut
-
getErr
-
getErrChannel
-
getInPipe
-
getOutPipe
-
getErrPipe
-
getErrChannelPipe
-
isTty
public boolean isTty() -
isTerminatedStatus
public boolean isTerminatedStatus() -
isTimestamps
public boolean isTimestamps() -
getSinceTimestamp
-
getSinceSeconds
-
getTailingLines
-
isPrettyOutput
public boolean isPrettyOutput() -
getExecListener
-
getLimitBytes
-
getBufferSize
-
getFile
-
getDir
-
withOkhttpClient
- Overrides:
withOkhttpClientin classOperationContext
-
withConfig
- Overrides:
withConfigin classOperationContext
-
withPlural
- Overrides:
withPluralin classOperationContext
-
withNamespace
- Overrides:
withNamespacein classOperationContext
-
withName
- Overrides:
withNamein classOperationContext
-
withApiGroupName
- Overrides:
withApiGroupNamein classOperationContext
-
withApiGroupVersion
- Overrides:
withApiGroupVersionin classOperationContext
-
withItem
- Overrides:
withItemin classOperationContext
-
withCascading
- Overrides:
withCascadingin classOperationContext
-
withLabels
- Overrides:
withLabelsin classOperationContext
-
withLabelsIn
- Overrides:
withLabelsInin classOperationContext
-
withLabelsNot
- Overrides:
withLabelsNotin classOperationContext
-
withLabelsNotIn
- Overrides:
withLabelsNotInin classOperationContext
-
withFields
- Overrides:
withFieldsin classOperationContext
-
withFieldsNot
- Overrides:
withFieldsNotin classOperationContext
-
withResourceVersion
- Overrides:
withResourceVersionin classOperationContext
-
withReloadingFromServer
- Overrides:
withReloadingFromServerin classOperationContext
-
withGracePeriodSeconds
- Overrides:
withGracePeriodSecondsin classOperationContext
-
withPropagationPolicy
public PodOperationContext withPropagationPolicy(io.fabric8.kubernetes.api.model.DeletionPropagation propagationPolicy)- Overrides:
withPropagationPolicyin classOperationContext
-
withContainerId
-
withIn
-
withOut
-
withErr
-
withErrChannel
-
withInPipe
-
withOutPipe
-
withErrPipe
-
withErrChannelPipe
-
withTty
-
withTerminatedStatus
-
withTimestamps
-
withSinceTimestamp
-
withSinceSeconds
-
withTailingLines
-
withPrettyOutput
-
withExecListener
-
withLimitBytes
-
withBufferSize
-
withFile
-
withDir
-