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 { … }
func Client() (CrioClient, error) { … }
func getRequest(path string) (*http.Request, error) { … }
func (c *crioClientImpl) Info() (Info, error) { … }
func (c *crioClientImpl) ContainerInfo(id string) (*ContainerInfo, error) { … }