Skip to content

Commit e5b8e3a

Browse files
authored
Merge pull request kubernetes#91106 from RobbinBaauw/fix-fsstats-tag
Add inline tag to FsStats
2 parents 52ae8b1 + 77a2a72 commit e5b8e3a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/kubelet/apis/stats/v1alpha1/types.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -262,7 +262,7 @@ type AcceleratorStats struct {
262262
// VolumeStats contains data about Volume filesystem usage.
263263
type VolumeStats struct {
264264
// Embedded FsStats
265-
FsStats
265+
FsStats `json:",inline"`
266266
// Name is the name given to the Volume
267267
// +optional
268268
Name string `json:"name,omitempty"`

0 commit comments

Comments
 (0)