summaryrefslogtreecommitdiff
path: root/pkg/api/handlers/libpod/containers.go
diff options
context:
space:
mode:
authorOpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com>2020-01-15 16:18:36 +0100
committerGitHub <noreply@github.com>2020-01-15 16:18:36 +0100
commite025b43060e7d9841dfdc7c9bfca93c7d99241b4 (patch)
tree46c6e4b9b94116446c6e316799d10db61103bf07 /pkg/api/handlers/libpod/containers.go
parentd914cc231a0b1b27f2f29dabc58bcb1b88e12822 (diff)
parentd8d42512c15b32a9013938018cdc0f441561944e (diff)
downloadpodman-e025b43060e7d9841dfdc7c9bfca93c7d99241b4.tar.gz
podman-e025b43060e7d9841dfdc7c9bfca93c7d99241b4.tar.bz2
podman-e025b43060e7d9841dfdc7c9bfca93c7d99241b4.zip
Merge pull request #4872 from vrothberg/v2-stats
v2 api: stats improvements
Diffstat (limited to 'pkg/api/handlers/libpod/containers.go')
-rw-r--r--pkg/api/handlers/libpod/containers.go4
1 files changed, 1 insertions, 3 deletions
diff --git a/pkg/api/handlers/libpod/containers.go b/pkg/api/handlers/libpod/containers.go
index bfb028b1b..ceb7460da 100644
--- a/pkg/api/handlers/libpod/containers.go
+++ b/pkg/api/handlers/libpod/containers.go
@@ -143,9 +143,7 @@ func LogsFromContainer(w http.ResponseWriter, r *http.Request) {
// timestamps
// tail string
}
-func StatsContainer(w http.ResponseWriter, r *http.Request) {
- //stream
-}
+
func CreateContainer(w http.ResponseWriter, r *http.Request) {
}