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(int[] arg1, int arg2, int arg3)
A withNewHref(char[] arg1)
A withNewHref(StringBuffer arg1)
A withNewHref(byte[] arg1, int arg2)
A withNewHref(byte[] arg1)
A withNewHref(char[] arg1, int arg2, int arg3)
A withNewHref(byte[] arg1, int arg2, int arg3)
A withNewHref(byte[] arg1, int arg2, int arg3, int arg4)
String getLocation()
Boolean hasLocation()
A withNewLocation(StringBuilder arg1)
A withNewLocation(int[] arg1, int arg2, int arg3)
A withNewLocation(char[] arg1)
A withNewLocation(StringBuffer arg1)
A withNewLocation(byte[] arg1, int arg2)
A withNewLocation(byte[] arg1)
A withNewLocation(char[] arg1, int arg2, int arg3)
A withNewLocation(byte[] arg1, int arg2, int arg3)
A withNewLocation(byte[] arg1, int arg2, int arg3, int arg4)
@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(int[] arg1, int arg2, int arg3)
A withNewText(char[] arg1)
A withNewText(StringBuffer arg1)
A withNewText(byte[] arg1, int arg2)
A withNewText(byte[] arg1)
A withNewText(char[] arg1, int arg2, int arg3)
A withNewText(byte[] arg1, int arg2, int arg3)
A withNewText(byte[] arg1, int arg2, int arg3, int arg4)
Copyright © 2015–2021 Red Hat. All rights reserved.