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.Fields in flyteidl.core with type parameters of type Tasks.ContainerPortOrBuilder Modifier and Type Field Description private com.google.protobuf.RepeatedFieldBuilderV3<Tasks.ContainerPort,Tasks.ContainerPort.Builder,Tasks.ContainerPortOrBuilder>Tasks.Container.Builder. portsBuilder_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 private com.google.protobuf.RepeatedFieldBuilderV3<Tasks.ContainerPort,Tasks.ContainerPort.Builder,Tasks.ContainerPortOrBuilder>Tasks.Container.Builder. getPortsFieldBuilder()List<? extends Tasks.ContainerPortOrBuilder>Tasks.Container.Builder. getPortsOrBuilderList()Ports to open in the container.List<? extends Tasks.ContainerPortOrBuilder>Tasks.Container. getPortsOrBuilderList()Ports to open in the container.List<? extends Tasks.ContainerPortOrBuilder>Tasks.ContainerOrBuilder. getPortsOrBuilderList()Ports to open in the container.
-