Class HTTPIngressRuleValue
- java.lang.Object
-
- io.fabric8.kubernetes.api.model.networking.v1beta1.HTTPIngressRuleValue
-
- All Implemented Interfaces:
io.fabric8.kubernetes.api.model.KubernetesResource
,Serializable
public class HTTPIngressRuleValue extends Object implements io.fabric8.kubernetes.api.model.KubernetesResource
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description HTTPIngressRuleValue()
No args constructor for use in serializationHTTPIngressRuleValue(List<HTTPIngressPath> paths)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Map<String,Object>
getAdditionalProperties()
List<HTTPIngressPath>
getPaths()
void
setAdditionalProperty(String name, Object value)
void
setPaths(List<HTTPIngressPath> paths)
-
-
-
Constructor Detail
-
HTTPIngressRuleValue
public HTTPIngressRuleValue()
No args constructor for use in serialization
-
HTTPIngressRuleValue
public HTTPIngressRuleValue(List<HTTPIngressPath> paths)
- Parameters:
paths
-
-
-
Method Detail
-
getPaths
public List<HTTPIngressPath> getPaths()
-
setPaths
public void setPaths(List<HTTPIngressPath> paths)
-
-