public interface IPersistentVolumeClaim extends IResource
| Modifier and Type | Method and Description |
|---|---|
Set<String> |
getAccessModes() |
String |
getRequestedStorage()
The requested storage
|
String |
getStatus()
The status of the claim
|
String |
getVolumeName()
The volume name
|
void |
setAccessModes(Set<String> accessModes)
Set the access modes for this claim.
|
void |
setRequestedStorage(String requestedStorage)
Set the requested storage of the claim
|
addLabel, getAnnotation, getAnnotations, getCapabilities, getCreationTimeStamp, getLabels, getMetadata, getName, getNamespace, getNamespaceName, getProject, getResourceVersion, isAnnotatedWith, removeAnnotation, setAnnotationaccept, getCapability, supportsgetApiVersiontoJson, toJsonSet<String> getAccessModes()
PVCAccessModesvoid setAccessModes(Set<String> accessModes)
accessModes - The access modes to setString getRequestedStorage()
void setRequestedStorage(String requestedStorage)
requestedStorage - The requested storage capacityString getStatus()
String getVolumeName()
Copyright © 2020 Red Hat, Inc. All Rights Reserved.