Class AllowedHostPath
- java.lang.Object
-
- io.fabric8.kubernetes.api.model.policy.v1beta1.AllowedHostPath
-
- All Implemented Interfaces:
io.fabric8.kubernetes.api.builder.Editable<AllowedHostPathBuilder>,io.fabric8.kubernetes.api.model.KubernetesResource,Serializable
@Generated("jsonschema2pojo") public class AllowedHostPath extends Object implements io.fabric8.kubernetes.api.builder.Editable<AllowedHostPathBuilder>, 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
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AllowedHostPathBuilderedit()Map<String,Object>getAdditionalProperties()StringgetPathPrefix()BooleangetReadOnly()voidsetAdditionalProperty(String name, Object value)voidsetPathPrefix(String pathPrefix)voidsetReadOnly(Boolean readOnly)AllowedHostPathBuildertoBuilder()
-
-
-
Method Detail
-
getPathPrefix
public String getPathPrefix()
-
setPathPrefix
public void setPathPrefix(String pathPrefix)
-
getReadOnly
public Boolean getReadOnly()
-
setReadOnly
public void setReadOnly(Boolean readOnly)
-
edit
public AllowedHostPathBuilder edit()
- Specified by:
editin interfaceio.fabric8.kubernetes.api.builder.Editable<AllowedHostPathBuilder>
-
toBuilder
public AllowedHostPathBuilder toBuilder()
-
-