Package io.fabric8.kubernetes.api.model
Class DoneableAPIGroupList
java.lang.Object
io.fabric8.kubernetes.api.builder.BaseFluent<A>
io.fabric8.kubernetes.api.model.APIGroupListFluentImpl<DoneableAPIGroupList>
io.fabric8.kubernetes.api.model.DoneableAPIGroupList
- All Implemented Interfaces:
Fluent<DoneableAPIGroupList>,Visitable<DoneableAPIGroupList>,APIGroupListFluent<DoneableAPIGroupList>,Doneable<APIGroupList>
public class DoneableAPIGroupList extends APIGroupListFluentImpl<DoneableAPIGroupList> implements Doneable<APIGroupList>
-
Nested Class Summary
Nested classes/interfaces inherited from class io.fabric8.kubernetes.api.model.APIGroupListFluentImpl
APIGroupListFluentImpl.GroupsNestedImpl<N>Nested classes/interfaces inherited from interface io.fabric8.kubernetes.api.model.APIGroupListFluent
APIGroupListFluent.GroupsNested<N> -
Field Summary
-
Constructor Summary
Constructors Constructor Description DoneableAPIGroupList(Function<APIGroupList,APIGroupList> function)DoneableAPIGroupList(APIGroupList item)DoneableAPIGroupList(APIGroupList item, Function<APIGroupList,APIGroupList> function) -
Method Summary
Modifier and Type Method Description APIGroupListdone()Methods inherited from class io.fabric8.kubernetes.api.model.APIGroupListFluentImpl
addAllToGroups, addNewGroup, addNewGroupLike, addToGroups, addToGroups, buildFirstGroup, buildGroup, buildGroups, buildLastGroup, buildMatchingGroup, editFirstGroup, editGroup, editLastGroup, editMatchingGroup, equals, getApiVersion, getGroups, getKind, hasApiVersion, hasGroups, hasKind, hasMatchingGroup, removeAllFromGroups, removeFromGroups, removeMatchingFromGroups, setNewGroupLike, setToGroups, withApiVersion, withGroups, withGroups, withKind, withNewApiVersion, withNewApiVersion, withNewApiVersion, withNewKind, withNewKind, withNewKind
-
Constructor Details
-
Method Details
-
done
- Specified by:
donein interfaceDoneable<APIGroupList>
-