public static interface V1.HostPathVolumeSourceOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getPath()
Path of the directory on the host.
|
com.google.protobuf.ByteString |
getPathBytes()
Path of the directory on the host.
|
boolean |
hasPath()
Path of the directory on the host.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasPath()
Path of the directory on the host. More info: https://kubernetes.io/docs/concepts/storage/volumes#hostpath
optional string path = 1;String getPath()
Path of the directory on the host. More info: https://kubernetes.io/docs/concepts/storage/volumes#hostpath
optional string path = 1;com.google.protobuf.ByteString getPathBytes()
Path of the directory on the host. More info: https://kubernetes.io/docs/concepts/storage/volumes#hostpath
optional string path = 1;Copyright © 2018. All rights reserved.