Uses of Class
io.fabric8.openshift.api.model.console.v1.ConsolePluginProxyEndpoint
-
-
Uses of ConsolePluginProxyEndpoint in io.fabric8.openshift.api.model.console.v1
Methods in io.fabric8.openshift.api.model.console.v1 that return ConsolePluginProxyEndpoint Modifier and Type Method Description ConsolePluginProxyEndpointConsolePluginProxyEndpointBuilder. build()ConsolePluginProxyEndpointConsolePluginProxyFluent. buildEndpoint()ConsolePluginProxyEndpointConsolePluginProxy. getEndpoint()ConsolePluginProxy holds information on various service types to which console's backend will proxy the plugin's requests.Methods in io.fabric8.openshift.api.model.console.v1 with parameters of type ConsolePluginProxyEndpoint Modifier and Type Method Description protected voidConsolePluginProxyEndpointFluent. copyInstance(ConsolePluginProxyEndpoint instance)ConsolePluginProxyFluent.EndpointNested<A>ConsolePluginProxyFluent. editOrNewEndpointLike(ConsolePluginProxyEndpoint item)voidConsolePluginProxy. setEndpoint(ConsolePluginProxyEndpoint endpoint)ConsolePluginProxy holds information on various service types to which console's backend will proxy the plugin's requests.AConsolePluginProxyFluent. withEndpoint(ConsolePluginProxyEndpoint endpoint)ConsolePluginProxyFluent.EndpointNested<A>ConsolePluginProxyFluent. withNewEndpointLike(ConsolePluginProxyEndpoint item)Constructors in io.fabric8.openshift.api.model.console.v1 with parameters of type ConsolePluginProxyEndpoint Constructor Description ConsolePluginProxy(String alias, String authorization, String caCertificate, ConsolePluginProxyEndpoint endpoint)ConsolePluginProxyEndpointBuilder(ConsolePluginProxyEndpoint instance)ConsolePluginProxyEndpointBuilder(ConsolePluginProxyEndpointFluent<?> fluent, ConsolePluginProxyEndpoint instance)ConsolePluginProxyEndpointFluent(ConsolePluginProxyEndpoint instance)
-