Class APIServerNamedServingCert

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

    @Generated("io.fabric8.kubernetes.schema.generator.model.ModelGenerator")
    public class APIServerNamedServingCert
    extends Object
    implements io.fabric8.kubernetes.api.builder.Editable<APIServerNamedServingCertBuilder>, io.fabric8.kubernetes.api.model.KubernetesResource
    APIServerNamedServingCert maps a server DNS name, as understood by a client, to a certificate.
    See Also:
    Serialized Form
    • Constructor Detail

      • APIServerNamedServingCert

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

      • getNames

        public List<String> getNames()
        names is a optional list of explicit DNS names (leading wildcards allowed) that should use this certificate to serve secure traffic. If no names are provided, the implicit names will be extracted from the certificates. Exact names trump over wildcard names. Explicit names defined here trump over extracted implicit names.
      • setNames

        public void setNames​(List<String> names)
        names is a optional list of explicit DNS names (leading wildcards allowed) that should use this certificate to serve secure traffic. If no names are provided, the implicit names will be extracted from the certificates. Exact names trump over wildcard names. Explicit names defined here trump over extracted implicit names.
      • getServingCertificate

        public SecretNameReference getServingCertificate()
        APIServerNamedServingCert maps a server DNS name, as understood by a client, to a certificate.
      • setServingCertificate

        public void setServingCertificate​(SecretNameReference servingCertificate)
        APIServerNamedServingCert maps a server DNS name, as understood by a client, to a certificate.
      • getAdditionalProperties

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

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

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