Uses of Interface
org.cdk8s.plus28.ServiceIngressBackendOptions
-
Packages that use ServiceIngressBackendOptions Package Description org.cdk8s.plus28 cdk8s+ (cdk8s-plus) -
-
Uses of ServiceIngressBackendOptions in org.cdk8s.plus28
Classes in org.cdk8s.plus28 that implement ServiceIngressBackendOptions Modifier and Type Class Description static classServiceIngressBackendOptions.Jsii$ProxyAn implementation forServiceIngressBackendOptionsMethods in org.cdk8s.plus28 that return ServiceIngressBackendOptions Modifier and Type Method Description ServiceIngressBackendOptionsServiceIngressBackendOptions.Builder. build()Builds the configured instance.Methods in org.cdk8s.plus28 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.
-