public class Ingress extends Object
| Constructor and Description |
|---|
Ingress() |
Ingress(String host,
Boolean expose,
String tlsSecretName,
String[] tlsHosts) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
Boolean |
getExpose()
Controls whether the application should be exposed via Ingress
|
String |
getHost()
The host under which the application is going to be exposed.
|
String[] |
getTlsHosts() |
String |
getTlsSecretName() |
int |
hashCode() |
boolean |
isExpose()
Controls whether the application should be exposed via Ingress
|
static IngressBuilder |
newBuilder() |
static IngressBuilder |
newBuilderFromDefaults() |
public String getHost()
public Boolean getExpose()
public boolean isExpose()
public String getTlsSecretName()
public String[] getTlsHosts()
public static IngressBuilder newBuilder()
public static IngressBuilder newBuilderFromDefaults()
Copyright © 2018–2022 Red Hat. All rights reserved.