@Deprecated public interface ImageEditReplacePatchable<T> extends ImageUpdateable<T>
| Modifier and Type | Method and Description |
|---|---|
T |
edit(UnaryOperator<T> function)
Deprecated.
client managed rollouts will be removed in future versions
|
T |
pause()
Deprecated.
should be called prior to the timeout method
|
T |
restart()
Deprecated.
should be called prior to the timeout method
|
T |
resume()
Deprecated.
should be called prior to the timeout method
|
T |
undo()
Deprecated.
should be called prior to the timeout method
|
T |
updateImage(Map<String,String> containerToImageMap)
Deprecated.
should be called prior to the rolling method
|
T |
updateImage(String image)
Deprecated.
should be called prior to the rolling method
|
@Deprecated T edit(UnaryOperator<T> function)
function - @Deprecated T pause()
@Deprecated T resume()
@Deprecated T restart()
@Deprecated T undo()
@Deprecated T updateImage(Map<String,String> containerToImageMap)
ImageUpdateableupdateImage in interface ImageUpdateable<T>containerToImageMap - Map with keys as container name and value as image@Deprecated T updateImage(String image)
ImageUpdateableupdateImage in interface ImageUpdateable<T>image - image to be updatedCopyright © 2015–2024 Red Hat. All rights reserved.