Uses of Class
io.fabric8.openclustermanagement.api.model.operator.v1.Klusterlet
-
Packages that use Klusterlet Package Description io.fabric8.openclustermanagement.api.model.operator.v1 -
-
Uses of Klusterlet in io.fabric8.openclustermanagement.api.model.operator.v1
Methods in io.fabric8.openclustermanagement.api.model.operator.v1 that return Klusterlet Modifier and Type Method Description KlusterletKlusterletBuilder. build()KlusterletKlusterletListFluent. buildFirstItem()KlusterletKlusterletListFluent. buildItem(int index)KlusterletKlusterletListFluent. buildLastItem()KlusterletKlusterletListFluent. buildMatchingItem(Predicate<KlusterletBuilder> predicate)Methods in io.fabric8.openclustermanagement.api.model.operator.v1 that return types with arguments of type Klusterlet Modifier and Type Method Description List<Klusterlet>KlusterletListFluent. buildItems()List<Klusterlet>KlusterletList. getItems()Methods in io.fabric8.openclustermanagement.api.model.operator.v1 with parameters of type Klusterlet Modifier and Type Method Description KlusterletListFluent.ItemsNested<A>KlusterletListFluent. addNewItemLike(Klusterlet item)AKlusterletListFluent. addToItems(int index, Klusterlet item)AKlusterletListFluent. addToItems(Klusterlet... items)protected voidKlusterletFluent. copyInstance(Klusterlet instance)AKlusterletListFluent. removeFromItems(Klusterlet... items)KlusterletListFluent.ItemsNested<A>KlusterletListFluent. setNewItemLike(int index, Klusterlet item)AKlusterletListFluent. setToItems(int index, Klusterlet item)AKlusterletListFluent. withItems(Klusterlet... items)Method parameters in io.fabric8.openclustermanagement.api.model.operator.v1 with type arguments of type Klusterlet Modifier and Type Method Description AKlusterletListFluent. addAllToItems(Collection<Klusterlet> items)AKlusterletListFluent. removeAllFromItems(Collection<Klusterlet> items)voidKlusterletList. setItems(List<Klusterlet> items)AKlusterletListFluent. withItems(List<Klusterlet> items)Constructors in io.fabric8.openclustermanagement.api.model.operator.v1 with parameters of type Klusterlet Constructor Description KlusterletBuilder(Klusterlet instance)KlusterletBuilder(KlusterletFluent<?> fluent, Klusterlet instance)KlusterletFluent(Klusterlet instance)Constructor parameters in io.fabric8.openclustermanagement.api.model.operator.v1 with type arguments of type Klusterlet Constructor Description KlusterletList(String apiVersion, List<Klusterlet> items, String kind, io.fabric8.kubernetes.api.model.ListMeta metadata)
-