public class SupplementalGroupsStrategyOptions extends Object implements io.fabric8.kubernetes.api.model.KubernetesResource
| Constructor and Description |
|---|
SupplementalGroupsStrategyOptions()
No args constructor for use in serialization
|
SupplementalGroupsStrategyOptions(List<IDRange> ranges,
String type) |
| Modifier and Type | Method and Description |
|---|---|
Map<String,Object> |
getAdditionalProperties() |
List<IDRange> |
getRanges() |
String |
getType() |
void |
setAdditionalProperty(String name,
Object value) |
void |
setRanges(List<IDRange> ranges) |
void |
setType(String type) |
Copyright © 2015–2021 Red Hat. All rights reserved.