Uses of Class
io.fabric8.openshift.api.model.config.v1.HTTPServingInfo
-
Packages that use HTTPServingInfo Package Description io.fabric8.openshift.api.model.config.v1 -
-
Uses of HTTPServingInfo in io.fabric8.openshift.api.model.config.v1
Methods in io.fabric8.openshift.api.model.config.v1 that return HTTPServingInfo Modifier and Type Method Description HTTPServingInfoHTTPServingInfoBuilder. build()HTTPServingInfoGenericAPIServerConfigFluent. buildServingInfo()HTTPServingInfoGenericControllerConfigFluent. buildServingInfo()HTTPServingInfoGenericAPIServerConfig. getServingInfo()GenericAPIServerConfig is an inline-able struct for aggregated apiservers that need to store data in etcdHTTPServingInfoGenericControllerConfig. getServingInfo()GenericControllerConfig provides information to configure a controllerMethods in io.fabric8.openshift.api.model.config.v1 with parameters of type HTTPServingInfo Modifier and Type Method Description protected voidHTTPServingInfoFluent. copyInstance(HTTPServingInfo instance)GenericAPIServerConfigFluent.ServingInfoNested<A>GenericAPIServerConfigFluent. editOrNewServingInfoLike(HTTPServingInfo item)GenericControllerConfigFluent.ServingInfoNested<A>GenericControllerConfigFluent. editOrNewServingInfoLike(HTTPServingInfo item)voidGenericAPIServerConfig. setServingInfo(HTTPServingInfo servingInfo)GenericAPIServerConfig is an inline-able struct for aggregated apiservers that need to store data in etcdvoidGenericControllerConfig. setServingInfo(HTTPServingInfo servingInfo)GenericControllerConfig provides information to configure a controllerGenericAPIServerConfigFluent.ServingInfoNested<A>GenericAPIServerConfigFluent. withNewServingInfoLike(HTTPServingInfo item)GenericControllerConfigFluent.ServingInfoNested<A>GenericControllerConfigFluent. withNewServingInfoLike(HTTPServingInfo item)AGenericAPIServerConfigFluent. withServingInfo(HTTPServingInfo servingInfo)AGenericControllerConfigFluent. withServingInfo(HTTPServingInfo servingInfo)Constructors in io.fabric8.openshift.api.model.config.v1 with parameters of type HTTPServingInfo Constructor Description GenericAPIServerConfig(AdmissionConfig admission, AuditConfig auditConfig, List<String> corsAllowedOrigins, KubeClientConfig kubeClientConfig, HTTPServingInfo servingInfo, EtcdStorageConfig storageConfig)GenericControllerConfig(DelegatedAuthentication authentication, DelegatedAuthorization authorization, LeaderElection leaderElection, HTTPServingInfo servingInfo)HTTPServingInfoBuilder(HTTPServingInfo instance)HTTPServingInfoBuilder(HTTPServingInfoFluent<?> fluent, HTTPServingInfo instance)HTTPServingInfoFluent(HTTPServingInfo instance)
-