| Package | Description |
|---|---|
| io.fabric8.openshift.api.model |
| Modifier and Type | Class and Description |
|---|---|
class |
EditableNamedClusterRole |
| Modifier and Type | Method and Description |
|---|---|
NamedClusterRole |
DoneableNamedClusterRole.done() |
| Modifier and Type | Method and Description |
|---|---|
List<NamedClusterRole> |
ClusterPolicyFluentImpl.getRoles() |
List<NamedClusterRole> |
ClusterPolicyFluent.getRoles() |
List<NamedClusterRole> |
ClusterPolicy.getRoles() |
| Modifier and Type | Method and Description |
|---|---|
ClusterPolicyFluent.RolesNested<T> |
ClusterPolicyFluentImpl.addNewRoleLike(NamedClusterRole item) |
ClusterPolicyFluent.RolesNested<T> |
ClusterPolicyFluent.addNewRoleLike(NamedClusterRole item) |
T |
ClusterPolicyFluentImpl.addToRoles(NamedClusterRole... items) |
T |
ClusterPolicyFluent.addToRoles(NamedClusterRole... items) |
T |
ClusterPolicyFluentImpl.removeFromRoles(NamedClusterRole... items) |
T |
ClusterPolicyFluent.removeFromRoles(NamedClusterRole... items) |
T |
ClusterPolicyFluentImpl.withRoles(NamedClusterRole... roles) |
T |
ClusterPolicyFluent.withRoles(NamedClusterRole... roles) |
| Modifier and Type | Method and Description |
|---|---|
void |
ClusterPolicy.setRoles(List<NamedClusterRole> roles) |
T |
ClusterPolicyFluentImpl.withRoles(List<NamedClusterRole> roles) |
T |
ClusterPolicyFluent.withRoles(List<NamedClusterRole> roles) |
| Constructor and Description |
|---|
DoneableNamedClusterRole(NamedClusterRole item) |
DoneableNamedClusterRole(NamedClusterRole item,
Function<NamedClusterRole,NamedClusterRole> function) |
NamedClusterRoleBuilder(NamedClusterRole instance) |
NamedClusterRoleBuilder(NamedClusterRoleFluent<?> fluent,
NamedClusterRole instance) |
NamedClusterRoleFluentImpl(NamedClusterRole instance) |
| Constructor and Description |
|---|
ClusterPolicy(String apiVersion,
String kind,
String lastModified,
ObjectMeta metadata,
List<NamedClusterRole> roles) |
DoneableNamedClusterRole(Function<NamedClusterRole,NamedClusterRole> function) |
DoneableNamedClusterRole(Function<NamedClusterRole,NamedClusterRole> function) |
DoneableNamedClusterRole(NamedClusterRole item,
Function<NamedClusterRole,NamedClusterRole> function) |
DoneableNamedClusterRole(NamedClusterRole item,
Function<NamedClusterRole,NamedClusterRole> function) |
EditableClusterPolicy(String apiVersion,
String kind,
String lastModified,
ObjectMeta metadata,
List<NamedClusterRole> roles) |
Copyright © 2011–2016 Red Hat. All rights reserved.