Versions in this module Expand all Collapse all v1 v1.2.0 Sep 26, 2018 v1.1.0 Jul 26, 2018 v1.0.0 Jun 3, 2018 Changes in this version + type APIs interface + GetRunningContainers func() (map[string]*ContainerInfo, error) + type Client struct + func New() *Client + func (c *Client) GetRunningContainers() (map[string]*ContainerInfo, error) + type ContainerInfo struct + ID string + K8SUID string + Name string