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