public class DeploymentConfigOperationsImpl extends HasMetadataOperation<io.fabric8.openshift.api.model.DeploymentConfig,io.fabric8.openshift.api.model.DeploymentConfigList,DeployableScalableResource<io.fabric8.openshift.api.model.DeploymentConfig>> implements DeployableScalableResource<io.fabric8.openshift.api.model.DeploymentConfig>
| Modifier and Type | Field and Description |
|---|---|
static String |
OPENSHIFT_IO_DEPLOYMENT_CONFIG_NAME |
DEFAULT_GRACE_PERIOD_IN_SECONDS, DEFAULT_PROPAGATION_POLICYapiVersion, listTypetypeapiGroupName, apiGroupVersion, config, context, dryRun, httpClient, JSON, JSON_MAPPER, JSON_MERGE_PATCH, JSON_PATCH, name, namespace, resourceT, STRATEGIC_MERGE_JSON_PATCH| Constructor and Description |
|---|
DeploymentConfigOperationsImpl(io.fabric8.kubernetes.client.Client client) |
DeploymentConfigOperationsImpl(PodOperationContext context,
OperationContext superContext) |
| Modifier and Type | Method and Description |
|---|---|
io.fabric8.openshift.api.model.DeploymentConfig |
deployLatest() |
io.fabric8.openshift.api.model.DeploymentConfig |
deployLatest(boolean wait) |
String |
getLog() |
String |
getLog(boolean isPretty) |
InputStream |
getLogInputStream()
Returns an unclosed InputStream.
|
Reader |
getLogReader()
Returns an unclosed Reader.
|
io.fabric8.kubernetes.client.dsl.Loggable |
inContainer(String id) |
io.fabric8.kubernetes.client.dsl.TimeTailPrettyLoggable |
limitBytes(int limitBytes) |
DeploymentConfigOperationsImpl |
newInstance(OperationContext context) |
io.fabric8.kubernetes.api.model.autoscaling.v1.Scale |
scale() |
io.fabric8.openshift.api.model.DeploymentConfig |
scale(int count) |
io.fabric8.openshift.api.model.DeploymentConfig |
scale(int count,
boolean wait) |
io.fabric8.kubernetes.api.model.autoscaling.v1.Scale |
scale(io.fabric8.kubernetes.api.model.autoscaling.v1.Scale scale) |
io.fabric8.kubernetes.client.dsl.TailPrettyLoggable |
sinceSeconds(int seconds) |
io.fabric8.kubernetes.client.dsl.TailPrettyLoggable |
sinceTime(String timestamp) |
io.fabric8.kubernetes.client.dsl.PrettyLoggable |
tailingLines(int lines) |
io.fabric8.kubernetes.client.dsl.TimeTailPrettyLoggable |
terminated() |
io.fabric8.kubernetes.client.dsl.BytesLimitTerminateTimeTailPrettyLoggable |
usingTimestamps() |
io.fabric8.kubernetes.client.dsl.LogWatch |
watchLog() |
io.fabric8.kubernetes.client.dsl.LogWatch |
watchLog(OutputStream out) |
io.fabric8.kubernetes.client.dsl.Loggable |
withLogWaitTimeout(Integer logWaitTimeout) |
io.fabric8.kubernetes.client.dsl.Loggable |
withPrettyOutput() |
accept, edit, edit, editStatus, modifyItemForReplaceOrPatch, patch, patch, patch, patchStatus, replace, replace, replaceStatus, requireFromServerappendListOptionParams, create, createOrReplace, createOrReplace, delete, delete, delete, deleteAll, dryRun, dryRun, edit, fetchListUrl, fieldManager, fieldValidation, forceConflicts, forOperationType, fromServer, get, getApiEndpointPath, getConfigType, getFieldQueryParam, getGracePeriodSeconds, getGroup, getItem, getKind, getLimit, getListType, getMandatory, getNonNullItem, getOperationType, getPlural, getPropagationPolicy, getReadiness, getResourceVersion, getVersion, getWatchReconnectInterval, handleCreate, handleDeploymentRollback, handleGet, handlePatch, handleResponse, handleScale, handleUpdate, inAnyNamespace, inform, informOnCondition, inNamespace, inWriteContext, isReady, isReloadingFromServer, isResourceNamespaced, list, list, list, load, load, load, load, lockResourceVersion, lockResourceVersion, newResource, patch, patch, patchStatus, replace, replaceStatus, require, resource, resources, runnableInformer, serverSideApply, setListType, setType, submitList, submitWatch, updateApiVersion, updateApiVersion, updateStatus, waitUntilCondition, waitUntilReady, watch, watch, watch, withField, withFields, withGracePeriod, withIndexers, withInvolvedObject, withLabel, withLabelIn, withLabelNotIn, withLabels, withLabelSelector, withLabelSelector, withLimit, withName, withNewFilter, withoutField, withoutFields, withoutLabel, withoutLabels, withPropagationPolicy, withResourceVersion, withTimeoutcreate, getTypeaddNamespacedUrlPathParts, assertResponseCode, checkName, checkNamespace, correctNamespace, createStatus, createStatus, getAPIGroupName, getAPIGroupVersion, getConfig, getName, getNamespace, getNamespacedUrl, getNamespacedUrl, getNamespacedUrl, getObjectValueAsMap, getParameters, getResourceT, getResourceUrl, getResourceUrl, getResourceUrl, getResourceURLForPatchOperation, getResourceURLForWriteOperation, getRootUrlParts, handleApproveOrDeny, handleCreate, handleDelete, handleDeploymentRollback, handleGet, handleMetric, handlePatch, handlePatch, handleRawGet, handleResponse, handleResponse, handleScale, handleUpdate, requestException, requestException, requestFailure, requestFailure, restCall, retryWithExponentialBackoff, unmarshal, unmarshal, unmarshal, waitForResultclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcascading, isReady, lockResourceVersion, lockResourceVersion, requirewithResourceVersionwaitUntilCondition, waitUntilReadycreate, createOrReplaceaccept, edit, edit, edit, editStatus, patch, patch, patch, patch, patch, patch, patchStatusreplace, replaceStatuscreate, createOrReplace, delete, patchStatus, updateStatuswithTimeout, withTimeoutInMilliswithGracePeriodwithPropagationPolicyreplace, replaceStatusfieldManager, forceConflicts, serverSideApplyinform, inform, inform, informOnCondition, runnableInformer, withIndexers, withLimitgetFullResourceName, getName, getNamespacepublic static final String OPENSHIFT_IO_DEPLOYMENT_CONFIG_NAME
public DeploymentConfigOperationsImpl(io.fabric8.kubernetes.client.Client client)
public DeploymentConfigOperationsImpl(PodOperationContext context, OperationContext superContext)
public DeploymentConfigOperationsImpl newInstance(OperationContext context)
newInstance in class HasMetadataOperation<io.fabric8.openshift.api.model.DeploymentConfig,io.fabric8.openshift.api.model.DeploymentConfigList,DeployableScalableResource<io.fabric8.openshift.api.model.DeploymentConfig>>public io.fabric8.openshift.api.model.DeploymentConfig deployLatest()
deployLatest in interface DeployableScalableResource<io.fabric8.openshift.api.model.DeploymentConfig>public io.fabric8.openshift.api.model.DeploymentConfig deployLatest(boolean wait)
deployLatest in interface DeployableScalableResource<io.fabric8.openshift.api.model.DeploymentConfig>public io.fabric8.openshift.api.model.DeploymentConfig scale(int count)
scale in interface io.fabric8.kubernetes.client.dsl.ScalableResource<io.fabric8.openshift.api.model.DeploymentConfig>public io.fabric8.openshift.api.model.DeploymentConfig scale(int count,
boolean wait)
scale in interface io.fabric8.kubernetes.client.dsl.ScalableResource<io.fabric8.openshift.api.model.DeploymentConfig>public io.fabric8.kubernetes.api.model.autoscaling.v1.Scale scale()
scale in interface io.fabric8.kubernetes.client.dsl.ScalableResource<io.fabric8.openshift.api.model.DeploymentConfig>public io.fabric8.kubernetes.api.model.autoscaling.v1.Scale scale(io.fabric8.kubernetes.api.model.autoscaling.v1.Scale scale)
scale in interface io.fabric8.kubernetes.client.dsl.ScalableResource<io.fabric8.openshift.api.model.DeploymentConfig>public String getLog()
getLog in interface io.fabric8.kubernetes.client.dsl.Loggablepublic String getLog(boolean isPretty)
getLog in interface io.fabric8.kubernetes.client.dsl.Loggablepublic Reader getLogReader()
getLogReader in interface io.fabric8.kubernetes.client.dsl.Loggablepublic InputStream getLogInputStream()
getLogInputStream in interface io.fabric8.kubernetes.client.dsl.Loggablepublic io.fabric8.kubernetes.client.dsl.LogWatch watchLog()
watchLog in interface io.fabric8.kubernetes.client.dsl.Loggablepublic io.fabric8.kubernetes.client.dsl.LogWatch watchLog(OutputStream out)
watchLog in interface io.fabric8.kubernetes.client.dsl.Loggablepublic io.fabric8.kubernetes.client.dsl.Loggable withLogWaitTimeout(Integer logWaitTimeout)
withLogWaitTimeout in interface io.fabric8.kubernetes.client.dsl.Loggablepublic io.fabric8.kubernetes.client.dsl.Loggable inContainer(String id)
inContainer in interface io.fabric8.kubernetes.client.dsl.Containerable<String,io.fabric8.kubernetes.client.dsl.Loggable>public io.fabric8.kubernetes.client.dsl.TimeTailPrettyLoggable limitBytes(int limitBytes)
limitBytes in interface io.fabric8.kubernetes.client.dsl.BytesLimitTerminateTimeTailPrettyLoggablepublic io.fabric8.kubernetes.client.dsl.TimeTailPrettyLoggable terminated()
terminated in interface io.fabric8.kubernetes.client.dsl.BytesLimitTerminateTimeTailPrettyLoggablepublic io.fabric8.kubernetes.client.dsl.Loggable withPrettyOutput()
withPrettyOutput in interface io.fabric8.kubernetes.client.dsl.PrettyLoggablepublic io.fabric8.kubernetes.client.dsl.PrettyLoggable tailingLines(int lines)
tailingLines in interface io.fabric8.kubernetes.client.dsl.TailPrettyLoggablepublic io.fabric8.kubernetes.client.dsl.TailPrettyLoggable sinceTime(String timestamp)
sinceTime in interface io.fabric8.kubernetes.client.dsl.TimeTailPrettyLoggablepublic io.fabric8.kubernetes.client.dsl.TailPrettyLoggable sinceSeconds(int seconds)
sinceSeconds in interface io.fabric8.kubernetes.client.dsl.TimeTailPrettyLoggablepublic io.fabric8.kubernetes.client.dsl.BytesLimitTerminateTimeTailPrettyLoggable usingTimestamps()
usingTimestamps in interface io.fabric8.kubernetes.client.dsl.TimestampBytesLimitTerminateTimeTailPrettyLoggableCopyright © 2015–2022 Red Hat. All rights reserved.