Uses of Class
io.fabric8.kubernetes.api.model.rbac.ClusterRoleBindingListFluent.ItemsNested
-
-
Uses of ClusterRoleBindingListFluent.ItemsNested in io.fabric8.kubernetes.api.model.rbac
Methods in io.fabric8.kubernetes.api.model.rbac 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)
-