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