Uses of Class
io.fabric8.kubernetes.api.model.flowcontrol.v1beta1.PolicyRulesWithSubjects
-
Packages that use PolicyRulesWithSubjects Package Description io.fabric8.kubernetes.api.model.flowcontrol.v1beta1 -
-
Uses of PolicyRulesWithSubjects in io.fabric8.kubernetes.api.model.flowcontrol.v1beta1
Methods in io.fabric8.kubernetes.api.model.flowcontrol.v1beta1 that return PolicyRulesWithSubjects Modifier and Type Method Description PolicyRulesWithSubjectsPolicyRulesWithSubjectsBuilder. build()PolicyRulesWithSubjectsFlowSchemaSpecFluent. buildFirstRule()PolicyRulesWithSubjectsFlowSchemaSpecFluent. buildLastRule()PolicyRulesWithSubjectsFlowSchemaSpecFluent. buildMatchingRule(Predicate<PolicyRulesWithSubjectsBuilder> predicate)PolicyRulesWithSubjectsFlowSchemaSpecFluent. buildRule(int index)Methods in io.fabric8.kubernetes.api.model.flowcontrol.v1beta1 that return types with arguments of type PolicyRulesWithSubjects Modifier and Type Method Description List<PolicyRulesWithSubjects>FlowSchemaSpecFluent. buildRules()List<PolicyRulesWithSubjects>FlowSchemaSpec. getRules()Methods in io.fabric8.kubernetes.api.model.flowcontrol.v1beta1 with parameters of type PolicyRulesWithSubjects Modifier and Type Method Description FlowSchemaSpecFluent.RulesNested<A>FlowSchemaSpecFluent. addNewRuleLike(PolicyRulesWithSubjects item)AFlowSchemaSpecFluent. addToRules(int index, PolicyRulesWithSubjects item)AFlowSchemaSpecFluent. addToRules(PolicyRulesWithSubjects... items)protected voidPolicyRulesWithSubjectsFluent. copyInstance(PolicyRulesWithSubjects instance)AFlowSchemaSpecFluent. removeFromRules(PolicyRulesWithSubjects... items)FlowSchemaSpecFluent.RulesNested<A>FlowSchemaSpecFluent. setNewRuleLike(int index, PolicyRulesWithSubjects item)AFlowSchemaSpecFluent. setToRules(int index, PolicyRulesWithSubjects item)AFlowSchemaSpecFluent. withRules(PolicyRulesWithSubjects... rules)Method parameters in io.fabric8.kubernetes.api.model.flowcontrol.v1beta1 with type arguments of type PolicyRulesWithSubjects Modifier and Type Method Description AFlowSchemaSpecFluent. addAllToRules(Collection<PolicyRulesWithSubjects> items)AFlowSchemaSpecFluent. removeAllFromRules(Collection<PolicyRulesWithSubjects> items)voidFlowSchemaSpec. setRules(List<PolicyRulesWithSubjects> rules)AFlowSchemaSpecFluent. withRules(List<PolicyRulesWithSubjects> rules)Constructors in io.fabric8.kubernetes.api.model.flowcontrol.v1beta1 with parameters of type PolicyRulesWithSubjects Constructor Description PolicyRulesWithSubjectsBuilder(PolicyRulesWithSubjects instance)PolicyRulesWithSubjectsBuilder(PolicyRulesWithSubjectsFluent<?> fluent, PolicyRulesWithSubjects instance)PolicyRulesWithSubjectsFluent(PolicyRulesWithSubjects instance)Constructor parameters in io.fabric8.kubernetes.api.model.flowcontrol.v1beta1 with type arguments of type PolicyRulesWithSubjects Constructor Description FlowSchemaSpec(FlowDistinguisherMethod distinguisherMethod, Integer matchingPrecedence, PriorityLevelConfigurationReference priorityLevelConfiguration, List<PolicyRulesWithSubjects> rules)
-