Uses of Class
io.fabric8.openshift.api.model.monitoring.v1.HostPort
-
Packages that use HostPort Package Description io.fabric8.openshift.api.model.monitoring.v1 -
-
Uses of HostPort in io.fabric8.openshift.api.model.monitoring.v1
Methods in io.fabric8.openshift.api.model.monitoring.v1 that return HostPort Modifier and Type Method Description HostPortHostPortBuilder. build()HostPortGlobalSMTPConfigFluent. buildSmartHost()HostPortGlobalSMTPConfig. getSmartHost()GlobalSMTPConfig configures global SMTP parameters.Methods in io.fabric8.openshift.api.model.monitoring.v1 with parameters of type HostPort Modifier and Type Method Description protected voidHostPortFluent. copyInstance(HostPort instance)GlobalSMTPConfigFluent.SmartHostNested<A>GlobalSMTPConfigFluent. editOrNewSmartHostLike(HostPort item)voidGlobalSMTPConfig. setSmartHost(HostPort smartHost)GlobalSMTPConfig configures global SMTP parameters.GlobalSMTPConfigFluent.SmartHostNested<A>GlobalSMTPConfigFluent. withNewSmartHostLike(HostPort item)AGlobalSMTPConfigFluent. withSmartHost(HostPort smartHost)Constructors in io.fabric8.openshift.api.model.monitoring.v1 with parameters of type HostPort Constructor Description GlobalSMTPConfig(String authIdentity, io.fabric8.kubernetes.api.model.SecretKeySelector authPassword, io.fabric8.kubernetes.api.model.SecretKeySelector authSecret, String authUsername, String from, String hello, Boolean requireTLS, HostPort smartHost, SafeTLSConfig tlsConfig)HostPortBuilder(HostPort instance)HostPortBuilder(HostPortFluent<?> fluent, HostPort instance)HostPortFluent(HostPort instance)
-