Uses of Class
io.fabric8.openshift.api.model.ClusterRoleBinding
-
Packages that use ClusterRoleBinding Package Description io.fabric8.openshift.api.model -
-
Uses of ClusterRoleBinding in io.fabric8.openshift.api.model
Methods in io.fabric8.openshift.api.model that return ClusterRoleBinding Modifier and Type Method Description ClusterRoleBindingClusterRoleBindingBuilder. build()ClusterRoleBindingClusterRoleBindingListFluent. buildFirstItem()ClusterRoleBindingClusterRoleBindingListFluent. buildItem(int index)ClusterRoleBindingClusterRoleBindingListFluent. buildLastItem()ClusterRoleBindingClusterRoleBindingListFluent. buildMatchingItem(Predicate<ClusterRoleBindingBuilder> predicate)ClusterRoleBindingNamedClusterRoleBindingFluent. buildRoleBinding()ClusterRoleBindingNamedClusterRoleBinding. getRoleBinding()NamedClusterRoleBinding relates a name with a cluster role bindingMethods in io.fabric8.openshift.api.model that return types with arguments of type ClusterRoleBinding Modifier and Type Method Description List<ClusterRoleBinding>ClusterRoleBindingListFluent. buildItems()List<ClusterRoleBinding>ClusterRoleBindingList. getItems()items is a list of ClusterRoleBindingsMethods in io.fabric8.openshift.api.model with parameters of type ClusterRoleBinding Modifier and Type Method Description ClusterRoleBindingListFluent.ItemsNested<A>ClusterRoleBindingListFluent. addNewItemLike(ClusterRoleBinding item)AClusterRoleBindingListFluent. addToItems(int index, ClusterRoleBinding item)AClusterRoleBindingListFluent. addToItems(ClusterRoleBinding... items)protected voidClusterRoleBindingFluent. copyInstance(ClusterRoleBinding instance)NamedClusterRoleBindingFluent.RoleBindingNested<A>NamedClusterRoleBindingFluent. editOrNewRoleBindingLike(ClusterRoleBinding item)AClusterRoleBindingListFluent. removeFromItems(ClusterRoleBinding... items)ClusterRoleBindingListFluent.ItemsNested<A>ClusterRoleBindingListFluent. setNewItemLike(int index, ClusterRoleBinding item)voidNamedClusterRoleBinding. setRoleBinding(ClusterRoleBinding roleBinding)NamedClusterRoleBinding relates a name with a cluster role bindingAClusterRoleBindingListFluent. setToItems(int index, ClusterRoleBinding item)AClusterRoleBindingListFluent. withItems(ClusterRoleBinding... items)NamedClusterRoleBindingFluent.RoleBindingNested<A>NamedClusterRoleBindingFluent. withNewRoleBindingLike(ClusterRoleBinding item)ANamedClusterRoleBindingFluent. withRoleBinding(ClusterRoleBinding roleBinding)Method parameters in io.fabric8.openshift.api.model with type arguments of type ClusterRoleBinding Modifier and Type Method Description AClusterRoleBindingListFluent. addAllToItems(Collection<ClusterRoleBinding> items)AClusterRoleBindingListFluent. removeAllFromItems(Collection<ClusterRoleBinding> items)voidClusterRoleBindingList. setItems(List<ClusterRoleBinding> items)items is a list of ClusterRoleBindingsAClusterRoleBindingListFluent. withItems(List<ClusterRoleBinding> items)Constructors in io.fabric8.openshift.api.model with parameters of type ClusterRoleBinding Constructor Description ClusterRoleBindingBuilder(ClusterRoleBinding instance)ClusterRoleBindingBuilder(ClusterRoleBindingFluent<?> fluent, ClusterRoleBinding instance)ClusterRoleBindingFluent(ClusterRoleBinding instance)NamedClusterRoleBinding(String name, ClusterRoleBinding roleBinding)Constructor parameters in io.fabric8.openshift.api.model with type arguments of type ClusterRoleBinding Constructor Description ClusterRoleBindingList(String apiVersion, List<ClusterRoleBinding> items, String kind, io.fabric8.kubernetes.api.model.ListMeta metadata)
-