| Package | Description |
|---|---|
| io.fabric8.kubernetes.api.model | |
| io.fabric8.kubernetes.api.model.rbac |
| Modifier and Type | Method and Description |
|---|---|
AggregationRule |
KubeSchema.getAggregationRule() |
| Modifier and Type | Method and Description |
|---|---|
void |
KubeSchema.setAggregationRule(AggregationRule aggregationRule) |
| Constructor and Description |
|---|
KubeSchema(AggregationRule aggregationRule,
ClusterRole clusterRole,
ClusterRoleBinding clusterRoleBinding,
ClusterRoleBindingList clusterRoleBindingList,
ClusterRoleList clusterRoleList,
Role role,
RoleBinding roleBinding,
RoleBindingList roleBindingList,
RoleList roleList) |
| Modifier and Type | Method and Description |
|---|---|
AggregationRule |
AggregationRuleBuilder.build() |
AggregationRule |
ClusterRoleFluentImpl.buildAggregationRule() |
AggregationRule |
ClusterRoleFluent.buildAggregationRule() |
AggregationRule |
ClusterRoleFluentImpl.getAggregationRule()
Deprecated.
|
AggregationRule |
ClusterRoleFluent.getAggregationRule()
Deprecated.
|
AggregationRule |
ClusterRole.getAggregationRule() |
| Modifier and Type | Method and Description |
|---|---|
ClusterRoleFluent.AggregationRuleNested<A> |
ClusterRoleFluentImpl.editOrNewAggregationRuleLike(AggregationRule item) |
ClusterRoleFluent.AggregationRuleNested<A> |
ClusterRoleFluent.editOrNewAggregationRuleLike(AggregationRule item) |
void |
ClusterRole.setAggregationRule(AggregationRule aggregationRule) |
A |
ClusterRoleFluentImpl.withAggregationRule(AggregationRule aggregationRule) |
A |
ClusterRoleFluent.withAggregationRule(AggregationRule aggregationRule) |
ClusterRoleFluent.AggregationRuleNested<A> |
ClusterRoleFluentImpl.withNewAggregationRuleLike(AggregationRule item) |
ClusterRoleFluent.AggregationRuleNested<A> |
ClusterRoleFluent.withNewAggregationRuleLike(AggregationRule item) |
| Constructor and Description |
|---|
AggregationRuleBuilder(AggregationRule instance) |
AggregationRuleBuilder(AggregationRule instance,
Boolean validationEnabled) |
AggregationRuleBuilder(AggregationRuleFluent<?> fluent,
AggregationRule instance) |
AggregationRuleBuilder(AggregationRuleFluent<?> fluent,
AggregationRule instance,
Boolean validationEnabled) |
AggregationRuleFluentImpl(AggregationRule instance) |
ClusterRole(AggregationRule aggregationRule,
String apiVersion,
String kind,
io.fabric8.kubernetes.api.model.ObjectMeta metadata,
List<PolicyRule> rules) |
Copyright © 2015–2020 Red Hat. All rights reserved.