public interface TimeoutImageEditReplacePatchable<T> extends Timeoutable, ImageEditReplacePatchable<T>
| Modifier and Type | Method and Description |
|---|---|
T |
pause()
Mark the provided resource as paused
|
T |
restart()
Restart a resource.
|
T |
resume()
Resume a paused resource.
|
T |
undo()
Rollback to previous rollout.
|
ImageEditReplacePatchable<T> |
withTimeout(long timeout,
TimeUnit unit)
Deprecated.
client managed rollouts will be removed in future versions
|
ImageEditReplacePatchable<T> |
withTimeoutInMillis(long timeoutInMillis)
Deprecated.
client managed rollouts will be removed in future versions
|
edit, updateImage, updateImage@Deprecated ImageEditReplacePatchable<T> withTimeout(long timeout, TimeUnit unit)
Applies only to ReplicaSets and ReplicationControllers
withTimeout in interface Timeoutabletimeout - 0 indicates no wait@Deprecated ImageEditReplacePatchable<T> withTimeoutInMillis(long timeoutInMillis)
Applies only to ReplicaSets and ReplicationControllers
withTimeoutInMillis in interface TimeoutabletimeoutInMillis - 0 indicates no waitT pause()
pause in interface ImageEditReplacePatchable<T>T resume()
resume in interface ImageEditReplacePatchable<T>T restart()
restart in interface ImageEditReplacePatchable<T>T undo()
undo in interface ImageEditReplacePatchable<T>Copyright © 2015–2023 Red Hat. All rights reserved.