public class ClusterRoleScopeRestriction extends Object implements io.fabric8.kubernetes.api.model.KubernetesResource
| Constructor and Description |
|---|
ClusterRoleScopeRestriction()
No args constructor for use in serialization
|
ClusterRoleScopeRestriction(Boolean allowEscalation,
List<String> namespaces,
List<String> roleNames) |
| Modifier and Type | Method and Description |
|---|---|
Map<String,Object> |
getAdditionalProperties() |
Boolean |
getAllowEscalation() |
List<String> |
getNamespaces() |
List<String> |
getRoleNames() |
void |
setAdditionalProperty(String name,
Object value) |
void |
setAllowEscalation(Boolean allowEscalation) |
void |
setNamespaces(List<String> namespaces) |
void |
setRoleNames(List<String> roleNames) |
Copyright © 2015–2021 Red Hat. All rights reserved.