Skip to content

Commit 00d15fb

Browse files
authored
Merge pull request koderover#1139 from flyer103/dev
add notes for usage of object storage as cache
2 parents 037f6de + c1a7aef commit 00d15fb

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

pkg/types/cache.go

+5
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,11 @@ const (
3030
StaticProvision ProvisionType = "static"
3131
)
3232

33+
// Note:
34+
// In the current design, when the object storage is used as the cache medium, the default object storage
35+
// will be used as the cache medium, but in the near future users may be allowed to select different object storage
36+
// as the cache medium according to the cluster.
37+
// So it is temporarily reserved in `v1.10.0`, but do not use.
3338
type ObjectProperties struct {
3439
ID string `json:"id" bson:"id"`
3540
}

0 commit comments

Comments
 (0)