Package | Description |
---|---|
io.fabric8.openshift.api.model |
Modifier and Type | Method and Description |
---|---|
PolicyRule |
PolicyRuleBuilder.build() |
PolicyRule |
DoneablePolicyRule.done() |
Modifier and Type | Method and Description |
---|---|
List<PolicyRule> |
RoleFluentImpl.getRules() |
List<PolicyRule> |
ClusterRoleFluentImpl.getRules() |
List<PolicyRule> |
RoleFluent.getRules() |
List<PolicyRule> |
ClusterRoleFluent.getRules() |
List<PolicyRule> |
ClusterRole.getRules() |
List<PolicyRule> |
Role.getRules() |
Modifier and Type | Method and Description |
---|---|
RoleFluent.RulesNested<A> |
RoleFluentImpl.addNewRuleLike(PolicyRule item) |
ClusterRoleFluent.RulesNested<A> |
ClusterRoleFluentImpl.addNewRuleLike(PolicyRule item) |
RoleFluent.RulesNested<A> |
RoleFluent.addNewRuleLike(PolicyRule item) |
ClusterRoleFluent.RulesNested<A> |
ClusterRoleFluent.addNewRuleLike(PolicyRule item) |
A |
RoleFluentImpl.addToRules(PolicyRule... items) |
A |
ClusterRoleFluentImpl.addToRules(PolicyRule... items) |
A |
RoleFluent.addToRules(PolicyRule... items) |
A |
ClusterRoleFluent.addToRules(PolicyRule... items) |
A |
RoleFluentImpl.removeFromRules(PolicyRule... items) |
A |
ClusterRoleFluentImpl.removeFromRules(PolicyRule... items) |
A |
RoleFluent.removeFromRules(PolicyRule... items) |
A |
ClusterRoleFluent.removeFromRules(PolicyRule... items) |
A |
RoleFluentImpl.withRules(PolicyRule... rules) |
A |
ClusterRoleFluentImpl.withRules(PolicyRule... rules) |
A |
RoleFluent.withRules(PolicyRule... rules) |
A |
ClusterRoleFluent.withRules(PolicyRule... rules) |
Modifier and Type | Method and Description |
---|---|
void |
ClusterRole.setRules(List<PolicyRule> rules) |
void |
Role.setRules(List<PolicyRule> rules) |
A |
RoleFluentImpl.withRules(List<PolicyRule> rules) |
A |
ClusterRoleFluentImpl.withRules(List<PolicyRule> rules) |
A |
RoleFluent.withRules(List<PolicyRule> rules) |
A |
ClusterRoleFluent.withRules(List<PolicyRule> rules) |
Constructor and Description |
---|
DoneablePolicyRule(PolicyRule item) |
DoneablePolicyRule(PolicyRule item,
Function<PolicyRule,PolicyRule> function) |
PolicyRuleBuilder(PolicyRule instance) |
PolicyRuleBuilder(PolicyRule instance,
Boolean validationEnabled) |
PolicyRuleBuilder(PolicyRuleFluent<?> fluent,
PolicyRule instance) |
PolicyRuleBuilder(PolicyRuleFluent<?> fluent,
PolicyRule instance,
Boolean validationEnabled) |
PolicyRuleFluentImpl(PolicyRule instance) |
Constructor and Description |
---|
ClusterRole(String apiVersion,
String kind,
ObjectMeta metadata,
List<PolicyRule> rules) |
DoneablePolicyRule(Function<PolicyRule,PolicyRule> function) |
DoneablePolicyRule(Function<PolicyRule,PolicyRule> function) |
DoneablePolicyRule(PolicyRule item,
Function<PolicyRule,PolicyRule> function) |
DoneablePolicyRule(PolicyRule item,
Function<PolicyRule,PolicyRule> function) |
Role(String apiVersion,
String kind,
ObjectMeta metadata,
List<PolicyRule> rules) |
Copyright © 2011–2019 Red Hat. All rights reserved.