Class AllowedHostPath
java.lang.Object
io.fabric8.kubernetes.api.model.policy.AllowedHostPath
- All Implemented Interfaces:
io.fabric8.kubernetes.api.model.KubernetesResource,Serializable
@Generated("org.jsonschema2pojo") public class AllowedHostPath extends Object implements io.fabric8.kubernetes.api.model.KubernetesResource
- See Also:
- Serialized Form
-
Constructor Summary
Constructors Constructor Description AllowedHostPath()No args constructor for use in serializationAllowedHostPath(String pathPrefix, Boolean readOnly) -
Method Summary
Modifier and Type Method Description Map<String,Object>getAdditionalProperties()StringgetPathPrefix()BooleangetReadOnly()voidsetAdditionalProperty(String name, Object value)voidsetPathPrefix(String pathPrefix)voidsetReadOnly(Boolean readOnly)
-
Constructor Details
-
AllowedHostPath
public AllowedHostPath()No args constructor for use in serialization -
AllowedHostPath
- Parameters:
readOnly-pathPrefix-
-
-
Method Details
-
getPathPrefix
- Returns:
- The pathPrefix
-
setPathPrefix
- Parameters:
pathPrefix- The pathPrefix
-
getReadOnly
- Returns:
- The readOnly
-
setReadOnly
- Parameters:
readOnly- The readOnly
-
getAdditionalProperties
-
setAdditionalProperty
-