Uses of Class
io.fabric8.openshift.api.model.config.v1.Scheduler
-
Packages that use Scheduler Package Description io.fabric8.openshift.api.model.config.v1 -
-
Uses of Scheduler in io.fabric8.openshift.api.model.config.v1
Methods in io.fabric8.openshift.api.model.config.v1 that return Scheduler Modifier and Type Method Description SchedulerSchedulerBuilder. build()SchedulerSchedulerListFluent. buildFirstItem()SchedulerSchedulerListFluent. buildItem(int index)SchedulerSchedulerListFluent. buildLastItem()SchedulerSchedulerListFluent. buildMatchingItem(Predicate<SchedulerBuilder> predicate)Methods in io.fabric8.openshift.api.model.config.v1 that return types with arguments of type Scheduler Modifier and Type Method Description List<Scheduler>SchedulerListFluent. buildItems()List<Scheduler>SchedulerList. 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 Scheduler Modifier and Type Method Description SchedulerListFluent.ItemsNested<A>SchedulerListFluent. addNewItemLike(Scheduler item)ASchedulerListFluent. addToItems(int index, Scheduler item)ASchedulerListFluent. addToItems(Scheduler... items)protected voidSchedulerFluent. copyInstance(Scheduler instance)ASchedulerListFluent. removeFromItems(Scheduler... items)SchedulerListFluent.ItemsNested<A>SchedulerListFluent. setNewItemLike(int index, Scheduler item)ASchedulerListFluent. setToItems(int index, Scheduler item)ASchedulerListFluent. withItems(Scheduler... items)Method parameters in io.fabric8.openshift.api.model.config.v1 with type arguments of type Scheduler Modifier and Type Method Description ASchedulerListFluent. addAllToItems(Collection<Scheduler> items)ASchedulerListFluent. removeAllFromItems(Collection<Scheduler> items)voidSchedulerList. setItems(List<Scheduler> items)Compatibility level 1: Stable within a major release for a minimum of 12 months or 3 minor releases (whichever is longer).ASchedulerListFluent. withItems(List<Scheduler> items)Constructors in io.fabric8.openshift.api.model.config.v1 with parameters of type Scheduler Constructor Description SchedulerBuilder(Scheduler instance)SchedulerBuilder(SchedulerFluent<?> fluent, Scheduler instance)SchedulerFluent(Scheduler instance)Constructor parameters in io.fabric8.openshift.api.model.config.v1 with type arguments of type Scheduler Constructor Description SchedulerList(String apiVersion, List<Scheduler> items, String kind, io.fabric8.kubernetes.api.model.ListMeta metadata)
-