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 TupdateImage(String image)Update existing container image of single container resourceTupdateImage(Map<String,String> containerToImageMap)Update existing container image(s) of resources
-