Class Server

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

    @Generated("io.fabric8.kubernetes.schema.generator.model.ModelGenerator")
    public class Server
    extends Object
    implements io.fabric8.kubernetes.api.builder.Editable<ServerBuilder>, io.fabric8.kubernetes.api.model.KubernetesResource
    Server defines the schema for a server that runs per instance of CoreDNS.
    See Also:
    Serialized Form
    • Constructor Detail

      • Server

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

      • getForwardPlugin

        public ForwardPlugin getForwardPlugin()
        Server defines the schema for a server that runs per instance of CoreDNS.
      • setForwardPlugin

        public void setForwardPlugin​(ForwardPlugin forwardPlugin)
        Server defines the schema for a server that runs per instance of CoreDNS.
      • getName

        public String getName()
        name is required and specifies a unique name for the server. Name must comply with the Service Name Syntax of rfc6335.
      • setName

        public void setName​(String name)
        name is required and specifies a unique name for the server. Name must comply with the Service Name Syntax of rfc6335.
      • getZones

        public List<String> getZones()
        zones is required and specifies the subdomains that Server is authoritative for. Zones must conform to the rfc1123 definition of a subdomain. Specifying the cluster domain (i.e., "cluster.local") is invalid.
      • setZones

        public void setZones​(List<String> zones)
        zones is required and specifies the subdomains that Server is authoritative for. Zones must conform to the rfc1123 definition of a subdomain. Specifying the cluster domain (i.e., "cluster.local") is invalid.
      • getAdditionalProperties

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

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

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