public interface AllowedHostPathFluent<A extends AllowedHostPathFluent<A>>
extends io.fabric8.kubernetes.api.builder.Fluent<A>
| Modifier and Type | Method and Description |
|---|---|
String |
getPathPrefix() |
Boolean |
getReadOnly() |
Boolean |
hasPathPrefix() |
Boolean |
hasReadOnly() |
A |
withNewPathPrefix(String arg0)
Deprecated.
|
A |
withPathPrefix(String pathPrefix) |
A |
withReadOnly(Boolean readOnly) |
Copyright © 2015–2020 Red Hat. All rights reserved.