We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 52ae8b1 + 77a2a72 commit e5b8e3aCopy full SHA for e5b8e3a
pkg/kubelet/apis/stats/v1alpha1/types.go
@@ -262,7 +262,7 @@ type AcceleratorStats struct {
262
// VolumeStats contains data about Volume filesystem usage.
263
type VolumeStats struct {
264
// Embedded FsStats
265
- FsStats
+ FsStats `json:",inline"`
266
// Name is the name given to the Volume
267
// +optional
268
Name string `json:"name,omitempty"`
0 commit comments