We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 22d5e7b commit a9784f3Copy full SHA for a9784f3
cloud/disk_manager/internal/pkg/cells/storage/storage.go
@@ -99,6 +99,7 @@ func scanClusterCapacity(
99
persistence.OptionalWithDefault("kind", &capacity.Kind),
100
persistence.OptionalWithDefault("total_bytes", &capacity.TotalBytes),
101
persistence.OptionalWithDefault("free_bytes", &capacity.FreeBytes),
102
+ persistence.OptionalWithDefault("created_at", &capacity.CreatedAt),
103
)
104
105
return capacity, err
0 commit comments