public class PersistentVolumeClaim extends PodVolume
Modifier and Type | Class and Description |
---|---|
static class |
PersistentVolumeClaim.DescriptorImpl |
Constructor and Description |
---|
PersistentVolumeClaim(String mountPath,
String claimName,
Boolean readOnly) |
Modifier and Type | Method and Description |
---|---|
io.fabric8.kubernetes.api.model.Volume |
buildVolume(String volumeName) |
String |
getClaimName() |
String |
getMountPath() |
Boolean |
getReadOnly() |
podVolumeExists, volumeMountExists
getDescriptor
public String getMountPath()
getMountPath
in class PodVolume
public String getClaimName()
public io.fabric8.kubernetes.api.model.Volume buildVolume(String volumeName)
buildVolume
in class PodVolume
Copyright © 2016–2019. All rights reserved.