diff --git a/api/allocations.go b/api/allocations.go index bf8059d32..1dd9fcef8 100644 --- a/api/allocations.go +++ b/api/allocations.go @@ -279,7 +279,6 @@ type Allocation struct { TaskResources map[string]*Resources AllocatedResources *AllocatedResources HostVolumeIDs []string - CSIVolumeIDs []string Services map[string]string Metrics *AllocationMetric DesiredStatus string diff --git a/nomad/structs/structs.go b/nomad/structs/structs.go index e55089f3e..deb3f25d9 100644 --- a/nomad/structs/structs.go +++ b/nomad/structs/structs.go @@ -11118,9 +11118,6 @@ type Allocation struct { // has claimed. HostVolumeIDs []string - // CSIVolumeIDs is a list of CSI volume IDs that this allocation has claimed. - CSIVolumeIDs []string - // Metrics associated with this allocation Metrics *AllocMetric