File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -37,7 +37,6 @@ import (
3737 "k8s.io/client-go/util/retry"
3838)
3939
40-
4140// usedStorageBytesInternal returns the number of bytes currently used by Alluxio storage.
4241// This method is intended for internal use by the AlluxioEngine.
4342// It currently returns (0, nil) as a placeholder; the actual implementation should query
Original file line number Diff line number Diff line change @@ -119,7 +119,7 @@ func (t *TemplateEngine) Sync(ctx cruntime.ReconcileRequestContext) (err error)
119119}
120120
121121// setTimeOfLastSync updates the synchronization timestamp for the TemplateEngine.
122- // This function sets the internal timeOfLastSync field to the current time and
122+ // This function sets the internal timeOfLastSync field to the current time and
123123// logs the updated time value for tracking purposes.
124124func (t * TemplateEngine ) setTimeOfLastSync () {
125125 t .timeOfLastSync = time .Now ()
You can’t perform that action at this time.
0 commit comments