public class VolumeMount extends Object
| Constructor and Description |
|---|
VolumeMount()
The constructor of VolumeMount
|
VolumeMount(String name,
String type,
String mountPath,
Boolean readOnly)
The constructor of VolumeMount
|
| Modifier and Type | Method and Description |
|---|---|
String |
getMountPath() |
String |
getName() |
Boolean |
getReadOnly() |
String |
getType() |
VolumeMount |
setMountPath(String mountPath) |
VolumeMount |
setName(String name) |
VolumeMount |
setReadOnly(Boolean readOnly) |
VolumeMount |
setType(String type) |
public String getName()
public VolumeMount setName(String name)
public String getType()
public VolumeMount setType(String type)
public String getMountPath()
public VolumeMount setMountPath(String mountPath)
public Boolean getReadOnly()
public VolumeMount setReadOnly(Boolean readOnly)
Copyright © 2024. All rights reserved.