Class ContainerImage
- java.lang.Object
-
- com.yahoo.vespa.hosted.controller.api.integration.container.ContainerImage
-
public class ContainerImage extends Object
A container image.- Author:
- mpolden
-
-
Constructor Summary
Constructors Constructor Description ContainerImage(String id, String registry, String repository, Instant createdAt, com.yahoo.component.Version version)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description InstantcreatedAt()The time this was createdbooleanequals(Object o)inthashCode()Stringid()Unique identifier of thisStringregistry()The registry holding this imageStringrepository()Repository of this imageStringtoString()com.yahoo.component.Versionversion()The version of this
-
-
-
Method Detail
-
id
public String id()
Unique identifier of this
-
registry
public String registry()
The registry holding this image
-
repository
public String repository()
Repository of this image
-
createdAt
public Instant createdAt()
The time this was created
-
version
public com.yahoo.component.Version version()
The version of this
-
-