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