public class V1beta1HTTPIngressRuleValue extends Object
| Constructor and Description |
|---|
V1beta1HTTPIngressRuleValue() |
| Modifier and Type | Method and Description |
|---|---|
V1beta1HTTPIngressRuleValue |
addAlpnItem(String alpnItem) |
V1beta1HTTPIngressRuleValue |
addPathsItem(V1beta1HTTPIngressPath pathsItem) |
V1beta1HTTPIngressRuleValue |
address(String address) |
V1beta1HTTPIngressRuleValue |
alpn(List<String> alpn) |
boolean |
equals(Object o) |
String |
getAddress()
The network address to listen HTTP(s) connections on.
|
List<String> |
getAlpn()
Application-Layer Protocol Negotiation (ALPN) is a Transport Layer Security (TLS) extension for application layer protocol negotiation.
|
io.kubernetes.client.custom.IntOrString |
getNodePort()
Specifies the node port of the referenced service.
|
List<V1beta1HTTPIngressPath> |
getPaths()
A collection of paths that map requests to backends.
|
io.kubernetes.client.custom.IntOrString |
getPort()
port to listen http(s) connections.
|
int |
hashCode() |
Boolean |
isNoTLS()
Set noTLS = true to force plain text.
|
V1beta1HTTPIngressRuleValue |
nodePort(io.kubernetes.client.custom.IntOrString nodePort) |
V1beta1HTTPIngressRuleValue |
noTLS(Boolean noTLS) |
V1beta1HTTPIngressRuleValue |
paths(List<V1beta1HTTPIngressPath> paths) |
V1beta1HTTPIngressRuleValue |
port(io.kubernetes.client.custom.IntOrString port) |
void |
setAddress(String address) |
void |
setAlpn(List<String> alpn) |
void |
setNodePort(io.kubernetes.client.custom.IntOrString nodePort) |
void |
setNoTLS(Boolean noTLS) |
void |
setPaths(List<V1beta1HTTPIngressPath> paths) |
void |
setPort(io.kubernetes.client.custom.IntOrString port) |
String |
toString() |
public V1beta1HTTPIngressRuleValue address(String address)
public String getAddress()
public void setAddress(String address)
public V1beta1HTTPIngressRuleValue alpn(List<String> alpn)
public V1beta1HTTPIngressRuleValue addAlpnItem(String alpnItem)
public List<String> getAlpn()
public V1beta1HTTPIngressRuleValue noTLS(Boolean noTLS)
public Boolean isNoTLS()
public void setNoTLS(Boolean noTLS)
public V1beta1HTTPIngressRuleValue nodePort(io.kubernetes.client.custom.IntOrString nodePort)
public io.kubernetes.client.custom.IntOrString getNodePort()
public void setNodePort(io.kubernetes.client.custom.IntOrString nodePort)
public V1beta1HTTPIngressRuleValue paths(List<V1beta1HTTPIngressPath> paths)
public V1beta1HTTPIngressRuleValue addPathsItem(V1beta1HTTPIngressPath pathsItem)
public List<V1beta1HTTPIngressPath> getPaths()
public void setPaths(List<V1beta1HTTPIngressPath> paths)
public V1beta1HTTPIngressRuleValue port(io.kubernetes.client.custom.IntOrString port)
public io.kubernetes.client.custom.IntOrString getPort()
public void setPort(io.kubernetes.client.custom.IntOrString port)
Copyright © 2018. All rights reserved.