mirror of
https://github.com/kemko/nomad.git
synced 2026-01-01 16:05:42 +03:00
stateful deployments: remove CSIVolumeIDs (#24908)
This commit is contained in:
committed by
GitHub
parent
039da61d8f
commit
ebffcce378
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user