Package io.fabric8.openshift.api.model
Class DeploymentConfigListBuilder
- java.lang.Object
-
- io.fabric8.kubernetes.api.builder.BaseFluent<A>
-
- io.fabric8.openshift.api.model.DeploymentConfigListFluent<DeploymentConfigListBuilder>
-
- io.fabric8.openshift.api.model.DeploymentConfigListBuilder
-
- All Implemented Interfaces:
io.fabric8.kubernetes.api.builder.Builder<DeploymentConfigList>,io.fabric8.kubernetes.api.builder.Visitable<DeploymentConfigListBuilder>,io.fabric8.kubernetes.api.builder.VisitableBuilder<DeploymentConfigList,DeploymentConfigListBuilder>
public class DeploymentConfigListBuilder extends DeploymentConfigListFluent<DeploymentConfigListBuilder> implements io.fabric8.kubernetes.api.builder.VisitableBuilder<DeploymentConfigList,DeploymentConfigListBuilder>
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class io.fabric8.openshift.api.model.DeploymentConfigListFluent
DeploymentConfigListFluent.ItemsNested<N>
-
-
Constructor Summary
Constructors Constructor Description DeploymentConfigListBuilder()DeploymentConfigListBuilder(DeploymentConfigList instance)DeploymentConfigListBuilder(DeploymentConfigListFluent<?> fluent)DeploymentConfigListBuilder(DeploymentConfigListFluent<?> fluent, DeploymentConfigList instance)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DeploymentConfigListbuild()-
Methods inherited from class io.fabric8.openshift.api.model.DeploymentConfigListFluent
addAllToItems, addNewItem, addNewItemLike, addToAdditionalProperties, addToAdditionalProperties, addToItems, addToItems, buildFirstItem, buildItem, buildItems, buildLastItem, buildMatchingItem, copyInstance, editFirstItem, editItem, editLastItem, editMatchingItem, equals, getAdditionalProperties, getApiVersion, getKind, getMetadata, hasAdditionalProperties, hasApiVersion, hashCode, hasItems, hasKind, hasMatchingItem, hasMetadata, removeAllFromItems, removeFromAdditionalProperties, removeFromAdditionalProperties, removeFromItems, removeMatchingFromItems, setNewItemLike, setToItems, toString, withAdditionalProperties, withApiVersion, withItems, withItems, withKind, withMetadata, withNewMetadata
-
Methods inherited from class io.fabric8.kubernetes.api.builder.BaseFluent
aggregate, aggregate, build, build, builderOf, getVisitableMap
-
-
-
-
Constructor Detail
-
DeploymentConfigListBuilder
public DeploymentConfigListBuilder()
-
DeploymentConfigListBuilder
public DeploymentConfigListBuilder(DeploymentConfigListFluent<?> fluent)
-
DeploymentConfigListBuilder
public DeploymentConfigListBuilder(DeploymentConfigListFluent<?> fluent, DeploymentConfigList instance)
-
DeploymentConfigListBuilder
public DeploymentConfigListBuilder(DeploymentConfigList instance)
-
-
Method Detail
-
build
public DeploymentConfigList build()
- Specified by:
buildin interfaceio.fabric8.kubernetes.api.builder.Builder<DeploymentConfigList>
-
-