| Modifier and Type | Method and Description |
|---|---|
Ingress |
Ingress.Builder.build() |
Ingress |
Service.exposeViaIngress(String path)
Expose a service via an ingress using the specified path.
|
Ingress |
Deployment.exposeViaIngress(String path)
Expose a deployment via an ingress.
|
Ingress |
Deployment.exposeViaIngress(String path,
ExposeDeploymentViaIngressOptions options)
Expose a deployment via an ingress.
|
Ingress |
Service.exposeViaIngress(String path,
ExposeServiceViaIngressOptions options)
Expose a service via an ingress using the specified path.
|
Ingress |
ExposeDeploymentViaIngressOptions.Jsii$Proxy.getIngress() |
default Ingress |
ExposeServiceViaIngressOptions.getIngress()
The ingress to add rules to.
|
Ingress |
ExposeServiceViaIngressOptions.Jsii$Proxy.getIngress() |
| Modifier and Type | Method and Description |
|---|---|
ExposeDeploymentViaIngressOptions.Builder |
ExposeDeploymentViaIngressOptions.Builder.ingress(Ingress ingress)
Sets the value of
ExposeServiceViaIngressOptions.getIngress() |
ExposeServiceViaIngressOptions.Builder |
ExposeServiceViaIngressOptions.Builder.ingress(Ingress ingress)
Sets the value of
ExposeServiceViaIngressOptions.getIngress() |
| Constructor and Description |
|---|
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.