| 236 | } |
| 237 | |
| 238 | type containerdActions struct { |
| 239 | fm *realFramework |
| 240 | seqNum int // For generating unique container names |
| 241 | namespace string // containerd namespace (default: k8s.io) |
| 242 | socket string // containerd socket path |
| 243 | snapshotter string // containerd snapshotter (default: native) |
| 244 | } |
| 245 | |
| 246 | type HostnameInfo struct { |
| 247 | Host string |
nothing calls this directly
no outgoing calls
no test coverage detected