@Generated(value="org.jsonschema2pojo") public class IngressRule extends java.lang.Object implements KubernetesResource
| Constructor and Description |
|---|
IngressRule()
No args constructor for use in serialization
|
IngressRule(java.lang.String host,
HTTPIngressRuleValue http) |
| Modifier and Type | Method and Description |
|---|---|
java.util.Map<java.lang.String,java.lang.Object> |
getAdditionalProperties() |
java.lang.String |
getHost() |
HTTPIngressRuleValue |
getHttp() |
void |
setAdditionalProperty(java.lang.String name,
java.lang.Object value) |
void |
setHost(java.lang.String host) |
void |
setHttp(HTTPIngressRuleValue http) |
public IngressRule()
public IngressRule(java.lang.String host,
HTTPIngressRuleValue http)
host - http - public java.lang.String getHost()
public void setHost(java.lang.String host)
host - The hostpublic HTTPIngressRuleValue getHttp()
public void setHttp(HTTPIngressRuleValue http)
http - The httppublic java.util.Map<java.lang.String,java.lang.Object> getAdditionalProperties()
public void setAdditionalProperty(java.lang.String name,
java.lang.Object value)
Copyright © 2015-2019 Red Hat. All Rights Reserved.