Class FlowSchemaListBuilder
- java.lang.Object
-
- io.fabric8.kubernetes.api.builder.BaseFluent<A>
-
- io.fabric8.kubernetes.api.model.flowcontrol.v1beta3.FlowSchemaListFluent<FlowSchemaListBuilder>
-
- io.fabric8.kubernetes.api.model.flowcontrol.v1beta3.FlowSchemaListBuilder
-
- All Implemented Interfaces:
Builder<FlowSchemaList>,Visitable<FlowSchemaListBuilder>,VisitableBuilder<FlowSchemaList,FlowSchemaListBuilder>
public class FlowSchemaListBuilder extends FlowSchemaListFluent<FlowSchemaListBuilder> implements VisitableBuilder<FlowSchemaList,FlowSchemaListBuilder>
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class io.fabric8.kubernetes.api.model.flowcontrol.v1beta3.FlowSchemaListFluent
FlowSchemaListFluent.ItemsNested<N>
-
-
Field Summary
-
Fields inherited from class io.fabric8.kubernetes.api.builder.BaseFluent
_visitables, VISIT
-
-
Constructor Summary
Constructors Constructor Description FlowSchemaListBuilder()FlowSchemaListBuilder(FlowSchemaList instance)FlowSchemaListBuilder(FlowSchemaListFluent<?> fluent)FlowSchemaListBuilder(FlowSchemaListFluent<?> fluent, FlowSchemaList instance)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description FlowSchemaListbuild()-
Methods inherited from class io.fabric8.kubernetes.api.model.flowcontrol.v1beta3.FlowSchemaListFluent
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
-
Methods inherited from class io.fabric8.kubernetes.api.builder.BaseFluent
aggregate, aggregate, build, build, builderOf, getVisitableMap
-
-
-
-
Constructor Detail
-
FlowSchemaListBuilder
public FlowSchemaListBuilder()
-
FlowSchemaListBuilder
public FlowSchemaListBuilder(FlowSchemaListFluent<?> fluent)
-
FlowSchemaListBuilder
public FlowSchemaListBuilder(FlowSchemaList instance)
-
FlowSchemaListBuilder
public FlowSchemaListBuilder(FlowSchemaListFluent<?> fluent, FlowSchemaList instance)
-
-
Method Detail
-
build
public FlowSchemaList build()
- Specified by:
buildin interfaceBuilder<FlowSchemaList>
-
-