Uses of Class
io.fabric8.openshift.api.model.Role
-
Packages that use Role Package Description io.fabric8.openshift.api.model -
-
Uses of Role in io.fabric8.openshift.api.model
Methods in io.fabric8.openshift.api.model that return Role Modifier and Type Method Description RoleRoleBuilder. build()RoleRoleListFluent. buildFirstItem()RoleRoleListFluent. buildItem(int index)RoleRoleListFluent. buildLastItem()RoleRoleListFluent. buildMatchingItem(Predicate<RoleBuilder> predicate)RoleNamedRoleFluent. buildRole()RoleNamedRole. getRole()NamedRole relates a Role with a nameMethods in io.fabric8.openshift.api.model that return types with arguments of type Role Modifier and Type Method Description List<Role>RoleListFluent. buildItems()List<Role>RoleList. getItems()items is a list of RolesMethods in io.fabric8.openshift.api.model with parameters of type Role Modifier and Type Method Description RoleListFluent.ItemsNested<A>RoleListFluent. addNewItemLike(Role item)ARoleListFluent. addToItems(int index, Role item)ARoleListFluent. addToItems(Role... items)protected voidRoleFluent. copyInstance(Role instance)NamedRoleFluent.RoleNested<A>NamedRoleFluent. editOrNewRoleLike(Role item)ARoleListFluent. removeFromItems(Role... items)RoleListFluent.ItemsNested<A>RoleListFluent. setNewItemLike(int index, Role item)voidNamedRole. setRole(Role role)NamedRole relates a Role with a nameARoleListFluent. setToItems(int index, Role item)ARoleListFluent. withItems(Role... items)NamedRoleFluent.RoleNested<A>NamedRoleFluent. withNewRoleLike(Role item)ANamedRoleFluent. withRole(Role role)Method parameters in io.fabric8.openshift.api.model with type arguments of type Role Modifier and Type Method Description ARoleListFluent. addAllToItems(Collection<Role> items)ARoleListFluent. removeAllFromItems(Collection<Role> items)voidRoleList. setItems(List<Role> items)items is a list of RolesARoleListFluent. withItems(List<Role> items)Constructors in io.fabric8.openshift.api.model with parameters of type Role Constructor Description NamedRole(String name, Role role)RoleBuilder(Role instance)RoleBuilder(RoleFluent<?> fluent, Role instance)RoleFluent(Role instance)Constructor parameters in io.fabric8.openshift.api.model with type arguments of type Role Constructor Description RoleList(String apiVersion, List<Role> items, String kind, io.fabric8.kubernetes.api.model.ListMeta metadata)
-