Uses of Interface
io.kubernetes.client.proto.V1.ContainerPortOrBuilder
-
Uses of V1.ContainerPortOrBuilder in io.kubernetes.client.proto
Classes in io.kubernetes.client.proto that implement V1.ContainerPortOrBuilderModifier and TypeClassDescriptionstatic final classContainerPort represents a network port in a single container.static final classContainerPort represents a network port in a single container.Methods in io.kubernetes.client.proto that return V1.ContainerPortOrBuilderModifier and TypeMethodDescriptionV1.Container.Builder.getPortsOrBuilder(int index) List of ports to expose from the container.V1.Container.getPortsOrBuilder(int index) List of ports to expose from the container.V1.ContainerOrBuilder.getPortsOrBuilder(int index) List of ports to expose from the container.V1.EphemeralContainerCommon.Builder.getPortsOrBuilder(int index) Ports are not allowed for ephemeral containers.V1.EphemeralContainerCommon.getPortsOrBuilder(int index) Ports are not allowed for ephemeral containers.V1.EphemeralContainerCommonOrBuilder.getPortsOrBuilder(int index) Ports are not allowed for ephemeral containers.Methods in io.kubernetes.client.proto that return types with arguments of type V1.ContainerPortOrBuilderModifier and TypeMethodDescriptionList<? extends V1.ContainerPortOrBuilder>V1.Container.Builder.getPortsOrBuilderList()List of ports to expose from the container.List<? extends V1.ContainerPortOrBuilder>V1.Container.getPortsOrBuilderList()List of ports to expose from the container.List<? extends V1.ContainerPortOrBuilder>V1.ContainerOrBuilder.getPortsOrBuilderList()List of ports to expose from the container.List<? extends V1.ContainerPortOrBuilder>V1.EphemeralContainerCommon.Builder.getPortsOrBuilderList()Ports are not allowed for ephemeral containers.List<? extends V1.ContainerPortOrBuilder>V1.EphemeralContainerCommon.getPortsOrBuilderList()Ports are not allowed for ephemeral containers.List<? extends V1.ContainerPortOrBuilder>V1.EphemeralContainerCommonOrBuilder.getPortsOrBuilderList()Ports are not allowed for ephemeral containers.