We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 037f6de + c1a7aef commit 00d15fbCopy full SHA for 00d15fb
pkg/types/cache.go
@@ -30,6 +30,11 @@ const (
30
StaticProvision ProvisionType = "static"
31
)
32
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.
38
type ObjectProperties struct {
39
ID string `json:"id" bson:"id"`
40
}
0 commit comments