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
|
int |
hashCode() |
V1beta1IngressRule |
host(String host) |
V1beta1IngressRule |
http(V1beta1HTTPIngressRuleValue http) |
void |
setHost(String host) |
void |
setHttp(V1beta1HTTPIngressRuleValue http) |
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)
Copyright © 2019. All rights reserved.