Uses of Class
io.fabric8.kubernetes.api.model.rbac.ClusterRoleBinding
-
-
Uses of ClusterRoleBinding in io.fabric8.kubernetes.api.model.rbac
Methods in io.fabric8.kubernetes.api.model.rbac that return ClusterRoleBinding Modifier and Type Method Description ClusterRoleBindingClusterRoleBindingBuilder. build()ClusterRoleBindingClusterRoleBindingListFluent. buildFirstItem()ClusterRoleBindingClusterRoleBindingListFluent. buildItem(int index)ClusterRoleBindingClusterRoleBindingListFluent. buildLastItem()ClusterRoleBindingClusterRoleBindingListFluent. buildMatchingItem(Predicate<ClusterRoleBindingBuilder> predicate)Methods in io.fabric8.kubernetes.api.model.rbac 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.kubernetes.api.model.rbac 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)AClusterRoleBindingListFluent. removeFromItems(ClusterRoleBinding... items)ClusterRoleBindingListFluent.ItemsNested<A>ClusterRoleBindingListFluent. setNewItemLike(int index, ClusterRoleBinding item)AClusterRoleBindingListFluent. setToItems(int index, ClusterRoleBinding item)AClusterRoleBindingListFluent. withItems(ClusterRoleBinding... items)Method parameters in io.fabric8.kubernetes.api.model.rbac 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.kubernetes.api.model.rbac with parameters of type ClusterRoleBinding Constructor Description ClusterRoleBindingBuilder(ClusterRoleBinding instance)ClusterRoleBindingBuilder(ClusterRoleBindingFluent<?> fluent, ClusterRoleBinding instance)ClusterRoleBindingFluent(ClusterRoleBinding instance)Constructor parameters in io.fabric8.kubernetes.api.model.rbac with type arguments of type ClusterRoleBinding Constructor Description ClusterRoleBindingList(String apiVersion, List<ClusterRoleBinding> items, String kind, io.fabric8.kubernetes.api.model.ListMeta metadata)
-