Class FlowSchemaSpecBuilder
- java.lang.Object
-
- io.fabric8.kubernetes.api.builder.BaseFluent<A>
-
- io.fabric8.kubernetes.api.model.flowcontrol.v1beta1.FlowSchemaSpecFluent<FlowSchemaSpecBuilder>
-
- io.fabric8.kubernetes.api.model.flowcontrol.v1beta1.FlowSchemaSpecBuilder
-
- All Implemented Interfaces:
io.fabric8.kubernetes.api.builder.Builder<FlowSchemaSpec>,io.fabric8.kubernetes.api.builder.Visitable<FlowSchemaSpecBuilder>,io.fabric8.kubernetes.api.builder.VisitableBuilder<FlowSchemaSpec,FlowSchemaSpecBuilder>
public class FlowSchemaSpecBuilder extends FlowSchemaSpecFluent<FlowSchemaSpecBuilder> implements io.fabric8.kubernetes.api.builder.VisitableBuilder<FlowSchemaSpec,FlowSchemaSpecBuilder>
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class io.fabric8.kubernetes.api.model.flowcontrol.v1beta1.FlowSchemaSpecFluent
FlowSchemaSpecFluent.DistinguisherMethodNested<N>, FlowSchemaSpecFluent.PriorityLevelConfigurationNested<N>, FlowSchemaSpecFluent.RulesNested<N>
-
-
Constructor Summary
Constructors Constructor Description FlowSchemaSpecBuilder()FlowSchemaSpecBuilder(FlowSchemaSpec instance)FlowSchemaSpecBuilder(FlowSchemaSpecFluent<?> fluent)FlowSchemaSpecBuilder(FlowSchemaSpecFluent<?> fluent, FlowSchemaSpec instance)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description FlowSchemaSpecbuild()-
Methods inherited from class io.fabric8.kubernetes.api.model.flowcontrol.v1beta1.FlowSchemaSpecFluent
addAllToRules, addNewRule, addNewRuleLike, addToAdditionalProperties, addToAdditionalProperties, addToRules, addToRules, buildDistinguisherMethod, buildFirstRule, buildLastRule, buildMatchingRule, buildPriorityLevelConfiguration, buildRule, buildRules, copyInstance, editDistinguisherMethod, editFirstRule, editLastRule, editMatchingRule, editOrNewDistinguisherMethod, editOrNewDistinguisherMethodLike, editOrNewPriorityLevelConfiguration, editOrNewPriorityLevelConfigurationLike, editPriorityLevelConfiguration, editRule, equals, getAdditionalProperties, getMatchingPrecedence, hasAdditionalProperties, hasDistinguisherMethod, hashCode, hasMatchingPrecedence, hasMatchingRule, hasPriorityLevelConfiguration, hasRules, removeAllFromRules, removeFromAdditionalProperties, removeFromAdditionalProperties, removeFromRules, removeMatchingFromRules, setNewRuleLike, setToRules, toString, withAdditionalProperties, withDistinguisherMethod, withMatchingPrecedence, withNewDistinguisherMethod, withNewDistinguisherMethod, withNewDistinguisherMethodLike, withNewPriorityLevelConfiguration, withNewPriorityLevelConfiguration, withNewPriorityLevelConfigurationLike, withPriorityLevelConfiguration, withRules, withRules
-
Methods inherited from class io.fabric8.kubernetes.api.builder.BaseFluent
aggregate, aggregate, build, build, builderOf, getVisitableMap
-
-
-
-
Constructor Detail
-
FlowSchemaSpecBuilder
public FlowSchemaSpecBuilder()
-
FlowSchemaSpecBuilder
public FlowSchemaSpecBuilder(FlowSchemaSpecFluent<?> fluent)
-
FlowSchemaSpecBuilder
public FlowSchemaSpecBuilder(FlowSchemaSpec instance)
-
FlowSchemaSpecBuilder
public FlowSchemaSpecBuilder(FlowSchemaSpecFluent<?> fluent, FlowSchemaSpec instance)
-
-
Method Detail
-
build
public FlowSchemaSpec build()
- Specified by:
buildin interfaceio.fabric8.kubernetes.api.builder.Builder<FlowSchemaSpec>
-
-