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

var crioClientTimeout

const CrioSocket

const maxUnixSocketPathSize

var theClient

var clientErr

var crioClientOnce

type Info

type ContainerInfo

type CrioClient

type crioClientImpl

func configureUnixTransport(tr *http.Transport, proto, addr string) error {}

// Client returns a new configured CRI-O client
func Client() (CrioClient, error) {}

func getRequest(path string) (*http.Request, error) {}

// Info returns generic info from the CRI-O server
func (c *crioClientImpl) Info() (Info, error) {}

// ContainerInfo returns information about a given container
func (c *crioClientImpl) ContainerInfo(id string) (*ContainerInfo, error) {}