OBJECT
PvcInformation
link GraphQL Schema definition
- type PvcInformation {
- # ID to uniquely identify PVC.
- String! :
- # Name of PVC in snapshot.
- String! :
- # PVC storage capacity.
- String! :
- # Access mode mounted on a host.
- String! :
- # Storage class of PVC.
- String! :
- # PV name on which PVC bound.
- String! :
- # Phase in which PVC bound to the PV.
- String! :
- # Json string of PVC Labels.
- String! :
- }