Versions in this module Expand all Collapse all v4 v4.6.0 Dec 20, 2024 Changes in this version + type BackendInterfaces interface + AddStorageBackend func(ctx context.Context, claimName, configmapMeta, secretMeta string, ...) (string, string, error) + GetStorageBackendStats func(ctx context.Context, contentName, backendName string) (*drcsi.GetBackendStatsResponse, error) + RemoveStorageBackend func(ctx context.Context, backendName string) (err error) + UpdateStorageBackend func(ctx context.Context, content *xuanwuv1.StorageBackendContent) error + func NewBackend(conn *grpc.ClientConn) BackendInterfaces