Uses of Interface
org.cdk8s.plus28.ServiceBindOptions
-
Packages that use ServiceBindOptions Package Description org.cdk8s.plus28 cdk8s+ (cdk8s-plus) -
-
Uses of ServiceBindOptions in org.cdk8s.plus28
Subinterfaces of ServiceBindOptions in org.cdk8s.plus28 Modifier and Type Interface Description interfaceAddDeploymentOptionsOptions to add a deployment to a service.interfaceServicePortDefinition of a service port.Classes in org.cdk8s.plus28 that implement ServiceBindOptions Modifier and Type Class Description static classAddDeploymentOptions.Jsii$ProxyAn implementation forAddDeploymentOptionsstatic classServiceBindOptions.Jsii$ProxyAn implementation forServiceBindOptionsstatic classServicePort.Jsii$ProxyAn implementation forServicePortMethods in org.cdk8s.plus28 that return ServiceBindOptions Modifier and Type Method Description ServiceBindOptionsServiceBindOptions.Builder. build()Builds the configured instance.Methods in org.cdk8s.plus28 with parameters of type ServiceBindOptions Modifier and Type Method Description voidService. bind(Number port, ServiceBindOptions options)Configure a port the service will bind to.
-