| Modifier and Type | Field and Description |
|---|---|
static com.google.protobuf.Parser<V1.HostPathVolumeSource> |
V1.HostPathVolumeSource.PARSER
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
V1.HostPathVolumeSource |
V1.HostPathVolumeSource.Builder.build() |
V1.HostPathVolumeSource |
V1.HostPathVolumeSource.Builder.buildPartial() |
static V1.HostPathVolumeSource |
V1.HostPathVolumeSource.getDefaultInstance() |
V1.HostPathVolumeSource |
V1.HostPathVolumeSource.getDefaultInstanceForType() |
V1.HostPathVolumeSource |
V1.HostPathVolumeSource.Builder.getDefaultInstanceForType() |
V1.HostPathVolumeSource |
V1.PersistentVolumeSourceOrBuilder.getHostPath()
HostPath represents a directory on the host.
|
V1.HostPathVolumeSource |
V1.PersistentVolumeSource.getHostPath()
HostPath represents a directory on the host.
|
V1.HostPathVolumeSource |
V1.PersistentVolumeSource.Builder.getHostPath()
HostPath represents a directory on the host.
|
V1.HostPathVolumeSource |
V1.VolumeSourceOrBuilder.getHostPath()
HostPath represents a pre-existing file or directory on the host
machine that is directly exposed to the container.
|
V1.HostPathVolumeSource |
V1.VolumeSource.getHostPath()
HostPath represents a pre-existing file or directory on the host
machine that is directly exposed to the container.
|
V1.HostPathVolumeSource |
V1.VolumeSource.Builder.getHostPath()
HostPath represents a pre-existing file or directory on the host
machine that is directly exposed to the container.
|
static V1.HostPathVolumeSource |
V1.HostPathVolumeSource.parseDelimitedFrom(InputStream input) |
static V1.HostPathVolumeSource |
V1.HostPathVolumeSource.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static V1.HostPathVolumeSource |
V1.HostPathVolumeSource.parseFrom(byte[] data) |
static V1.HostPathVolumeSource |
V1.HostPathVolumeSource.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static V1.HostPathVolumeSource |
V1.HostPathVolumeSource.parseFrom(ByteBuffer data) |
static V1.HostPathVolumeSource |
V1.HostPathVolumeSource.parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static V1.HostPathVolumeSource |
V1.HostPathVolumeSource.parseFrom(com.google.protobuf.ByteString data) |
static V1.HostPathVolumeSource |
V1.HostPathVolumeSource.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static V1.HostPathVolumeSource |
V1.HostPathVolumeSource.parseFrom(com.google.protobuf.CodedInputStream input) |
static V1.HostPathVolumeSource |
V1.HostPathVolumeSource.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static V1.HostPathVolumeSource |
V1.HostPathVolumeSource.parseFrom(InputStream input) |
static V1.HostPathVolumeSource |
V1.HostPathVolumeSource.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| Modifier and Type | Method and Description |
|---|---|
com.google.protobuf.Parser<V1.HostPathVolumeSource> |
V1.HostPathVolumeSource.getParserForType() |
static com.google.protobuf.Parser<V1.HostPathVolumeSource> |
V1.HostPathVolumeSource.parser() |
| Modifier and Type | Method and Description |
|---|---|
V1.HostPathVolumeSource.Builder |
V1.HostPathVolumeSource.Builder.mergeFrom(V1.HostPathVolumeSource other) |
V1.PersistentVolumeSource.Builder |
V1.PersistentVolumeSource.Builder.mergeHostPath(V1.HostPathVolumeSource value)
HostPath represents a directory on the host.
|
V1.VolumeSource.Builder |
V1.VolumeSource.Builder.mergeHostPath(V1.HostPathVolumeSource value)
HostPath represents a pre-existing file or directory on the host
machine that is directly exposed to the container.
|
static V1.HostPathVolumeSource.Builder |
V1.HostPathVolumeSource.newBuilder(V1.HostPathVolumeSource prototype) |
V1.PersistentVolumeSource.Builder |
V1.PersistentVolumeSource.Builder.setHostPath(V1.HostPathVolumeSource value)
HostPath represents a directory on the host.
|
V1.VolumeSource.Builder |
V1.VolumeSource.Builder.setHostPath(V1.HostPathVolumeSource value)
HostPath represents a pre-existing file or directory on the host
machine that is directly exposed to the container.
|
Copyright © 2020. All rights reserved.