public interface ConsoleLinkSpecFluent<A extends ConsoleLinkSpecFluent<A>>
extends io.fabric8.kubernetes.api.builder.Fluent<A>
| Modifier and Type | Interface and Description |
|---|---|
static interface |
ConsoleLinkSpecFluent.ApplicationMenuNested<N> |
static interface |
ConsoleLinkSpecFluent.NamespaceDashboardNested<N> |
@Deprecated ApplicationMenuSpec getApplicationMenu()
ApplicationMenuSpec buildApplicationMenu()
A withApplicationMenu(ApplicationMenuSpec applicationMenu)
Boolean hasApplicationMenu()
ConsoleLinkSpecFluent.ApplicationMenuNested<A> withNewApplicationMenu()
ConsoleLinkSpecFluent.ApplicationMenuNested<A> withNewApplicationMenuLike(ApplicationMenuSpec item)
ConsoleLinkSpecFluent.ApplicationMenuNested<A> editApplicationMenu()
ConsoleLinkSpecFluent.ApplicationMenuNested<A> editOrNewApplicationMenu()
ConsoleLinkSpecFluent.ApplicationMenuNested<A> editOrNewApplicationMenuLike(ApplicationMenuSpec item)
String getHref()
Boolean hasHref()
A withNewHref(StringBuilder arg1)
A withNewHref(StringBuffer arg1)
String getLocation()
Boolean hasLocation()
A withNewLocation(StringBuilder arg1)
A withNewLocation(StringBuffer arg1)
@Deprecated NamespaceDashboardSpec getNamespaceDashboard()
NamespaceDashboardSpec buildNamespaceDashboard()
A withNamespaceDashboard(NamespaceDashboardSpec namespaceDashboard)
Boolean hasNamespaceDashboard()
ConsoleLinkSpecFluent.NamespaceDashboardNested<A> withNewNamespaceDashboard()
ConsoleLinkSpecFluent.NamespaceDashboardNested<A> withNewNamespaceDashboardLike(NamespaceDashboardSpec item)
ConsoleLinkSpecFluent.NamespaceDashboardNested<A> editNamespaceDashboard()
ConsoleLinkSpecFluent.NamespaceDashboardNested<A> editOrNewNamespaceDashboard()
ConsoleLinkSpecFluent.NamespaceDashboardNested<A> editOrNewNamespaceDashboardLike(NamespaceDashboardSpec item)
String getText()
Boolean hasText()
A withNewText(StringBuilder arg1)
A withNewText(StringBuffer arg1)
Copyright © 2015–2022 Red Hat. All rights reserved.