Interface ConsoleLinkSpecFluent<A extends ConsoleLinkSpecFluent<A>>
-
- All Superinterfaces:
io.fabric8.kubernetes.api.builder.Fluent<A>
- All Known Subinterfaces:
ConsoleLinkFluent.SpecNested<N>
- All Known Implementing Classes:
ConsoleLinkFluentImpl.SpecNestedImpl,ConsoleLinkSpecBuilder,ConsoleLinkSpecFluentImpl
public interface ConsoleLinkSpecFluent<A extends ConsoleLinkSpecFluent<A>> extends io.fabric8.kubernetes.api.builder.Fluent<A>
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interfaceConsoleLinkSpecFluent.ApplicationMenuNested<N>static interfaceConsoleLinkSpecFluent.NamespaceDashboardNested<N>
-
Method Summary
-
-
-
Method Detail
-
getApplicationMenu
@Deprecated ApplicationMenuSpec getApplicationMenu()
Deprecated.This method has been deprecated, please use method buildApplicationMenu instead.- Returns:
- The buildable object.
-
buildApplicationMenu
ApplicationMenuSpec buildApplicationMenu()
-
withApplicationMenu
A withApplicationMenu(ApplicationMenuSpec applicationMenu)
-
hasApplicationMenu
Boolean hasApplicationMenu()
-
withNewApplicationMenu
ConsoleLinkSpecFluent.ApplicationMenuNested<A> withNewApplicationMenu()
-
withNewApplicationMenuLike
ConsoleLinkSpecFluent.ApplicationMenuNested<A> withNewApplicationMenuLike(ApplicationMenuSpec item)
-
editApplicationMenu
ConsoleLinkSpecFluent.ApplicationMenuNested<A> editApplicationMenu()
-
editOrNewApplicationMenu
ConsoleLinkSpecFluent.ApplicationMenuNested<A> editOrNewApplicationMenu()
-
editOrNewApplicationMenuLike
ConsoleLinkSpecFluent.ApplicationMenuNested<A> editOrNewApplicationMenuLike(ApplicationMenuSpec item)
-
getHref
String getHref()
-
hasHref
Boolean hasHref()
-
withNewHref
A withNewHref(StringBuilder arg1)
-
withNewHref
A withNewHref(StringBuffer arg1)
-
getLocation
String getLocation()
-
hasLocation
Boolean hasLocation()
-
withNewLocation
A withNewLocation(StringBuilder arg1)
-
withNewLocation
A withNewLocation(StringBuffer arg1)
-
getNamespaceDashboard
@Deprecated NamespaceDashboardSpec getNamespaceDashboard()
Deprecated.This method has been deprecated, please use method buildNamespaceDashboard instead.- Returns:
- The buildable object.
-
buildNamespaceDashboard
NamespaceDashboardSpec buildNamespaceDashboard()
-
withNamespaceDashboard
A withNamespaceDashboard(NamespaceDashboardSpec namespaceDashboard)
-
hasNamespaceDashboard
Boolean hasNamespaceDashboard()
-
withNewNamespaceDashboard
ConsoleLinkSpecFluent.NamespaceDashboardNested<A> withNewNamespaceDashboard()
-
withNewNamespaceDashboardLike
ConsoleLinkSpecFluent.NamespaceDashboardNested<A> withNewNamespaceDashboardLike(NamespaceDashboardSpec item)
-
editNamespaceDashboard
ConsoleLinkSpecFluent.NamespaceDashboardNested<A> editNamespaceDashboard()
-
editOrNewNamespaceDashboard
ConsoleLinkSpecFluent.NamespaceDashboardNested<A> editOrNewNamespaceDashboard()
-
editOrNewNamespaceDashboardLike
ConsoleLinkSpecFluent.NamespaceDashboardNested<A> editOrNewNamespaceDashboardLike(NamespaceDashboardSpec item)
-
getText
String getText()
-
hasText
Boolean hasText()
-
withNewText
A withNewText(StringBuilder arg1)
-
withNewText
A withNewText(StringBuffer arg1)
-
-