public interface ScopeRestrictionFluent<T extends ScopeRestrictionFluent<T>> extends Fluent<T>
Modifier and Type | Interface and Description |
---|---|
static interface |
ScopeRestrictionFluent.ClusterRoleNested<N> |
Modifier and Type | Method and Description |
---|---|
T |
addToAdditionalProperties(Map<String,Object> map) |
T |
addToAdditionalProperties(String key,
Object value) |
T |
addToLiterals(String... items) |
ScopeRestrictionFluent.ClusterRoleNested<T> |
editClusterRole() |
Map<String,Object> |
getAdditionalProperties() |
ClusterRoleScopeRestriction |
getClusterRole() |
List<String> |
getLiterals() |
T |
removeFromAdditionalProperties(Map<String,Object> map) |
T |
removeFromAdditionalProperties(String key) |
T |
removeFromLiterals(String... items) |
T |
withAdditionalProperties(Map<String,Object> additionalProperties) |
T |
withClusterRole(ClusterRoleScopeRestriction clusterRole) |
T |
withLiterals(List<String> literals) |
T |
withLiterals(String... literals) |
ScopeRestrictionFluent.ClusterRoleNested<T> |
withNewClusterRole() |
ScopeRestrictionFluent.ClusterRoleNested<T> |
withNewClusterRoleLike(ClusterRoleScopeRestriction item) |
ClusterRoleScopeRestriction getClusterRole()
T withClusterRole(ClusterRoleScopeRestriction clusterRole)
ScopeRestrictionFluent.ClusterRoleNested<T> withNewClusterRole()
ScopeRestrictionFluent.ClusterRoleNested<T> withNewClusterRoleLike(ClusterRoleScopeRestriction item)
ScopeRestrictionFluent.ClusterRoleNested<T> editClusterRole()
Copyright © 2011–2016 Red Hat. All rights reserved.