Uses of Interface
org.cdk8s.plus25.k8s.ContainerPort
-
Packages that use ContainerPort Package Description org.cdk8s.plus25.k8s -
-
Uses of ContainerPort in org.cdk8s.plus25.k8s
Classes in org.cdk8s.plus25.k8s that implement ContainerPort Modifier and Type Class Description static classContainerPort.Jsii$ProxyAn implementation forContainerPortMethods in org.cdk8s.plus25.k8s that return ContainerPort Modifier and Type Method Description ContainerPortContainerPort.Builder. build()Builds the configured instance.Methods in org.cdk8s.plus25.k8s that return types with arguments of type ContainerPort Modifier and Type Method Description default List<ContainerPort>Container. getPorts()List of ports to expose from the container.List<ContainerPort>Container.Jsii$Proxy. getPorts()default List<ContainerPort>EphemeralContainer. getPorts()Ports are not allowed for ephemeral containers.List<ContainerPort>EphemeralContainer.Jsii$Proxy. getPorts()Method parameters in org.cdk8s.plus25.k8s with type arguments of type ContainerPort Modifier and Type Method Description Container.BuilderContainer.Builder. ports(List<? extends ContainerPort> ports)Sets the value ofContainer.getPorts()EphemeralContainer.BuilderEphemeralContainer.Builder. ports(List<? extends ContainerPort> ports)Sets the value ofEphemeralContainer.getPorts()
-