add container filesystem to CRI api

Co-authored-by: Mike Brown <brownwm@us.ibm.com>
This commit is contained in:
Kevin Hannon
2023-09-27 15:21:12 -04:00
parent 52107864ba
commit 8ae0d390d7
10 changed files with 538 additions and 441 deletions

View File

@@ -317,6 +317,7 @@ var _ = SIGDescribe("Summary API [NodeConformance]", func() {
"Inodes": bounded(1e4, 1e8),
"InodesUsed": bounded(0, 1e8),
}),
"ContainerFs": gomega.BeNil(),
}),
"Rlimit": ptrMatchAllFields(gstruct.Fields{
"Time": recent(maxStatsAge),