Uses of Class
com.yahoo.vespa.hosted.controller.api.integration.container.ContainerImage
-
Packages that use ContainerImage Package Description com.yahoo.vespa.hosted.controller.api.integration.container -
-
Uses of ContainerImage in com.yahoo.vespa.hosted.controller.api.integration.container
Methods in com.yahoo.vespa.hosted.controller.api.integration.container that return types with arguments of type ContainerImage Modifier and Type Method Description List<ContainerImage>ContainerRegistry. list()Returns a list of all container images in this systemMethod parameters in com.yahoo.vespa.hosted.controller.api.integration.container with type arguments of type ContainerImage Modifier and Type Method Description voidContainerRegistry. deleteAll(List<ContainerImage> images)Delete all given images
-