Class RegistryLocation

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

    @Generated("io.fabric8.kubernetes.schema.generator.model.ModelGenerator")
    public class RegistryLocation
    extends Object
    implements io.fabric8.kubernetes.api.builder.Editable<RegistryLocationBuilder>, io.fabric8.kubernetes.api.model.KubernetesResource
    RegistryLocation contains a location of the registry specified by the registry domain name. The domain name might include wildcards, like '*' or '??'.
    See Also:
    Serialized Form
    • Constructor Detail

      • RegistryLocation

        public RegistryLocation()
        No args constructor for use in serialization
      • RegistryLocation

        public RegistryLocation​(String domainName,
                                Boolean insecure)
    • Method Detail

      • getDomainName

        public String getDomainName()
        domainName specifies a domain name for the registry In case the registry use non-standard (80 or 443) port, the port should be included in the domain name as well.
      • setDomainName

        public void setDomainName​(String domainName)
        domainName specifies a domain name for the registry In case the registry use non-standard (80 or 443) port, the port should be included in the domain name as well.
      • getInsecure

        public Boolean getInsecure()
        insecure indicates whether the registry is secure (https) or insecure (http) By default (if not specified) the registry is assumed as secure.
      • setInsecure

        public void setInsecure​(Boolean insecure)
        insecure indicates whether the registry is secure (https) or insecure (http) By default (if not specified) the registry is assumed as secure.
      • getAdditionalProperties

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

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

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