Uses of Interface
org.cdk8s.plus25.ServiceIngressBackendOptions
-
Packages that use ServiceIngressBackendOptions Package Description org.cdk8s.plus25 cdk8s+ (cdk8s-plus) -
-
Uses of ServiceIngressBackendOptions in org.cdk8s.plus25
Classes in org.cdk8s.plus25 that implement ServiceIngressBackendOptions Modifier and Type Class Description static classServiceIngressBackendOptions.Jsii$ProxyAn implementation forServiceIngressBackendOptionsMethods in org.cdk8s.plus25 that return ServiceIngressBackendOptions Modifier and Type Method Description ServiceIngressBackendOptionsServiceIngressBackendOptions.Builder. build()Builds the configured instance.Methods in org.cdk8s.plus25 with parameters of type ServiceIngressBackendOptions Modifier and Type Method Description static IngressBackendIngressBackend. fromService(Service serv, ServiceIngressBackendOptions options)A KubernetesServiceto use as the backend for this path.
-