@Generated(value="org.jsonschema2pojo") public class AllowedHostPath extends Object implements KubernetesResource
| Constructor and Description |
|---|
AllowedHostPath()
No args constructor for use in serialization
|
AllowedHostPath(String pathPrefix,
Boolean readOnly) |
| Modifier and Type | Method and Description |
|---|---|
Map<String,Object> |
getAdditionalProperties() |
String |
getPathPrefix() |
Boolean |
getReadOnly() |
void |
setAdditionalProperty(String name,
Object value) |
void |
setPathPrefix(String pathPrefix) |
void |
setReadOnly(Boolean readOnly) |
public AllowedHostPath()
public String getPathPrefix()
public void setPathPrefix(String pathPrefix)
pathPrefix - The pathPrefixpublic Boolean getReadOnly()
public void setReadOnly(Boolean readOnly)
readOnly - The readOnlyCopyright © 2015–2020 Red Hat. All rights reserved.