public class HostPortRange extends Object implements io.fabric8.kubernetes.api.model.KubernetesResource
| Constructor and Description |
|---|
HostPortRange()
No args constructor for use in serialization
|
HostPortRange(Integer max,
Integer min) |
| Modifier and Type | Method and Description |
|---|---|
Map<String,Object> |
getAdditionalProperties() |
Integer |
getMax() |
Integer |
getMin() |
void |
setAdditionalProperty(String name,
Object value) |
void |
setMax(Integer max) |
void |
setMin(Integer min) |
Copyright © 2015–2023 Red Hat. All rights reserved.