Uses of Class
io.fabric8.kubernetes.api.model.rbac.AggregationRule
| Package | Description |
|---|---|
| io.fabric8.kubernetes.api.model | |
| io.fabric8.kubernetes.api.model.rbac |
-
Uses of AggregationRule in io.fabric8.kubernetes.api.model
Methods in io.fabric8.kubernetes.api.model that return AggregationRule Modifier and Type Method Description AggregationRuleKubeSchema. getAggregationRule()Methods in io.fabric8.kubernetes.api.model with parameters of type AggregationRule Modifier and Type Method Description voidKubeSchema. setAggregationRule(AggregationRule aggregationRule)Constructors in io.fabric8.kubernetes.api.model with parameters of type AggregationRule Constructor Description KubeSchema(io.fabric8.kubernetes.api.model.APIGroup aPIGroup, io.fabric8.kubernetes.api.model.APIGroupList aPIGroupList, AggregationRule aggregationRule, io.fabric8.kubernetes.api.model.BaseKubernetesList baseKubernetesList, ClusterRole clusterRole, ClusterRoleBinding clusterRoleBinding, ClusterRoleBindingList clusterRoleBindingList, ClusterRoleList clusterRoleList, io.fabric8.kubernetes.api.model.CreateOptions createOptions, io.fabric8.kubernetes.api.model.DeleteOptions deleteOptions, io.fabric8.kubernetes.api.model.GetOptions getOptions, io.fabric8.kubernetes.api.model.version.Info info, io.fabric8.kubernetes.api.model.ListOptions listOptions, io.fabric8.kubernetes.api.model.ObjectMeta objectMeta, io.fabric8.kubernetes.api.model.Patch patch, io.fabric8.kubernetes.api.model.PatchOptions patchOptions, io.fabric8.kubernetes.api.model.Quantity quantity, Role role, RoleBinding roleBinding, RoleBindingList roleBindingList, RoleList roleList, io.fabric8.kubernetes.api.model.RootPaths rootPaths, io.fabric8.kubernetes.api.model.Status status, String time, io.fabric8.kubernetes.api.model.TypeMeta typeMeta, io.fabric8.kubernetes.api.model.UpdateOptions updateOptions) -
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()AggregationRuleClusterRoleFluentImpl. buildAggregationRule()AggregationRuleDoneableAggregationRule. done()AggregationRuleClusterRole. getAggregationRule()AggregationRuleClusterRoleFluent. getAggregationRule()Deprecated.AggregationRuleClusterRoleFluentImpl. getAggregationRule()Deprecated.Methods in io.fabric8.kubernetes.api.model.rbac with parameters of type AggregationRule Modifier and Type Method Description ClusterRoleFluent.AggregationRuleNested<A>ClusterRoleFluent. editOrNewAggregationRuleLike(AggregationRule item)ClusterRoleFluent.AggregationRuleNested<A>ClusterRoleFluentImpl. editOrNewAggregationRuleLike(AggregationRule item)voidClusterRole. setAggregationRule(AggregationRule aggregationRule)AClusterRoleFluent. withAggregationRule(AggregationRule aggregationRule)AClusterRoleFluentImpl. withAggregationRule(AggregationRule aggregationRule)ClusterRoleFluent.AggregationRuleNested<A>ClusterRoleFluent. withNewAggregationRuleLike(AggregationRule item)ClusterRoleFluent.AggregationRuleNested<A>ClusterRoleFluentImpl. 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)AggregationRuleBuilder(AggregationRuleFluent<?> fluent, AggregationRule instance, Boolean validationEnabled)AggregationRuleBuilder(AggregationRule instance, Boolean validationEnabled)AggregationRuleFluentImpl(AggregationRule instance)ClusterRole(AggregationRule aggregationRule, String apiVersion, String kind, io.fabric8.kubernetes.api.model.ObjectMeta metadata, List<PolicyRule> rules)DoneableAggregationRule(AggregationRule item)DoneableAggregationRule(AggregationRule item, io.fabric8.kubernetes.api.builder.Function<AggregationRule,AggregationRule> function)Constructor parameters in io.fabric8.kubernetes.api.model.rbac with type arguments of type AggregationRule Constructor Description DoneableAggregationRule(io.fabric8.kubernetes.api.builder.Function<AggregationRule,AggregationRule> function)DoneableAggregationRule(io.fabric8.kubernetes.api.builder.Function<AggregationRule,AggregationRule> function)DoneableAggregationRule(AggregationRule item, io.fabric8.kubernetes.api.builder.Function<AggregationRule,AggregationRule> function)DoneableAggregationRule(AggregationRule item, io.fabric8.kubernetes.api.builder.Function<AggregationRule,AggregationRule> function)