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
commit e5b8e3ae19
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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