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

Struct podmanFactory

container/podman/factory.go:65–82  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

63}
64
65type podmanFactory struct {
66 // Information about the mounted cgroup subsystems.
67 machineInfoFactory info.MachineInfoFactory
68
69 storageDriver docker.StorageDriver
70 storageDir string
71
72 cgroupSubsystem map[string]string
73
74 fsInfo fs.FsInfo
75
76 metrics container.MetricSet
77
78 thinPoolName string
79 thinPoolWatcher *devicemapper.ThinPoolWatcher
80
81 zfsWatcher *zfs.ZfsWatcher
82}
83
84func (f *podmanFactory) CanHandleAndAccept(name string) (handle bool, accept bool, err error) {
85 // Rootless

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected