public interface ClusterRoleScopeRestrictionFluent<T extends ClusterRoleScopeRestrictionFluent<T>> extends Fluent<T>
Modifier and Type | Method and Description |
---|---|
T |
addToAdditionalProperties(Map<String,Object> map) |
T |
addToAdditionalProperties(String key,
Object value) |
T |
addToNamespaces(String... items) |
T |
addToRoleNames(String... items) |
Map<String,Object> |
getAdditionalProperties() |
List<String> |
getNamespaces() |
List<String> |
getRoleNames() |
Boolean |
isAllowEscalation() |
T |
removeFromAdditionalProperties(Map<String,Object> map) |
T |
removeFromAdditionalProperties(String key) |
T |
removeFromNamespaces(String... items) |
T |
removeFromRoleNames(String... items) |
T |
withAdditionalProperties(Map<String,Object> additionalProperties) |
T |
withAllowEscalation(Boolean allowEscalation) |
T |
withNamespaces(List<String> namespaces) |
T |
withNamespaces(String... namespaces) |
T |
withRoleNames(List<String> roleNames) |
T |
withRoleNames(String... roleNames) |
Boolean isAllowEscalation()
Copyright © 2011–2016 Red Hat. All rights reserved.