Uses of Interface
org.cdk8s.plus20.ServiceIngressV1BetaBackendOptions
-
-
Uses of ServiceIngressV1BetaBackendOptions in org.cdk8s.plus20
Classes in org.cdk8s.plus20 that implement ServiceIngressV1BetaBackendOptions Modifier and Type Class Description static classServiceIngressV1BetaBackendOptions.Jsii$ProxyAn implementation forServiceIngressV1BetaBackendOptionsMethods in org.cdk8s.plus20 that return ServiceIngressV1BetaBackendOptions Modifier and Type Method Description ServiceIngressV1BetaBackendOptionsServiceIngressV1BetaBackendOptions.Builder. build()Builds the configured instance.Methods in org.cdk8s.plus20 with parameters of type ServiceIngressV1BetaBackendOptions Modifier and Type Method Description static IngressV1Beta1BackendIngressV1Beta1Backend. fromService(Service serv, ServiceIngressV1BetaBackendOptions options)A Kubernetes `Service` to use as the backend for this path.
-