Uses of Class
io.fabric8.openshift.api.model.config.v1.NamedCertificate
-
Packages that use NamedCertificate Package Description io.fabric8.openshift.api.model.config.v1 -
-
Uses of NamedCertificate in io.fabric8.openshift.api.model.config.v1
Methods in io.fabric8.openshift.api.model.config.v1 that return NamedCertificate Modifier and Type Method Description NamedCertificateNamedCertificateBuilder. build()NamedCertificateHTTPServingInfoFluent. buildFirstNamedCertificate()NamedCertificateServingInfoFluent. buildFirstNamedCertificate()NamedCertificateHTTPServingInfoFluent. buildLastNamedCertificate()NamedCertificateServingInfoFluent. buildLastNamedCertificate()NamedCertificateHTTPServingInfoFluent. buildMatchingNamedCertificate(Predicate<NamedCertificateBuilder> predicate)NamedCertificateServingInfoFluent. buildMatchingNamedCertificate(Predicate<NamedCertificateBuilder> predicate)NamedCertificateHTTPServingInfoFluent. buildNamedCertificate(int index)NamedCertificateServingInfoFluent. buildNamedCertificate(int index)Methods in io.fabric8.openshift.api.model.config.v1 that return types with arguments of type NamedCertificate Modifier and Type Method Description List<NamedCertificate>HTTPServingInfoFluent. buildNamedCertificates()List<NamedCertificate>ServingInfoFluent. buildNamedCertificates()List<NamedCertificate>HTTPServingInfo. getNamedCertificates()namedCertificates is a list of certificates to use to secure requests to specific hostnamesList<NamedCertificate>ServingInfo. getNamedCertificates()namedCertificates is a list of certificates to use to secure requests to specific hostnamesMethod parameters in io.fabric8.openshift.api.model.config.v1 with type arguments of type NamedCertificate Modifier and Type Method Description AHTTPServingInfoFluent. addAllToNamedCertificates(Collection<NamedCertificate> items)AServingInfoFluent. addAllToNamedCertificates(Collection<NamedCertificate> items)AHTTPServingInfoFluent. removeAllFromNamedCertificates(Collection<NamedCertificate> items)AServingInfoFluent. removeAllFromNamedCertificates(Collection<NamedCertificate> items)voidHTTPServingInfo. setNamedCertificates(List<NamedCertificate> namedCertificates)namedCertificates is a list of certificates to use to secure requests to specific hostnamesvoidServingInfo. setNamedCertificates(List<NamedCertificate> namedCertificates)namedCertificates is a list of certificates to use to secure requests to specific hostnamesAHTTPServingInfoFluent. withNamedCertificates(List<NamedCertificate> namedCertificates)AServingInfoFluent. withNamedCertificates(List<NamedCertificate> namedCertificates)Constructors in io.fabric8.openshift.api.model.config.v1 with parameters of type NamedCertificate Constructor Description NamedCertificateBuilder(NamedCertificate instance)NamedCertificateBuilder(NamedCertificateFluent<?> fluent, NamedCertificate instance)NamedCertificateFluent(NamedCertificate instance)
-