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()
String getLocation()
Boolean hasLocation()
@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()
Boolean hasAdditionalProperties()
Copyright © 2015–2022 Red Hat. All rights reserved.