public class NodeAddress extends Object implements KubernetesResource
| Constructor and Description |
|---|
NodeAddress()
No args constructor for use in serialization
|
NodeAddress(String address,
String type) |
| Modifier and Type | Method and Description |
|---|---|
Map<String,Object> |
getAdditionalProperties() |
String |
getAddress() |
String |
getType() |
void |
setAdditionalProperty(String name,
Object value) |
void |
setAddress(String address) |
void |
setType(String type) |
Copyright © 2015–2022 Red Hat. All rights reserved.