We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 83f58c8 commit ce069d5Copy full SHA for ce069d5
1 file changed
pkg/ddc/base/runtime.go
@@ -311,6 +311,7 @@ func WithTieredStore(tieredStore datav1alpha1.TieredStore) RuntimeInfoOption {
311
return nil
312
}
313
314
+
315
// GetTieredStoreInfo returns the TieredStoreInfo associated with the RuntimeInfo.
316
// The info is pre-converted from datav1alpha1.TieredStore for convenience (e.g., structured quotas).
317
// If no levels are defined, the Levels slice in the returned struct will be nil.
0 commit comments