| Package | Description |
|---|---|
| io.fabric8.kubernetes.api.model.flowcontrol.v1alpha1 |
| Modifier and Type | Method and Description |
|---|---|
PolicyRulesWithSubjects |
PolicyRulesWithSubjectsBuilder.build() |
PolicyRulesWithSubjects |
FlowSchemaSpecFluent.buildFirstRule() |
PolicyRulesWithSubjects |
FlowSchemaSpecFluent.buildLastRule() |
PolicyRulesWithSubjects |
FlowSchemaSpecFluent.buildMatchingRule(Predicate<PolicyRulesWithSubjectsBuilder> predicate) |
PolicyRulesWithSubjects |
FlowSchemaSpecFluent.buildRule(int index) |
| Modifier and Type | Method and Description |
|---|---|
List<PolicyRulesWithSubjects> |
FlowSchemaSpecFluent.buildRules() |
List<PolicyRulesWithSubjects> |
FlowSchemaSpec.getRules() |
| Modifier and Type | Method and Description |
|---|---|
FlowSchemaSpecFluent.RulesNested<A> |
FlowSchemaSpecFluent.addNewRuleLike(PolicyRulesWithSubjects item) |
A |
FlowSchemaSpecFluent.addToRules(int index,
PolicyRulesWithSubjects item) |
A |
FlowSchemaSpecFluent.addToRules(PolicyRulesWithSubjects... items) |
A |
FlowSchemaSpecFluent.removeFromRules(PolicyRulesWithSubjects... items) |
FlowSchemaSpecFluent.RulesNested<A> |
FlowSchemaSpecFluent.setNewRuleLike(int index,
PolicyRulesWithSubjects item) |
A |
FlowSchemaSpecFluent.setToRules(int index,
PolicyRulesWithSubjects item) |
A |
FlowSchemaSpecFluent.withRules(PolicyRulesWithSubjects... rules) |
| Modifier and Type | Method and Description |
|---|---|
A |
FlowSchemaSpecFluent.addAllToRules(Collection<PolicyRulesWithSubjects> items) |
A |
FlowSchemaSpecFluent.removeAllFromRules(Collection<PolicyRulesWithSubjects> items) |
void |
FlowSchemaSpec.setRules(List<PolicyRulesWithSubjects> rules) |
A |
FlowSchemaSpecFluent.withRules(List<PolicyRulesWithSubjects> rules) |
| Constructor and Description |
|---|
PolicyRulesWithSubjectsBuilder(PolicyRulesWithSubjects instance) |
PolicyRulesWithSubjectsBuilder(PolicyRulesWithSubjects instance,
Boolean validationEnabled) |
PolicyRulesWithSubjectsBuilder(PolicyRulesWithSubjectsFluent<?> fluent,
PolicyRulesWithSubjects instance) |
PolicyRulesWithSubjectsBuilder(PolicyRulesWithSubjectsFluent<?> fluent,
PolicyRulesWithSubjects instance,
Boolean validationEnabled) |
PolicyRulesWithSubjectsFluent(PolicyRulesWithSubjects instance) |
| Constructor and Description |
|---|
FlowSchemaSpec(FlowDistinguisherMethod distinguisherMethod,
Integer matchingPrecedence,
PriorityLevelConfigurationReference priorityLevelConfiguration,
List<PolicyRulesWithSubjects> rules) |
Copyright © 2015–2023 Red Hat. All rights reserved.