Class DNSSpec

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

    @Generated("io.fabric8.kubernetes.schema.generator.model.ModelGenerator")
    public class DNSSpec
    extends Object
    implements io.fabric8.kubernetes.api.builder.Editable<DNSSpecBuilder>, io.fabric8.kubernetes.api.model.KubernetesResource
    See Also:
    Serialized Form
    • Constructor Detail

      • DNSSpec

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

      • getBaseDomain

        public String getBaseDomain()
        baseDomain is the base domain of the cluster. All managed DNS records will be sub-domains of this base.


        For example, given the base domain `openshift.example.com`, an API server DNS record may be created for `cluster-api.openshift.example.com`.


        Once set, this field cannot be changed.

      • setBaseDomain

        public void setBaseDomain​(String baseDomain)
        baseDomain is the base domain of the cluster. All managed DNS records will be sub-domains of this base.


        For example, given the base domain `openshift.example.com`, an API server DNS record may be created for `cluster-api.openshift.example.com`.


        Once set, this field cannot be changed.

      • getPrivateZone

        public DNSZone getPrivateZone()
      • setPrivateZone

        public void setPrivateZone​(DNSZone privateZone)
      • getPublicZone

        public DNSZone getPublicZone()
      • setPublicZone

        public void setPublicZone​(DNSZone publicZone)
      • getAdditionalProperties

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

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

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