Uses of Class
org.cdk8s.plus25.Ingress
-
Packages that use Ingress Package Description org.cdk8s.plus25 cdk8s+ (cdk8s-plus) -
-
Uses of Ingress in org.cdk8s.plus25
Methods in org.cdk8s.plus25 that return Ingress Modifier and Type Method Description IngressIngress.Builder. build()IngressDeployment. exposeViaIngress(String path)Expose a deployment via an ingress.IngressDeployment. exposeViaIngress(String path, ExposeDeploymentViaIngressOptions options)Expose a deployment via an ingress.IngressService. exposeViaIngress(String path)Expose a service via an ingress using the specified path.IngressService. exposeViaIngress(String path, ExposeServiceViaIngressOptions options)Expose a service via an ingress using the specified path.IngressExposeDeploymentViaIngressOptions.Jsii$Proxy. getIngress()default IngressExposeServiceViaIngressOptions. getIngress()The ingress to add rules to.IngressExposeServiceViaIngressOptions.Jsii$Proxy. getIngress()Methods in org.cdk8s.plus25 with parameters of type Ingress Modifier and Type Method Description ExposeDeploymentViaIngressOptions.BuilderExposeDeploymentViaIngressOptions.Builder. ingress(Ingress ingress)Sets the value ofExposeServiceViaIngressOptions.getIngress()ExposeServiceViaIngressOptions.BuilderExposeServiceViaIngressOptions.Builder. ingress(Ingress ingress)Sets the value ofExposeServiceViaIngressOptions.getIngress()
-