Uses of Interface
org.cdk8s.plus22.ContainerPort
-
-
Uses of ContainerPort in org.cdk8s.plus22
Classes in org.cdk8s.plus22 that implement ContainerPort Modifier and Type Class Description static classContainerPort.Jsii$ProxyAn implementation forContainerPortMethods in org.cdk8s.plus22 that return ContainerPort Modifier and Type Method Description ContainerPortContainerPort.Builder. build()Builds the configured instance.Methods in org.cdk8s.plus22 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.plus22 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.plus22 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()
-