Revert "add volume kubelet_volume_stats_health_abnormal to kubelet"

This commit is contained in:
Maciej Borsz
2022-03-16 13:44:09 +01:00
committed by GitHub
parent 7152825c06
commit aa95513982
7 changed files with 33 additions and 94 deletions

View File

@@ -228,9 +228,8 @@ var _ = SIGDescribe("Summary API [NodeConformance]", func() {
}),
"VolumeStats": gstruct.MatchAllElements(summaryObjectID, gstruct.Elements{
"test-empty-dir": gstruct.MatchAllFields(gstruct.Fields{
"Name": gomega.Equal("test-empty-dir"),
"PVCRef": gomega.BeNil(),
"VolumeHealthStats": gomega.BeNil(),
"Name": gomega.Equal("test-empty-dir"),
"PVCRef": gomega.BeNil(),
"FsStats": gstruct.MatchAllFields(gstruct.Fields{
"Time": recent(maxStatsAge),
"AvailableBytes": fsCapacityBounds,