public interface FlowSchemaSpecFluent<A extends FlowSchemaSpecFluent<A>>
extends io.fabric8.kubernetes.api.builder.Fluent<A>
| Modifier and Type | Interface and Description |
|---|---|
static interface |
FlowSchemaSpecFluent.DistinguisherMethodNested<N> |
static interface |
FlowSchemaSpecFluent.PriorityLevelConfigurationNested<N> |
static interface |
FlowSchemaSpecFluent.RulesNested<N> |
@Deprecated FlowDistinguisherMethod getDistinguisherMethod()
FlowDistinguisherMethod buildDistinguisherMethod()
A withDistinguisherMethod(FlowDistinguisherMethod distinguisherMethod)
Boolean hasDistinguisherMethod()
FlowSchemaSpecFluent.DistinguisherMethodNested<A> withNewDistinguisherMethod()
FlowSchemaSpecFluent.DistinguisherMethodNested<A> withNewDistinguisherMethodLike(FlowDistinguisherMethod item)
FlowSchemaSpecFluent.DistinguisherMethodNested<A> editDistinguisherMethod()
FlowSchemaSpecFluent.DistinguisherMethodNested<A> editOrNewDistinguisherMethod()
FlowSchemaSpecFluent.DistinguisherMethodNested<A> editOrNewDistinguisherMethodLike(FlowDistinguisherMethod item)
Integer getMatchingPrecedence()
Boolean hasMatchingPrecedence()
@Deprecated PriorityLevelConfigurationReference getPriorityLevelConfiguration()
PriorityLevelConfigurationReference buildPriorityLevelConfiguration()
A withPriorityLevelConfiguration(PriorityLevelConfigurationReference priorityLevelConfiguration)
Boolean hasPriorityLevelConfiguration()
FlowSchemaSpecFluent.PriorityLevelConfigurationNested<A> withNewPriorityLevelConfiguration()
FlowSchemaSpecFluent.PriorityLevelConfigurationNested<A> withNewPriorityLevelConfigurationLike(PriorityLevelConfigurationReference item)
FlowSchemaSpecFluent.PriorityLevelConfigurationNested<A> editPriorityLevelConfiguration()
FlowSchemaSpecFluent.PriorityLevelConfigurationNested<A> editOrNewPriorityLevelConfiguration()
FlowSchemaSpecFluent.PriorityLevelConfigurationNested<A> editOrNewPriorityLevelConfigurationLike(PriorityLevelConfigurationReference item)
A addToRules(Integer index, PolicyRulesWithSubjects item)
A setToRules(Integer index, PolicyRulesWithSubjects item)
A addToRules(PolicyRulesWithSubjects... items)
A addAllToRules(Collection<PolicyRulesWithSubjects> items)
A removeFromRules(PolicyRulesWithSubjects... items)
A removeAllFromRules(Collection<PolicyRulesWithSubjects> items)
A removeMatchingFromRules(Predicate<PolicyRulesWithSubjectsBuilder> predicate)
@Deprecated List<PolicyRulesWithSubjects> getRules()
List<PolicyRulesWithSubjects> buildRules()
PolicyRulesWithSubjects buildRule(Integer index)
PolicyRulesWithSubjects buildFirstRule()
PolicyRulesWithSubjects buildLastRule()
PolicyRulesWithSubjects buildMatchingRule(Predicate<PolicyRulesWithSubjectsBuilder> predicate)
Boolean hasMatchingRule(Predicate<PolicyRulesWithSubjectsBuilder> predicate)
A withRules(List<PolicyRulesWithSubjects> rules)
A withRules(PolicyRulesWithSubjects... rules)
Boolean hasRules()
FlowSchemaSpecFluent.RulesNested<A> addNewRule()
FlowSchemaSpecFluent.RulesNested<A> addNewRuleLike(PolicyRulesWithSubjects item)
FlowSchemaSpecFluent.RulesNested<A> setNewRuleLike(Integer index, PolicyRulesWithSubjects item)
FlowSchemaSpecFluent.RulesNested<A> editRule(Integer index)
FlowSchemaSpecFluent.RulesNested<A> editFirstRule()
FlowSchemaSpecFluent.RulesNested<A> editLastRule()
FlowSchemaSpecFluent.RulesNested<A> editMatchingRule(Predicate<PolicyRulesWithSubjectsBuilder> predicate)
Copyright © 2015–2020 Red Hat. All rights reserved.