Package io.fabric8.openshift.api.model
Class DoneableClusterRoleList
java.lang.Object
io.fabric8.kubernetes.api.builder.BaseFluent<A>
io.fabric8.openshift.api.model.ClusterRoleListFluentImpl<DoneableClusterRoleList>
io.fabric8.openshift.api.model.DoneableClusterRoleList
- All Implemented Interfaces:
io.fabric8.kubernetes.api.builder.Fluent<DoneableClusterRoleList>,io.fabric8.kubernetes.api.builder.Visitable<DoneableClusterRoleList>,io.fabric8.kubernetes.api.model.Doneable<ClusterRoleList>,ClusterRoleListFluent<DoneableClusterRoleList>
public class DoneableClusterRoleList extends ClusterRoleListFluentImpl<DoneableClusterRoleList> implements io.fabric8.kubernetes.api.model.Doneable<ClusterRoleList>
-
Nested Class Summary
Nested classes/interfaces inherited from class io.fabric8.openshift.api.model.ClusterRoleListFluentImpl
ClusterRoleListFluentImpl.ItemsNestedImpl<N>Nested classes/interfaces inherited from interface io.fabric8.openshift.api.model.ClusterRoleListFluent
ClusterRoleListFluent.ItemsNested<N> -
Field Summary
-
Constructor Summary
Constructors Constructor Description DoneableClusterRoleList(io.fabric8.kubernetes.api.builder.Function<ClusterRoleList,ClusterRoleList> function)DoneableClusterRoleList(ClusterRoleList item)DoneableClusterRoleList(ClusterRoleList item, io.fabric8.kubernetes.api.builder.Function<ClusterRoleList,ClusterRoleList> function) -
Method Summary
Modifier and Type Method Description ClusterRoleListdone()Methods inherited from class io.fabric8.openshift.api.model.ClusterRoleListFluentImpl
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
-
DoneableClusterRoleList
public DoneableClusterRoleList(io.fabric8.kubernetes.api.builder.Function<ClusterRoleList,ClusterRoleList> function) -
DoneableClusterRoleList
public DoneableClusterRoleList(ClusterRoleList item, io.fabric8.kubernetes.api.builder.Function<ClusterRoleList,ClusterRoleList> function) -
DoneableClusterRoleList
-
-
Method Details
-
done
- Specified by:
donein interfaceio.fabric8.kubernetes.api.model.Doneable<ClusterRoleList>
-