| Modifier and Type | Method and Description |
|---|---|
VolumeMount |
VolumeMount.Builder.build() |
VolumeMount |
VolumeMount.Builder.buildPartial() |
static VolumeMount |
VolumeMount.getDefaultInstance() |
VolumeMount |
VolumeMount.getDefaultInstanceForType() |
VolumeMount |
VolumeMount.Builder.getDefaultInstanceForType() |
VolumeMount |
ContainerOrBuilder.getVolumeMounts(int index)
Volume to mount into the container's filesystem.
|
VolumeMount |
Container.getVolumeMounts(int index)
Volume to mount into the container's filesystem.
|
VolumeMount |
Container.Builder.getVolumeMounts(int index)
Volume to mount into the container's filesystem.
|
static VolumeMount |
VolumeMount.parseDelimitedFrom(InputStream input) |
static VolumeMount |
VolumeMount.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static VolumeMount |
VolumeMount.parseFrom(byte[] data) |
static VolumeMount |
VolumeMount.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static VolumeMount |
VolumeMount.parseFrom(ByteBuffer data) |
static VolumeMount |
VolumeMount.parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static VolumeMount |
VolumeMount.parseFrom(com.google.protobuf.ByteString data) |
static VolumeMount |
VolumeMount.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static VolumeMount |
VolumeMount.parseFrom(com.google.protobuf.CodedInputStream input) |
static VolumeMount |
VolumeMount.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static VolumeMount |
VolumeMount.parseFrom(InputStream input) |
static VolumeMount |
VolumeMount.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| Modifier and Type | Method and Description |
|---|---|
com.google.protobuf.Parser<VolumeMount> |
VolumeMount.getParserForType() |
List<VolumeMount> |
ContainerOrBuilder.getVolumeMountsList()
Volume to mount into the container's filesystem.
|
List<VolumeMount> |
Container.getVolumeMountsList()
Volume to mount into the container's filesystem.
|
List<VolumeMount> |
Container.Builder.getVolumeMountsList()
Volume to mount into the container's filesystem.
|
static com.google.protobuf.Parser<VolumeMount> |
VolumeMount.parser() |
| Modifier and Type | Method and Description |
|---|---|
Container.Builder |
Container.Builder.addVolumeMounts(int index,
VolumeMount value)
Volume to mount into the container's filesystem.
|
Container.Builder |
Container.Builder.addVolumeMounts(VolumeMount value)
Volume to mount into the container's filesystem.
|
VolumeMount.Builder |
VolumeMount.Builder.mergeFrom(VolumeMount other) |
static VolumeMount.Builder |
VolumeMount.newBuilder(VolumeMount prototype) |
Container.Builder |
Container.Builder.setVolumeMounts(int index,
VolumeMount value)
Volume to mount into the container's filesystem.
|
| Modifier and Type | Method and Description |
|---|---|
Container.Builder |
Container.Builder.addAllVolumeMounts(Iterable<? extends VolumeMount> values)
Volume to mount into the container's filesystem.
|
Copyright © 2025 Google LLC. All rights reserved.