public interface LocalVolumeSourceFluent<A extends LocalVolumeSourceFluent<A>> extends Fluent<A>
| Modifier and Type | Method and Description |
|---|---|
A |
addToAdditionalProperties(Map<String,Object> map) |
A |
addToAdditionalProperties(String key,
Object value) |
Map<String,Object> |
getAdditionalProperties() |
String |
getFsType() |
String |
getPath() |
Boolean |
hasAdditionalProperties() |
Boolean |
hasFsType() |
Boolean |
hasPath() |
A |
removeFromAdditionalProperties(Map<String,Object> map) |
A |
removeFromAdditionalProperties(String key) |
<K,V> A |
withAdditionalProperties(Map<String,Object> additionalProperties) |
A |
withFsType(String fsType) |
A |
withNewFsType(String arg0)
Deprecated.
|
A |
withNewPath(String arg0)
Deprecated.
|
A |
withPath(String path) |
String getFsType()
Boolean hasFsType()
@Deprecated A withNewFsType(String arg0)
String getPath()
Boolean hasPath()
@Deprecated A withNewPath(String arg0)
Boolean hasAdditionalProperties()
Copyright © 2015–2022 Red Hat. All rights reserved.