Uses of Class
org.cdk8s.plus20.IngressV1Beta1
-
-
Uses of IngressV1Beta1 in org.cdk8s.plus20
Methods in org.cdk8s.plus20 that return IngressV1Beta1 Modifier and Type Method Description IngressV1Beta1IngressV1Beta1.Builder. build()IngressV1Beta1Deployment. exposeViaIngress(String path)Expose a deployment via an ingress.IngressV1Beta1Deployment. exposeViaIngress(String path, ExposeDeploymentViaIngressOptions options)Expose a deployment via an ingress.IngressV1Beta1Service. exposeViaIngress(String path)Expose a service via an ingress using the specified path.IngressV1Beta1Service. exposeViaIngress(String path, ExposeServiceViaIngressOptions options)Expose a service via an ingress using the specified path.IngressV1Beta1ExposeDeploymentViaIngressOptions.Jsii$Proxy. getIngress()default IngressV1Beta1ExposeServiceViaIngressOptions. getIngress()The ingress to add rules to.IngressV1Beta1ExposeServiceViaIngressOptions.Jsii$Proxy. getIngress()Methods in org.cdk8s.plus20 with parameters of type IngressV1Beta1 Modifier and Type Method Description ExposeDeploymentViaIngressOptions.BuilderExposeDeploymentViaIngressOptions.Builder. ingress(IngressV1Beta1 ingress)Sets the value ofExposeServiceViaIngressOptions.getIngress()ExposeServiceViaIngressOptions.BuilderExposeServiceViaIngressOptions.Builder. ingress(IngressV1Beta1 ingress)Sets the value ofExposeServiceViaIngressOptions.getIngress()
-