Uses of Class
io.fabric8.kubernetes.api.model.rbac.AggregationRule
-
-
Uses of AggregationRule in io.fabric8.kubernetes.api.model.rbac
Methods in io.fabric8.kubernetes.api.model.rbac that return AggregationRule Modifier and Type Method Description AggregationRuleAggregationRuleBuilder. build()AggregationRuleClusterRoleFluent. buildAggregationRule()AggregationRuleClusterRole. getAggregationRule()Methods in io.fabric8.kubernetes.api.model.rbac with parameters of type AggregationRule Modifier and Type Method Description protected voidAggregationRuleFluent. copyInstance(AggregationRule instance)ClusterRoleFluent.AggregationRuleNested<A>ClusterRoleFluent. editOrNewAggregationRuleLike(AggregationRule item)voidClusterRole. setAggregationRule(AggregationRule aggregationRule)AClusterRoleFluent. withAggregationRule(AggregationRule aggregationRule)ClusterRoleFluent.AggregationRuleNested<A>ClusterRoleFluent. withNewAggregationRuleLike(AggregationRule item)Constructors in io.fabric8.kubernetes.api.model.rbac with parameters of type AggregationRule Constructor Description AggregationRuleBuilder(AggregationRule instance)AggregationRuleBuilder(AggregationRuleFluent<?> fluent, AggregationRule instance)AggregationRuleFluent(AggregationRule instance)ClusterRole(AggregationRule aggregationRule, String apiVersion, String kind, io.fabric8.kubernetes.api.model.ObjectMeta metadata, List<PolicyRule> rules)
-