Class Image

    • Constructor Detail

      • Image

        public Image()
      • Image

        public Image​(Image source)
        NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy, and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy.
    • Method Detail

      • getName

        public String getName()
        Get 镜像名称
        Returns:
        Name 镜像名称
      • setName

        public void setName​(String Name)
        Set 镜像名称
        Parameters:
        Name - 镜像名称
      • getRepository

        public String getRepository()
        Get 镜像仓库
        Returns:
        Repository 镜像仓库
      • setRepository

        public void setRepository​(String Repository)
        Set 镜像仓库
        Parameters:
        Repository - 镜像仓库
      • getTags

        public String[] getTags()
        Get tag 列表
        Returns:
        Tags tag 列表
      • setTags

        public void setTags​(String[] Tags)
        Set tag 列表
        Parameters:
        Tags - tag 列表