stateful deployments: remove CSIVolumeIDs (#24908)

This commit is contained in:
Piotr Kazmierczak
2025-01-21 17:00:55 +01:00
committed by GitHub
parent 039da61d8f
commit ebffcce378
2 changed files with 0 additions and 4 deletions

View File

@@ -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

View File

@@ -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