| Modifier and Type | Class and Description |
|---|---|
static class |
V1.Container
A single application container that you want to run within a pod.
|
static class |
V1.Container.Builder
A single application container that you want to run within a pod.
|
| Modifier and Type | Method and Description |
|---|---|
V1.ContainerOrBuilder |
V1.PodSpecOrBuilder.getContainersOrBuilder(int index)
List of containers belonging to the pod.
|
V1.ContainerOrBuilder |
V1.PodSpec.getContainersOrBuilder(int index)
List of containers belonging to the pod.
|
V1.ContainerOrBuilder |
V1.PodSpec.Builder.getContainersOrBuilder(int index)
List of containers belonging to the pod.
|
V1.ContainerOrBuilder |
V1.PodSpecOrBuilder.getInitContainersOrBuilder(int index)
List of initialization containers belonging to the pod.
|
V1.ContainerOrBuilder |
V1.PodSpec.getInitContainersOrBuilder(int index)
List of initialization containers belonging to the pod.
|
V1.ContainerOrBuilder |
V1.PodSpec.Builder.getInitContainersOrBuilder(int index)
List of initialization containers belonging to the pod.
|
| Modifier and Type | Method and Description |
|---|---|
List<? extends V1.ContainerOrBuilder> |
V1.PodSpecOrBuilder.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.PodSpec.Builder.getContainersOrBuilderList()
List of containers belonging to the pod.
|
List<? extends V1.ContainerOrBuilder> |
V1.PodSpecOrBuilder.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.PodSpec.Builder.getInitContainersOrBuilderList()
List of initialization containers belonging to the pod.
|
Copyright © 2018. All rights reserved.