Uses of Class
io.fabric8.openshift.api.model.console.v1.ConsoleNotificationSpec
-
-
Uses of ConsoleNotificationSpec in io.fabric8.openshift.api.model.console.v1
Methods in io.fabric8.openshift.api.model.console.v1 that return ConsoleNotificationSpec Modifier and Type Method Description ConsoleNotificationSpecConsoleNotificationSpecBuilder. build()ConsoleNotificationSpecConsoleNotificationFluent. buildSpec()ConsoleNotificationSpecConsoleNotification. getSpec()ConsoleNotification is the extension for configuring openshift web console notifications.Methods in io.fabric8.openshift.api.model.console.v1 with parameters of type ConsoleNotificationSpec Modifier and Type Method Description protected voidConsoleNotificationSpecFluent. copyInstance(ConsoleNotificationSpec instance)ConsoleNotificationFluent.SpecNested<A>ConsoleNotificationFluent. editOrNewSpecLike(ConsoleNotificationSpec item)voidConsoleNotification. setSpec(ConsoleNotificationSpec spec)ConsoleNotification is the extension for configuring openshift web console notifications.ConsoleNotificationFluent.SpecNested<A>ConsoleNotificationFluent. withNewSpecLike(ConsoleNotificationSpec item)AConsoleNotificationFluent. withSpec(ConsoleNotificationSpec spec)Constructors in io.fabric8.openshift.api.model.console.v1 with parameters of type ConsoleNotificationSpec Constructor Description ConsoleNotification(String apiVersion, String kind, io.fabric8.kubernetes.api.model.ObjectMeta metadata, ConsoleNotificationSpec spec)ConsoleNotificationSpecBuilder(ConsoleNotificationSpec instance)ConsoleNotificationSpecBuilder(ConsoleNotificationSpecFluent<?> fluent, ConsoleNotificationSpec instance)ConsoleNotificationSpecFluent(ConsoleNotificationSpec instance)
-