Uses of Class
io.fabric8.kubernetes.api.model.flowcontrol.v1.NonResourcePolicyRule
-
Packages that use NonResourcePolicyRule Package Description io.fabric8.kubernetes.api.model.flowcontrol.v1 -
-
Uses of NonResourcePolicyRule in io.fabric8.kubernetes.api.model.flowcontrol.v1
Methods in io.fabric8.kubernetes.api.model.flowcontrol.v1 that return NonResourcePolicyRule Modifier and Type Method Description NonResourcePolicyRuleNonResourcePolicyRuleBuilder. build()NonResourcePolicyRulePolicyRulesWithSubjectsFluent. buildFirstNonResourceRule()NonResourcePolicyRulePolicyRulesWithSubjectsFluent. buildLastNonResourceRule()NonResourcePolicyRulePolicyRulesWithSubjectsFluent. buildMatchingNonResourceRule(Predicate<NonResourcePolicyRuleBuilder> predicate)NonResourcePolicyRulePolicyRulesWithSubjectsFluent. buildNonResourceRule(int index)Methods in io.fabric8.kubernetes.api.model.flowcontrol.v1 that return types with arguments of type NonResourcePolicyRule Modifier and Type Method Description List<NonResourcePolicyRule>PolicyRulesWithSubjectsFluent. buildNonResourceRules()List<NonResourcePolicyRule>PolicyRulesWithSubjects. getNonResourceRules()Methods in io.fabric8.kubernetes.api.model.flowcontrol.v1 with parameters of type NonResourcePolicyRule Modifier and Type Method Description PolicyRulesWithSubjectsFluent.NonResourceRulesNested<A>PolicyRulesWithSubjectsFluent. addNewNonResourceRuleLike(NonResourcePolicyRule item)APolicyRulesWithSubjectsFluent. addToNonResourceRules(int index, NonResourcePolicyRule item)APolicyRulesWithSubjectsFluent. addToNonResourceRules(NonResourcePolicyRule... items)protected voidNonResourcePolicyRuleFluent. copyInstance(NonResourcePolicyRule instance)APolicyRulesWithSubjectsFluent. removeFromNonResourceRules(NonResourcePolicyRule... items)PolicyRulesWithSubjectsFluent.NonResourceRulesNested<A>PolicyRulesWithSubjectsFluent. setNewNonResourceRuleLike(int index, NonResourcePolicyRule item)APolicyRulesWithSubjectsFluent. setToNonResourceRules(int index, NonResourcePolicyRule item)APolicyRulesWithSubjectsFluent. withNonResourceRules(NonResourcePolicyRule... nonResourceRules)Method parameters in io.fabric8.kubernetes.api.model.flowcontrol.v1 with type arguments of type NonResourcePolicyRule Modifier and Type Method Description APolicyRulesWithSubjectsFluent. addAllToNonResourceRules(Collection<NonResourcePolicyRule> items)APolicyRulesWithSubjectsFluent. removeAllFromNonResourceRules(Collection<NonResourcePolicyRule> items)voidPolicyRulesWithSubjects. setNonResourceRules(List<NonResourcePolicyRule> nonResourceRules)APolicyRulesWithSubjectsFluent. withNonResourceRules(List<NonResourcePolicyRule> nonResourceRules)Constructors in io.fabric8.kubernetes.api.model.flowcontrol.v1 with parameters of type NonResourcePolicyRule Constructor Description NonResourcePolicyRuleBuilder(NonResourcePolicyRule instance)NonResourcePolicyRuleBuilder(NonResourcePolicyRuleFluent<?> fluent, NonResourcePolicyRule instance)NonResourcePolicyRuleFluent(NonResourcePolicyRule instance)Constructor parameters in io.fabric8.kubernetes.api.model.flowcontrol.v1 with type arguments of type NonResourcePolicyRule Constructor Description PolicyRulesWithSubjects(List<NonResourcePolicyRule> nonResourceRules, List<ResourcePolicyRule> resourceRules, List<Subject> subjects)
-