mirror of
https://github.com/ceph/ceph-csi.git
synced 2024-11-22 22:30:23 +00:00
remove unuse var
This commit is contained in:
parent
5b53e90ee4
commit
043d3603ff
@ -16,12 +16,11 @@ type volumeMountCacheEntry struct {
|
|||||||
DriverName string `json:"driverName"`
|
DriverName string `json:"driverName"`
|
||||||
DriverVersion string `json:"driverVersion"`
|
DriverVersion string `json:"driverVersion"`
|
||||||
|
|
||||||
VolumeID string `json:"volumeID"`
|
VolumeID string `json:"volumeID"`
|
||||||
Secrets map[string]string `json:"secrets"`
|
Secrets map[string]string `json:"secrets"`
|
||||||
StagingPath string `json:"stagingPath"`
|
StagingPath string `json:"stagingPath"`
|
||||||
TargetPaths map[string]bool `json:"targetPaths"`
|
TargetPaths map[string]bool `json:"targetPaths"`
|
||||||
CreateTime time.Time `json:"createTime"`
|
CreateTime time.Time `json:"createTime"`
|
||||||
LastMountTime time.Time `json:"lastMountTime"`
|
|
||||||
}
|
}
|
||||||
|
|
||||||
type volumeMountCacheMap struct {
|
type volumeMountCacheMap struct {
|
||||||
|
Loading…
Reference in New Issue
Block a user