Uses of Interface
org.cdk8s.plus25.ContainerPort
-
Packages that use ContainerPort Package Description org.cdk8s.plus25 cdk8s+ (cdk8s-plus) -
-
Uses of ContainerPort in org.cdk8s.plus25
Classes in org.cdk8s.plus25 that implement ContainerPort Modifier and Type Class Description static classContainerPort.Jsii$ProxyAn implementation forContainerPortMethods in org.cdk8s.plus25 that return ContainerPort Modifier and Type Method Description ContainerPortContainerPort.Builder. build()Builds the configured instance.Methods in org.cdk8s.plus25 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>ContainerOpts. getPorts()List of ports to expose from this container.List<ContainerPort>ContainerOpts.Jsii$Proxy. getPorts()List<ContainerPort>ContainerProps.Jsii$Proxy. getPorts()Methods in org.cdk8s.plus25 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.plus25 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.ContainerOpts.BuilderContainerOpts.Builder. ports(List<? extends ContainerPort> ports)Sets the value ofContainerOpts.getPorts()ContainerProps.BuilderContainerProps.Builder. ports(List<? extends ContainerPort> ports)Sets the value ofContainerOpts.getPorts()
-