| Modifier and Type | Method and Description |
|---|---|
HttpIngressPathType |
ExposeDeploymentViaIngressOptions.Jsii$Proxy.getPathType() |
default HttpIngressPathType |
ExposeServiceViaIngressOptions.getPathType()
The type of the path.
|
HttpIngressPathType |
ExposeServiceViaIngressOptions.Jsii$Proxy.getPathType() |
default HttpIngressPathType |
IngressRule.getPathType()
Specify how the path is matched against request paths.
|
HttpIngressPathType |
IngressRule.Jsii$Proxy.getPathType() |
static HttpIngressPathType |
HttpIngressPathType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static HttpIngressPathType[] |
HttpIngressPathType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Ingress.addHostRule(String host,
String path,
IngressBackend backend,
HttpIngressPathType pathType)
Adds an ingress rule applied to requests to a specific host and a specific HTTP path (the `Host` header matches this value).
|
void |
Ingress.addRule(String path,
IngressBackend backend,
HttpIngressPathType pathType)
Adds an ingress rule applied to requests sent to a specific HTTP path.
|
ExposeDeploymentViaIngressOptions.Builder |
ExposeDeploymentViaIngressOptions.Builder.pathType(HttpIngressPathType pathType)
Sets the value of
ExposeServiceViaIngressOptions.getPathType() |
ExposeServiceViaIngressOptions.Builder |
ExposeServiceViaIngressOptions.Builder.pathType(HttpIngressPathType pathType)
Sets the value of
ExposeServiceViaIngressOptions.getPathType() |
IngressRule.Builder |
IngressRule.Builder.pathType(HttpIngressPathType pathType)
Sets the value of
IngressRule.getPathType() |
| Constructor and Description |
|---|
Jsii$Proxy(IngressBackend backend,
String host,
String path,
HttpIngressPathType pathType)
Constructor that initializes the object based on literal property values passed by the
IngressRule.Builder. |
Jsii$Proxy(Ingress ingress,
HttpIngressPathType pathType)
Constructor that initializes the object based on literal property values passed by the
ExposeServiceViaIngressOptions.Builder. |
Jsii$Proxy(String name,
Number port,
Protocol protocol,
ServiceType serviceType,
Number targetPort,
Ingress ingress,
HttpIngressPathType pathType)
Constructor that initializes the object based on literal property values passed by the
ExposeDeploymentViaIngressOptions.Builder. |
Copyright © 2021. All rights reserved.