Package io.fabric8.kubernetes.api.model
Class DoneableServiceList
java.lang.Object
io.fabric8.kubernetes.api.builder.BaseFluent<A>
io.fabric8.kubernetes.api.model.ServiceListFluentImpl<DoneableServiceList>
io.fabric8.kubernetes.api.model.DoneableServiceList
- All Implemented Interfaces:
Fluent<DoneableServiceList>,Visitable<DoneableServiceList>,Doneable<ServiceList>,ServiceListFluent<DoneableServiceList>
public class DoneableServiceList extends ServiceListFluentImpl<DoneableServiceList> implements Doneable<ServiceList>
-
Nested Class Summary
Nested classes/interfaces inherited from class io.fabric8.kubernetes.api.model.ServiceListFluentImpl
ServiceListFluentImpl.ItemsNestedImpl<N>, ServiceListFluentImpl.MetadataNestedImpl<N>Nested classes/interfaces inherited from interface io.fabric8.kubernetes.api.model.ServiceListFluent
ServiceListFluent.ItemsNested<N>, ServiceListFluent.MetadataNested<N> -
Field Summary
-
Constructor Summary
Constructors Constructor Description DoneableServiceList(Function<ServiceList,ServiceList> function)DoneableServiceList(ServiceList item)DoneableServiceList(ServiceList item, Function<ServiceList,ServiceList> function) -
Method Summary
Modifier and Type Method Description ServiceListdone()Methods inherited from class io.fabric8.kubernetes.api.model.ServiceListFluentImpl
addAllToItems, addNewItem, addNewItemLike, addToItems, addToItems, buildFirstItem, buildItem, buildItems, buildLastItem, buildMatchingItem, buildMetadata, editFirstItem, editItem, editLastItem, editMatchingItem, editMetadata, editOrNewMetadata, editOrNewMetadataLike, 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, withNewMetadata, withNewMetadataLike
-
Constructor Details
-
Method Details
-
done
- Specified by:
donein interfaceDoneable<ServiceList>
-