public class VolumeMountStatusFluent<A extends VolumeMountStatusFluent<A>>
extends io.fabric8.kubernetes.api.builder.BaseFluent<A>
| Constructor and Description |
|---|
VolumeMountStatusFluent() |
VolumeMountStatusFluent(VolumeMountStatus instance) |
| Modifier and Type | Method and Description |
|---|---|
A |
addToAdditionalProperties(Map<String,Object> map) |
A |
addToAdditionalProperties(String key,
Object value) |
protected void |
copyInstance(VolumeMountStatus instance) |
boolean |
equals(Object o) |
Map<String,Object> |
getAdditionalProperties() |
String |
getMountPath() |
String |
getName() |
Boolean |
getReadOnly() |
String |
getRecursiveReadOnly() |
boolean |
hasAdditionalProperties() |
int |
hashCode() |
boolean |
hasMountPath() |
boolean |
hasName() |
boolean |
hasReadOnly() |
boolean |
hasRecursiveReadOnly() |
A |
removeFromAdditionalProperties(Map<String,Object> map) |
A |
removeFromAdditionalProperties(String key) |
String |
toString() |
<K,V> A |
withAdditionalProperties(Map<String,Object> additionalProperties) |
A |
withMountPath(String mountPath) |
A |
withName(String name) |
A |
withReadOnly() |
A |
withReadOnly(Boolean readOnly) |
A |
withRecursiveReadOnly(String recursiveReadOnly) |
public VolumeMountStatusFluent()
public VolumeMountStatusFluent(VolumeMountStatus instance)
protected void copyInstance(VolumeMountStatus instance)
public String getMountPath()
public boolean hasMountPath()
public String getName()
public boolean hasName()
public Boolean getReadOnly()
public boolean hasReadOnly()
public String getRecursiveReadOnly()
public boolean hasRecursiveReadOnly()
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 VolumeMountStatusFluent<A>>public int hashCode()
hashCode in class io.fabric8.kubernetes.api.builder.BaseFluent<A extends VolumeMountStatusFluent<A>>public A withReadOnly()
Copyright © 2015–2025 Red Hat. All rights reserved.