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