Uses of Class
io.fabric8.kubernetes.api.model.resource.v1alpha2.PodSchedulingContext
-
Packages that use PodSchedulingContext Package Description io.fabric8.kubernetes.api.model.resource.v1alpha2 -
-
Uses of PodSchedulingContext in io.fabric8.kubernetes.api.model.resource.v1alpha2
Methods in io.fabric8.kubernetes.api.model.resource.v1alpha2 that return PodSchedulingContext Modifier and Type Method Description PodSchedulingContextPodSchedulingContextBuilder. build()PodSchedulingContextPodSchedulingContextListFluent. buildFirstItem()PodSchedulingContextPodSchedulingContextListFluent. buildItem(int index)PodSchedulingContextPodSchedulingContextListFluent. buildLastItem()PodSchedulingContextPodSchedulingContextListFluent. buildMatchingItem(Predicate<PodSchedulingContextBuilder> predicate)Methods in io.fabric8.kubernetes.api.model.resource.v1alpha2 that return types with arguments of type PodSchedulingContext Modifier and Type Method Description List<PodSchedulingContext>PodSchedulingContextListFluent. buildItems()List<PodSchedulingContext>PodSchedulingContextList. getItems()Items is the list of PodSchedulingContext objects.Methods in io.fabric8.kubernetes.api.model.resource.v1alpha2 with parameters of type PodSchedulingContext Modifier and Type Method Description PodSchedulingContextListFluent.ItemsNested<A>PodSchedulingContextListFluent. addNewItemLike(PodSchedulingContext item)APodSchedulingContextListFluent. addToItems(int index, PodSchedulingContext item)APodSchedulingContextListFluent. addToItems(PodSchedulingContext... items)protected voidPodSchedulingContextFluent. copyInstance(PodSchedulingContext instance)APodSchedulingContextListFluent. removeFromItems(PodSchedulingContext... items)PodSchedulingContextListFluent.ItemsNested<A>PodSchedulingContextListFluent. setNewItemLike(int index, PodSchedulingContext item)APodSchedulingContextListFluent. setToItems(int index, PodSchedulingContext item)APodSchedulingContextListFluent. withItems(PodSchedulingContext... items)Method parameters in io.fabric8.kubernetes.api.model.resource.v1alpha2 with type arguments of type PodSchedulingContext Modifier and Type Method Description APodSchedulingContextListFluent. addAllToItems(Collection<PodSchedulingContext> items)APodSchedulingContextListFluent. removeAllFromItems(Collection<PodSchedulingContext> items)voidPodSchedulingContextList. setItems(List<PodSchedulingContext> items)Items is the list of PodSchedulingContext objects.APodSchedulingContextListFluent. withItems(List<PodSchedulingContext> items)Constructors in io.fabric8.kubernetes.api.model.resource.v1alpha2 with parameters of type PodSchedulingContext Constructor Description PodSchedulingContextBuilder(PodSchedulingContext instance)PodSchedulingContextBuilder(PodSchedulingContextFluent<?> fluent, PodSchedulingContext instance)PodSchedulingContextFluent(PodSchedulingContext instance)Constructor parameters in io.fabric8.kubernetes.api.model.resource.v1alpha2 with type arguments of type PodSchedulingContext Constructor Description PodSchedulingContextList(String apiVersion, List<PodSchedulingContext> items, String kind, io.fabric8.kubernetes.api.model.ListMeta metadata)
-