Uses of Interface
org.cdk8s.plus22.ServicePortOptions
-
-
Uses of ServicePortOptions in org.cdk8s.plus22
Subinterfaces of ServicePortOptions 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 ServicePortOptions Modifier and Type Class Description static classAddDeploymentOptions.Jsii$ProxyAn implementation forAddDeploymentOptionsstatic classServicePort.Jsii$ProxyAn implementation forServicePortstatic classServicePortOptions.Jsii$ProxyAn implementation forServicePortOptionsMethods in org.cdk8s.plus22 that return ServicePortOptions Modifier and Type Method Description ServicePortOptionsServicePortOptions.Builder. build()Builds the configured instance.Methods in org.cdk8s.plus22 with parameters of type ServicePortOptions Modifier and Type Method Description voidService. serve(Number port, ServicePortOptions options)Configure a port the service will bind to.
-