| Package | Description |
|---|---|
| io.fabric8.kubernetes.api.model.rbac |
| Modifier and Type | Method and Description |
|---|---|
List<PolicyRule> |
RoleFluentImpl.buildRules() |
List<PolicyRule> |
RoleFluent.buildRules() |
List<PolicyRule> |
ClusterRoleFluent.buildRules() |
List<PolicyRule> |
ClusterRoleFluentImpl.buildRules() |
List<PolicyRule> |
RoleFluentImpl.getRules()
Deprecated.
|
List<PolicyRule> |
RoleFluent.getRules()
Deprecated.
|
List<PolicyRule> |
ClusterRoleFluent.getRules()
Deprecated.
|
List<PolicyRule> |
ClusterRoleFluentImpl.getRules()
Deprecated.
|
List<PolicyRule> |
ClusterRole.getRules() |
List<PolicyRule> |
Role.getRules() |
| Modifier and Type | Method and Description |
|---|---|
A |
RoleFluentImpl.addAllToRules(Collection<PolicyRule> items) |
A |
RoleFluent.addAllToRules(Collection<PolicyRule> items) |
A |
ClusterRoleFluent.addAllToRules(Collection<PolicyRule> items) |
A |
ClusterRoleFluentImpl.addAllToRules(Collection<PolicyRule> items) |
A |
RoleFluentImpl.removeAllFromRules(Collection<PolicyRule> items) |
A |
RoleFluent.removeAllFromRules(Collection<PolicyRule> items) |
A |
ClusterRoleFluent.removeAllFromRules(Collection<PolicyRule> items) |
A |
ClusterRoleFluentImpl.removeAllFromRules(Collection<PolicyRule> items) |
void |
ClusterRole.setRules(List<PolicyRule> rules) |
void |
Role.setRules(List<PolicyRule> rules) |
A |
RoleFluentImpl.withRules(List<PolicyRule> rules) |
A |
RoleFluent.withRules(List<PolicyRule> rules) |
A |
ClusterRoleFluent.withRules(List<PolicyRule> rules) |
A |
ClusterRoleFluentImpl.withRules(List<PolicyRule> rules) |
| Constructor and Description |
|---|
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(AggregationRule aggregationRule,
String apiVersion,
String kind,
io.fabric8.kubernetes.api.model.ObjectMeta metadata,
List<PolicyRule> rules) |
Role(String apiVersion,
String kind,
io.fabric8.kubernetes.api.model.ObjectMeta metadata,
List<PolicyRule> rules) |
Copyright © 2015–2023 Red Hat. All rights reserved.