Uses of Interface
org.cdk8s.plus25.k8s.IngressBackend
-
Packages that use IngressBackend Package Description org.cdk8s.plus25.k8s -
-
Uses of IngressBackend in org.cdk8s.plus25.k8s
Classes in org.cdk8s.plus25.k8s that implement IngressBackend Modifier and Type Class Description static classIngressBackend.Jsii$ProxyAn implementation forIngressBackendMethods in org.cdk8s.plus25.k8s that return IngressBackend Modifier and Type Method Description IngressBackendIngressBackend.Builder. build()Builds the configured instance.IngressBackendHttpIngressPath. getBackend()Backend defines the referenced service endpoint to which the traffic will be forwarded to.IngressBackendHttpIngressPath.Jsii$Proxy. getBackend()default IngressBackendIngressSpec. getDefaultBackend()DefaultBackend is the backend that should handle requests that don't match any rule.IngressBackendIngressSpec.Jsii$Proxy. getDefaultBackend()Methods in org.cdk8s.plus25.k8s with parameters of type IngressBackend Modifier and Type Method Description HttpIngressPath.BuilderHttpIngressPath.Builder. backend(IngressBackend backend)Sets the value ofHttpIngressPath.getBackend()IngressSpec.BuilderIngressSpec.Builder. defaultBackend(IngressBackend defaultBackend)Sets the value ofIngressSpec.getDefaultBackend()
-