Class DockerImageReference

  • All Implemented Interfaces:
    io.fabric8.kubernetes.api.builder.Editable<DockerImageReferenceBuilder>, io.fabric8.kubernetes.api.model.KubernetesResource, Serializable

    @Generated("io.fabric8.kubernetes.schema.generator.model.ModelGenerator")
    public class DockerImageReference
    extends Object
    implements io.fabric8.kubernetes.api.builder.Editable<DockerImageReferenceBuilder>, io.fabric8.kubernetes.api.model.KubernetesResource
    DockerImageReference points to a container image.
    See Also:
    Serialized Form
    • Constructor Detail

      • DockerImageReference

        public DockerImageReference()
        No args constructor for use in serialization
    • Method Detail

      • getID

        public String getID()
        ID is the identifier for the container image
      • setID

        public void setID​(String iD)
        ID is the identifier for the container image
      • getName

        public String getName()
        Name is the name of the container image
      • setName

        public void setName​(String name)
        Name is the name of the container image
      • getNamespace

        public String getNamespace()
        Namespace is the namespace that contains the container image
      • setNamespace

        public void setNamespace​(String namespace)
        Namespace is the namespace that contains the container image
      • getRegistry

        public String getRegistry()
        Registry is the registry that contains the container image
      • setRegistry

        public void setRegistry​(String registry)
        Registry is the registry that contains the container image
      • getTag

        public String getTag()
        Tag is which tag of the container image is being referenced
      • setTag

        public void setTag​(String tag)
        Tag is which tag of the container image is being referenced
      • getAdditionalProperties

        public Map<String,​Object> getAdditionalProperties()
      • setAdditionalProperty

        public void setAdditionalProperty​(String name,
                                          Object value)
      • setAdditionalProperties

        public void setAdditionalProperties​(Map<String,​Object> additionalProperties)