Class DoneableRoleBindingList
java.lang.Object
io.fabric8.kubernetes.api.builder.BaseFluent<A>
io.fabric8.kubernetes.api.model.rbac.RoleBindingListFluentImpl<DoneableRoleBindingList>
io.fabric8.kubernetes.api.model.rbac.DoneableRoleBindingList
- All Implemented Interfaces:
io.fabric8.kubernetes.api.builder.Fluent<DoneableRoleBindingList>,io.fabric8.kubernetes.api.builder.Visitable<DoneableRoleBindingList>,io.fabric8.kubernetes.api.model.Doneable<RoleBindingList>,RoleBindingListFluent<DoneableRoleBindingList>
public class DoneableRoleBindingList extends RoleBindingListFluentImpl<DoneableRoleBindingList> implements io.fabric8.kubernetes.api.model.Doneable<RoleBindingList>
-
Nested Class Summary
Nested classes/interfaces inherited from class io.fabric8.kubernetes.api.model.rbac.RoleBindingListFluentImpl
RoleBindingListFluentImpl.ItemsNestedImpl<N>Nested classes/interfaces inherited from interface io.fabric8.kubernetes.api.model.rbac.RoleBindingListFluent
RoleBindingListFluent.ItemsNested<N> -
Field Summary
-
Constructor Summary
Constructors Constructor Description DoneableRoleBindingList(io.fabric8.kubernetes.api.builder.Function<RoleBindingList,RoleBindingList> function)DoneableRoleBindingList(RoleBindingList item)DoneableRoleBindingList(RoleBindingList item, io.fabric8.kubernetes.api.builder.Function<RoleBindingList,RoleBindingList> function) -
Method Summary
Modifier and Type Method Description RoleBindingListdone()Methods inherited from class io.fabric8.kubernetes.api.model.rbac.RoleBindingListFluentImpl
addAllToItems, addNewItem, addNewItemLike, addToItems, addToItems, buildFirstItem, buildItem, buildItems, buildLastItem, buildMatchingItem, editFirstItem, editItem, editLastItem, editMatchingItem, equals, getApiVersion, getItems, getKind, getMetadata, hasApiVersion, hasItems, hasKind, hasMatchingItem, hasMetadata, removeAllFromItems, removeFromItems, removeMatchingFromItems, setNewItemLike, setToItems, withApiVersion, withItems, withItems, withKind, withMetadata, withNewApiVersion, withNewApiVersion, withNewApiVersion, withNewKind, withNewKind, withNewKind, withNewMetadata
-
Constructor Details
-
DoneableRoleBindingList
public DoneableRoleBindingList(io.fabric8.kubernetes.api.builder.Function<RoleBindingList,RoleBindingList> function) -
DoneableRoleBindingList
public DoneableRoleBindingList(RoleBindingList item, io.fabric8.kubernetes.api.builder.Function<RoleBindingList,RoleBindingList> function) -
DoneableRoleBindingList
-
-
Method Details
-
done
- Specified by:
donein interfaceio.fabric8.kubernetes.api.model.Doneable<RoleBindingList>
-