Uses of Class
org.cdk8s.plus25.ServicePort.Builder
-
Packages that use ServicePort.Builder Package Description org.cdk8s.plus25 cdk8s+ (cdk8s-plus) -
-
Uses of ServicePort.Builder in org.cdk8s.plus25
Methods in org.cdk8s.plus25 that return ServicePort.Builder Modifier and Type Method Description static ServicePort.BuilderServicePort. builder()ServicePort.BuilderServicePort.Builder. name(String name)Sets the value ofServiceBindOptions.getName()ServicePort.BuilderServicePort.Builder. nodePort(Number nodePort)Sets the value ofServiceBindOptions.getNodePort()ServicePort.BuilderServicePort.Builder. port(Number port)Sets the value ofServicePort.getPort()ServicePort.BuilderServicePort.Builder. protocol(Protocol protocol)Sets the value ofServiceBindOptions.getProtocol()ServicePort.BuilderServicePort.Builder. targetPort(Number targetPort)Sets the value ofServiceBindOptions.getTargetPort()Constructors in org.cdk8s.plus25 with parameters of type ServicePort.Builder Constructor Description Jsii$Proxy(ServicePort.Builder builder)Constructor that initializes the object based on literal property values passed by theServicePort.Builder.
-