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