Uses of Interface
flyteidl.core.Tasks.ContainerPortOrBuilder
-
Packages that use Tasks.ContainerPortOrBuilder Package Description flyteidl.core -
-
Uses of Tasks.ContainerPortOrBuilder in flyteidl.core
Classes in flyteidl.core that implement Tasks.ContainerPortOrBuilder Modifier and Type Class Description static classTasks.ContainerPortDefines port properties for a container.static classTasks.ContainerPort.BuilderDefines port properties for a container.Methods in flyteidl.core that return Tasks.ContainerPortOrBuilder Modifier and Type Method Description Tasks.ContainerPortOrBuilderTasks.Container.Builder. getPortsOrBuilder(int index)Ports to open in the container.Tasks.ContainerPortOrBuilderTasks.Container. getPortsOrBuilder(int index)Ports to open in the container.Tasks.ContainerPortOrBuilderTasks.ContainerOrBuilder. getPortsOrBuilder(int index)Ports to open in the container.Methods in flyteidl.core that return types with arguments of type Tasks.ContainerPortOrBuilder Modifier and Type Method Description java.util.List<? extends Tasks.ContainerPortOrBuilder>Tasks.Container.Builder. getPortsOrBuilderList()Ports to open in the container.java.util.List<? extends Tasks.ContainerPortOrBuilder>Tasks.Container. getPortsOrBuilderList()Ports to open in the container.java.util.List<? extends Tasks.ContainerPortOrBuilder>Tasks.ContainerOrBuilder. getPortsOrBuilderList()Ports to open in the container.
-