public class V1beta1IngressRule extends Object
| Constructor and Description |
|---|
V1beta1IngressRule() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getHost()
Host is the fully qualified domain name of a network host, as defined by RFC 3986.
|
V1beta1HTTPIngressRuleValue |
getHttp()
Get http
|
V1beta1TCPIngressRuleValue |
getTcp()
Get tcp
|
int |
hashCode() |
V1beta1IngressRule |
host(String host) |
V1beta1IngressRule |
http(V1beta1HTTPIngressRuleValue http) |
void |
setHost(String host) |
void |
setHttp(V1beta1HTTPIngressRuleValue http) |
void |
setTcp(V1beta1TCPIngressRuleValue tcp) |
V1beta1IngressRule |
tcp(V1beta1TCPIngressRuleValue tcp) |
String |
toString() |
public V1beta1IngressRule host(String host)
public String getHost()
public void setHost(String host)
public V1beta1IngressRule http(V1beta1HTTPIngressRuleValue http)
public V1beta1HTTPIngressRuleValue getHttp()
public void setHttp(V1beta1HTTPIngressRuleValue http)
public V1beta1IngressRule tcp(V1beta1TCPIngressRuleValue tcp)
public V1beta1TCPIngressRuleValue getTcp()
public void setTcp(V1beta1TCPIngressRuleValue tcp)
Copyright © 2018. All rights reserved.