Merge pull request #91106 from RobbinBaauw/fix-fsstats-tag

Add inline tag to FsStats
This commit is contained in:
Kubernetes Prow Robot
2020-05-15 23:02:32 -07:00
committed by GitHub

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"`