INPUT_OBJECT

PvcStorageClassMappingEntry

Description

Entry mapping a PVC name to a target storage class.

link GraphQL Schema definition

  • input PvcStorageClassMappingEntry {
  • # Name of the PersistentVolumeClaim.
  • pvcName: String
  • # Target storage class name for this PVC.
  • targetStorageClass: String
  • }