public class ClusterNetworkEntry extends Object implements io.fabric8.kubernetes.api.model.KubernetesResource
| Constructor and Description |
|---|
ClusterNetworkEntry()
No args constructor for use in serialization
|
ClusterNetworkEntry(String cidr,
Integer hostPrefix) |
| Modifier and Type | Method and Description |
|---|---|
Map<String,Object> |
getAdditionalProperties() |
String |
getCidr() |
Integer |
getHostPrefix() |
void |
setAdditionalProperty(String name,
Object value) |
void |
setCidr(String cidr) |
void |
setHostPrefix(Integer hostPrefix) |
public ClusterNetworkEntry()
Copyright © 2015–2020 Red Hat. All rights reserved.