Closed sjpotter closed 8 years ago
I see a handful of APIs that are docker specific
AllDockerContainers(query info.ContainerInfoRequest) (map[string]info.ContainerInfo, error) DockerContainer(dockerName string, query info.ContainerInfoRequest) (info.ContainerInfo, error) DockerInfo() (info.DockerStatus, error) DockerImages() ([]info.DockerImage, error)
I'm honestly unsure how t ohandle DockerInfo(), but the rest are probably along the lines of
AllNamespacedContainers(containerNamespace string, query *info.ContainerInfoRequest)
NamespacedContainer(containerName string, containerNamespace string, query *info.ContainerInfoRequest)
RuntimeImages(containerNamespace string)
Duplicate of https://github.com/google/cadvisor/issues/1177
I see a handful of APIs that are docker specific
AllDockerContainers(query info.ContainerInfoRequest) (map[string]info.ContainerInfo, error) DockerContainer(dockerName string, query info.ContainerInfoRequest) (info.ContainerInfo, error) DockerInfo() (info.DockerStatus, error) DockerImages() ([]info.DockerImage, error)
I'm honestly unsure how t ohandle DockerInfo(), but the rest are probably along the lines of
AllNamespacedContainers(containerNamespace string, query *info.ContainerInfoRequest)
NamespacedContainer(containerName string, containerNamespace string, query *info.ContainerInfoRequest)
RuntimeImages(containerNamespace string)