| Modifier and Type | Field and Description |
|---|---|
static com.google.protobuf.Parser<V1.Container> |
V1.Container.PARSER
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
V1.Container |
V1.Container.Builder.build() |
V1.Container |
V1.Container.Builder.buildPartial() |
V1.Container |
V1.PodSpecOrBuilder.getContainers(int index)
List of containers belonging to the pod.
|
V1.Container |
V1.PodSpec.getContainers(int index)
List of containers belonging to the pod.
|
V1.Container |
V1.PodSpec.Builder.getContainers(int index)
List of containers belonging to the pod.
|
static V1.Container |
V1.Container.getDefaultInstance() |
V1.Container |
V1.Container.getDefaultInstanceForType() |
V1.Container |
V1.Container.Builder.getDefaultInstanceForType() |
V1.Container |
V1.PodSpecOrBuilder.getInitContainers(int index)
List of initialization containers belonging to the pod.
|
V1.Container |
V1.PodSpec.getInitContainers(int index)
List of initialization containers belonging to the pod.
|
V1.Container |
V1.PodSpec.Builder.getInitContainers(int index)
List of initialization containers belonging to the pod.
|
static V1.Container |
V1.Container.parseDelimitedFrom(InputStream input) |
static V1.Container |
V1.Container.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static V1.Container |
V1.Container.parseFrom(byte[] data) |
static V1.Container |
V1.Container.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static V1.Container |
V1.Container.parseFrom(ByteBuffer data) |
static V1.Container |
V1.Container.parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static V1.Container |
V1.Container.parseFrom(com.google.protobuf.ByteString data) |
static V1.Container |
V1.Container.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static V1.Container |
V1.Container.parseFrom(com.google.protobuf.CodedInputStream input) |
static V1.Container |
V1.Container.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static V1.Container |
V1.Container.parseFrom(InputStream input) |
static V1.Container |
V1.Container.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| Modifier and Type | Method and Description |
|---|---|
List<V1.Container> |
V1.PodSpecOrBuilder.getContainersList()
List of containers belonging to the pod.
|
List<V1.Container> |
V1.PodSpec.getContainersList()
List of containers belonging to the pod.
|
List<V1.Container> |
V1.PodSpec.Builder.getContainersList()
List of containers belonging to the pod.
|
List<V1.Container> |
V1.PodSpecOrBuilder.getInitContainersList()
List of initialization containers belonging to the pod.
|
List<V1.Container> |
V1.PodSpec.getInitContainersList()
List of initialization containers belonging to the pod.
|
List<V1.Container> |
V1.PodSpec.Builder.getInitContainersList()
List of initialization containers belonging to the pod.
|
com.google.protobuf.Parser<V1.Container> |
V1.Container.getParserForType() |
static com.google.protobuf.Parser<V1.Container> |
V1.Container.parser() |
| Modifier and Type | Method and Description |
|---|---|
V1.PodSpec.Builder |
V1.PodSpec.Builder.addContainers(int index,
V1.Container value)
List of containers belonging to the pod.
|
V1.PodSpec.Builder |
V1.PodSpec.Builder.addContainers(V1.Container value)
List of containers belonging to the pod.
|
V1.PodSpec.Builder |
V1.PodSpec.Builder.addInitContainers(int index,
V1.Container value)
List of initialization containers belonging to the pod.
|
V1.PodSpec.Builder |
V1.PodSpec.Builder.addInitContainers(V1.Container value)
List of initialization containers belonging to the pod.
|
V1.Container.Builder |
V1.Container.Builder.mergeFrom(V1.Container other) |
static V1.Container.Builder |
V1.Container.newBuilder(V1.Container prototype) |
V1.PodSpec.Builder |
V1.PodSpec.Builder.setContainers(int index,
V1.Container value)
List of containers belonging to the pod.
|
V1.PodSpec.Builder |
V1.PodSpec.Builder.setInitContainers(int index,
V1.Container value)
List of initialization containers belonging to the pod.
|
| Modifier and Type | Method and Description |
|---|---|
V1.PodSpec.Builder |
V1.PodSpec.Builder.addAllContainers(Iterable<? extends V1.Container> values)
List of containers belonging to the pod.
|
V1.PodSpec.Builder |
V1.PodSpec.Builder.addAllInitContainers(Iterable<? extends V1.Container> values)
List of initialization containers belonging to the pod.
|
Copyright © 2020. All rights reserved.