add comment

This commit is contained in:
cvvz 2023-08-29 10:46:31 +08:00
parent 94d03ccc83
commit 03126c5465

View File

@ -38,6 +38,8 @@ import (
utilstrings "k8s.io/utils/strings"
)
// these interfaces are necessary to keep the structures private
// and at the same time log them correctly in structured logs.
var _ logr.Marshaler = podVolume{}
var _ logr.Marshaler = reconstructedVolume{}
var _ logr.Marshaler = globalVolumeInfo{}