Class ContainerImage
java.lang.Object
com.yahoo.vespa.hosted.controller.api.integration.container.ContainerImage
A container image.
- Author:
- mpolden
-
Constructor Summary
ConstructorsConstructorDescriptionContainerImage(String id, String registry, String repository, Instant createdAt, com.yahoo.component.Version version) -
Method Summary
-
Constructor Details
-
ContainerImage
-
-
Method Details
-
id
Unique identifier of this -
registry
The registry holding this image -
repository
Repository of this image -
createdAt
The time this was created -
version
public com.yahoo.component.Version version()The version of this -
equals
-
hashCode
public int hashCode() -
toString
-