mirror of https://github.com/ceph/go-ceph
add tenant to bucket struct field
This commit is contained in:
parent
5afbdd6299
commit
68fa49b272
|
@ -11,6 +11,7 @@ import (
|
|||
type Bucket struct {
|
||||
Bucket string `json:"bucket" url:"bucket"`
|
||||
NumShards *uint64 `json:"num_shards"`
|
||||
Tenant string `json:"tenant"`
|
||||
Zonegroup string `json:"zonegroup"`
|
||||
PlacementRule string `json:"placement_rule"`
|
||||
ExplicitPlacement struct {
|
||||
|
|
Loading…
Reference in New Issue