Class FlowSchemaBuilder
- java.lang.Object
-
- io.fabric8.kubernetes.api.builder.BaseFluent<A>
-
- io.fabric8.kubernetes.api.model.flowcontrol.v1beta3.FlowSchemaFluent<FlowSchemaBuilder>
-
- io.fabric8.kubernetes.api.model.flowcontrol.v1beta3.FlowSchemaBuilder
-
- All Implemented Interfaces:
io.fabric8.kubernetes.api.builder.Builder<FlowSchema>,io.fabric8.kubernetes.api.builder.Visitable<FlowSchemaBuilder>,io.fabric8.kubernetes.api.builder.VisitableBuilder<FlowSchema,FlowSchemaBuilder>
public class FlowSchemaBuilder extends FlowSchemaFluent<FlowSchemaBuilder> implements io.fabric8.kubernetes.api.builder.VisitableBuilder<FlowSchema,FlowSchemaBuilder>
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class io.fabric8.kubernetes.api.model.flowcontrol.v1beta3.FlowSchemaFluent
FlowSchemaFluent.MetadataNested<N>, FlowSchemaFluent.SpecNested<N>, FlowSchemaFluent.StatusNested<N>
-
-
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.v1beta3.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(FlowSchemaFluent<?> fluent, FlowSchema instance)
-
FlowSchemaBuilder
public FlowSchemaBuilder(FlowSchema instance)
-
-
Method Detail
-
build
public FlowSchema build()
- Specified by:
buildin interfaceio.fabric8.kubernetes.api.builder.Builder<FlowSchema>
-
-