kubernetes/vendor/github.com/google/cadvisor/container/crio/factory.go

const CrioNamespace

const SystemdNamespace

var crioCgroupRegexp

type storageDriver

const overlayStorageDriver

const overlay2StorageDriver

type crioFactory

func (f *crioFactory) String() string {}

func (f *crioFactory) NewContainerHandler(name string, metadataEnvAllowList []string, inHostNamespace bool) (handler container.ContainerHandler, err error) {}

// Returns the CRIO ID from the full container name.
func ContainerNameToCrioId(name string) string {}

// isContainerName returns true if the cgroup with associated name
// corresponds to a crio container.
func isContainerName(name string) bool {}

// crio handles all containers under /crio
func (f *crioFactory) CanHandleAndAccept(name string) (bool, bool, error) {}

func (f *crioFactory) DebugInfo() map[string][]string {}

// Register root container before running this function!
func Register(factory info.MachineInfoFactory, fsInfo fs.FsInfo, includedMetrics container.MetricSet) error {}