Uses of Class
io.fabric8.openshift.api.model.ClusterRole
-
Packages that use ClusterRole Package Description io.fabric8.openshift.api.model -
-
Uses of ClusterRole in io.fabric8.openshift.api.model
Methods in io.fabric8.openshift.api.model that return ClusterRole Modifier and Type Method Description ClusterRoleClusterRoleBuilder. build()ClusterRoleClusterRoleListFluent. buildFirstItem()ClusterRoleClusterRoleListFluent. buildItem(int index)ClusterRoleClusterRoleListFluent. buildLastItem()ClusterRoleClusterRoleListFluent. buildMatchingItem(Predicate<ClusterRoleBuilder> predicate)ClusterRoleNamedClusterRoleFluent. buildRole()ClusterRoleNamedClusterRole. getRole()NamedClusterRole relates a name with a cluster roleMethods in io.fabric8.openshift.api.model that return types with arguments of type ClusterRole Modifier and Type Method Description List<ClusterRole>ClusterRoleListFluent. buildItems()List<ClusterRole>ClusterRoleList. getItems()items is a list of ClusterRolesMethods in io.fabric8.openshift.api.model with parameters of type ClusterRole Modifier and Type Method Description ClusterRoleListFluent.ItemsNested<A>ClusterRoleListFluent. addNewItemLike(ClusterRole item)AClusterRoleListFluent. addToItems(int index, ClusterRole item)AClusterRoleListFluent. addToItems(ClusterRole... items)protected voidClusterRoleFluent. copyInstance(ClusterRole instance)NamedClusterRoleFluent.RoleNested<A>NamedClusterRoleFluent. editOrNewRoleLike(ClusterRole item)AClusterRoleListFluent. removeFromItems(ClusterRole... items)ClusterRoleListFluent.ItemsNested<A>ClusterRoleListFluent. setNewItemLike(int index, ClusterRole item)voidNamedClusterRole. setRole(ClusterRole role)NamedClusterRole relates a name with a cluster roleAClusterRoleListFluent. setToItems(int index, ClusterRole item)AClusterRoleListFluent. withItems(ClusterRole... items)NamedClusterRoleFluent.RoleNested<A>NamedClusterRoleFluent. withNewRoleLike(ClusterRole item)ANamedClusterRoleFluent. withRole(ClusterRole role)Method parameters in io.fabric8.openshift.api.model with type arguments of type ClusterRole Modifier and Type Method Description AClusterRoleListFluent. addAllToItems(Collection<ClusterRole> items)AClusterRoleListFluent. removeAllFromItems(Collection<ClusterRole> items)voidClusterRoleList. setItems(List<ClusterRole> items)items is a list of ClusterRolesAClusterRoleListFluent. withItems(List<ClusterRole> items)Constructors in io.fabric8.openshift.api.model with parameters of type ClusterRole Constructor Description ClusterRoleBuilder(ClusterRole instance)ClusterRoleBuilder(ClusterRoleFluent<?> fluent, ClusterRole instance)ClusterRoleFluent(ClusterRole instance)NamedClusterRole(String name, ClusterRole role)Constructor parameters in io.fabric8.openshift.api.model with type arguments of type ClusterRole Constructor Description ClusterRoleList(String apiVersion, List<ClusterRole> items, String kind, io.fabric8.kubernetes.api.model.ListMeta metadata)
-