public class VolumeMountFluent<A extends VolumeMountFluent<A>>
extends io.fabric8.kubernetes.api.builder.BaseFluent<A>
| Constructor and Description |
|---|
VolumeMountFluent() |
VolumeMountFluent(VolumeMount instance) |
public VolumeMountFluent()
public VolumeMountFluent(VolumeMount instance)
protected void copyInstance(VolumeMount instance)
public String getMountPath()
public boolean hasMountPath()
public String getMountPropagation()
public boolean hasMountPropagation()
public String getName()
public boolean hasName()
public Boolean getReadOnly()
public boolean hasReadOnly()
public String getSubPath()
public boolean hasSubPath()
public String getSubPathExpr()
public boolean hasSubPathExpr()
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 VolumeMountFluent<A>>public int hashCode()
hashCode in class io.fabric8.kubernetes.api.builder.BaseFluent<A extends VolumeMountFluent<A>>public A withReadOnly()
Copyright © 2015–2023 Red Hat. All rights reserved.