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