Uses of Interface
org.cdk8s.plus22.ServicePort
-
-
Uses of ServicePort in org.cdk8s.plus22
Classes in org.cdk8s.plus22 that implement ServicePort Modifier and Type Class Description static classServicePort.Jsii$ProxyAn implementation forServicePortMethods in org.cdk8s.plus22 that return ServicePort Modifier and Type Method Description ServicePortServicePort.Builder. build()Builds the configured instance.Methods in org.cdk8s.plus22 that return types with arguments of type ServicePort Modifier and Type Method Description List<ServicePort>Service. getPorts()Ports for this service.default List<ServicePort>ServiceProps. getPorts()The port exposed by this service.List<ServicePort>ServiceProps.Jsii$Proxy. getPorts()Method parameters in org.cdk8s.plus22 with type arguments of type ServicePort Modifier and Type Method Description Service.BuilderService.Builder. ports(List<? extends ServicePort> ports)The port exposed by this service.ServiceProps.BuilderServiceProps.Builder. ports(List<? extends ServicePort> ports)Sets the value ofServiceProps.getPorts()
-