public @interface IngressRule
| Modifier and Type | Required Element and Description |
|---|---|
String |
host
The host under which the rule is going to be used.
|
| Modifier and Type | Optional Element and Description |
|---|---|
String |
path
The path under which the rule is going to be used.
|
String |
pathType
The path type strategy to use by the Ingress rule.
|
String |
serviceName
The service name to be used by this Ingress rule.
|
String |
servicePortName
The service port name to be used by this Ingress rule.
|
int |
servicePortNumber
The service port number to be used by this Ingress rule.
|
public abstract String host
public abstract String path
public abstract String pathType
public abstract String serviceName
public abstract String servicePortName
Copyright © 2018–2024 Red Hat. All rights reserved.