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