mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-22 19:31:44 +00:00
Add inline tag to FsStats
Co-authored-by: Victor Roest <victor@xirion.net>
This commit is contained in:
parent
7580666e0c
commit
77a2a72541
@ -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"`
|
||||
|
Loading…
Reference in New Issue
Block a user