Uses of Class
org.cdk8s.plus20.IngressV1Beta1Backend
-
-
Uses of IngressV1Beta1Backend in org.cdk8s.plus20
Methods in org.cdk8s.plus20 that return IngressV1Beta1Backend Modifier and Type Method Description static IngressV1Beta1BackendIngressV1Beta1Backend. fromResource(IResource resource)A Resource backend is an ObjectRef to another Kubernetes resource within the same namespace as the Ingress object.static IngressV1Beta1BackendIngressV1Beta1Backend. fromService(Service serv)A Kubernetes `Service` to use as the backend for this path.static IngressV1Beta1BackendIngressV1Beta1Backend. fromService(Service serv, ServiceIngressV1BetaBackendOptions options)A Kubernetes `Service` to use as the backend for this path.IngressV1Beta1BackendIngressV1Beta1Rule. getBackend()Backend defines the referenced service endpoint to which the traffic will be forwarded to.IngressV1Beta1BackendIngressV1Beta1Rule.Jsii$Proxy. getBackend()default IngressV1Beta1BackendIngressV1Beta1Props. getDefaultBackend()The default backend services requests that do not match any rule.IngressV1Beta1BackendIngressV1Beta1Props.Jsii$Proxy. getDefaultBackend()Methods in org.cdk8s.plus20 with parameters of type IngressV1Beta1Backend Modifier and Type Method Description voidIngressV1Beta1. addDefaultBackend(IngressV1Beta1Backend backend)Defines the default backend for this ingress.voidIngressV1Beta1. addHostDefaultBackend(String host, IngressV1Beta1Backend backend)Specify a default backend for a specific host name.voidIngressV1Beta1. addHostRule(String host, String path, IngressV1Beta1Backend backend)Adds an ingress rule applied to requests to a specific host and a specific HTTP path (the `Host` header matches this value).voidIngressV1Beta1. addRule(String path, IngressV1Beta1Backend backend)Adds an ingress rule applied to requests sent to a specific HTTP path.IngressV1Beta1Rule.BuilderIngressV1Beta1Rule.Builder. backend(IngressV1Beta1Backend backend)Sets the value ofIngressV1Beta1Rule.getBackend()IngressV1Beta1.BuilderIngressV1Beta1.Builder. defaultBackend(IngressV1Beta1Backend defaultBackend)The default backend services requests that do not match any rule.IngressV1Beta1Props.BuilderIngressV1Beta1Props.Builder. defaultBackend(IngressV1Beta1Backend defaultBackend)Sets the value ofIngressV1Beta1Props.getDefaultBackend()
-