Uses of Class
io.fabric8.kubernetes.api.model.flowcontrol.v1beta3.FlowDistinguisherMethod
-
Packages that use FlowDistinguisherMethod Package Description io.fabric8.kubernetes.api.model.flowcontrol.v1beta3 -
-
Uses of FlowDistinguisherMethod in io.fabric8.kubernetes.api.model.flowcontrol.v1beta3
Methods in io.fabric8.kubernetes.api.model.flowcontrol.v1beta3 that return FlowDistinguisherMethod Modifier and Type Method Description FlowDistinguisherMethodFlowDistinguisherMethodBuilder. build()FlowDistinguisherMethodFlowSchemaSpecFluent. buildDistinguisherMethod()FlowDistinguisherMethodFlowSchemaSpec. getDistinguisherMethod()FlowSchemaSpec describes how the FlowSchema's specification looks like.Methods in io.fabric8.kubernetes.api.model.flowcontrol.v1beta3 with parameters of type FlowDistinguisherMethod Modifier and Type Method Description protected voidFlowDistinguisherMethodFluent. copyInstance(FlowDistinguisherMethod instance)FlowSchemaSpecFluent.DistinguisherMethodNested<A>FlowSchemaSpecFluent. editOrNewDistinguisherMethodLike(FlowDistinguisherMethod item)voidFlowSchemaSpec. setDistinguisherMethod(FlowDistinguisherMethod distinguisherMethod)FlowSchemaSpec describes how the FlowSchema's specification looks like.AFlowSchemaSpecFluent. withDistinguisherMethod(FlowDistinguisherMethod distinguisherMethod)FlowSchemaSpecFluent.DistinguisherMethodNested<A>FlowSchemaSpecFluent. withNewDistinguisherMethodLike(FlowDistinguisherMethod item)Constructors in io.fabric8.kubernetes.api.model.flowcontrol.v1beta3 with parameters of type FlowDistinguisherMethod Constructor Description FlowDistinguisherMethodBuilder(FlowDistinguisherMethod instance)FlowDistinguisherMethodBuilder(FlowDistinguisherMethodFluent<?> fluent, FlowDistinguisherMethod instance)FlowDistinguisherMethodFluent(FlowDistinguisherMethod instance)FlowSchemaSpec(FlowDistinguisherMethod distinguisherMethod, Integer matchingPrecedence, PriorityLevelConfigurationReference priorityLevelConfiguration, List<PolicyRulesWithSubjects> rules)
-