public static interface V1beta1Extensions.AllowedHostPathOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getPathPrefix()
is the path prefix that the host volume must match.
|
com.google.protobuf.ByteString |
getPathPrefixBytes()
is the path prefix that the host volume must match.
|
boolean |
hasPathPrefix()
is the path prefix that the host volume must match.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasPathPrefix()
is the path prefix that the host volume must match. It does not support `*`. Trailing slashes are trimmed when validating the path prefix with a host path. Examples: `/foo` would allow `/foo`, `/foo/` and `/foo/bar` `/foo` would not allow `/food` or `/etc/foo`
optional string pathPrefix = 1;String getPathPrefix()
is the path prefix that the host volume must match. It does not support `*`. Trailing slashes are trimmed when validating the path prefix with a host path. Examples: `/foo` would allow `/foo`, `/foo/` and `/foo/bar` `/foo` would not allow `/food` or `/etc/foo`
optional string pathPrefix = 1;com.google.protobuf.ByteString getPathPrefixBytes()
is the path prefix that the host volume must match. It does not support `*`. Trailing slashes are trimmed when validating the path prefix with a host path. Examples: `/foo` would allow `/foo`, `/foo/` and `/foo/bar` `/foo` would not allow `/food` or `/etc/foo`
optional string pathPrefix = 1;Copyright © 2018. All rights reserved.