Uses of Class
io.fabric8.openshift.api.model.config.v1.ConsoleSpec
-
Packages that use ConsoleSpec Package Description io.fabric8.openshift.api.model.config.v1 -
-
Uses of ConsoleSpec in io.fabric8.openshift.api.model.config.v1
Methods in io.fabric8.openshift.api.model.config.v1 that return ConsoleSpec Modifier and Type Method Description ConsoleSpecConsoleSpecBuilder. build()ConsoleSpecConsoleFluent. buildSpec()ConsoleSpecConsole. getSpec()Console holds cluster-wide configuration for the web console, including the logout URL, and reports the public URL of the console.Methods in io.fabric8.openshift.api.model.config.v1 with parameters of type ConsoleSpec Modifier and Type Method Description protected voidConsoleSpecFluent. copyInstance(ConsoleSpec instance)ConsoleFluent.SpecNested<A>ConsoleFluent. editOrNewSpecLike(ConsoleSpec item)voidConsole. setSpec(ConsoleSpec spec)Console holds cluster-wide configuration for the web console, including the logout URL, and reports the public URL of the console.ConsoleFluent.SpecNested<A>ConsoleFluent. withNewSpecLike(ConsoleSpec item)AConsoleFluent. withSpec(ConsoleSpec spec)Constructors in io.fabric8.openshift.api.model.config.v1 with parameters of type ConsoleSpec Constructor Description Console(String apiVersion, String kind, io.fabric8.kubernetes.api.model.ObjectMeta metadata, ConsoleSpec spec, ConsoleStatus status)ConsoleSpecBuilder(ConsoleSpec instance)ConsoleSpecBuilder(ConsoleSpecFluent<?> fluent, ConsoleSpec instance)ConsoleSpecFluent(ConsoleSpec instance)
-