| Modifier and Type | Method and Description |
|---|---|
V1.VolumeMount.Builder |
V1.VolumeMount.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
V1.VolumeMount.Builder |
V1.Container.Builder.addVolumeMountsBuilder()
Pod volumes to mount into the container's filesystem.
|
V1.VolumeMount.Builder |
V1alpha1Settings.PodPresetSpec.Builder.addVolumeMountsBuilder()
VolumeMounts defines the collection of VolumeMount to inject into containers.
|
V1.VolumeMount.Builder |
V1.Container.Builder.addVolumeMountsBuilder(int index)
Pod volumes to mount into the container's filesystem.
|
V1.VolumeMount.Builder |
V1alpha1Settings.PodPresetSpec.Builder.addVolumeMountsBuilder(int index)
VolumeMounts defines the collection of VolumeMount to inject into containers.
|
V1.VolumeMount.Builder |
V1.VolumeMount.Builder.clear() |
V1.VolumeMount.Builder |
V1.VolumeMount.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
V1.VolumeMount.Builder |
V1.VolumeMount.Builder.clearMountPath()
Path within the container at which the volume should be mounted.
|
V1.VolumeMount.Builder |
V1.VolumeMount.Builder.clearMountPropagation()
mountPropagation determines how mounts are propagated from the host
to container and the other way around.
|
V1.VolumeMount.Builder |
V1.VolumeMount.Builder.clearName()
This must match the Name of a Volume.
|
V1.VolumeMount.Builder |
V1.VolumeMount.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
V1.VolumeMount.Builder |
V1.VolumeMount.Builder.clearReadOnly()
Mounted read-only if true, read-write otherwise (false or unspecified).
|
V1.VolumeMount.Builder |
V1.VolumeMount.Builder.clearSubPath()
Path within the volume from which the container's volume should be mounted.
|
V1.VolumeMount.Builder |
V1.VolumeMount.Builder.clone() |
V1.VolumeMount.Builder |
V1.Container.Builder.getVolumeMountsBuilder(int index)
Pod volumes to mount into the container's filesystem.
|
V1.VolumeMount.Builder |
V1alpha1Settings.PodPresetSpec.Builder.getVolumeMountsBuilder(int index)
VolumeMounts defines the collection of VolumeMount to inject into containers.
|
V1.VolumeMount.Builder |
V1.VolumeMount.Builder.mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
V1.VolumeMount.Builder |
V1.VolumeMount.Builder.mergeFrom(com.google.protobuf.Message other) |
V1.VolumeMount.Builder |
V1.VolumeMount.Builder.mergeFrom(V1.VolumeMount other) |
V1.VolumeMount.Builder |
V1.VolumeMount.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
static V1.VolumeMount.Builder |
V1.VolumeMount.newBuilder() |
static V1.VolumeMount.Builder |
V1.VolumeMount.newBuilder(V1.VolumeMount prototype) |
V1.VolumeMount.Builder |
V1.VolumeMount.newBuilderForType() |
protected V1.VolumeMount.Builder |
V1.VolumeMount.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
V1.VolumeMount.Builder |
V1.VolumeMount.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
V1.VolumeMount.Builder |
V1.VolumeMount.Builder.setMountPath(String value)
Path within the container at which the volume should be mounted.
|
V1.VolumeMount.Builder |
V1.VolumeMount.Builder.setMountPathBytes(com.google.protobuf.ByteString value)
Path within the container at which the volume should be mounted.
|
V1.VolumeMount.Builder |
V1.VolumeMount.Builder.setMountPropagation(String value)
mountPropagation determines how mounts are propagated from the host
to container and the other way around.
|
V1.VolumeMount.Builder |
V1.VolumeMount.Builder.setMountPropagationBytes(com.google.protobuf.ByteString value)
mountPropagation determines how mounts are propagated from the host
to container and the other way around.
|
V1.VolumeMount.Builder |
V1.VolumeMount.Builder.setName(String value)
This must match the Name of a Volume.
|
V1.VolumeMount.Builder |
V1.VolumeMount.Builder.setNameBytes(com.google.protobuf.ByteString value)
This must match the Name of a Volume.
|
V1.VolumeMount.Builder |
V1.VolumeMount.Builder.setReadOnly(boolean value)
Mounted read-only if true, read-write otherwise (false or unspecified).
|
V1.VolumeMount.Builder |
V1.VolumeMount.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
V1.VolumeMount.Builder |
V1.VolumeMount.Builder.setSubPath(String value)
Path within the volume from which the container's volume should be mounted.
|
V1.VolumeMount.Builder |
V1.VolumeMount.Builder.setSubPathBytes(com.google.protobuf.ByteString value)
Path within the volume from which the container's volume should be mounted.
|
V1.VolumeMount.Builder |
V1.VolumeMount.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
V1.VolumeMount.Builder |
V1.VolumeMount.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
List<V1.VolumeMount.Builder> |
V1.Container.Builder.getVolumeMountsBuilderList()
Pod volumes to mount into the container's filesystem.
|
List<V1.VolumeMount.Builder> |
V1alpha1Settings.PodPresetSpec.Builder.getVolumeMountsBuilderList()
VolumeMounts defines the collection of VolumeMount to inject into containers.
|
| Modifier and Type | Method and Description |
|---|---|
V1.Container.Builder |
V1.Container.Builder.addVolumeMounts(int index,
V1.VolumeMount.Builder builderForValue)
Pod volumes to mount into the container's filesystem.
|
V1alpha1Settings.PodPresetSpec.Builder |
V1alpha1Settings.PodPresetSpec.Builder.addVolumeMounts(int index,
V1.VolumeMount.Builder builderForValue)
VolumeMounts defines the collection of VolumeMount to inject into containers.
|
V1.Container.Builder |
V1.Container.Builder.addVolumeMounts(V1.VolumeMount.Builder builderForValue)
Pod volumes to mount into the container's filesystem.
|
V1alpha1Settings.PodPresetSpec.Builder |
V1alpha1Settings.PodPresetSpec.Builder.addVolumeMounts(V1.VolumeMount.Builder builderForValue)
VolumeMounts defines the collection of VolumeMount to inject into containers.
|
V1.Container.Builder |
V1.Container.Builder.setVolumeMounts(int index,
V1.VolumeMount.Builder builderForValue)
Pod volumes to mount into the container's filesystem.
|
V1alpha1Settings.PodPresetSpec.Builder |
V1alpha1Settings.PodPresetSpec.Builder.setVolumeMounts(int index,
V1.VolumeMount.Builder builderForValue)
VolumeMounts defines the collection of VolumeMount to inject into containers.
|
Copyright © 2020. All rights reserved.