Package | Description |
---|---|
io.fabric8.openshift.api.model |
Modifier and Type | Method and Description |
---|---|
NamedClusterRole |
NamedClusterRoleBuilder.build() |
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<A> |
ClusterPolicyFluentImpl.addNewRoleLike(NamedClusterRole item) |
ClusterPolicyFluent.RolesNested<A> |
ClusterPolicyFluent.addNewRoleLike(NamedClusterRole item) |
A |
ClusterPolicyFluentImpl.addToRoles(NamedClusterRole... items) |
A |
ClusterPolicyFluent.addToRoles(NamedClusterRole... items) |
A |
ClusterPolicyFluentImpl.removeFromRoles(NamedClusterRole... items) |
A |
ClusterPolicyFluent.removeFromRoles(NamedClusterRole... items) |
A |
ClusterPolicyFluentImpl.withRoles(NamedClusterRole... roles) |
A |
ClusterPolicyFluent.withRoles(NamedClusterRole... roles) |
Modifier and Type | Method and Description |
---|---|
void |
ClusterPolicy.setRoles(List<NamedClusterRole> roles) |
A |
ClusterPolicyFluentImpl.withRoles(List<NamedClusterRole> roles) |
A |
ClusterPolicyFluent.withRoles(List<NamedClusterRole> roles) |
Constructor and Description |
---|
DoneableNamedClusterRole(NamedClusterRole item) |
DoneableNamedClusterRole(NamedClusterRole item,
Function<NamedClusterRole,NamedClusterRole> function) |
NamedClusterRoleBuilder(NamedClusterRole instance) |
NamedClusterRoleBuilder(NamedClusterRole instance,
Boolean validationEnabled) |
NamedClusterRoleBuilder(NamedClusterRoleFluent<?> fluent,
NamedClusterRole instance) |
NamedClusterRoleBuilder(NamedClusterRoleFluent<?> fluent,
NamedClusterRole instance,
Boolean validationEnabled) |
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) |
Copyright © 2011–2016 Red Hat. All rights reserved.