Uses of Class
io.fabric8.openshift.api.model.console.v1.ConsolePluginProxyServiceConfig
-
-
Uses of ConsolePluginProxyServiceConfig in io.fabric8.openshift.api.model.console.v1
Methods in io.fabric8.openshift.api.model.console.v1 that return ConsolePluginProxyServiceConfig Modifier and Type Method Description ConsolePluginProxyServiceConfigConsolePluginProxyServiceConfigBuilder. build()ConsolePluginProxyServiceConfigConsolePluginProxyEndpointFluent. buildService()ConsolePluginProxyServiceConfigConsolePluginProxyEndpoint. getService()ConsolePluginProxyEndpoint holds information about the endpoint to which request will be proxied to.Methods in io.fabric8.openshift.api.model.console.v1 with parameters of type ConsolePluginProxyServiceConfig Modifier and Type Method Description protected voidConsolePluginProxyServiceConfigFluent. copyInstance(ConsolePluginProxyServiceConfig instance)ConsolePluginProxyEndpointFluent.ServiceNested<A>ConsolePluginProxyEndpointFluent. editOrNewServiceLike(ConsolePluginProxyServiceConfig item)voidConsolePluginProxyEndpoint. setService(ConsolePluginProxyServiceConfig service)ConsolePluginProxyEndpoint holds information about the endpoint to which request will be proxied to.ConsolePluginProxyEndpointFluent.ServiceNested<A>ConsolePluginProxyEndpointFluent. withNewServiceLike(ConsolePluginProxyServiceConfig item)AConsolePluginProxyEndpointFluent. withService(ConsolePluginProxyServiceConfig service)Constructors in io.fabric8.openshift.api.model.console.v1 with parameters of type ConsolePluginProxyServiceConfig Constructor Description ConsolePluginProxyEndpoint(ConsolePluginProxyServiceConfig service, String type)ConsolePluginProxyServiceConfigBuilder(ConsolePluginProxyServiceConfig instance)ConsolePluginProxyServiceConfigBuilder(ConsolePluginProxyServiceConfigFluent<?> fluent, ConsolePluginProxyServiceConfig instance)ConsolePluginProxyServiceConfigFluent(ConsolePluginProxyServiceConfig instance)
-