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