mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-05 10:19:50 +00:00
add comment
This commit is contained in:
parent
94d03ccc83
commit
03126c5465
@ -38,6 +38,8 @@ import (
|
|||||||
utilstrings "k8s.io/utils/strings"
|
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 = podVolume{}
|
||||||
var _ logr.Marshaler = reconstructedVolume{}
|
var _ logr.Marshaler = reconstructedVolume{}
|
||||||
var _ logr.Marshaler = globalVolumeInfo{}
|
var _ logr.Marshaler = globalVolumeInfo{}
|
||||||
|
Loading…
Reference in New Issue
Block a user