Allow configuring mounter via storageclass parameter
This commit is contained in:
parent
ad1bfbafde
commit
74eca7e00b
7 changed files with 18 additions and 17 deletions
pkg/s3
|
@ -23,6 +23,7 @@ type s3Client struct {
|
|||
|
||||
type bucket struct {
|
||||
Name string
|
||||
Mounter string
|
||||
FSPath string
|
||||
CapacityBytes int64
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue