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