Uses of Class
io.fabric8.openshift.api.model.config.v1.Console
-
Packages that use Console Package Description io.fabric8.openshift.api.model.config.v1 -
-
Uses of Console in io.fabric8.openshift.api.model.config.v1
Methods in io.fabric8.openshift.api.model.config.v1 that return Console Modifier and Type Method Description ConsoleConsoleBuilder. build()ConsoleConsoleListFluent. buildFirstItem()ConsoleConsoleListFluent. buildItem(int index)ConsoleConsoleListFluent. buildLastItem()ConsoleConsoleListFluent. buildMatchingItem(Predicate<ConsoleBuilder> predicate)Methods in io.fabric8.openshift.api.model.config.v1 that return types with arguments of type Console Modifier and Type Method Description List<Console>ConsoleListFluent. buildItems()List<Console>ConsoleList. getItems()Compatibility level 1: Stable within a major release for a minimum of 12 months or 3 minor releases (whichever is longer).Methods in io.fabric8.openshift.api.model.config.v1 with parameters of type Console Modifier and Type Method Description ConsoleListFluent.ItemsNested<A>ConsoleListFluent. addNewItemLike(Console item)AConsoleListFluent. addToItems(int index, Console item)AConsoleListFluent. addToItems(Console... items)protected voidConsoleFluent. copyInstance(Console instance)AConsoleListFluent. removeFromItems(Console... items)ConsoleListFluent.ItemsNested<A>ConsoleListFluent. setNewItemLike(int index, Console item)AConsoleListFluent. setToItems(int index, Console item)AConsoleListFluent. withItems(Console... items)Method parameters in io.fabric8.openshift.api.model.config.v1 with type arguments of type Console Modifier and Type Method Description AConsoleListFluent. addAllToItems(Collection<Console> items)AConsoleListFluent. removeAllFromItems(Collection<Console> items)voidConsoleList. setItems(List<Console> items)Compatibility level 1: Stable within a major release for a minimum of 12 months or 3 minor releases (whichever is longer).AConsoleListFluent. withItems(List<Console> items)Constructors in io.fabric8.openshift.api.model.config.v1 with parameters of type Console Constructor Description ConsoleBuilder(Console instance)ConsoleBuilder(ConsoleFluent<?> fluent, Console instance)ConsoleFluent(Console instance)Constructor parameters in io.fabric8.openshift.api.model.config.v1 with type arguments of type Console Constructor Description ConsoleList(String apiVersion, List<Console> items, String kind, io.fabric8.kubernetes.api.model.ListMeta metadata)
-