Skip to content

Commit

Permalink
Merge pull request #1139 from flyer103/dev
Browse files Browse the repository at this point in the history
add notes for usage of object storage as cache
  • Loading branch information
flyer103 authored Mar 8, 2022
2 parents 037f6de + c1a7aef commit 00d15fb
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions pkg/types/cache.go
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,11 @@ const (
StaticProvision ProvisionType = "static"
)

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

0 comments on commit 00d15fb

Please sign in to comment.