Uses of Interface
io.kubernetes.client.proto.V1.ContainerOrBuilder
-
Uses of V1.ContainerOrBuilder in io.kubernetes.client.proto
Classes in io.kubernetes.client.proto that implement V1.ContainerOrBuilderModifier and TypeClassDescriptionstatic final class
A single application container that you want to run within a pod.static final class
A single application container that you want to run within a pod.Methods in io.kubernetes.client.proto that return V1.ContainerOrBuilderModifier and TypeMethodDescriptionV1.PodSpec.Builder.getContainersOrBuilder
(int index) List of containers belonging to the pod.V1.PodSpec.getContainersOrBuilder
(int index) List of containers belonging to the pod.V1.PodSpecOrBuilder.getContainersOrBuilder
(int index) List of containers belonging to the pod.V1.PodSpec.Builder.getInitContainersOrBuilder
(int index) List of initialization containers belonging to the pod.V1.PodSpec.getInitContainersOrBuilder
(int index) List of initialization containers belonging to the pod.V1.PodSpecOrBuilder.getInitContainersOrBuilder
(int index) List of initialization containers belonging to the pod.Methods in io.kubernetes.client.proto that return types with arguments of type V1.ContainerOrBuilderModifier and TypeMethodDescriptionList<? extends V1.ContainerOrBuilder>
V1.PodSpec.Builder.getContainersOrBuilderList()
List of containers belonging to the pod.List<? extends V1.ContainerOrBuilder>
V1.PodSpec.getContainersOrBuilderList()
List of containers belonging to the pod.List<? extends V1.ContainerOrBuilder>
V1.PodSpecOrBuilder.getContainersOrBuilderList()
List of containers belonging to the pod.List<? extends V1.ContainerOrBuilder>
V1.PodSpec.Builder.getInitContainersOrBuilderList()
List of initialization containers belonging to the pod.List<? extends V1.ContainerOrBuilder>
V1.PodSpec.getInitContainersOrBuilderList()
List of initialization containers belonging to the pod.List<? extends V1.ContainerOrBuilder>
V1.PodSpecOrBuilder.getInitContainersOrBuilderList()
List of initialization containers belonging to the pod.