public interface NamedClusterRoleFluent<T extends NamedClusterRoleFluent<T>> extends Fluent<T>
Modifier and Type | Interface and Description |
---|---|
static interface |
NamedClusterRoleFluent.RoleNested<N> |
Modifier and Type | Method and Description |
---|---|
T |
addToAdditionalProperties(Map<String,Object> map) |
T |
addToAdditionalProperties(String key,
Object value) |
NamedClusterRoleFluent.RoleNested<T> |
editRole() |
Map<String,Object> |
getAdditionalProperties() |
String |
getName() |
ClusterRole |
getRole() |
T |
removeFromAdditionalProperties(Map<String,Object> map) |
T |
removeFromAdditionalProperties(String key) |
T |
withAdditionalProperties(Map<String,Object> additionalProperties) |
T |
withName(String name) |
NamedClusterRoleFluent.RoleNested<T> |
withNewRole() |
NamedClusterRoleFluent.RoleNested<T> |
withNewRoleLike(ClusterRole item) |
T |
withRole(ClusterRole role) |
String getName()
ClusterRole getRole()
T withRole(ClusterRole role)
NamedClusterRoleFluent.RoleNested<T> withNewRole()
NamedClusterRoleFluent.RoleNested<T> withNewRoleLike(ClusterRole item)
NamedClusterRoleFluent.RoleNested<T> editRole()
Copyright © 2011–2016 Red Hat. All rights reserved.