Class InfrastructureListBuilder
- java.lang.Object
-
- io.fabric8.kubernetes.api.builder.BaseFluent<A>
-
- io.fabric8.openshift.api.model.config.v1.InfrastructureListFluent<InfrastructureListBuilder>
-
- io.fabric8.openshift.api.model.config.v1.InfrastructureListBuilder
-
- All Implemented Interfaces:
io.fabric8.kubernetes.api.builder.Builder<InfrastructureList>,io.fabric8.kubernetes.api.builder.Visitable<InfrastructureListBuilder>,io.fabric8.kubernetes.api.builder.VisitableBuilder<InfrastructureList,InfrastructureListBuilder>
public class InfrastructureListBuilder extends InfrastructureListFluent<InfrastructureListBuilder> implements io.fabric8.kubernetes.api.builder.VisitableBuilder<InfrastructureList,InfrastructureListBuilder>
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class io.fabric8.openshift.api.model.config.v1.InfrastructureListFluent
InfrastructureListFluent.ItemsNested<N>
-
-
Constructor Summary
Constructors Constructor Description InfrastructureListBuilder()InfrastructureListBuilder(InfrastructureList instance)InfrastructureListBuilder(InfrastructureListFluent<?> fluent)InfrastructureListBuilder(InfrastructureListFluent<?> fluent, InfrastructureList instance)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description InfrastructureListbuild()-
Methods inherited from class io.fabric8.openshift.api.model.config.v1.InfrastructureListFluent
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
-
InfrastructureListBuilder
public InfrastructureListBuilder()
-
InfrastructureListBuilder
public InfrastructureListBuilder(InfrastructureListFluent<?> fluent)
-
InfrastructureListBuilder
public InfrastructureListBuilder(InfrastructureListFluent<?> fluent, InfrastructureList instance)
-
InfrastructureListBuilder
public InfrastructureListBuilder(InfrastructureList instance)
-
-
Method Detail
-
build
public InfrastructureList build()
- Specified by:
buildin interfaceio.fabric8.kubernetes.api.builder.Builder<InfrastructureList>
-
-