mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-23 11:50:44 +00:00
Merge pull request #91106 from RobbinBaauw/fix-fsstats-tag
Add inline tag to FsStats
This commit is contained in:
commit
e5b8e3ae19
@ -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