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