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