Interface ImageUpdateable<T>

    • Method Detail

      • updateImage

        T updateImage​(Map<String,​String> containerToImageMap)
        Update existing container image(s) of resources
        Parameters:
        containerToImageMap - Map with keys as container name and value as image
        Returns:
        updated resource
      • updateImage

        T updateImage​(String image)
        Update existing container image of single container resource
        Parameters:
        image - image to be updated
        Returns:
        updated resource