Uses of Interface
flyteidl.core.Literals.KeyValuePairOrBuilder
-
Packages that use Literals.KeyValuePairOrBuilder Package Description flyteidl.core -
-
Uses of Literals.KeyValuePairOrBuilder in flyteidl.core
Classes in flyteidl.core that implement Literals.KeyValuePairOrBuilder Modifier and Type Class Description static classLiterals.KeyValuePairA generic key value pair.static classLiterals.KeyValuePair.BuilderA generic key value pair.Methods in flyteidl.core that return Literals.KeyValuePairOrBuilder Modifier and Type Method Description Literals.KeyValuePairOrBuilderTasks.Container.Builder. getConfigOrBuilder(int index)Allows extra configs to be available for the container.Literals.KeyValuePairOrBuilderTasks.Container. getConfigOrBuilder(int index)Allows extra configs to be available for the container.Literals.KeyValuePairOrBuilderTasks.ContainerOrBuilder. getConfigOrBuilder(int index)Allows extra configs to be available for the container.Literals.KeyValuePairOrBuilderTasks.Container.Builder. getEnvOrBuilder(int index)Environment variables will be set as the container is starting up.Literals.KeyValuePairOrBuilderTasks.Container. getEnvOrBuilder(int index)Environment variables will be set as the container is starting up.Literals.KeyValuePairOrBuilderTasks.ContainerOrBuilder. getEnvOrBuilder(int index)Environment variables will be set as the container is starting up.Methods in flyteidl.core that return types with arguments of type Literals.KeyValuePairOrBuilder Modifier and Type Method Description java.util.List<? extends Literals.KeyValuePairOrBuilder>Tasks.Container.Builder. getConfigOrBuilderList()Allows extra configs to be available for the container.java.util.List<? extends Literals.KeyValuePairOrBuilder>Tasks.Container. getConfigOrBuilderList()Allows extra configs to be available for the container.java.util.List<? extends Literals.KeyValuePairOrBuilder>Tasks.ContainerOrBuilder. getConfigOrBuilderList()Allows extra configs to be available for the container.java.util.List<? extends Literals.KeyValuePairOrBuilder>Tasks.Container.Builder. getEnvOrBuilderList()Environment variables will be set as the container is starting up.java.util.List<? extends Literals.KeyValuePairOrBuilder>Tasks.Container. getEnvOrBuilderList()Environment variables will be set as the container is starting up.java.util.List<? extends Literals.KeyValuePairOrBuilder>Tasks.ContainerOrBuilder. getEnvOrBuilderList()Environment variables will be set as the container is starting up.
-