Uses of Class
io.fabric8.kubernetes.api.model.scheduling.v1alpha2.PodGroup
-
Packages that use PodGroup Package Description io.fabric8.kubernetes.api.model.scheduling.v1alpha2 -
-
Uses of PodGroup in io.fabric8.kubernetes.api.model.scheduling.v1alpha2
Methods in io.fabric8.kubernetes.api.model.scheduling.v1alpha2 that return PodGroup Modifier and Type Method Description PodGroupPodGroupBuilder. build()PodGroupPodGroupListFluent. buildFirstItem()PodGroupPodGroupListFluent. buildItem(int index)PodGroupPodGroupListFluent. buildLastItem()PodGroupPodGroupListFluent. buildMatchingItem(Predicate<PodGroupBuilder> predicate)Methods in io.fabric8.kubernetes.api.model.scheduling.v1alpha2 that return types with arguments of type PodGroup Modifier and Type Method Description List<PodGroup>PodGroupListFluent. buildItems()List<PodGroup>PodGroupList. getItems()Items is the list of PodGroups.Methods in io.fabric8.kubernetes.api.model.scheduling.v1alpha2 with parameters of type PodGroup Modifier and Type Method Description PodGroupListFluent.ItemsNested<A>PodGroupListFluent. addNewItemLike(PodGroup item)APodGroupListFluent. addToItems(int index, PodGroup item)APodGroupListFluent. addToItems(PodGroup... items)protected voidPodGroupFluent. copyInstance(PodGroup instance)APodGroupListFluent. removeFromItems(PodGroup... items)PodGroupListFluent.ItemsNested<A>PodGroupListFluent. setNewItemLike(int index, PodGroup item)APodGroupListFluent. setToItems(int index, PodGroup item)APodGroupListFluent. withItems(PodGroup... items)Method parameters in io.fabric8.kubernetes.api.model.scheduling.v1alpha2 with type arguments of type PodGroup Modifier and Type Method Description APodGroupListFluent. addAllToItems(Collection<PodGroup> items)APodGroupListFluent. removeAllFromItems(Collection<PodGroup> items)voidPodGroupList. setItems(List<PodGroup> items)Items is the list of PodGroups.APodGroupListFluent. withItems(List<PodGroup> items)Constructors in io.fabric8.kubernetes.api.model.scheduling.v1alpha2 with parameters of type PodGroup Constructor Description PodGroupBuilder(PodGroup instance)PodGroupBuilder(PodGroupFluent<?> fluent, PodGroup instance)PodGroupFluent(PodGroup instance)Constructor parameters in io.fabric8.kubernetes.api.model.scheduling.v1alpha2 with type arguments of type PodGroup Constructor Description PodGroupList(String apiVersion, List<PodGroup> items, String kind, ListMeta metadata)
-