Uses of Class
io.fabric8.kubernetes.api.model.rbac.Role
-
-
Uses of Role in io.fabric8.kubernetes.api.model.rbac
Methods in io.fabric8.kubernetes.api.model.rbac that return Role Modifier and Type Method Description RoleRoleBuilder. build()RoleRoleListFluent. buildFirstItem()RoleRoleListFluent. buildItem(int index)RoleRoleListFluent. buildLastItem()RoleRoleListFluent. buildMatchingItem(Predicate<RoleBuilder> predicate)Methods in io.fabric8.kubernetes.api.model.rbac 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.kubernetes.api.model.rbac 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)ARoleListFluent. removeFromItems(Role... items)RoleListFluent.ItemsNested<A>RoleListFluent. setNewItemLike(int index, Role item)ARoleListFluent. setToItems(int index, Role item)ARoleListFluent. withItems(Role... items)Method parameters in io.fabric8.kubernetes.api.model.rbac 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.kubernetes.api.model.rbac with parameters of type Role Constructor Description RoleBuilder(Role instance)RoleBuilder(RoleFluent<?> fluent, Role instance)RoleFluent(Role instance)Constructor parameters in io.fabric8.kubernetes.api.model.rbac with type arguments of type Role Constructor Description RoleList(String apiVersion, List<Role> items, String kind, io.fabric8.kubernetes.api.model.ListMeta metadata)
-