Add inline tag to FsStats

Co-authored-by: Victor Roest <victor@xirion.net>
This commit is contained in:
Robbin Baauw 2020-05-14 14:23:36 +02:00
parent 7580666e0c
commit 77a2a72541
No known key found for this signature in database
GPG Key ID: BBBD6669FD858121

View File

@ -262,7 +262,7 @@ type AcceleratorStats struct {
// VolumeStats contains data about Volume filesystem usage.
type VolumeStats struct {
// Embedded FsStats
FsStats
FsStats `json:",inline"`
// Name is the name given to the Volume
// +optional
Name string `json:"name,omitempty"`