| Modifier and Type | Method and Description |
|---|---|
V1.HostPathVolumeSource.Builder |
V1.HostPathVolumeSource.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
V1.HostPathVolumeSource.Builder |
V1.HostPathVolumeSource.Builder.clear() |
V1.HostPathVolumeSource.Builder |
V1.HostPathVolumeSource.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
V1.HostPathVolumeSource.Builder |
V1.HostPathVolumeSource.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
V1.HostPathVolumeSource.Builder |
V1.HostPathVolumeSource.Builder.clearPath()
Path of the directory on the host.
|
V1.HostPathVolumeSource.Builder |
V1.HostPathVolumeSource.Builder.clearType()
Type for HostPath Volume
Defaults to ""
More info: https://kubernetes.io/docs/concepts/storage/volumes#hostpath
+optional
|
V1.HostPathVolumeSource.Builder |
V1.HostPathVolumeSource.Builder.clone() |
V1.HostPathVolumeSource.Builder |
V1.PersistentVolumeSource.Builder.getHostPathBuilder()
HostPath represents a directory on the host.
|
V1.HostPathVolumeSource.Builder |
V1.VolumeSource.Builder.getHostPathBuilder()
HostPath represents a pre-existing file or directory on the host
machine that is directly exposed to the container.
|
V1.HostPathVolumeSource.Builder |
V1.HostPathVolumeSource.Builder.mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
V1.HostPathVolumeSource.Builder |
V1.HostPathVolumeSource.Builder.mergeFrom(com.google.protobuf.Message other) |
V1.HostPathVolumeSource.Builder |
V1.HostPathVolumeSource.Builder.mergeFrom(V1.HostPathVolumeSource other) |
V1.HostPathVolumeSource.Builder |
V1.HostPathVolumeSource.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
static V1.HostPathVolumeSource.Builder |
V1.HostPathVolumeSource.newBuilder() |
static V1.HostPathVolumeSource.Builder |
V1.HostPathVolumeSource.newBuilder(V1.HostPathVolumeSource prototype) |
V1.HostPathVolumeSource.Builder |
V1.HostPathVolumeSource.newBuilderForType() |
protected V1.HostPathVolumeSource.Builder |
V1.HostPathVolumeSource.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
V1.HostPathVolumeSource.Builder |
V1.HostPathVolumeSource.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
V1.HostPathVolumeSource.Builder |
V1.HostPathVolumeSource.Builder.setPath(String value)
Path of the directory on the host.
|
V1.HostPathVolumeSource.Builder |
V1.HostPathVolumeSource.Builder.setPathBytes(com.google.protobuf.ByteString value)
Path of the directory on the host.
|
V1.HostPathVolumeSource.Builder |
V1.HostPathVolumeSource.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
V1.HostPathVolumeSource.Builder |
V1.HostPathVolumeSource.Builder.setType(String value)
Type for HostPath Volume
Defaults to ""
More info: https://kubernetes.io/docs/concepts/storage/volumes#hostpath
+optional
|
V1.HostPathVolumeSource.Builder |
V1.HostPathVolumeSource.Builder.setTypeBytes(com.google.protobuf.ByteString value)
Type for HostPath Volume
Defaults to ""
More info: https://kubernetes.io/docs/concepts/storage/volumes#hostpath
+optional
|
V1.HostPathVolumeSource.Builder |
V1.HostPathVolumeSource.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
V1.HostPathVolumeSource.Builder |
V1.HostPathVolumeSource.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
V1.PersistentVolumeSource.Builder |
V1.PersistentVolumeSource.Builder.setHostPath(V1.HostPathVolumeSource.Builder builderForValue)
HostPath represents a directory on the host.
|
V1.VolumeSource.Builder |
V1.VolumeSource.Builder.setHostPath(V1.HostPathVolumeSource.Builder builderForValue)
HostPath represents a pre-existing file or directory on the host
machine that is directly exposed to the container.
|
Copyright © 2020. All rights reserved.