public class NetworkingV1beta1IngressRule extends Object
| Constructor and Description |
|---|
NetworkingV1beta1IngressRule() |
| 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.
|
NetworkingV1beta1HTTPIngressRuleValue |
getHttp()
Get http
|
int |
hashCode() |
NetworkingV1beta1IngressRule |
host(String host) |
NetworkingV1beta1IngressRule |
http(NetworkingV1beta1HTTPIngressRuleValue http) |
void |
setHost(String host) |
void |
setHttp(NetworkingV1beta1HTTPIngressRuleValue http) |
String |
toString() |
public NetworkingV1beta1IngressRule host(String host)
public String getHost()
public void setHost(String host)
public NetworkingV1beta1IngressRule http(NetworkingV1beta1HTTPIngressRuleValue http)
public NetworkingV1beta1HTTPIngressRuleValue getHttp()
public void setHttp(NetworkingV1beta1HTTPIngressRuleValue http)
Copyright © 2019. All rights reserved.