| 231 | } |
| 232 | |
| 233 | type crioActions struct { |
| 234 | fm *realFramework |
| 235 | podSeqNum int // For generating unique pod names |
| 236 | } |
| 237 | |
| 238 | type containerdActions struct { |
| 239 | fm *realFramework |
nothing calls this directly
no outgoing calls
no test coverage detected