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