public class Record extends Object implements io.fabric8.kubernetes.api.model.KubernetesResource
| Constructor and Description |
|---|
Record()
No args constructor for use in serialization
|
Record(String id,
String phase,
String selectorKey) |
| Modifier and Type | Method and Description |
|---|---|
Map<String,Object> |
getAdditionalProperties() |
String |
getId() |
String |
getPhase() |
String |
getSelectorKey() |
void |
setAdditionalProperty(String name,
Object value) |
void |
setId(String id) |
void |
setPhase(String phase) |
void |
setSelectorKey(String selectorKey) |
Copyright © 2015–2022 Red Hat. All rights reserved.