Class V1beta1FlowSchemaSpecBuilder
java.lang.Object
io.kubernetes.client.fluent.BaseFluent<A>
io.kubernetes.client.openapi.models.V1beta1FlowSchemaSpecFluentImpl<V1beta1FlowSchemaSpecBuilder>
io.kubernetes.client.openapi.models.V1beta1FlowSchemaSpecBuilder
- All Implemented Interfaces:
Builder<io.kubernetes.client.openapi.models.V1beta1FlowSchemaSpec>
,Fluent<V1beta1FlowSchemaSpecBuilder>
,Visitable<V1beta1FlowSchemaSpecBuilder>
,VisitableBuilder<io.kubernetes.client.openapi.models.V1beta1FlowSchemaSpec,
,V1beta1FlowSchemaSpecBuilder> V1beta1FlowSchemaSpecFluent<V1beta1FlowSchemaSpecBuilder>
public class V1beta1FlowSchemaSpecBuilder
extends V1beta1FlowSchemaSpecFluentImpl<V1beta1FlowSchemaSpecBuilder>
implements VisitableBuilder<io.kubernetes.client.openapi.models.V1beta1FlowSchemaSpec,V1beta1FlowSchemaSpecBuilder>
-
Nested Class Summary
Nested classes/interfaces inherited from interface io.kubernetes.client.openapi.models.V1beta1FlowSchemaSpecFluent
V1beta1FlowSchemaSpecFluent.DistinguisherMethodNested<N>, V1beta1FlowSchemaSpecFluent.PriorityLevelConfigurationNested<N>, V1beta1FlowSchemaSpecFluent.RulesNested<N>
-
Field Summary
Fields inherited from class io.kubernetes.client.fluent.BaseFluent
_visitables, VISIT
-
Constructor Summary
ConstructorsConstructorDescriptionV1beta1FlowSchemaSpecBuilder
(io.kubernetes.client.openapi.models.V1beta1FlowSchemaSpec instance) V1beta1FlowSchemaSpecBuilder
(V1beta1FlowSchemaSpecFluent<?> fluent, io.kubernetes.client.openapi.models.V1beta1FlowSchemaSpec instance) V1beta1FlowSchemaSpecBuilder
(V1beta1FlowSchemaSpecFluent<?> fluent, io.kubernetes.client.openapi.models.V1beta1FlowSchemaSpec instance, Boolean validationEnabled) V1beta1FlowSchemaSpecBuilder
(V1beta1FlowSchemaSpecFluent<?> fluent, Boolean validationEnabled) V1beta1FlowSchemaSpecBuilder
(io.kubernetes.client.openapi.models.V1beta1FlowSchemaSpec instance, Boolean validationEnabled) V1beta1FlowSchemaSpecBuilder
(Boolean validationEnabled) -
Method Summary
Modifier and TypeMethodDescriptionio.kubernetes.client.openapi.models.V1beta1FlowSchemaSpec
build()
Methods inherited from class io.kubernetes.client.openapi.models.V1beta1FlowSchemaSpecFluentImpl
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
-
V1beta1FlowSchemaSpecBuilder
public V1beta1FlowSchemaSpecBuilder() -
V1beta1FlowSchemaSpecBuilder
-
V1beta1FlowSchemaSpecBuilder
-
V1beta1FlowSchemaSpecBuilder
public V1beta1FlowSchemaSpecBuilder(V1beta1FlowSchemaSpecFluent<?> fluent, Boolean validationEnabled) -
V1beta1FlowSchemaSpecBuilder
public V1beta1FlowSchemaSpecBuilder(V1beta1FlowSchemaSpecFluent<?> fluent, io.kubernetes.client.openapi.models.V1beta1FlowSchemaSpec instance) -
V1beta1FlowSchemaSpecBuilder
public V1beta1FlowSchemaSpecBuilder(V1beta1FlowSchemaSpecFluent<?> fluent, io.kubernetes.client.openapi.models.V1beta1FlowSchemaSpec instance, Boolean validationEnabled) -
V1beta1FlowSchemaSpecBuilder
public V1beta1FlowSchemaSpecBuilder(io.kubernetes.client.openapi.models.V1beta1FlowSchemaSpec instance) -
V1beta1FlowSchemaSpecBuilder
public V1beta1FlowSchemaSpecBuilder(io.kubernetes.client.openapi.models.V1beta1FlowSchemaSpec instance, Boolean validationEnabled)
-
-
Method Details