Uses of Class
io.fabric8.openshift.api.model.console.v1.NamespaceDashboardSpec
-
-
Uses of NamespaceDashboardSpec in io.fabric8.openshift.api.model.console.v1
Methods in io.fabric8.openshift.api.model.console.v1 that return NamespaceDashboardSpec Modifier and Type Method Description NamespaceDashboardSpecNamespaceDashboardSpecBuilder. build()NamespaceDashboardSpecConsoleLinkSpecFluent. buildNamespaceDashboard()NamespaceDashboardSpecConsoleLinkSpec. getNamespaceDashboard()ConsoleLinkSpec is the desired console link configuration.Methods in io.fabric8.openshift.api.model.console.v1 with parameters of type NamespaceDashboardSpec Modifier and Type Method Description protected voidNamespaceDashboardSpecFluent. copyInstance(NamespaceDashboardSpec instance)ConsoleLinkSpecFluent.NamespaceDashboardNested<A>ConsoleLinkSpecFluent. editOrNewNamespaceDashboardLike(NamespaceDashboardSpec item)voidConsoleLinkSpec. setNamespaceDashboard(NamespaceDashboardSpec namespaceDashboard)ConsoleLinkSpec is the desired console link configuration.AConsoleLinkSpecFluent. withNamespaceDashboard(NamespaceDashboardSpec namespaceDashboard)ConsoleLinkSpecFluent.NamespaceDashboardNested<A>ConsoleLinkSpecFluent. withNewNamespaceDashboardLike(NamespaceDashboardSpec item)Constructors in io.fabric8.openshift.api.model.console.v1 with parameters of type NamespaceDashboardSpec Constructor Description ConsoleLinkSpec(ApplicationMenuSpec applicationMenu, String href, String location, NamespaceDashboardSpec namespaceDashboard, String text)NamespaceDashboardSpecBuilder(NamespaceDashboardSpec instance)NamespaceDashboardSpecBuilder(NamespaceDashboardSpecFluent<?> fluent, NamespaceDashboardSpec instance)NamespaceDashboardSpecFluent(NamespaceDashboardSpec instance)
-