eviction by process number

This commit is contained in:
louisgong
2020-03-23 17:15:59 +08:00
parent 1a334335bc
commit 0efb70c0a2
8 changed files with 109 additions and 3 deletions

View File

@@ -260,6 +260,9 @@ var _ = framework.KubeDescribe("Summary API [NodeConformance]", func() {
"Inodes": bounded(1e4, 1e8),
"InodesUsed": bounded(0, 1e8),
}),
"ProcessStats": ptrMatchAllFields(gstruct.Fields{
"ProcessCount": bounded(0, 1e8),
}),
})
matchExpectations := ptrMatchAllFields(gstruct.Fields{