Uses of Class
io.fabric8.openshift.api.model.config.v1.APIServerNamedServingCert
-
Packages that use APIServerNamedServingCert Package Description io.fabric8.openshift.api.model.config.v1 -
-
Uses of APIServerNamedServingCert in io.fabric8.openshift.api.model.config.v1
Methods in io.fabric8.openshift.api.model.config.v1 that return APIServerNamedServingCert Modifier and Type Method Description APIServerNamedServingCertAPIServerNamedServingCertBuilder. build()APIServerNamedServingCertAPIServerServingCertsFluent. buildFirstNamedCertificate()APIServerNamedServingCertAPIServerServingCertsFluent. buildLastNamedCertificate()APIServerNamedServingCertAPIServerServingCertsFluent. buildMatchingNamedCertificate(Predicate<APIServerNamedServingCertBuilder> predicate)APIServerNamedServingCertAPIServerServingCertsFluent. buildNamedCertificate(int index)Methods in io.fabric8.openshift.api.model.config.v1 that return types with arguments of type APIServerNamedServingCert Modifier and Type Method Description List<APIServerNamedServingCert>APIServerServingCertsFluent. buildNamedCertificates()List<APIServerNamedServingCert>APIServerServingCerts. getNamedCertificates()namedCertificates references secrets containing the TLS cert info for serving secure traffic to specific hostnames.Method parameters in io.fabric8.openshift.api.model.config.v1 with type arguments of type APIServerNamedServingCert Modifier and Type Method Description AAPIServerServingCertsFluent. addAllToNamedCertificates(Collection<APIServerNamedServingCert> items)AAPIServerServingCertsFluent. removeAllFromNamedCertificates(Collection<APIServerNamedServingCert> items)voidAPIServerServingCerts. setNamedCertificates(List<APIServerNamedServingCert> namedCertificates)namedCertificates references secrets containing the TLS cert info for serving secure traffic to specific hostnames.AAPIServerServingCertsFluent. withNamedCertificates(List<APIServerNamedServingCert> namedCertificates)Constructors in io.fabric8.openshift.api.model.config.v1 with parameters of type APIServerNamedServingCert Constructor Description APIServerNamedServingCertBuilder(APIServerNamedServingCert instance)APIServerNamedServingCertBuilder(APIServerNamedServingCertFluent<?> fluent, APIServerNamedServingCert instance)APIServerNamedServingCertFluent(APIServerNamedServingCert instance)Constructor parameters in io.fabric8.openshift.api.model.config.v1 with type arguments of type APIServerNamedServingCert Constructor Description APIServerServingCerts(List<APIServerNamedServingCert> namedCertificates)
-