Uses of Class
io.fabric8.openshift.api.model.operator.v1.ServiceCAListFluent.ItemsNested
-
Packages that use ServiceCAListFluent.ItemsNested Package Description io.fabric8.openshift.api.model.operator.v1 -
-
Uses of ServiceCAListFluent.ItemsNested in io.fabric8.openshift.api.model.operator.v1
Methods in io.fabric8.openshift.api.model.operator.v1 that return ServiceCAListFluent.ItemsNested Modifier and Type Method Description ServiceCAListFluent.ItemsNested<A>ServiceCAListFluent. addNewItem()ServiceCAListFluent.ItemsNested<A>ServiceCAListFluent. addNewItemLike(ServiceCA item)ServiceCAListFluent.ItemsNested<A>ServiceCAListFluent. editFirstItem()ServiceCAListFluent.ItemsNested<A>ServiceCAListFluent. editItem(int index)ServiceCAListFluent.ItemsNested<A>ServiceCAListFluent. editLastItem()ServiceCAListFluent.ItemsNested<A>ServiceCAListFluent. editMatchingItem(Predicate<ServiceCABuilder> predicate)ServiceCAListFluent.ItemsNested<A>ServiceCAListFluent. setNewItemLike(int index, ServiceCA item)
-