MCPcopy
hub / github.com/google/cadvisor / containerdActions

Struct containerdActions

integration/framework/framework.go:238–244  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

236}
237
238type 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
246type HostnameInfo struct {
247 Host string

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected