@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2020-07-29T18:17:00.375Z[Etc/UTC]") public class V1beta1AllowedHostPath extends Object
Modifier and Type | Field and Description |
---|---|
static String |
SERIALIZED_NAME_PATH_PREFIX |
static String |
SERIALIZED_NAME_READ_ONLY |
Constructor and Description |
---|
V1beta1AllowedHostPath() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
String |
getPathPrefix()
pathPrefix is the path prefix that the host volume must match.
|
Boolean |
getReadOnly()
when set to true, will allow host volumes matching the pathPrefix only if all volume mounts are
readOnly.
|
int |
hashCode() |
V1beta1AllowedHostPath |
pathPrefix(String pathPrefix) |
V1beta1AllowedHostPath |
readOnly(Boolean readOnly) |
void |
setPathPrefix(String pathPrefix) |
void |
setReadOnly(Boolean readOnly) |
String |
toString() |
public static final String SERIALIZED_NAME_PATH_PREFIX
public static final String SERIALIZED_NAME_READ_ONLY
public V1beta1AllowedHostPath pathPrefix(String pathPrefix)
@Nullable public String getPathPrefix()
public void setPathPrefix(String pathPrefix)
public V1beta1AllowedHostPath readOnly(Boolean readOnly)
@Nullable public Boolean getReadOnly()
public void setReadOnly(Boolean readOnly)
Copyright © 2020. All rights reserved.