Uses of Interface
k8s.io.api.core.v1.Generated.ContainerOrBuilder
-
Packages that use Generated.ContainerOrBuilder Package Description k8s.io.api.core.v1 -
-
Uses of Generated.ContainerOrBuilder in k8s.io.api.core.v1
Classes in k8s.io.api.core.v1 that implement Generated.ContainerOrBuilder Modifier and Type Class Description static classGenerated.ContainerA single application container that you want to run within a pod.static classGenerated.Container.BuilderA single application container that you want to run within a pod.Methods in k8s.io.api.core.v1 that return Generated.ContainerOrBuilder Modifier and Type Method Description Generated.ContainerOrBuilderGenerated.PodSpec.Builder. getContainersOrBuilder(int index)List of containers belonging to the pod.Generated.ContainerOrBuilderGenerated.PodSpec. getContainersOrBuilder(int index)List of containers belonging to the pod.Generated.ContainerOrBuilderGenerated.PodSpecOrBuilder. getContainersOrBuilder(int index)List of containers belonging to the pod.Generated.ContainerOrBuilderGenerated.PodSpec.Builder. getInitContainersOrBuilder(int index)List of initialization containers belonging to the pod.Generated.ContainerOrBuilderGenerated.PodSpec. getInitContainersOrBuilder(int index)List of initialization containers belonging to the pod.Generated.ContainerOrBuilderGenerated.PodSpecOrBuilder. getInitContainersOrBuilder(int index)List of initialization containers belonging to the pod.Methods in k8s.io.api.core.v1 that return types with arguments of type Generated.ContainerOrBuilder Modifier and Type Method Description List<? extends Generated.ContainerOrBuilder>Generated.PodSpec.Builder. getContainersOrBuilderList()List of containers belonging to the pod.List<? extends Generated.ContainerOrBuilder>Generated.PodSpec. getContainersOrBuilderList()List of containers belonging to the pod.List<? extends Generated.ContainerOrBuilder>Generated.PodSpecOrBuilder. getContainersOrBuilderList()List of containers belonging to the pod.List<? extends Generated.ContainerOrBuilder>Generated.PodSpec.Builder. getInitContainersOrBuilderList()List of initialization containers belonging to the pod.List<? extends Generated.ContainerOrBuilder>Generated.PodSpec. getInitContainersOrBuilderList()List of initialization containers belonging to the pod.List<? extends Generated.ContainerOrBuilder>Generated.PodSpecOrBuilder. getInitContainersOrBuilderList()List of initialization containers belonging to the pod.
-