Class DockerImageReferenceFluent<A extends DockerImageReferenceFluent<A>>

  • Direct Known Subclasses:
    DockerImageReferenceBuilder

    public class DockerImageReferenceFluent<A extends DockerImageReferenceFluent<A>>
    extends io.fabric8.kubernetes.api.builder.BaseFluent<A>
    Generated
    • Constructor Detail

      • DockerImageReferenceFluent

        public DockerImageReferenceFluent()
    • Method Detail

      • getID

        public String getID()
      • withID

        public A withID​(String iD)
      • hasID

        public boolean hasID()
      • getName

        public String getName()
      • withName

        public A withName​(String name)
      • hasName

        public boolean hasName()
      • getNamespace

        public String getNamespace()
      • withNamespace

        public A withNamespace​(String namespace)
      • hasNamespace

        public boolean hasNamespace()
      • getRegistry

        public String getRegistry()
      • withRegistry

        public A withRegistry​(String registry)
      • hasRegistry

        public boolean hasRegistry()
      • getTag

        public String getTag()
      • withTag

        public A withTag​(String tag)
      • hasTag

        public boolean hasTag()
      • addToAdditionalProperties

        public A addToAdditionalProperties​(String key,
                                           Object value)
      • addToAdditionalProperties

        public A addToAdditionalProperties​(Map<String,​Object> map)
      • removeFromAdditionalProperties

        public A removeFromAdditionalProperties​(String key)
      • removeFromAdditionalProperties

        public A removeFromAdditionalProperties​(Map<String,​Object> map)
      • getAdditionalProperties

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

        public <K,​V> A withAdditionalProperties​(Map<String,​Object> additionalProperties)
      • hasAdditionalProperties

        public boolean hasAdditionalProperties()
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class io.fabric8.kubernetes.api.builder.BaseFluent<A extends DockerImageReferenceFluent<A>>