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