Merge branch 'master' into 13804-no-shutdown-wanted-nodes
[arvados.git] / sdk / go / keepclient / keepclient.go
index d88e767dd2252dca331cb54e7645292558d623bd..169f1457e2e06e6e3424856809c92fc5dc74d4f9 100644 (file)
@@ -101,6 +101,7 @@ type KeepClient struct {
        Retries            int
        BlockCache         *BlockCache
        RequestID          string
+       StorageClasses     []string
 
        // set to 1 if all writable services are of disk type, otherwise 0
        replicasPerService int