Class FlowSchemaListBuilder
- java.lang.Object
-
- io.fabric8.kubernetes.api.builder.BaseFluent<A>
-
- io.fabric8.kubernetes.api.model.flowcontrol.v1beta1.FlowSchemaListFluent<FlowSchemaListBuilder>
-
- io.fabric8.kubernetes.api.model.flowcontrol.v1beta1.FlowSchemaListBuilder
-
- All Implemented Interfaces:
io.fabric8.kubernetes.api.builder.Builder<FlowSchemaList>,io.fabric8.kubernetes.api.builder.Visitable<FlowSchemaListBuilder>,io.fabric8.kubernetes.api.builder.VisitableBuilder<FlowSchemaList,FlowSchemaListBuilder>
public class FlowSchemaListBuilder extends FlowSchemaListFluent<FlowSchemaListBuilder> implements io.fabric8.kubernetes.api.builder.VisitableBuilder<FlowSchemaList,FlowSchemaListBuilder>
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class io.fabric8.kubernetes.api.model.flowcontrol.v1beta1.FlowSchemaListFluent
FlowSchemaListFluent.ItemsNested<N>
-
-
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.v1beta1.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, withNewMetadata
-
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 interfaceio.fabric8.kubernetes.api.builder.Builder<FlowSchemaList>
-
-