Class APIServerServingCerts

    • Constructor Detail

      • APIServerServingCerts

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

      • getNamedCertificates

        public List<APIServerNamedServingCert> getNamedCertificates()
        namedCertificates references secrets containing the TLS cert info for serving secure traffic to specific hostnames. If no named certificates are provided, or no named certificates match the server name as understood by a client, the defaultServingCertificate will be used.
      • setNamedCertificates

        public void setNamedCertificates​(List<APIServerNamedServingCert> namedCertificates)
        namedCertificates references secrets containing the TLS cert info for serving secure traffic to specific hostnames. If no named certificates are provided, or no named certificates match the server name as understood by a client, the defaultServingCertificate will be used.
      • getAdditionalProperties

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

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

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