public class HTTPIngressRuleValue extends Object implements io.fabric8.kubernetes.api.model.KubernetesResource
| Constructor and Description |
|---|
HTTPIngressRuleValue()
No args constructor for use in serialization
|
HTTPIngressRuleValue(List<HTTPIngressPath> paths) |
| Modifier and Type | Method and Description |
|---|---|
Map<String,Object> |
getAdditionalProperties() |
List<HTTPIngressPath> |
getPaths() |
void |
setAdditionalProperty(String name,
Object value) |
void |
setPaths(List<HTTPIngressPath> paths) |
public HTTPIngressRuleValue()
public HTTPIngressRuleValue(List<HTTPIngressPath> paths)
paths - public List<HTTPIngressPath> getPaths()
public void setPaths(List<HTTPIngressPath> paths)
Copyright © 2015–2021 Red Hat. All rights reserved.