java.lang.Object
com.yahoo.vespa.hosted.controller.api.integration.container.ContainerImage

public class ContainerImage extends Object
A container image.
Author:
mpolden
  • Constructor Details

    • ContainerImage

      public ContainerImage(String id, String registry, String repository, Instant createdAt, com.yahoo.component.Version version)
  • Method Details

    • 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
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object