public class RoleRef extends Object implements io.fabric8.kubernetes.api.model.KubernetesResource
| Constructor and Description |
|---|
RoleRef()
No args constructor for use in serialization
|
RoleRef(String apiGroup,
String kind,
String name) |
| Modifier and Type | Method and Description |
|---|---|
Map<String,Object> |
getAdditionalProperties() |
String |
getApiGroup() |
String |
getKind() |
String |
getName() |
void |
setAdditionalProperty(String name,
Object value) |
void |
setApiGroup(String apiGroup) |
void |
setKind(String kind) |
void |
setName(String name) |
Copyright © 2015–2021 Red Hat. All rights reserved.