Class HTTPIngressRuleValue
java.lang.Object
io.fabric8.kubernetes.api.model.networking.v1beta1.HTTPIngressRuleValue
- All Implemented Interfaces:
io.fabric8.kubernetes.api.model.KubernetesResource
,Serializable
@Generated("org.jsonschema2pojo") 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
Modifier and Type Method Description Map<String,Object>
getAdditionalProperties()
List<HTTPIngressPath>
getPaths()
void
setAdditionalProperty(String name, Object value)
void
setPaths(List<HTTPIngressPath> paths)
-
Constructor Details
-
HTTPIngressRuleValue
public HTTPIngressRuleValue()No args constructor for use in serialization -
HTTPIngressRuleValue
- Parameters:
paths
-
-
-
Method Details
-
getPaths
- Returns:
- The paths
-
setPaths
- Parameters:
paths
- The paths
-
getAdditionalProperties
-
setAdditionalProperty
-