Package io.fabric8.kubernetes.client.dsl
Interface ImageUpdateable<T>
-
- All Known Subinterfaces:
ImageEditReplacePatchable<T>
,RollableScalableResource<T>
,TimeoutImageEditReplacePatchable<T>
public interface ImageUpdateable<T>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description T
updateImage(String image)
Update existing container image of single container resourceT
updateImage(Map<String,String> containerToImageMap)
Update existing container image(s) of resources
-