Uses of Class
org.cdk8s.plus24.Ingress
-
-
Uses of Ingress in org.cdk8s.plus24
Methods in org.cdk8s.plus24 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.plus24 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()
-