Uses of Class
org.cdk8s.plus25.IngressBackend
-
Packages that use IngressBackend Package Description org.cdk8s.plus25 cdk8s+ (cdk8s-plus) -
-
Uses of IngressBackend in org.cdk8s.plus25
Methods in org.cdk8s.plus25 that return IngressBackend Modifier and Type Method Description static IngressBackendIngressBackend. fromResource(IResource resource)A Resource backend is an ObjectRef to another Kubernetes resource within the same namespace as the Ingress object.static IngressBackendIngressBackend. fromService(Service serv)A KubernetesServiceto use as the backend for this path.static IngressBackendIngressBackend. fromService(Service serv, ServiceIngressBackendOptions options)A KubernetesServiceto use as the backend for this path.IngressBackendIngressRule. getBackend()Backend defines the referenced service endpoint to which the traffic will be forwarded to.IngressBackendIngressRule.Jsii$Proxy. getBackend()default IngressBackendIngressProps. getDefaultBackend()The default backend services requests that do not match any rule.IngressBackendIngressProps.Jsii$Proxy. getDefaultBackend()Methods in org.cdk8s.plus25 with parameters of type IngressBackend Modifier and Type Method Description voidIngress. addDefaultBackend(IngressBackend backend)Defines the default backend for this ingress.voidIngress. addHostDefaultBackend(String host, IngressBackend backend)Specify a default backend for a specific host name.voidIngress. addHostRule(String host, String path, IngressBackend backend)Adds an ingress rule applied to requests to a specific host and a specific HTTP path (theHostheader matches this value).voidIngress. addHostRule(String host, String path, IngressBackend backend, HttpIngressPathType pathType)Adds an ingress rule applied to requests to a specific host and a specific HTTP path (theHostheader matches this value).voidIngress. addRule(String path, IngressBackend backend)Adds an ingress rule applied to requests sent to a specific HTTP path.voidIngress. addRule(String path, IngressBackend backend, HttpIngressPathType pathType)Adds an ingress rule applied to requests sent to a specific HTTP path.IngressRule.BuilderIngressRule.Builder. backend(IngressBackend backend)Sets the value ofIngressRule.getBackend()Ingress.BuilderIngress.Builder. defaultBackend(IngressBackend defaultBackend)The default backend services requests that do not match any rule.IngressProps.BuilderIngressProps.Builder. defaultBackend(IngressBackend defaultBackend)Sets the value ofIngressProps.getDefaultBackend()
-