public @interface Ingress
| Modifier and Type | Optional Element and Description |
|---|---|
boolean |
expose
Controls whether the application should be exposed via Ingress
|
String |
host
The host under which the application is going to be exposed.
|
String |
ingressClassName
The class of the Ingress.
|
IngressRule[] |
rules
Controls the generated ingress rules to be exposed as part of the Ingress resource.
|
String[] |
tlsHosts |
String |
tlsSecretName |
public abstract String host
public abstract String ingressClassName
public abstract boolean expose
public abstract String tlsSecretName
public abstract String[] tlsHosts
public abstract IngressRule[] rules
Copyright © 2018–2022 Red Hat. All rights reserved.