| Modifier and Type | Field and Description |
|---|---|
static com.google.protobuf.Parser<V1.EmptyDirVolumeSource> |
V1.EmptyDirVolumeSource.PARSER
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
V1.EmptyDirVolumeSource |
V1.EmptyDirVolumeSource.Builder.build() |
V1.EmptyDirVolumeSource |
V1.EmptyDirVolumeSource.Builder.buildPartial() |
static V1.EmptyDirVolumeSource |
V1.EmptyDirVolumeSource.getDefaultInstance() |
V1.EmptyDirVolumeSource |
V1.EmptyDirVolumeSource.getDefaultInstanceForType() |
V1.EmptyDirVolumeSource |
V1.EmptyDirVolumeSource.Builder.getDefaultInstanceForType() |
V1.EmptyDirVolumeSource |
V1.VolumeSourceOrBuilder.getEmptyDir()
EmptyDir represents a temporary directory that shares a pod's lifetime.
|
V1.EmptyDirVolumeSource |
V1.VolumeSource.getEmptyDir()
EmptyDir represents a temporary directory that shares a pod's lifetime.
|
V1.EmptyDirVolumeSource |
V1.VolumeSource.Builder.getEmptyDir()
EmptyDir represents a temporary directory that shares a pod's lifetime.
|
static V1.EmptyDirVolumeSource |
V1.EmptyDirVolumeSource.parseDelimitedFrom(InputStream input) |
static V1.EmptyDirVolumeSource |
V1.EmptyDirVolumeSource.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static V1.EmptyDirVolumeSource |
V1.EmptyDirVolumeSource.parseFrom(byte[] data) |
static V1.EmptyDirVolumeSource |
V1.EmptyDirVolumeSource.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static V1.EmptyDirVolumeSource |
V1.EmptyDirVolumeSource.parseFrom(ByteBuffer data) |
static V1.EmptyDirVolumeSource |
V1.EmptyDirVolumeSource.parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static V1.EmptyDirVolumeSource |
V1.EmptyDirVolumeSource.parseFrom(com.google.protobuf.ByteString data) |
static V1.EmptyDirVolumeSource |
V1.EmptyDirVolumeSource.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static V1.EmptyDirVolumeSource |
V1.EmptyDirVolumeSource.parseFrom(com.google.protobuf.CodedInputStream input) |
static V1.EmptyDirVolumeSource |
V1.EmptyDirVolumeSource.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static V1.EmptyDirVolumeSource |
V1.EmptyDirVolumeSource.parseFrom(InputStream input) |
static V1.EmptyDirVolumeSource |
V1.EmptyDirVolumeSource.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| Modifier and Type | Method and Description |
|---|---|
com.google.protobuf.Parser<V1.EmptyDirVolumeSource> |
V1.EmptyDirVolumeSource.getParserForType() |
static com.google.protobuf.Parser<V1.EmptyDirVolumeSource> |
V1.EmptyDirVolumeSource.parser() |
| Modifier and Type | Method and Description |
|---|---|
V1.VolumeSource.Builder |
V1.VolumeSource.Builder.mergeEmptyDir(V1.EmptyDirVolumeSource value)
EmptyDir represents a temporary directory that shares a pod's lifetime.
|
V1.EmptyDirVolumeSource.Builder |
V1.EmptyDirVolumeSource.Builder.mergeFrom(V1.EmptyDirVolumeSource other) |
static V1.EmptyDirVolumeSource.Builder |
V1.EmptyDirVolumeSource.newBuilder(V1.EmptyDirVolumeSource prototype) |
V1.VolumeSource.Builder |
V1.VolumeSource.Builder.setEmptyDir(V1.EmptyDirVolumeSource value)
EmptyDir represents a temporary directory that shares a pod's lifetime.
|
Copyright © 2019. All rights reserved.