public class PodOperationsImpl extends HasMetadataOperation<io.fabric8.kubernetes.api.model.Pod,io.fabric8.kubernetes.api.model.PodList,PodResource<io.fabric8.kubernetes.api.model.Pod>> implements PodResource<io.fabric8.kubernetes.api.model.Pod>, CopyOrReadable<Boolean,InputStream,Boolean>
| Modifier and Type | Field and Description |
|---|---|
static int |
HTTP_TOO_MANY_REQUESTS |
DEFAULT_GRACE_PERIOD_IN_SECONDS, DEFAULT_PROPAGATION_POLICYapiVersion, listType, typeapiGroupName, apiGroupVersion, client, config, context, dryRun, JSON, JSON_MAPPER, JSON_MERGE_PATCH, JSON_PATCH, name, namespace, resourceT, STRATEGIC_MERGE_JSON_PATCH, YAML_MAPPERDEFAULT_BACKOFF_MULTIPLIER, DEFAULT_INITIAL_BACKOFF_MILLIS| Constructor and Description |
|---|
PodOperationsImpl(okhttp3.OkHttpClient client,
Config config) |
PodOperationsImpl(okhttp3.OkHttpClient client,
Config config,
String namespace) |
PodOperationsImpl(PodOperationContext context) |
accept, createVisitableBuilder, edit, edit, editStatus, modifyItemForReplaceOrPatch, patch, patch, patch, patchStatus, replace, replace, replaceStatus, requireFromServer, requireFromServercascading, create, create, createOrReplace, delete, delete, delete, dryRun, edit, fetchListUrl, forOperationType, fromServer, get, getConfigType, getFieldQueryParam, getGracePeriodSeconds, getItem, getKind, getLabelQueryParam, getListType, getMandatory, getOperationType, getPropagationPolicy, getReadiness, getResourceT, getResourceVersion, getRootPaths, getType, handleCreate, handleDeploymentRollback, handleGet, handlePatch, handlePatch, handleResponse, handleScale, handleUpdate, inAnyNamespace, inform, informOnCondition, inNamespace, isCascading, isReady, isReloadingFromServer, isResourceNamespaced, list, list, list, load, load, load, load, lockResourceVersion, require, sendPatchedObject, setListType, setNamespace, setType, updateApiVersion, updateApiVersion, updateStatus, waitUntilCondition, waitUntilReady, watch, watch, watch, withField, withFields, withGracePeriod, withIndexers, withInvolvedObject, withItem, withLabel, withLabelIn, withLabelNotIn, withLabels, withLabelSelector, withName, withNewFilter, withoutField, withoutFields, withoutLabel, withoutLabels, withPropagationPolicy, withResourceVersion, withWaitRetryBackoffassertResponseCode, checkName, checkNamespace, createStatus, createStatus, getAPIGroupName, getAPIGroupVersion, getConfig, getName, getNamespace, getNamespacedUrl, getNamespacedUrl, getNamespacedUrl, getObjectValueAsMap, getResourceUrl, getResourceUrl, getResourceUrl, getResourceURLForPatchOperation, getResourceURLForWriteOperation, getRootUrl, handleCreate, handleDelete, handleDelete, handleDeploymentRollback, handleGet, handleGet, handleMetric, handlePatch, handlePatch, handlePatch, handleResponse, handleResponse, handleResponse, handleResponse, handleScale, handleUpdate, handleUpdate, requestException, requestFailure, retryWithExponentialBackoff, unmarshal, unmarshal, unmarshalclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcreateOrReplacecreate, createfromServerreplacepatch, patch, patch, patchupdateStatuseditStatusreplaceStatuspatchStatuswithGracePeriodwithPropagationPolicylockResourceVersionwaitUntilCondition, waitUntilReady, withWaitRetryBackoffwithResourceVersiondryRun, dryRunrequireinform, inform, inform, informOnCondition, withIndexersgetName, getNamespacewithLabel, withoutLabelpublic static final int HTTP_TOO_MANY_REQUESTS
public PodOperationsImpl(okhttp3.OkHttpClient client,
Config config)
public PodOperationsImpl(okhttp3.OkHttpClient client,
Config config,
String namespace)
public PodOperationsImpl(PodOperationContext context)
public PodOperationsImpl newInstance(OperationContext context)
newInstance in class BaseOperation<io.fabric8.kubernetes.api.model.Pod,io.fabric8.kubernetes.api.model.PodList,PodResource<io.fabric8.kubernetes.api.model.Pod>>public PodOperationContext getContext()
protected String getLogParameters()
protected okhttp3.ResponseBody doGetLog()
public Reader getLogReader()
getLogReader in interface Loggable<LogWatch>public String getLog(Boolean isPretty)
Loggablepublic LogWatch watchLog()
Loggablepublic LogWatch watchLog(OutputStream out)
LoggablewatchLog in interface Loggable<LogWatch>out - OutputStream for storing logspublic Loggable<LogWatch> withLogWaitTimeout(Integer logWaitTimeout)
LoggablewithLogWaitTimeout in interface Loggable<LogWatch>logWaitTimeout - timeout in millisecondsLoggable for fetching logspublic PortForward portForward(int port, ReadableByteChannel in, WritableByteChannel out)
PortForwardableportForward in interface PortForwardable<PortForward,LocalPortForward,ReadableByteChannel,WritableByteChannel>port - port as integerin - input channelout - output channelpublic LocalPortForward portForward(int port)
PortForwardableportForward in interface PortForwardable<PortForward,LocalPortForward,ReadableByteChannel,WritableByteChannel>port - port as integerpublic LocalPortForward portForward(int port, int localPort)
PortForwardableportForward in interface PortForwardable<PortForward,LocalPortForward,ReadableByteChannel,WritableByteChannel>port - port in integerlocalPort - local port in integerpublic Boolean evict()
EvictablePodDisruptionBudgetpublic ContainerResource<LogWatch,InputStream,PipedOutputStream,OutputStream,PipedInputStream,String,ExecWatch,Boolean,InputStream,Boolean> inContainer(String containerId)
ContainerableinContainer in interface Containerable<String,ContainerResource<LogWatch,InputStream,PipedOutputStream,OutputStream,PipedInputStream,String,ExecWatch,Boolean,InputStream,Boolean>>containerId - container for which we want logspublic CopyOrReadable<Boolean,InputStream,Boolean> file(String file)
file in interface FileSelector<CopyOrReadable<Boolean,InputStream,Boolean>>public CopyOrReadable<Boolean,InputStream,Boolean> dir(String dir)
dir in interface FileSelector<CopyOrReadable<Boolean,InputStream,Boolean>>public Boolean upload(Path path)
upload in interface Uploadable<Boolean>public InputStream read()
read in interface Readable<InputStream>public InputStream readTar(String source) throws Exception
Exceptionpublic TtyExecOutputErrorable<String,OutputStream,PipedInputStream,ExecWatch> readingInput(InputStream in)
readingInput in interface Inputable<InputStream,PipedOutputStream,TtyExecOutputErrorable<String,OutputStream,PipedInputStream,ExecWatch>>public TtyExecOutputErrorable<String,OutputStream,PipedInputStream,ExecWatch> writingInput(PipedOutputStream inPipe)
writingInput in interface Inputable<InputStream,PipedOutputStream,TtyExecOutputErrorable<String,OutputStream,PipedInputStream,ExecWatch>>public TtyExecOutputErrorable<String,OutputStream,PipedInputStream,ExecWatch> redirectingInput()
redirectingInput in interface Inputable<InputStream,PipedOutputStream,TtyExecOutputErrorable<String,OutputStream,PipedInputStream,ExecWatch>>public TtyExecOutputErrorable<String,OutputStream,PipedInputStream,ExecWatch> redirectingInput(Integer bufferSize)
redirectingInput in interface Inputable<InputStream,PipedOutputStream,TtyExecOutputErrorable<String,OutputStream,PipedInputStream,ExecWatch>>public TtyExecErrorable<String,OutputStream,PipedInputStream,ExecWatch> writingOutput(OutputStream out)
writingOutput in interface Outputable<OutputStream,PipedInputStream,TtyExecErrorable<String,OutputStream,PipedInputStream,ExecWatch>>public TtyExecErrorable<String,OutputStream,PipedInputStream,ExecWatch> readingOutput(PipedInputStream outPipe)
readingOutput in interface Outputable<OutputStream,PipedInputStream,TtyExecErrorable<String,OutputStream,PipedInputStream,ExecWatch>>public TtyExecErrorable<String,OutputStream,PipedInputStream,ExecWatch> redirectingOutput()
redirectingOutput in interface Outputable<OutputStream,PipedInputStream,TtyExecErrorable<String,OutputStream,PipedInputStream,ExecWatch>>public TtyExecErrorChannelable<String,OutputStream,PipedInputStream,ExecWatch> writingError(OutputStream err)
writingError in interface Errorable<OutputStream,PipedInputStream,TtyExecErrorChannelable<String,OutputStream,PipedInputStream,ExecWatch>>public TtyExecErrorChannelable<String,OutputStream,PipedInputStream,ExecWatch> readingError(PipedInputStream errPipe)
readingError in interface Errorable<OutputStream,PipedInputStream,TtyExecErrorChannelable<String,OutputStream,PipedInputStream,ExecWatch>>public TtyExecErrorChannelable<String,OutputStream,PipedInputStream,ExecWatch> redirectingError()
redirectingError in interface Errorable<OutputStream,PipedInputStream,TtyExecErrorChannelable<String,OutputStream,PipedInputStream,ExecWatch>>public TtyExecable<String,ExecWatch> writingErrorChannel(OutputStream errChannel)
writingErrorChannel in interface ErrorChannelable<OutputStream,PipedInputStream,TtyExecable<String,ExecWatch>>public TtyExecable<String,ExecWatch> readingErrorChannel(PipedInputStream errChannelPipe)
readingErrorChannel in interface ErrorChannelable<OutputStream,PipedInputStream,TtyExecable<String,ExecWatch>>public TtyExecable<String,ExecWatch> redirectingErrorChannel()
redirectingErrorChannel in interface ErrorChannelable<OutputStream,PipedInputStream,TtyExecable<String,ExecWatch>>public ExecListenable<String,ExecWatch> withTTY()
withTTY in interface Ttyable<ExecListenable<String,ExecWatch>>public Loggable<LogWatch> withPrettyOutput()
PrettyablewithPrettyOutput in interface Prettyable<Loggable<LogWatch>>public PrettyLoggable<LogWatch> tailingLines(int withTailingLines)
TailabletailingLines in interface Tailable<PrettyLoggable<LogWatch>>withTailingLines - number of lines to tailpublic TailPrettyLoggable<LogWatch> sinceTime(String sinceTimestamp)
TimeablesinceTime in interface Timeable<TailPrettyLoggable<LogWatch>>sinceTimestamp - timestamp as stringpublic TailPrettyLoggable<LogWatch> sinceSeconds(int sinceSeconds)
TimeablesinceSeconds in interface Timeable<TailPrettyLoggable<LogWatch>>sinceSeconds - number of secondspublic TimeTailPrettyLoggable<LogWatch> terminated()
Terminateableterminated in interface Terminateable<TimeTailPrettyLoggable<LogWatch>>public Execable<String,ExecWatch> usingListener(ExecListener execListener)
usingListener in interface Listenable<Execable<String,ExecWatch>,ExecListener>public BytesLimitTerminateTimeTailPrettyLoggable<LogWatch> limitBytes(int limitBytes)
BytesLimitablelimitBytes in interface BytesLimitable<TimeTailPrettyLoggable<LogWatch>>limitBytes - number of bytespublic BytesLimitTerminateTimeTailPrettyLoggable<LogWatch> usingTimestamps()
TimestampableusingTimestamps in interface Timestampable<BytesLimitTerminateTimeTailPrettyLoggable<LogWatch>>Copyright © 2015–2020 Red Hat. All rights reserved.