Class FlowSchemaSpecFluent<A extends FlowSchemaSpecFluent<A>>
- java.lang.Object
-
- io.fabric8.kubernetes.api.builder.BaseFluent<A>
-
- io.fabric8.kubernetes.api.model.flowcontrol.v1.FlowSchemaSpecFluent<A>
-
- Direct Known Subclasses:
FlowSchemaFluent.SpecNested,FlowSchemaSpecBuilder
public class FlowSchemaSpecFluent<A extends FlowSchemaSpecFluent<A>> extends io.fabric8.kubernetes.api.builder.BaseFluent<A>Generated
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description classFlowSchemaSpecFluent.DistinguisherMethodNested<N>classFlowSchemaSpecFluent.PriorityLevelConfigurationNested<N>classFlowSchemaSpecFluent.RulesNested<N>
-
Constructor Summary
Constructors Constructor Description FlowSchemaSpecFluent()FlowSchemaSpecFluent(FlowSchemaSpec instance)
-
Method Summary
-
-
-
Constructor Detail
-
FlowSchemaSpecFluent
public FlowSchemaSpecFluent()
-
FlowSchemaSpecFluent
public FlowSchemaSpecFluent(FlowSchemaSpec instance)
-
-
Method Detail
-
copyInstance
protected void copyInstance(FlowSchemaSpec instance)
-
buildDistinguisherMethod
public FlowDistinguisherMethod buildDistinguisherMethod()
-
withDistinguisherMethod
public A withDistinguisherMethod(FlowDistinguisherMethod distinguisherMethod)
-
hasDistinguisherMethod
public boolean hasDistinguisherMethod()
-
withNewDistinguisherMethod
public FlowSchemaSpecFluent.DistinguisherMethodNested<A> withNewDistinguisherMethod()
-
withNewDistinguisherMethodLike
public FlowSchemaSpecFluent.DistinguisherMethodNested<A> withNewDistinguisherMethodLike(FlowDistinguisherMethod item)
-
editDistinguisherMethod
public FlowSchemaSpecFluent.DistinguisherMethodNested<A> editDistinguisherMethod()
-
editOrNewDistinguisherMethod
public FlowSchemaSpecFluent.DistinguisherMethodNested<A> editOrNewDistinguisherMethod()
-
editOrNewDistinguisherMethodLike
public FlowSchemaSpecFluent.DistinguisherMethodNested<A> editOrNewDistinguisherMethodLike(FlowDistinguisherMethod item)
-
getMatchingPrecedence
public Integer getMatchingPrecedence()
-
hasMatchingPrecedence
public boolean hasMatchingPrecedence()
-
buildPriorityLevelConfiguration
public PriorityLevelConfigurationReference buildPriorityLevelConfiguration()
-
withPriorityLevelConfiguration
public A withPriorityLevelConfiguration(PriorityLevelConfigurationReference priorityLevelConfiguration)
-
hasPriorityLevelConfiguration
public boolean hasPriorityLevelConfiguration()
-
withNewPriorityLevelConfiguration
public FlowSchemaSpecFluent.PriorityLevelConfigurationNested<A> withNewPriorityLevelConfiguration()
-
withNewPriorityLevelConfigurationLike
public FlowSchemaSpecFluent.PriorityLevelConfigurationNested<A> withNewPriorityLevelConfigurationLike(PriorityLevelConfigurationReference item)
-
editPriorityLevelConfiguration
public FlowSchemaSpecFluent.PriorityLevelConfigurationNested<A> editPriorityLevelConfiguration()
-
editOrNewPriorityLevelConfiguration
public FlowSchemaSpecFluent.PriorityLevelConfigurationNested<A> editOrNewPriorityLevelConfiguration()
-
editOrNewPriorityLevelConfigurationLike
public FlowSchemaSpecFluent.PriorityLevelConfigurationNested<A> editOrNewPriorityLevelConfigurationLike(PriorityLevelConfigurationReference item)
-
addToRules
public A addToRules(int index, PolicyRulesWithSubjects item)
-
setToRules
public A setToRules(int index, PolicyRulesWithSubjects item)
-
addToRules
public A addToRules(PolicyRulesWithSubjects... items)
-
addAllToRules
public A addAllToRules(Collection<PolicyRulesWithSubjects> items)
-
removeFromRules
public A removeFromRules(PolicyRulesWithSubjects... items)
-
removeAllFromRules
public A removeAllFromRules(Collection<PolicyRulesWithSubjects> items)
-
removeMatchingFromRules
public A removeMatchingFromRules(Predicate<PolicyRulesWithSubjectsBuilder> predicate)
-
buildRules
public List<PolicyRulesWithSubjects> buildRules()
-
buildRule
public PolicyRulesWithSubjects buildRule(int index)
-
buildFirstRule
public PolicyRulesWithSubjects buildFirstRule()
-
buildLastRule
public PolicyRulesWithSubjects buildLastRule()
-
buildMatchingRule
public PolicyRulesWithSubjects buildMatchingRule(Predicate<PolicyRulesWithSubjectsBuilder> predicate)
-
hasMatchingRule
public boolean hasMatchingRule(Predicate<PolicyRulesWithSubjectsBuilder> predicate)
-
withRules
public A withRules(List<PolicyRulesWithSubjects> rules)
-
withRules
public A withRules(PolicyRulesWithSubjects... rules)
-
hasRules
public boolean hasRules()
-
addNewRule
public FlowSchemaSpecFluent.RulesNested<A> addNewRule()
-
addNewRuleLike
public FlowSchemaSpecFluent.RulesNested<A> addNewRuleLike(PolicyRulesWithSubjects item)
-
setNewRuleLike
public FlowSchemaSpecFluent.RulesNested<A> setNewRuleLike(int index, PolicyRulesWithSubjects item)
-
editRule
public FlowSchemaSpecFluent.RulesNested<A> editRule(int index)
-
editFirstRule
public FlowSchemaSpecFluent.RulesNested<A> editFirstRule()
-
editLastRule
public FlowSchemaSpecFluent.RulesNested<A> editLastRule()
-
editMatchingRule
public FlowSchemaSpecFluent.RulesNested<A> editMatchingRule(Predicate<PolicyRulesWithSubjectsBuilder> predicate)
-
withAdditionalProperties
public <K,V> A withAdditionalProperties(Map<String,Object> additionalProperties)
-
hasAdditionalProperties
public boolean hasAdditionalProperties()
-
equals
public boolean equals(Object o)
- Overrides:
equalsin classio.fabric8.kubernetes.api.builder.BaseFluent<A extends FlowSchemaSpecFluent<A>>
-
hashCode
public int hashCode()
- Overrides:
hashCodein classio.fabric8.kubernetes.api.builder.BaseFluent<A extends FlowSchemaSpecFluent<A>>
-
-