Class FlowSchemaBuilder
- java.lang.Object
-
- io.fabric8.kubernetes.api.builder.BaseFluent<A>
-
- io.fabric8.kubernetes.api.model.flowcontrol.v1beta2.FlowSchemaFluent<FlowSchemaBuilder>
-
- io.fabric8.kubernetes.api.model.flowcontrol.v1beta2.FlowSchemaBuilder
-
- All Implemented Interfaces:
Builder<FlowSchema>,Visitable<FlowSchemaBuilder>,VisitableBuilder<FlowSchema,FlowSchemaBuilder>
public class FlowSchemaBuilder extends FlowSchemaFluent<FlowSchemaBuilder> implements VisitableBuilder<FlowSchema,FlowSchemaBuilder>
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class io.fabric8.kubernetes.api.model.flowcontrol.v1beta2.FlowSchemaFluent
FlowSchemaFluent.MetadataNested<N>, FlowSchemaFluent.SpecNested<N>, FlowSchemaFluent.StatusNested<N>
-
-
Field Summary
-
Fields inherited from class io.fabric8.kubernetes.api.builder.BaseFluent
_visitables, VISIT
-
-
Constructor Summary
Constructors Constructor Description FlowSchemaBuilder()FlowSchemaBuilder(FlowSchema instance)FlowSchemaBuilder(FlowSchemaFluent<?> fluent)FlowSchemaBuilder(FlowSchemaFluent<?> fluent, FlowSchema instance)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description FlowSchemabuild()-
Methods inherited from class io.fabric8.kubernetes.api.model.flowcontrol.v1beta2.FlowSchemaFluent
addToAdditionalProperties, addToAdditionalProperties, buildMetadata, buildSpec, buildStatus, copyInstance, editMetadata, editOrNewMetadata, editOrNewMetadataLike, editOrNewSpec, editOrNewSpecLike, editOrNewStatus, editOrNewStatusLike, editSpec, editStatus, equals, getAdditionalProperties, getApiVersion, getKind, hasAdditionalProperties, hasApiVersion, hashCode, hasKind, hasMetadata, hasSpec, hasStatus, removeFromAdditionalProperties, removeFromAdditionalProperties, toString, withAdditionalProperties, withApiVersion, withKind, withMetadata, withNewMetadata, withNewMetadataLike, withNewSpec, withNewSpecLike, withNewStatus, withNewStatusLike, withSpec, withStatus
-
Methods inherited from class io.fabric8.kubernetes.api.builder.BaseFluent
aggregate, aggregate, build, build, builderOf, getVisitableMap
-
-
-
-
Constructor Detail
-
FlowSchemaBuilder
public FlowSchemaBuilder()
-
FlowSchemaBuilder
public FlowSchemaBuilder(FlowSchemaFluent<?> fluent)
-
FlowSchemaBuilder
public FlowSchemaBuilder(FlowSchema instance)
-
FlowSchemaBuilder
public FlowSchemaBuilder(FlowSchemaFluent<?> fluent, FlowSchema instance)
-
-
Method Detail
-
build
public FlowSchema build()
- Specified by:
buildin interfaceBuilder<FlowSchema>
-
-