| Modifier and Type | Method and Description |
|---|---|
V1.EmptyDirVolumeSource.Builder |
V1.EmptyDirVolumeSource.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
V1.EmptyDirVolumeSource.Builder |
V1.EmptyDirVolumeSource.Builder.clear() |
V1.EmptyDirVolumeSource.Builder |
V1.EmptyDirVolumeSource.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
V1.EmptyDirVolumeSource.Builder |
V1.EmptyDirVolumeSource.Builder.clearMedium()
What type of storage medium should back this directory.
|
V1.EmptyDirVolumeSource.Builder |
V1.EmptyDirVolumeSource.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
V1.EmptyDirVolumeSource.Builder |
V1.EmptyDirVolumeSource.Builder.clearSizeLimit()
Total amount of local storage required for this EmptyDir volume.
|
V1.EmptyDirVolumeSource.Builder |
V1.EmptyDirVolumeSource.Builder.clone() |
V1.EmptyDirVolumeSource.Builder |
V1.VolumeSource.Builder.getEmptyDirBuilder()
EmptyDir represents a temporary directory that shares a pod's lifetime.
|
V1.EmptyDirVolumeSource.Builder |
V1.EmptyDirVolumeSource.Builder.mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
V1.EmptyDirVolumeSource.Builder |
V1.EmptyDirVolumeSource.Builder.mergeFrom(com.google.protobuf.Message other) |
V1.EmptyDirVolumeSource.Builder |
V1.EmptyDirVolumeSource.Builder.mergeFrom(V1.EmptyDirVolumeSource other) |
V1.EmptyDirVolumeSource.Builder |
V1.EmptyDirVolumeSource.Builder.mergeSizeLimit(Resource.Quantity value)
Total amount of local storage required for this EmptyDir volume.
|
V1.EmptyDirVolumeSource.Builder |
V1.EmptyDirVolumeSource.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
static V1.EmptyDirVolumeSource.Builder |
V1.EmptyDirVolumeSource.newBuilder() |
static V1.EmptyDirVolumeSource.Builder |
V1.EmptyDirVolumeSource.newBuilder(V1.EmptyDirVolumeSource prototype) |
V1.EmptyDirVolumeSource.Builder |
V1.EmptyDirVolumeSource.newBuilderForType() |
protected V1.EmptyDirVolumeSource.Builder |
V1.EmptyDirVolumeSource.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
V1.EmptyDirVolumeSource.Builder |
V1.EmptyDirVolumeSource.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
V1.EmptyDirVolumeSource.Builder |
V1.EmptyDirVolumeSource.Builder.setMedium(String value)
What type of storage medium should back this directory.
|
V1.EmptyDirVolumeSource.Builder |
V1.EmptyDirVolumeSource.Builder.setMediumBytes(com.google.protobuf.ByteString value)
What type of storage medium should back this directory.
|
V1.EmptyDirVolumeSource.Builder |
V1.EmptyDirVolumeSource.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
V1.EmptyDirVolumeSource.Builder |
V1.EmptyDirVolumeSource.Builder.setSizeLimit(Resource.Quantity.Builder builderForValue)
Total amount of local storage required for this EmptyDir volume.
|
V1.EmptyDirVolumeSource.Builder |
V1.EmptyDirVolumeSource.Builder.setSizeLimit(Resource.Quantity value)
Total amount of local storage required for this EmptyDir volume.
|
V1.EmptyDirVolumeSource.Builder |
V1.EmptyDirVolumeSource.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
V1.EmptyDirVolumeSource.Builder |
V1.EmptyDirVolumeSource.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
V1.VolumeSource.Builder |
V1.VolumeSource.Builder.setEmptyDir(V1.EmptyDirVolumeSource.Builder builderForValue)
EmptyDir represents a temporary directory that shares a pod's lifetime.
|
Copyright © 2018. All rights reserved.