public class TypedLocalObjectReference extends Object implements KubernetesResource
| Constructor and Description |
|---|
TypedLocalObjectReference()
No args constructor for use in serialization
|
TypedLocalObjectReference(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) |
public TypedLocalObjectReference()
Copyright © 2015–2020 Red Hat. All rights reserved.