Class IngressRule
java.lang.Object
io.fabric8.kubernetes.api.model.networking.v1beta1.IngressRule
- All Implemented Interfaces:
io.fabric8.kubernetes.api.model.KubernetesResource,Serializable
@Generated("org.jsonschema2pojo") public class IngressRule extends Object implements io.fabric8.kubernetes.api.model.KubernetesResource
- See Also:
- Serialized Form
-
Constructor Summary
Constructors Constructor Description IngressRule()No args constructor for use in serializationIngressRule(String host, HTTPIngressRuleValue http) -
Method Summary
Modifier and Type Method Description Map<String,Object>getAdditionalProperties()StringgetHost()HTTPIngressRuleValuegetHttp()voidsetAdditionalProperty(String name, Object value)voidsetHost(String host)voidsetHttp(HTTPIngressRuleValue http)
-
Constructor Details
-
IngressRule
public IngressRule()No args constructor for use in serialization -
IngressRule
- Parameters:
host-http-
-
-
Method Details
-
getHost
- Returns:
- The host
-
setHost
- Parameters:
host- The host
-
getHttp
- Returns:
- The http
-
setHttp
- Parameters:
http- The http
-
getAdditionalProperties
-
setAdditionalProperty
-