Package io.fabric8.openshift.api.model
Class DeploymentConfigListBuilder
java.lang.Object
io.fabric8.kubernetes.api.builder.BaseFluent<A>
io.fabric8.openshift.api.model.DeploymentConfigListFluentImpl<DeploymentConfigListBuilder>
io.fabric8.openshift.api.model.DeploymentConfigListBuilder
- All Implemented Interfaces:
io.fabric8.kubernetes.api.builder.Builder<DeploymentConfigList>,io.fabric8.kubernetes.api.builder.Fluent<DeploymentConfigListBuilder>,io.fabric8.kubernetes.api.builder.Visitable<DeploymentConfigListBuilder>,io.fabric8.kubernetes.api.builder.VisitableBuilder<DeploymentConfigList,DeploymentConfigListBuilder>,DeploymentConfigListFluent<DeploymentConfigListBuilder>
public class DeploymentConfigListBuilder extends DeploymentConfigListFluentImpl<DeploymentConfigListBuilder> implements io.fabric8.kubernetes.api.builder.VisitableBuilder<DeploymentConfigList,DeploymentConfigListBuilder>
-
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 DeploymentConfigListBuilder()DeploymentConfigListBuilder(DeploymentConfigList instance)DeploymentConfigListBuilder(DeploymentConfigListFluent<?> fluent)DeploymentConfigListBuilder(DeploymentConfigListFluent<?> fluent, DeploymentConfigList instance)DeploymentConfigListBuilder(DeploymentConfigListFluent<?> fluent, DeploymentConfigList instance, Boolean validationEnabled)DeploymentConfigListBuilder(DeploymentConfigListFluent<?> fluent, Boolean validationEnabled)DeploymentConfigListBuilder(DeploymentConfigList instance, Boolean validationEnabled)DeploymentConfigListBuilder(Boolean validationEnabled) -
Method Summary
Modifier and Type Method Description DeploymentConfigListbuild()booleanequals(Object o)Methods inherited from class io.fabric8.openshift.api.model.DeploymentConfigListFluentImpl
addAllToItems, addNewItem, addNewItemLike, addToItems, addToItems, buildFirstItem, buildItem, buildItems, buildLastItem, buildMatchingItem, editFirstItem, editItem, editLastItem, editMatchingItem, 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, withNewMetadataMethods inherited from class io.fabric8.kubernetes.api.builder.BaseFluent
accept, aggregate, aggregate, build, build, builderOf
-
Constructor Details
-
DeploymentConfigListBuilder
public DeploymentConfigListBuilder() -
DeploymentConfigListBuilder
-
DeploymentConfigListBuilder
-
DeploymentConfigListBuilder
public DeploymentConfigListBuilder(DeploymentConfigListFluent<?> fluent, Boolean validationEnabled) -
DeploymentConfigListBuilder
public DeploymentConfigListBuilder(DeploymentConfigListFluent<?> fluent, DeploymentConfigList instance) -
DeploymentConfigListBuilder
public DeploymentConfigListBuilder(DeploymentConfigListFluent<?> fluent, DeploymentConfigList instance, Boolean validationEnabled) -
DeploymentConfigListBuilder
-
DeploymentConfigListBuilder
-
-
Method Details
-
build
- Specified by:
buildin interfaceio.fabric8.kubernetes.api.builder.Builder<DeploymentConfigList>
-
equals
- Overrides:
equalsin classDeploymentConfigListFluentImpl<DeploymentConfigListBuilder>
-