Uses of Interface
org.cdk8s.plus24.ContainerPort
-
Packages that use ContainerPort Package Description org.cdk8s.plus24 cdk8s+ (cdk8s-plus) -
-
Uses of ContainerPort in org.cdk8s.plus24
Classes in org.cdk8s.plus24 that implement ContainerPort Modifier and Type Class Description static classContainerPort.Jsii$ProxyAn implementation forContainerPortMethods in org.cdk8s.plus24 that return ContainerPort Modifier and Type Method Description ContainerPortContainerPort.Builder. build()Builds the configured instance.Methods in org.cdk8s.plus24 that return types with arguments of type ContainerPort Modifier and Type Method Description List<ContainerPort>Container. getPorts()Ports exposed by this containers.default List<ContainerPort>ContainerProps. getPorts()List of ports to expose from this container.List<ContainerPort>ContainerProps.Jsii$Proxy. getPorts()Methods in org.cdk8s.plus24 with parameters of type ContainerPort Modifier and Type Method Description voidContainer. addPort(ContainerPort port)Add a port to expose from this container.Method parameters in org.cdk8s.plus24 with type arguments of type ContainerPort Modifier and Type Method Description Container.BuilderContainer.Builder. ports(List<? extends ContainerPort> ports)List of ports to expose from this container.ContainerProps.BuilderContainerProps.Builder. ports(List<? extends ContainerPort> ports)Sets the value ofContainerProps.getPorts()
-