Uses of Class
io.fabric8.openshift.api.model.RoleBindingRestriction
-
Packages that use RoleBindingRestriction Package Description io.fabric8.openshift.api.model -
-
Uses of RoleBindingRestriction in io.fabric8.openshift.api.model
Methods in io.fabric8.openshift.api.model that return RoleBindingRestriction Modifier and Type Method Description RoleBindingRestrictionRoleBindingRestrictionBuilder. build()RoleBindingRestrictionRoleBindingRestrictionListFluent. buildFirstItem()RoleBindingRestrictionRoleBindingRestrictionListFluent. buildItem(int index)RoleBindingRestrictionRoleBindingRestrictionListFluent. buildLastItem()RoleBindingRestrictionRoleBindingRestrictionListFluent. buildMatchingItem(Predicate<RoleBindingRestrictionBuilder> predicate)Methods in io.fabric8.openshift.api.model that return types with arguments of type RoleBindingRestriction Modifier and Type Method Description List<RoleBindingRestriction>RoleBindingRestrictionListFluent. buildItems()List<RoleBindingRestriction>RoleBindingRestrictionList. getItems()items is a list of RoleBindingRestriction objects.Methods in io.fabric8.openshift.api.model with parameters of type RoleBindingRestriction Modifier and Type Method Description RoleBindingRestrictionListFluent.ItemsNested<A>RoleBindingRestrictionListFluent. addNewItemLike(RoleBindingRestriction item)ARoleBindingRestrictionListFluent. addToItems(int index, RoleBindingRestriction item)ARoleBindingRestrictionListFluent. addToItems(RoleBindingRestriction... items)protected voidRoleBindingRestrictionFluent. copyInstance(RoleBindingRestriction instance)ARoleBindingRestrictionListFluent. removeFromItems(RoleBindingRestriction... items)RoleBindingRestrictionListFluent.ItemsNested<A>RoleBindingRestrictionListFluent. setNewItemLike(int index, RoleBindingRestriction item)ARoleBindingRestrictionListFluent. setToItems(int index, RoleBindingRestriction item)ARoleBindingRestrictionListFluent. withItems(RoleBindingRestriction... items)Method parameters in io.fabric8.openshift.api.model with type arguments of type RoleBindingRestriction Modifier and Type Method Description ARoleBindingRestrictionListFluent. addAllToItems(Collection<RoleBindingRestriction> items)ARoleBindingRestrictionListFluent. removeAllFromItems(Collection<RoleBindingRestriction> items)voidRoleBindingRestrictionList. setItems(List<RoleBindingRestriction> items)items is a list of RoleBindingRestriction objects.ARoleBindingRestrictionListFluent. withItems(List<RoleBindingRestriction> items)Constructors in io.fabric8.openshift.api.model with parameters of type RoleBindingRestriction Constructor Description RoleBindingRestrictionBuilder(RoleBindingRestriction instance)RoleBindingRestrictionBuilder(RoleBindingRestrictionFluent<?> fluent, RoleBindingRestriction instance)RoleBindingRestrictionFluent(RoleBindingRestriction instance)Constructor parameters in io.fabric8.openshift.api.model with type arguments of type RoleBindingRestriction Constructor Description RoleBindingRestrictionList(String apiVersion, List<RoleBindingRestriction> items, String kind, io.fabric8.kubernetes.api.model.ListMeta metadata)
-