public class V1VolumeMountFluentImpl<A extends V1VolumeMountFluent<A>> extends BaseFluent<A> implements V1VolumeMountFluent<A>
_visitables, VISIT| Constructor and Description |
|---|
V1VolumeMountFluentImpl() |
V1VolumeMountFluentImpl(io.kubernetes.client.openapi.models.V1VolumeMount instance) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getMountPath() |
String |
getMountPropagation() |
String |
getName() |
Boolean |
getReadOnly() |
String |
getSubPath() |
String |
getSubPathExpr() |
int |
hashCode() |
Boolean |
hasMountPath() |
Boolean |
hasMountPropagation() |
Boolean |
hasName() |
Boolean |
hasReadOnly() |
Boolean |
hasSubPath() |
Boolean |
hasSubPathExpr() |
String |
toString() |
A |
withMountPath(String mountPath) |
A |
withMountPropagation(String mountPropagation) |
A |
withName(String name) |
A |
withReadOnly() |
A |
withReadOnly(Boolean readOnly) |
A |
withSubPath(String subPath) |
A |
withSubPathExpr(String subPathExpr) |
accept, accept, accept, aggregate, aggregate, build, build, builderOfpublic V1VolumeMountFluentImpl()
public V1VolumeMountFluentImpl(io.kubernetes.client.openapi.models.V1VolumeMount instance)
public String getMountPath()
getMountPath in interface V1VolumeMountFluent<A extends V1VolumeMountFluent<A>>public A withMountPath(String mountPath)
withMountPath in interface V1VolumeMountFluent<A extends V1VolumeMountFluent<A>>public Boolean hasMountPath()
hasMountPath in interface V1VolumeMountFluent<A extends V1VolumeMountFluent<A>>public String getMountPropagation()
getMountPropagation in interface V1VolumeMountFluent<A extends V1VolumeMountFluent<A>>public A withMountPropagation(String mountPropagation)
withMountPropagation in interface V1VolumeMountFluent<A extends V1VolumeMountFluent<A>>public Boolean hasMountPropagation()
hasMountPropagation in interface V1VolumeMountFluent<A extends V1VolumeMountFluent<A>>public String getName()
getName in interface V1VolumeMountFluent<A extends V1VolumeMountFluent<A>>public A withName(String name)
withName in interface V1VolumeMountFluent<A extends V1VolumeMountFluent<A>>public Boolean hasName()
hasName in interface V1VolumeMountFluent<A extends V1VolumeMountFluent<A>>public Boolean getReadOnly()
getReadOnly in interface V1VolumeMountFluent<A extends V1VolumeMountFluent<A>>public A withReadOnly(Boolean readOnly)
withReadOnly in interface V1VolumeMountFluent<A extends V1VolumeMountFluent<A>>public Boolean hasReadOnly()
hasReadOnly in interface V1VolumeMountFluent<A extends V1VolumeMountFluent<A>>public String getSubPath()
getSubPath in interface V1VolumeMountFluent<A extends V1VolumeMountFluent<A>>public A withSubPath(String subPath)
withSubPath in interface V1VolumeMountFluent<A extends V1VolumeMountFluent<A>>public Boolean hasSubPath()
hasSubPath in interface V1VolumeMountFluent<A extends V1VolumeMountFluent<A>>public String getSubPathExpr()
getSubPathExpr in interface V1VolumeMountFluent<A extends V1VolumeMountFluent<A>>public A withSubPathExpr(String subPathExpr)
withSubPathExpr in interface V1VolumeMountFluent<A extends V1VolumeMountFluent<A>>public Boolean hasSubPathExpr()
hasSubPathExpr in interface V1VolumeMountFluent<A extends V1VolumeMountFluent<A>>public boolean equals(Object o)
equals in class BaseFluent<A extends V1VolumeMountFluent<A>>public int hashCode()
hashCode in class BaseFluent<A extends V1VolumeMountFluent<A>>public A withReadOnly()
withReadOnly in interface V1VolumeMountFluent<A extends V1VolumeMountFluent<A>>Copyright © 2022. All rights reserved.