Skip to content

Commit 77a2a72

Browse files
RobbinBaauwVictor Roest
andcommitted
Add inline tag to FsStats
Co-authored-by: Victor Roest <[email protected]>
1 parent 7580666 commit 77a2a72

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)