Class V1beta2FlowSchemaSpecBuilder
java.lang.Object
io.kubernetes.client.fluent.BaseFluent<A>
io.kubernetes.client.openapi.models.V1beta2FlowSchemaSpecFluentImpl<V1beta2FlowSchemaSpecBuilder>
io.kubernetes.client.openapi.models.V1beta2FlowSchemaSpecBuilder
- All Implemented Interfaces:
Builder<io.kubernetes.client.openapi.models.V1beta2FlowSchemaSpec>
,Fluent<V1beta2FlowSchemaSpecBuilder>
,Visitable<V1beta2FlowSchemaSpecBuilder>
,VisitableBuilder<io.kubernetes.client.openapi.models.V1beta2FlowSchemaSpec,
,V1beta2FlowSchemaSpecBuilder> V1beta2FlowSchemaSpecFluent<V1beta2FlowSchemaSpecBuilder>
public class V1beta2FlowSchemaSpecBuilder
extends V1beta2FlowSchemaSpecFluentImpl<V1beta2FlowSchemaSpecBuilder>
implements VisitableBuilder<io.kubernetes.client.openapi.models.V1beta2FlowSchemaSpec,V1beta2FlowSchemaSpecBuilder>
-
Nested Class Summary
Nested classes/interfaces inherited from interface io.kubernetes.client.openapi.models.V1beta2FlowSchemaSpecFluent
V1beta2FlowSchemaSpecFluent.DistinguisherMethodNested<N>, V1beta2FlowSchemaSpecFluent.PriorityLevelConfigurationNested<N>, V1beta2FlowSchemaSpecFluent.RulesNested<N>
-
Field Summary
Fields inherited from class io.kubernetes.client.fluent.BaseFluent
_visitables, VISIT
-
Constructor Summary
ConstructorsConstructorDescriptionV1beta2FlowSchemaSpecBuilder
(io.kubernetes.client.openapi.models.V1beta2FlowSchemaSpec instance) V1beta2FlowSchemaSpecBuilder
(V1beta2FlowSchemaSpecFluent<?> fluent, io.kubernetes.client.openapi.models.V1beta2FlowSchemaSpec instance) V1beta2FlowSchemaSpecBuilder
(V1beta2FlowSchemaSpecFluent<?> fluent, io.kubernetes.client.openapi.models.V1beta2FlowSchemaSpec instance, Boolean validationEnabled) V1beta2FlowSchemaSpecBuilder
(V1beta2FlowSchemaSpecFluent<?> fluent, Boolean validationEnabled) V1beta2FlowSchemaSpecBuilder
(io.kubernetes.client.openapi.models.V1beta2FlowSchemaSpec instance, Boolean validationEnabled) V1beta2FlowSchemaSpecBuilder
(Boolean validationEnabled) -
Method Summary
Modifier and TypeMethodDescriptionio.kubernetes.client.openapi.models.V1beta2FlowSchemaSpec
build()
Methods inherited from class io.kubernetes.client.openapi.models.V1beta2FlowSchemaSpecFluentImpl
addAllToRules, addNewRule, addNewRuleLike, addToRules, addToRules, buildDistinguisherMethod, buildFirstRule, buildLastRule, buildMatchingRule, buildPriorityLevelConfiguration, buildRule, buildRules, editDistinguisherMethod, editFirstRule, editLastRule, editMatchingRule, editOrNewDistinguisherMethod, editOrNewDistinguisherMethodLike, editOrNewPriorityLevelConfiguration, editOrNewPriorityLevelConfigurationLike, editPriorityLevelConfiguration, editRule, equals, getDistinguisherMethod, getMatchingPrecedence, getPriorityLevelConfiguration, getRules, hasDistinguisherMethod, hashCode, hasMatchingPrecedence, hasMatchingRule, hasPriorityLevelConfiguration, hasRules, removeAllFromRules, removeFromRules, removeMatchingFromRules, setNewRuleLike, setToRules, toString, withDistinguisherMethod, withMatchingPrecedence, withNewDistinguisherMethod, withNewDistinguisherMethodLike, withNewPriorityLevelConfiguration, withNewPriorityLevelConfigurationLike, withPriorityLevelConfiguration, withRules, withRules
Methods inherited from class io.kubernetes.client.fluent.BaseFluent
accept, accept, accept, accept, aggregate, aggregate, build, build, builderOf
-
Constructor Details
-
V1beta2FlowSchemaSpecBuilder
public V1beta2FlowSchemaSpecBuilder() -
V1beta2FlowSchemaSpecBuilder
-
V1beta2FlowSchemaSpecBuilder
-
V1beta2FlowSchemaSpecBuilder
public V1beta2FlowSchemaSpecBuilder(V1beta2FlowSchemaSpecFluent<?> fluent, Boolean validationEnabled) -
V1beta2FlowSchemaSpecBuilder
public V1beta2FlowSchemaSpecBuilder(V1beta2FlowSchemaSpecFluent<?> fluent, io.kubernetes.client.openapi.models.V1beta2FlowSchemaSpec instance) -
V1beta2FlowSchemaSpecBuilder
public V1beta2FlowSchemaSpecBuilder(V1beta2FlowSchemaSpecFluent<?> fluent, io.kubernetes.client.openapi.models.V1beta2FlowSchemaSpec instance, Boolean validationEnabled) -
V1beta2FlowSchemaSpecBuilder
public V1beta2FlowSchemaSpecBuilder(io.kubernetes.client.openapi.models.V1beta2FlowSchemaSpec instance) -
V1beta2FlowSchemaSpecBuilder
public V1beta2FlowSchemaSpecBuilder(io.kubernetes.client.openapi.models.V1beta2FlowSchemaSpec instance, Boolean validationEnabled)
-
-
Method Details