public class GroupRestriction extends Object implements io.fabric8.kubernetes.api.model.KubernetesResource
| Constructor and Description |
|---|
GroupRestriction()
No args constructor for use in serialization
|
GroupRestriction(List<String> groups,
List<io.fabric8.kubernetes.api.model.LabelSelector> labels) |
| Modifier and Type | Method and Description |
|---|---|
Map<String,Object> |
getAdditionalProperties() |
List<String> |
getGroups() |
List<io.fabric8.kubernetes.api.model.LabelSelector> |
getLabels() |
void |
setAdditionalProperty(String name,
Object value) |
void |
setGroups(List<String> groups) |
void |
setLabels(List<io.fabric8.kubernetes.api.model.LabelSelector> labels) |
Copyright © 2015–2021 Red Hat. All rights reserved.