Uses of Interface
org.cdk8s.plus25.ServiceBindOptions
-
Packages that use ServiceBindOptions Package Description org.cdk8s.plus25 cdk8s+ (cdk8s-plus) -
-
Uses of ServiceBindOptions in org.cdk8s.plus25
Subinterfaces of ServiceBindOptions in org.cdk8s.plus25 Modifier and Type Interface Description interfaceAddDeploymentOptionsOptions to add a deployment to a service.interfaceServicePortDefinition of a service port.Classes in org.cdk8s.plus25 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.plus25 that return ServiceBindOptions Modifier and Type Method Description ServiceBindOptionsServiceBindOptions.Builder. build()Builds the configured instance.Methods in org.cdk8s.plus25 with parameters of type ServiceBindOptions Modifier and Type Method Description voidService. bind(Number port, ServiceBindOptions options)Configure a port the service will bind to.
-