public class LocalVolumeSourceFluent<A extends LocalVolumeSourceFluent<A>>
extends io.fabric8.kubernetes.api.builder.BaseFluent<A>
| Constructor and Description |
|---|
LocalVolumeSourceFluent() |
LocalVolumeSourceFluent(LocalVolumeSource instance) |
| Modifier and Type | Method and Description |
|---|---|
A |
addToAdditionalProperties(Map<String,Object> map) |
A |
addToAdditionalProperties(String key,
Object value) |
protected void |
copyInstance(LocalVolumeSource instance) |
boolean |
equals(Object o) |
Map<String,Object> |
getAdditionalProperties() |
String |
getFsType() |
String |
getPath() |
boolean |
hasAdditionalProperties() |
boolean |
hasFsType() |
int |
hashCode() |
boolean |
hasPath() |
A |
removeFromAdditionalProperties(Map<String,Object> map) |
A |
removeFromAdditionalProperties(String key) |
String |
toString() |
<K,V> A |
withAdditionalProperties(Map<String,Object> additionalProperties) |
A |
withFsType(String fsType) |
A |
withPath(String path) |
public LocalVolumeSourceFluent()
public LocalVolumeSourceFluent(LocalVolumeSource instance)
protected void copyInstance(LocalVolumeSource instance)
public String getFsType()
public boolean hasFsType()
public String getPath()
public boolean hasPath()
public <K,V> A withAdditionalProperties(Map<String,Object> additionalProperties)
public boolean hasAdditionalProperties()
public boolean equals(Object o)
equals in class io.fabric8.kubernetes.api.builder.BaseFluent<A extends LocalVolumeSourceFluent<A>>public int hashCode()
hashCode in class io.fabric8.kubernetes.api.builder.BaseFluent<A extends LocalVolumeSourceFluent<A>>Copyright © 2015–2023 Red Hat. All rights reserved.