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