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.
1 parent 7580666 commit 77a2a72Copy full SHA for 77a2a72
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