Uses of Interface
org.cdk8s.plus24.ServiceIngressBackendOptions
-
-
Uses of ServiceIngressBackendOptions in org.cdk8s.plus24
Classes in org.cdk8s.plus24 that implement ServiceIngressBackendOptions Modifier and Type Class Description static class
ServiceIngressBackendOptions.Jsii$Proxy
An implementation forServiceIngressBackendOptions
Methods in org.cdk8s.plus24 that return ServiceIngressBackendOptions Modifier and Type Method Description ServiceIngressBackendOptions
ServiceIngressBackendOptions.Builder. build()
Builds the configured instance.Methods in org.cdk8s.plus24 with parameters of type ServiceIngressBackendOptions Modifier and Type Method Description static IngressBackend
IngressBackend. fromService(Service serv, ServiceIngressBackendOptions options)
A Kubernetes `Service` to use as the backend for this path.
-