mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-23 11:50: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.
|
// VolumeStats contains data about Volume filesystem usage.
|
||||||
type VolumeStats struct {
|
type VolumeStats struct {
|
||||||
// Embedded FsStats
|
// Embedded FsStats
|
||||||
FsStats
|
FsStats `json:",inline"`
|
||||||
// Name is the name given to the Volume
|
// Name is the name given to the Volume
|
||||||
// +optional
|
// +optional
|
||||||
Name string `json:"name,omitempty"`
|
Name string `json:"name,omitempty"`
|
||||||
|
Loading…
Reference in New Issue
Block a user