| Modifier and Type | Method and Description |
|---|---|
IngressV1Beta1 |
IngressV1Beta1.Builder.build() |
IngressV1Beta1 |
Service.exposeViaIngress(String path)
Expose a service via an ingress using the specified path.
|
IngressV1Beta1 |
Deployment.exposeViaIngress(String path)
Expose a deployment via an ingress.
|
IngressV1Beta1 |
Deployment.exposeViaIngress(String path,
ExposeDeploymentViaIngressOptions options)
Expose a deployment via an ingress.
|
IngressV1Beta1 |
Service.exposeViaIngress(String path,
ExposeServiceViaIngressOptions options)
Expose a service via an ingress using the specified path.
|
IngressV1Beta1 |
ExposeDeploymentViaIngressOptions.Jsii$Proxy.getIngress() |
default IngressV1Beta1 |
ExposeServiceViaIngressOptions.getIngress()
The ingress to add rules to.
|
IngressV1Beta1 |
ExposeServiceViaIngressOptions.Jsii$Proxy.getIngress() |
| Modifier and Type | Method and Description |
|---|---|
ExposeDeploymentViaIngressOptions.Builder |
ExposeDeploymentViaIngressOptions.Builder.ingress(IngressV1Beta1 ingress)
Sets the value of
ExposeServiceViaIngressOptions.getIngress() |
ExposeServiceViaIngressOptions.Builder |
ExposeServiceViaIngressOptions.Builder.ingress(IngressV1Beta1 ingress)
Sets the value of
ExposeServiceViaIngressOptions.getIngress() |
| Constructor and Description |
|---|
Jsii$Proxy(IngressV1Beta1 ingress)
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,
IngressV1Beta1 ingress)
Constructor that initializes the object based on literal property values passed by the
ExposeDeploymentViaIngressOptions.Builder. |
Copyright © 2021. All rights reserved.