public class VolumeMountFluentImpl<T extends VolumeMountFluent<T>> extends BaseFluent<T> implements VolumeMountFluent<T>
_visitables
Constructor and Description |
---|
VolumeMountFluentImpl() |
VolumeMountFluentImpl(VolumeMount instance) |
Modifier and Type | Method and Description |
---|---|
T |
addToAdditionalProperties(Map<String,Object> map) |
T |
addToAdditionalProperties(String key,
Object value) |
boolean |
equals(Object o) |
Map<String,Object> |
getAdditionalProperties() |
String |
getMountPath() |
String |
getName() |
Boolean |
isReadOnly() |
T |
removeFromAdditionalProperties(Map<String,Object> map) |
T |
removeFromAdditionalProperties(String key) |
T |
withAdditionalProperties(Map<String,Object> additionalProperties) |
T |
withMountPath(String mountPath) |
T |
withName(String name) |
T |
withReadOnly(Boolean readOnly) |
public VolumeMountFluentImpl()
public VolumeMountFluentImpl(VolumeMount instance)
public String getMountPath()
getMountPath
in interface VolumeMountFluent<T extends VolumeMountFluent<T>>
public T withMountPath(String mountPath)
withMountPath
in interface VolumeMountFluent<T extends VolumeMountFluent<T>>
public String getName()
getName
in interface VolumeMountFluent<T extends VolumeMountFluent<T>>
public T withName(String name)
withName
in interface VolumeMountFluent<T extends VolumeMountFluent<T>>
public Boolean isReadOnly()
isReadOnly
in interface VolumeMountFluent<T extends VolumeMountFluent<T>>
public T withReadOnly(Boolean readOnly)
withReadOnly
in interface VolumeMountFluent<T extends VolumeMountFluent<T>>
public T addToAdditionalProperties(String key, Object value)
addToAdditionalProperties
in interface VolumeMountFluent<T extends VolumeMountFluent<T>>
public T addToAdditionalProperties(Map<String,Object> map)
addToAdditionalProperties
in interface VolumeMountFluent<T extends VolumeMountFluent<T>>
public T removeFromAdditionalProperties(String key)
removeFromAdditionalProperties
in interface VolumeMountFluent<T extends VolumeMountFluent<T>>
public T removeFromAdditionalProperties(Map<String,Object> map)
removeFromAdditionalProperties
in interface VolumeMountFluent<T extends VolumeMountFluent<T>>
public Map<String,Object> getAdditionalProperties()
getAdditionalProperties
in interface VolumeMountFluent<T extends VolumeMountFluent<T>>
public T withAdditionalProperties(Map<String,Object> additionalProperties)
withAdditionalProperties
in interface VolumeMountFluent<T extends VolumeMountFluent<T>>
Copyright © 2011–2015 Red Hat. All rights reserved.