| Package | Description |
|---|---|
| io.fabric8.kubernetes.api.model | |
| io.fabric8.kubernetes.api.model.rbac |
| Modifier and Type | Method and Description |
|---|---|
AggregationRule |
ValidationSchema.getAggregationRule() |
AggregationRule |
KubeSchema.getAggregationRule() |
| Modifier and Type | Method and Description |
|---|---|
void |
ValidationSchema.setAggregationRule(AggregationRule aggregationRule) |
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) |
ValidationSchema(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 |
ClusterRoleFluent.buildAggregationRule() |
AggregationRule |
ClusterRole.getAggregationRule() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
AggregationRuleFluent.copyInstance(AggregationRule instance) |
ClusterRoleFluent.AggregationRuleNested<A> |
ClusterRoleFluent.editOrNewAggregationRuleLike(AggregationRule item) |
void |
ClusterRole.setAggregationRule(AggregationRule aggregationRule) |
A |
ClusterRoleFluent.withAggregationRule(AggregationRule aggregationRule) |
ClusterRoleFluent.AggregationRuleNested<A> |
ClusterRoleFluent.withNewAggregationRuleLike(AggregationRule item) |
| Constructor and 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) |
Copyright © 2015–2024 Red Hat. All rights reserved.