Uses of Interface
k8s.io.api.core.v1.Generated.ContainerPortOrBuilder
-
Packages that use Generated.ContainerPortOrBuilder Package Description k8s.io.api.core.v1 -
-
Uses of Generated.ContainerPortOrBuilder in k8s.io.api.core.v1
Classes in k8s.io.api.core.v1 that implement Generated.ContainerPortOrBuilder Modifier and Type Class Description static classGenerated.ContainerPortContainerPort represents a network port in a single container.static classGenerated.ContainerPort.BuilderContainerPort represents a network port in a single container.Methods in k8s.io.api.core.v1 that return Generated.ContainerPortOrBuilder Modifier and Type Method Description Generated.ContainerPortOrBuilderGenerated.Container.Builder. getPortsOrBuilder(int index)List of ports to expose from the container.Generated.ContainerPortOrBuilderGenerated.Container. getPortsOrBuilder(int index)List of ports to expose from the container.Generated.ContainerPortOrBuilderGenerated.ContainerOrBuilder. getPortsOrBuilder(int index)List of ports to expose from the container.Generated.ContainerPortOrBuilderGenerated.EphemeralContainerCommon.Builder. getPortsOrBuilder(int index)Ports are not allowed for ephemeral containers.Generated.ContainerPortOrBuilderGenerated.EphemeralContainerCommon. getPortsOrBuilder(int index)Ports are not allowed for ephemeral containers.Generated.ContainerPortOrBuilderGenerated.EphemeralContainerCommonOrBuilder. getPortsOrBuilder(int index)Ports are not allowed for ephemeral containers.Methods in k8s.io.api.core.v1 that return types with arguments of type Generated.ContainerPortOrBuilder Modifier and Type Method Description List<? extends Generated.ContainerPortOrBuilder>Generated.Container.Builder. getPortsOrBuilderList()List of ports to expose from the container.List<? extends Generated.ContainerPortOrBuilder>Generated.Container. getPortsOrBuilderList()List of ports to expose from the container.List<? extends Generated.ContainerPortOrBuilder>Generated.ContainerOrBuilder. getPortsOrBuilderList()List of ports to expose from the container.List<? extends Generated.ContainerPortOrBuilder>Generated.EphemeralContainerCommon.Builder. getPortsOrBuilderList()Ports are not allowed for ephemeral containers.List<? extends Generated.ContainerPortOrBuilder>Generated.EphemeralContainerCommon. getPortsOrBuilderList()Ports are not allowed for ephemeral containers.List<? extends Generated.ContainerPortOrBuilder>Generated.EphemeralContainerCommonOrBuilder. getPortsOrBuilderList()Ports are not allowed for ephemeral containers.
-